@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 16px;
  background: #FFF;
  color: #333;
}

.footer {
  margin-top: 100px;
  text-align: center;
  line-height: 3;
  color: #FFF;
}

.footer .global-link a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 16px;
  float: right;
}

.footer .global-link a:hover {
  color: #bbdff7;
  font-weight: bold;
  text-decoration: underline;
  font-family: sans-serif;
  font-size: 16px;
  float: right;
}

.container {
  width: 1080px;
  max-width: none !important;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.form-control, output {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.form-control {
  border-radius: 3px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled]
.form-control {
  background-color: #efefef;
}

input[type="number"] {
  text-align: center;
}

.checkbox label {
  padding-left: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: auto;
}

.btn:focus {
  outline: none;
}

.checkbox input[type=checkbox] {
  margin-left: -18px;
}

.help-block {
  color: #DF0F19;
}

.has-error .help-block {
  color: #DF0F19;
}

.has-error .form-control {
  border-color: #DF0F19;
}

.has-error .form-control:focus {
  border-color: #DF0F19;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.modal-content label {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-operate {
  color: #fff;
  background-color: #3097d1;
  border-color: #2a88bd;
}

.btn-operate.active, .btn-operate:active, .btn-operate:hover, .open > .btn-operate.dropdown-toggle {
  color: #fff;
  background-color: #2579a9;
  border-color: transparent;
}

.btn-operate.focus, .btn-operate:focus {
  color: #fff;
  background-color: #2579a9;
  border-color: transparent;
}

.btn-operate.active.focus, .btn-operate.active:focus, .btn-operate.active:hover, .btn-operate:active.focus, .btn-operate:active:focus, .btn-operate:active:hover, .open > .btn-operate.dropdown-toggle.focus, .open > .btn-operate.dropdown-toggle:focus, .open > .btn-operate.dropdown-toggle:hover {
  color: #fff;
  background-color: #2579a9;
  border-color: transparent;
}

input[type="file"].btn-operate:focus {
  color: #fff;
  background-color: #2579a9;
  border-color: transparent;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #F68B34;
  border-color: #F68B34;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  border-color: inherit;
}

body.region-kanto .navbar,
body.region-kanto .footer,
body.region-kanto .pagetitle,
body.region-kanto .p-top01,
body.region-kanto .form-group .btn-primary {
  background: #6666ff;
}

body.region-kanto .p-login h1 {
  color: #3366ff;
}

body.region-kanto .p-top-bg {
  background-image: url("/kanto/img/top01_kanto.jpg");
}

body.region-osaka .navbar,
body.region-osaka .footer,
body.region-osaka .pagetitle,
body.region-osaka .p-top01,
body.region-osaka .form-group .btn-primary {
  background: #C8BE00;
}

body.region-osaka .p-login h1 {
  color: #C8BE00;
}

body.region-osaka .p-top-bg {
  background-image: url("/kansai/img/top01_kansai.jpg");
}

body.region-kyusyu .navbar,
body.region-kyusyu .footer,
body.region-kyusyu .pagetitle,
body.region-kyusyu .p-top01,
body.region-kyusyu .form-group .btn-primary {
  background: #169F46;
}

body.region-kyusyu .p-login h1 {
  color: #169F46;
}

body.region-kyusyu .p-top-bg {
  background-image: url("/kyusyu/img/top01_kyusyu.jpg");
}

body.region-tohoku .navbar,
body.region-tohoku .footer,
body.region-tohoku .pagetitle,
body.region-tohoku .p-top01,
body.region-tohoku .form-group .btn-primary {
  background: #BB0A1E;
}

body.region-tohoku .p-login h1 {
  color: #BB0A1E;
}

body.region-tohoku .p-top-bg {
  background-image: url("/tohoku/img/top01_tohoku.jpg");
}

body.region-tyubu .navbar,
body.region-tyubu .footer,
body.region-tyubu .pagetitle,
body.region-tyubu .p-top01,
body.region-tyubu .form-group .btn-primary {
  background: #07488A;
}

body.region-tyubu .p-login h1 {
  color: #07488A;
}

body.region-tyubu .p-top-bg {
  background-image: url("/chubu/img/top01_chubu.jpg");
}

.p-top-bg {
  background-size: cover;
  min-height: 740px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

.col-md-1 {
  width: 8.33333333%;
}

.col-md-2 {
  width: 16.66666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.33333333%;
}

.col-md-5 {
  width: 41.66666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.33333333%;
}

.col-md-8 {
  width: 66.66666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.33333333%;
}

.col-md-11 {
  width: 91.66666667%;
}

.col-md-12 {
  width: 100%;
}

.col-md-offset-0 {
  margin-left: 0;
}

.col-md-offset-1 {
  margin-left: 8.33333333%;
}

.col-md-offset-2 {
  margin-left: 16.66666667%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-4 {
  margin-left: 33.33333333%;
}

.col-md-offset-5 {
  margin-left: 41.66666667%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-7 {
  margin-left: 58.33333333%;
}

.col-md-offset-8 {
  margin-left: 66.66666667%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-10 {
  margin-left: 83.33333333%;
}

.col-md-offset-11 {
  margin-left: 91.66666667%;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.block-center {
  margin: 0 auto;
}

.form-horizontal .control-label {
  text-align: unset;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .label-right .control-label {
  text-align: right;
  padding-right: 10px;
}

.form-horizontal .label-left .control-label {
  text-align: left;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  margin: 0;
  padding: 0;
}

.form-group .btn-primary {
  background: #F88B24;
}

.form-group .btn-primary.btn-multi {
  margin: 0 20px;
}

.btn-primary {
  /*     border-color: #F88B24; */
  border: none;
}

.wrap-btns .btn-primary,
.parts-register .btn-primary {
  /*     border-color: #2a88bd; */
}

.checkbox, .radio {
  display: inherit;
  margin: 0;
}

/* チェックボックス */
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  display: inline-block;
}

.form-horizontal .radio-inline.radio_multi {
  margin-right: 20px;
}

.form-horizontal .checkbox-inline.checkbox_multi {
  margin-right: 20px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

/* --------------------------------------------------------------- */
select[multiple], select[size] {
  height: auto;
  width: 100%;
  outline: none;
  padding: 10px;
}

.txt-after_input {
  margin: 0 5px;
  font-size: 15px;
}

.panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.panel-body {
  padding: 0;
  position: relative;
}

.wrap-logins label {
  padding-right: 10px;
}

.panel-heading {
  border: none;
  font-weight: bold;
  font-size: 22px;
  padding-left: 0px;
}

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

.form-horizontal .form-group.form-group_register {
  /* 	width: 600px; */
  margin: 0 auto 15px;
}

.form-horizontal .form-group.form-group_login {
  width: 600px;
  margin: 0 auto 15px;
}

.form-horizontal.form-headposition_left .control-label {
  text-align: left;
  margin-bottom: 10px;
}

.form-horizontal.form-headposition_right .control-label {
  text-align: right;
}

.form-group .control-label {
  color: #284889;
  /* 	width: 33.333%; */
}

.form-group .contain-input {
  /* 	width: 66.666%; */
}

.form-group .container-submit,
.container-submit {
  text-align: center;
  margin-top: 40px;
}

.form-group .container-forgot {
  text-align: right;
  margin-top: -15px;
}

.form-group input {
  border-radius: 0;
}

/*
.form-group a{
	text-decoration: underline;
}
.form-group a:hover{
	text-decoration: none;
}
*/
.form-group .btn-primary {
  border-radius: 10px;
  margin: 0 auto;
  /* 	width: 300px; */
  font-size: 24px;
  font-weight: bold;
}

.btn.btn-primary.btn-submits {
  width: 300px;
}

/* ヘッダー */
.navbar-brand {
  width: 300px;
  height: auto;
  /* bootstrap打ち消し */
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

.global-nav {
  margin-top: 40px;
}

.global-nav li {
  display: inline-block;
  margin-left: 20px;
}

.global-nav a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.global-nav a:hover {
  text-decoration: none;
}

.company-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.container-message {
  height: 100px;
  border: 1px solid #999;
  overflow-y: scroll;
  margin: 5px;
  margin-bottom: 30px;
  padding: 10px 12px;
}

.status-one {
  background: #E9EBF5;
}

.status-two {
  background: #FFFD38;
}

.status-three {
  background: #FC0D1B;
  color: #FFF;
}

/* 検索枠 */
.container-search {
  background: #fbfbfb;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  padding: 40px 20px;
  /* 	height: 300px; */
}

.container-search_inner {
  width: 600px;
  margin: 0 auto;
}

.container-operation {
  /* 	background: #EEE; */
  /* 	margin-bottom: 60px; */
  /* 	border: 1px solid #000; */
  /* 		height: 100px; */
  margin: 5px 0;
}

.form-search .wrap-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-search .wrap-checkbox label {
  margin-right: 20px;
}

/* 出店企業登録画面 */
.container-register_user {
  /* 	border: 1px solid #000; */
  padding: 30px;
}

.container-register_company {
  padding: 30px;
}

.container-register_company label {
  padding-right: 10px;
}

.container-register_submit {
  /* 	border: 1px solid #000; */
  padding: 30px;
}

.container-register_company .wrap-checkbox label {
  margin-right: 10px;
  margin-left: 0;
}

.form-horizontal .control-label {
  padding-top: 0;
}

.wrap_submit {
  text-align: center;
  margin-top: 60px;
}

.wrap-submit_left {
  text-align: left;
  margin-top: 60px;
}

.wrap-submit_right {
  text-align: right;
  margin-top: 60px;
}

.wrap-desc {
  margin-bottom: 30px;
  color: #284889;
}

.form-horizontal .form-grouphas-error {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-grouphas-error:after,
.form-horizontal .form-grouphas-error:before {
  content: " ";
  display: table;
}

.form-horizontal .form-grouphas-error:after {
  clear: both;
}

/* exhibition 提出済みPDFエリア */
.wrap-uploaded {
  background: #ccc;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.wrap-uploaded ol {
  list-style: decimal;
  list-style-position: inside;
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-uploaded ol li {
  margin-right: 20px;
}

.tr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 	margin-bottom: 15px; */
}

.tr-flex.underline {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.tr-flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tr-flex_column:not(last-child) {
  /* 	margin-right: 10px; */
}

.tr-flex_txttop {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.tr-flex img {
  width: 100%;
  height: auto;
}

.tr-flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tr-flex input {
  border-radius: 0;
}

.tr-flex_title {
  color: #284889;
  /* 	margin-right: 20px; */
}

.parts-thum_exhibition {
  margin-bottom: 10px;
}

.parts-txtarea textarea {
  border-radius: 0;
  /*
	padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
*/
}

.p-exhibition-block1 .tr-flex_title {
  /* 	margin-top: 5px; */
  font-size: 16px;
  width: 10%;
}

.form-group-errorTxt {
  margin-left: 10%;
}

.form-group-errorTxt2 {
  margin-left: 16.77%;
}

.page-exhibition_sections {
  padding-bottom: 40px;
}

.section {
  margin-bottom: 30px;
}

/*
.page-exhibition .hdr02{
	padding-top: 30px;
}
.page-exhibition .hdr02.mod_1{
	padding-top: 30px;
	border-top: 2px dashed #ccc;
}
*/
.page-exhibition .tr-flex_column .tr-flex_title {
  margin: 15px 0 15px;
}

.confirm-A {
  width: 700px;
}

.table_wrap100p {
  width: 100%;
}

.table_wrap100 {
  width: 100px;
}

.table_wrap200 {
  width: 200px;
}

.table_wrap300 {
  width: 300px;
}

.table_wrap400 {
  width: 400px;
}

.table_wrap500 {
  width: 500px;
}

.table_wrap600 {
  width: 600px;
}

.table_wrap700 {
  width: 700px;
}

.table_wrap800 {
  width: 700px;
}

.table_wrap900 {
  width: 700px;
}

.table_tr {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.table_item {
  display: table-cell;
}

.table_tr .col-lg-1, .table_tr .col-lg-2, .table_tr .col-lg-3, .table_tr .col-lg-4, .table_tr .col-lg-5, .table_tr .col-lg-6, .table_tr .col-lg-7, .table_tr .col-lg-8, .table_tr .col-lg-9, .table_tr .col-lg-10, .table_tr .col-lg-11, .table_tr .col-lg-12, .table_tr .col-md-1, .table_tr .col-md-2, .table_tr .col-md-3, .table_tr .col-md-4, .table_tr .col-md-5, .table_tr .col-md-6, .table_tr .col-md-7, .table_tr .col-md-8, .table_tr .col-md-9, .table_tr .col-md-10, .table_tr .col-md-11, .table_tr .col-md-12, .table_tr .col-sm-1, .table_tr .col-sm-2, .table_tr .col-sm-3, .table_tr .col-sm-4, .table_tr .col-sm-5, .table_tr .col-sm-6, .table_tr .col-sm-7, .table_tr .col-sm-8, .table_tr .col-sm-9, .table_tr .col-sm-10, .table_tr .col-sm-11, .table_tr .col-sm-12, .table_tr .col-xs-1, .table_tr .col-xs-2, .table_tr .col-xs-3, .table_tr .col-xs-4, .table_tr .col-xs-5, .table_tr .col-xs-6, .table_tr .col-xs-7, .table_tr .col-xs-8, .table_tr .col-xs-9, .table_tr .col-xs-10, .table_tr .col-xs-11, .table_tr .col-xs-12 {
  float: none;
}

/* del */
.wrap_image {
  margin-bottom: 30px;
}

.wrap_image img {
  width: 100%;
  height: auto;
}

/* del end */
.disp_txtcount {
  text-align: right;
}

.form-horizontal .form-grouphas-error {
  margin-left: 0;
  margin-right: 0;
}

/* 打ち消し */
.form-inline .form-control {
  display: inline-block;
  width: inherit;
  vertical-align: middle;
}

p {
  margin: 0 0 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}

.input_num input.form-control {
  text-align: center;
  display: inline-block;
}

label {
  margin-bottom: 0;
}

.wrap-btns_right {
  text-align: right;
  margin: 5px 0;
}

.wrap-btns_right button {
  margin: 0 5px;
}

.wrap-btns button,
.form-group .wrap-btns button {
  margin: 2px;
}

.wrap-btns_center,
.form-group .wrap-btns_center {
  text-align: center;
  margin-top: 100px;
}

.wrap-btns_center button,
.form-group .wrap-btns_center button {
  margin: 5px;
}

.btn.btn-large {
  padding: .3em 1.8em;
  font-size: 16px;
}

.c-file {
  background: #ccc;
  padding: 10px 20px;
  border-radius: 1px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  /*    font-weight: normal; */
  margin-right: 20px;
}

.c-file::after {
  content: "選択されていません";
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -120px;
  top: calc(50% - 10px);
}

.c-file.changed::after {
  content: "";
}

.c-file_filename {
  font-size: 14px;
}

/* ページネーション ---------------------------------------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 1px;
  font-size: 14px;
}

.c-disp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 	justify-content: center; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  /* 	width: 410px; */
}

.c-disp_inlineblock {
  display: inline-block;
  margin: 0 10px;
}

/* モーダル ---------------------------------------------------------------*/
/* ファイル選択 */
.modal-header {
  padding: 30px;
}

/* ファイルアップロードパーツ ---------------------------------------------------------------*/
.label_fileupload_pamphlet.changed::after,
.label_fileupload.changed::after,
.label_fileupload_2.changed::after {
  content: "";
}

.filename,
.filename_2 {
  font-size: 15px;
  margin: 10px 0 0;
}

.filename-item {
  margin-left: 5px;
}

/* PAGE:deadline */
input[type="file"].fileupload_pamphlet,
input[type="file"].fileupload,
input[type="file"].fileupload_2 {
  display: none;
}

.label_fileupload_pamphlet,
.label_fileupload,
.label_fileupload_2 {
  /*    background: #ddd; */
  background: #3097d1;
  color: #FFF;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.label_fileupload_pamphlet:hover,
.label_fileupload:hover,
.label_fileupload_2:hover {
  opacity: .8;
}

.pats-uploaditem {
  width: 100%;
}

.pats-uploaditem li {
  display: block;
}

.btn-hosoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-hosoku .btn-hosoku_link {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-all;
}

.btn-hosoku .btn-hosoku_del {
  margin-left: 10px;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.2;
  font-size: 28px;
}

.pats-uploaditem .btn {
  display: inline-block;
  margin-bottom: 0;
  /*     font-weight: 400; */
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  /*     padding: 6px 12px; */
  font-size: 14px;
  /*     line-height: 1.6; */
  border-radius: 50%;
}

.pats-uploaditem .btn-danger {
  /*
    color: #fff;
    background-color: #bf5329;
    border-color: #aa4a24;
*/
}

/* 印刷 */
.form-control-plaintext {
  width: 100%;
  border: none;
}

.input_num input.form-control-plaintext {
  width: 80px;
  text-align: center;
  display: inline-block;
}

input + .f-afterInput {
  margin-left: 4px;
  font-size: 16px;
}

.p-total_module {
  width: 1020px;
  margin: 40px auto 60px;
  /*
	.p-total_num::after{
		content: '-';
	}
	.p-total_num::before{
		content: '';
	}
*/
}

.p-total_module .p-total {
  border: 2px solid #333;
  padding: 20px 60px;
  margin-bottom: 5px;
}

.p-total_module .p-total_ttl {
  font-weight: bold;
  font-size: 30px;
}

.p-total_module .p-total_num {
  font-weight: bold;
  font-size: 30px;
  color: red;
}

.p-total_module .p-total_caution {
  margin-top: 5px;
  text-align: right;
  color: red;
}

.p-total_module.mod02 {
  width: 440px;
  margin: 20px 0;
  margin-left: auto;
}

.p-total_module.mod02 .p-total {
  border: 2px solid #333;
  padding: 10px;
}

.p-total_module.mod02 .p-total_ttl {
  font-weight: bold;
  font-size: 20px;
}

.p-total_module.mod02 .p-total_num {
  font-weight: bold;
  font-size: 20px;
  color: red;
}

.p-total_module.mod02 .p-total_kw {
  font-weight: bold;
  font-size: 20px;
  color: red;
}

.p-total_module.mod02 .p-total_kw::after {
  content: 'kw';
}

.p-total_module.mod02 .p-total_num::after {
  content: '-';
}

.p-total_module.mod02 .p-total_num::before {
  content: '';
}

.p-total_module.mod02 .p-total_caution {
  margin-top: 5px;
  text-align: right;
  color: red;
}

/* フォーム */
.price::after,
.calc_horizon::after,
.calc_virtical::after {
  content: '円';
}

.c-label_01 {
  font-weight: bold;
  font-size: 20px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

input:not([type='file']),
textarea {
  border: 1px solid #bababa;
  border-radius: 3px;
}

input:not([type='file']):focus,
textarea:focus {
  background-color: #fff;
  outline: none;
  border-color: #80bdff;
}

input:not([type='file']):placeholder-shown,
textarea:placeholder-shown {
  color: #a6a6a6;
}

input[type='file'] {
  cursor: pointer;
}

input[type='file']:focus {
  outline: none;
  border: none;
}

.size-input_s {
  width: 80px;
  /* 	暫定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.size-input_m {
  width: 300px;
  display: inline-block;
}

.size-input_l {
  width: 300px;
  /* 	暫定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

select {
  height: 36px;
  border: 1px solid #ccc;
}

select.select-sm {
  height: 30px;
  font-size: 12px;
}

select.select-md {
  height: 40px;
  font-size: 15px;
}

select.select-lg {
  height: 50px;
  font-size: 16px;
}

select.select-full {
  width: 100%;
}

textarea {
  width: 100%;
  height: auto;
  min-height: 34px;
  resize: vertical;
}

.f-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-list .f-list_item {
  display: inline-block;
  margin-bottom: 15px;
}

.f-list .f-list_item label {
  position: relative;
  display: block;
  word-break: break-all;
  cursor: pointer;
}

.f-list .f-list_item label span {
  display: inline-block;
}

.f-list_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-list_01 ul li {
  display: inline-block;
  margin-bottom: 15px;
  width: 16.666667%;
  padding: 5px;
}

.f-list_02 .f-list_02_item:nth-of-type(2) {
  margin-bottom: 20px;
}

.f-list_01 .f-list_img {
  width: 100%;
}

.f-list_01 .f-list_img img {
  width: 100%;
  height: auto;
}

.f-list_01 label input[type="checkbox"] + span {
  font-size: 12px;
}

.imgbox.mod_01 {
  padding-right: 5px;
}

.imgbox img {
  width: 100%;
  height: auto;
}

.a-thum.mod1 {
  width: 400px;
}

.a-thum .a-thum_img {
  border: 1px solid #ccc;
  background: #ccc;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 283px;
  margin: 20px 0;
  width: 100%;
}

.a-thum .a-thum_img img {
  width: 100%;
  height: auto;
}

.b-thum.mod1 {
  width: 400px;
}

.b-thum .a-thum_img {
  border: 1px solid #ccc;
  background: #ccc;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 283px;
  width: 100%;
  overflow: hidden;
}

.b-thum .a-thum_img img {
  width: 100%;
  height: auto;
}

input[type="text"].f-error,
input[type="textarea"].f-error,
input[type="email"].f-error,
input[type="password"].f-error,
input[type="text"].f-error,
input[type="text"].f-error,
input[type="text"].f-error,
textarea.f-error {
  background: #FEE6E7;
}

span.f-error {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  color: red;
  font-size: 0.9em;
  font-weight: bolder;
}

input.mod5em.form-control {
  width: 5em;
}

input.mod8em.form-control {
  width: 8em;
}

input.mod10em.form-control {
  width: 10em;
}

input.mod15em.form-control {
  width: 15em;
}

input.mod30em.form-control {
  width: 30em;
}

input.mod100.form-control {
  width: 100%;
}

input.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

input.input-md {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

input.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.p-sdgs01 {
  margin: 0 auto;
  position: relative;
}

.p-sdgs01_mark {
  padding: 3px;
  border: 2px solid #469DF6;
  border-radius: 2px;
  width: 300px;
}

.p-sdgs01_mark a {
  display: block;
  -webkit-transform: .2s;
      -ms-transform: .2s;
          transform: .2s;
}

.p-sdgs01_mark a:hover {
  opacity: .8;
}

.p-sdgs01_mark img {
  width: 100%;
  height: auto;
}

.block-sdgs01 .block-sdgs01_inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-sdgs01 .block-sdgs01_title {
  height: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
  margin-right: 1em;
  width: 100px;
}

.block-sdgs01 .block-sdgs01_title.side {
  margin-left: 10px;
  width: 230px;
}

.block01-module {
  margin-bottom: 1em;
}

.block01-module .block01_inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block01-module label {
  width: 100%;
}

.block01-module .f-checkbox {
  width: 80px;
}

.block01-module .item {
  width: 150px;
  margin-bottom: 1em;
}

.block01-module li label {
  cursor: pointer;
  border-radius: 5px;
}

.block01-module li label:hover {
  opacity: .9;
}

.block01-module li label {
  width: 80px;
}

.block01-module li label img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}

.block01-module li label img[src$=".svg"] {
  width: 100%;
}

.block01-module .block01_ttl {
  width: 100px;
}

.block01-module:last-of-type .block01_ttl {
  height: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3px;
  margin-right: .5em;
}

.block01-module.block01-module_pamphlet {
  width: 100%;
  margin: 5px auto 40px;
}

.block01-module.block01-module_pamphlet .f-checkbox {
  width: 80px;
  margin-right: 0;
}

.block01-module.block01-module_pamphlet li {
  width: auto;
}

.block01-module.block01-module_pamphlet li label {
  padding: 0;
}

.pamphlet-exmple {
  position: relative;
}

.pamphlet-exmple .item:nth-of-type(1) {
  padding-left: 0px;
}

.pamphlet-exmple .item:nth-of-type(2) {
  margin-left: 0px;
}

/* --------------------------------------------------------------- */
ul.l-inblock,
ol.l-inblock {
  font-size: 0;
}

ul.l-inblock li,
ol.l-inblock li {
  font-size: 1.5rem;
  display: inline-block;
}

.l-inblock {
  font-size: 0;
}

.l-inblock .op-unit {
  font-size: 1.2rem;
  margin-left: 5px;
}

.l-inblock > * {
  font-size: 1.5rem;
  display: inline-block;
}

.l-flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-flex.l-flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-flex_justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-flex.l-flex_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-input {
  margin-bottom: 15px;
}

.l-input label {
  margin-bottom: 5px;
}

.hdr02 {
  color: #284889;
  font-weight: bold;
  margin: 0;
  margin-bottom: 40px;
  font-size: 24px;
}

.page--company_register .hdr02 {
  line-height: 2;
  border-bottom: 1px solid;
}

.hdr02.mod_1 {
  margin-bottom: 15px;
}

.hdr03 {
  color: red;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px;
}

.hdr02_border {
  color: #284889;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 24px;
  padding-top: 30px;
  border-top: 2px dashed #ddd;
}

.hdr04 {
  font-size: 20px;
  color: #284889;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.hdr05 {
  font-size: 16px;
  color: #284889;
  font-weight: bold;
  margin: 0;
}

img.op-full {
  width: 100%;
  height: auto;
}

.form-control.op-size5em {
  width: 5em;
  text-align: center;
}

.wrap-calc {
  width: 550px;
  margin: 30px auto;
}

.calc_totalprice {
  border: 2px solid #333;
  padding: 10px 20px;
  font-size: 30px;
}

.calc_total::before {
  content: '¥';
}

.calc_total::after {
  content: '-';
}

.p-guide {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-caution {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
  color: #FFF;
  padding: 10px;
}

.p-pamphlet_lastyear {
  /* border: 1px solid #ccc;
  padding: 30px;
  padding-top: 40px; */
  border-radius: 3px;
}

.p-pamphlet_lastyear .icon {
  font-size: 38px;
  margin-right: 8px;
  color: red;
}

.p-pamphlet_lastyear ul {
  margin: 20px 35px;
}

.p-pamphlet_lastyear ul li {
  margin-right: 30px;
}

.p-pamphlet_lastyear ul li a {
  color: #333;
  text-decoration: underline;
}

.btn.btn-pdf {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn.btn-pdf.btn-red {
  background: #C52F2A;
}

.btn.btn-pdf.btn-green {
  background: #1A9F3D;
}

.btn.btn-pdf.btn-blue {
  background: #2C42B0;
}

.btn.btn-pdf strong {
  display: block;
  font-size: 18px;
}

.btn.btn-pdf:hover {
  opacity: .8;
}

.p-guide .icon {
  font-size: 32px;
}

.p-guide span {
  font-size: 18px;
  margin: 10px;
  font-weight: bold;
}

.p-guide:hover {
  color: #FFF;
  opacity: .9;
}

.dl-pattern_3 {
  display: table;
  line-height: 1.5;
  margin-bottom: 10px;
}

.dl-pattern_3 span {
  display: inline-block;
}

.dl-pattern_3 dt {
  display: table-cell;
  font-weight: bold;
  width: 22%;
}

.dl-pattern_3 dd {
  display: table-cell;
}

.p-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}

.p-date .col1 {
  border-right: 1px solid #FFF;
  line-height: 5;
  width: 30%;
  text-align: center;
}

.p-date .col2 {
  width: 70%;
  padding: 10px;
  padding-left: 20px;
  padding-right: 0;
}

.p-top01 p {
  font-size: 20px;
}

.p-top01 .icon:before {
  font-size: 38px;
  width: 38px;
  height: 38px;
  /* 	background: #FFF; */
}

.p-top01 {
  width: 530px;
  border-radius: 5px;
  position: relative;
  padding: 20px 30px 30px;
  background: orange;
  color: #FFF;
}

.p-top01 .item:nth-of-type(1) {
  width: 220px;
}

.p-top01 .item:nth-of-type(2) {
  width: 230px;
  padding-left: 10px;
}

.p-place p {
  font-size: 16px;
}

.p-top05 {
  border: 1px solid #333;
  padding: 20px 30px 30px;
  border-radius: 5px;
  width: 530px;
}

.p-login {
  background: transparent;
}

.p-login h1 {
  color: orange;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  font-size: 44px;
  letter-spacing: .05em;
  margin: 60px 0 40px;
  text-shadow: #FFF 2px 0px 2px, #FFF -2px 0px 2px, #FFF 0px -2px 2px, #FFF -2px 0px 2px, #FFF 2px 2px 2px, #FFF -2px 2px 2px, #FFF 2px -2px 2px, #FFF -2px -2px 2px, #FFF 1px 2px 2px, #FFF -1px 2px 2px, #FFF 1px -2px 2px, #FFF -1px -2px 2px, #FFF 2px 1px 2px, #FFF -2px 1px 2px, #FFF 2px -1px 2px, #FFF -2px -1px 2px, #FFF 1px 1px 2px, #FFF -1px 1px 2px, #FFF 1px -1px 2px, #FFF -1px -1px 2px;
}

.p-login-box {
  padding: 60px 60px 30px;
  background: rgba(255, 255, 255, 0.8);
  width: 600px;
  margin: 0 auto;
  border-radius: 5px;
}

.p-top04 h4 {
  font-weight: bold;
}

.p-login-box .form-group {
  margin-bottom: 24px;
}

.p-login-box .wrap-btns_center {
  margin-top: 10px;
}

.p-login-box .form-control {
  height: 42px;
}

.p-login-box label {
  width: 120px;
  margin-right: 10px;
}

.p-login-box .contain-input {
  width: 350px;
}

.p-login-box .contain-input_error {
  width: 350px;
  margin-left: auto;
}

.p-login-box .contain-input_error .help-block {
  margin-bottom: 0;
}

.p-top03 {
  margin: 60px 0;
}

.p-top04 {
  margin: 0px;
}

.page--top {
  font-size: 18px;
}

.page--status .compaany-name {
  margin-bottom: 20px;
}

.page-guide {
  margin-bottom: 60px;
}

.page-guide P {
  font-size: 18px;
}

.page-guide .p-guideLimit {
  width: 1080px;
  margin: 40px auto;
  position: relative;
}

.page-guide .p-guideLimit .p-guideLimit_ttl {
  border: 4px solid #999;
  font-size: 28px;
  color: #000;
  background: #FFF;
  border-radius: 6px;
  position: absolute;
  padding: .4em .8em;
  top: 0;
  left: 0;
  margin-left: 40px;
  margin-top: -30px;
}

.page-guide .p-guideLimit .p-guideLimit_img {
  border: 4px solid #999;
  border-radius: 15px;
  padding: 80px;
}

.page-guide .intro-guide {
  border: 4px solid #999;
  border-radius: 10px;
  padding: 32px 0;
}

.page-guide .intro-guide p,
.page-guide .intro-guide div {
  font-size: 18px;
  line-height: 2;
}

.page-guide .btn.btn-pageguide {
  font-weight: bold;
  padding: 15px;
  font-size: 20px;
  border: none;
  margin: 0 12px;
  width: 440px;
  box-shadow: 2px 4px 15px -3px #bcbdbb;
  text-shadow: 0px -1px 0px rgba(121, 121, 121, 0.5);
  border-radius: 12px;
}

.page-guide .btn.btn-pageguide.btn-pageguide_example {
  width: 300px;
  padding: 3px;
  font-size: 16px;
  font-weight: normal;
  cursor: default;
  box-shadow: none;
  border-radius: 0;
}

.page-guide .btn.btn-pageguide.btn-pageguide_example.btn-blue:hover {
  opacity: 1 !important;
}

.page-guide .btn.btn-pageguide.btn-pageguide_example.btn-green:hover {
  opacity: 1 !important;
}

.status-notice {
  font-size: 16px;
}

.status-notice .base {
  padding: 2px 6px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  font-weight: bold;
}

.status-notice strong {
  color: #fff;
  padding: .4em .8em;
  border-radius: 4px;
}

.status-notice .save {
  background: #FED86F;
  color: #333;
}

.status-notice .fix {
  background: #2ab27b;
}

.status-notice .blank {
  background: red;
}

.status-notice .print {
  background: #284889;
}

.status-notice2 .item:last-child {
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.item_left {
  width: 80px;
}

.item_right {
  width: 510px;
}

.item_right .f-checkbox {
  margin: 6px 0;
}

.flexself_base {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

img.op-border01 {
  border: 1px solid #ccc;
}

img.op-border02 {
  border: 1px solid #ccc;
}

input.op-inBlock {
  display: inline-block;
}

select[multiple] {
  outline: none;
  padding: 10px;
}

select[multiple].mod_h15em {
  height: 15em;
}

/* 不要なマージンを打ち消し */
.with-errors {
  margin-top: 0;
  margin-bottom: 0;
}

.p-icon {
  display: inline-block;
}

.p-userName {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-userName dt {
  font-weight: bold;
  display: inline-block;
  color: #284889;
}

.p-userName dd {
  font-weight: normal;
  display: inline-block;
  margin-right: 20px;
}

.w-svg {
  width: 100%;
}

.block-judge .item {
  margin-right: 30px;
}

.icon-mappin {
  width: 20px;
  height: 30px;
  margin: -10px 10px 0 5px;
}

.icon-mappin img {
  width: 100%;
  height: auto;
}

.section-upload {
  width: 100%;
}

.section-upload .fileup-module {
  width: 40%;
}

.section-figure {
  width: 100%;
}

.section-figure .item:not(:last-of-type) {
  margin-right: 2%;
}

.section-figure .item01 {
  width: 40%;
}

.section-figure .item01 img {
  padding: 17px 48px;
}

.section-figure .item02 {
  width: 58%;
}

.section-figure .item02 img {
  padding: 27px 25px;
}

.page--sdgs .section {
  margin-bottom: 60px;
}

.page--sdgs p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 40px;
}

.page--sdgs .p-sdgs-01 {
  border: 3px solid #284889;
  border-radius: 10px;
  padding: 30px 60px 40px;
  text-align: center;
}

.page--sdgs .p-sdgs-01 .p-sdgs-01_ttl {
  display: inline-block;
  font-weight: bold;
  color: #333;
}

.help-arrow {
  text-align: center;
}

.help-arrow.help_operate {
  width: 150px;
  margin-left: -20px;
}

.help-arrow.help_check {
  width: 300px;
  margin-left: 270px;
}

.help-arrow .help_txt {
  font-weight: bold;
  background: red;
  color: #fff;
  padding: .5em .6em;
  margin-bottom: -20px;
}

.help-arrow .help_img {
  width: 50px;
  display: inline-block;
}

.help-arrow img {
  width: 100%;
  height: auto;
}

.help-arrow2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.help-arrow2 .help_txt {
  font-weight: bold;
}

.help-arrow2 .help_img {
  width: 50px;
  display: inline-block;
  margin-bottom: 10px;
}

.help-arrow2 img {
  width: 100%;
  height: auto;
}

.btn.btn-alert {
  background: red;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn.btn-alert:hover {
  opacity: .8;
}

.select-builder {
  display: inline-block;
  border: 1px solid #bababa;
  border-radius: 10px;
  padding: 12px 10px 12px 20px;
}

#page-pamphlet .tab-body {
  min-height: 400px;
}

#page-pamphlet .tab-post {
  display: none;
}

.title01 {
  color: #284889;
  font-weight: bold;
}

.title02 {
  color: #284889;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.title03 {
  color: #284889;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.title03 {
  color: #284889;
  margin-bottom: 10px;
}

.title-login {
  text-align: center;
}

.title-login h1 {
  display: inline-block;
  padding: 20px 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.title-lg {
  font-size: 22px;
  font-weight: bold;
}

.title_01 {
  color: #284889;
  margin-bottom: 10px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
}

.pagetitle {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
  color: #FFF;
}

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

.table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  margin-bottom: 20px;
}

.table a {
  text-decoration: underline;
  color: #333;
}

.table th,
.table td {
  padding: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.6;
  border: none;
}

.table > thead > tr > th {
  background: #B3D4D7;
  color: #02225E;
}

.table tbody tr:nth-child(even) {
  background: #F3F9FA;
}

.table tbody tr:nth-child(odd) {
  background: #E7F3F4;
}

.table.table-com_home tr th:nth-of-type(3),
.table.table-com_home tr td:nth-of-type(3) {
  text-align: center;
}

.table.table-ad_infomation tr th:nth-of-type(1),
.table.table-ad_infomation tr td:nth-of-type(1) {
  text-align: center;
}

.table.table-ad_infomation tr th:nth-of-type(2),
.table.table-ad_infomation tr td:nth-of-type(2) {
  width: 350px;
}

.table.table-ad_infomation tr th:nth-of-type(3),
.table.table-ad_infomation tr td:nth-of-type(3) {
  text-align: center;
}

.table.table-ad_infomation tr th:nth-of-type(4),
.table.table-ad_infomation tr td:nth-of-type(4) {
  text-align: center;
}

.table.table-ad_infomation tr th:nth-of-type(5),
.table.table-ad_infomation tr td:nth-of-type(5) {
  text-align: center;
}

.table.table-ad_infomation tr th:nth-of-type(7),
.table.table-ad_infomation tr td:nth-of-type(7) {
  text-align: center;
}

.table.table-com_request_status tr th:nth-of-type(1),
.table.table-com_request_status tr td:nth-of-type(1) {
  text-align: center;
  width: 105px;
}

.table.table-com_request_status tr th:nth-of-type(2),
.table.table-com_request_status tr td:nth-of-type(2) {
  text-align: center;
  width: 80px;
}

.table.table-com_request_status tr th:nth-of-type(3),
.table.table-com_request_status tr td:nth-of-type(3) {
  text-align: left;
  width: 328px;
}

.table.table-com_request_status tr th:nth-of-type(4),
.table.table-com_request_status tr td:nth-of-type(4) {
  text-align: center;
}

.table.table-com_request_status tr th:nth-of-type(5),
.table.table-com_request_status tr td:nth-of-type(5) {
  text-align: center;
  width: 200px;
}

.table.table-com_request_status tr th:nth-of-type(6),
.table.table-com_request_status tr td:nth-of-type(6) {
  text-align: center;
  width: 80px;
}

.table.table-ad_home tr th:nth-of-type(1),
.table.table-ad_home tr td:nth-of-type(1) {
  text-align: center;
}

/* 操作 */
.table.table-ad_home tr th:nth-of-type(2),
.table.table-ad_home tr td:nth-of-type(2) {
  width: 40px;
}

/* 企業名 */
.table.table-ad_home tr th:nth-of-type(3),
.table.table-ad_home tr td:nth-of-type(3) {
  width: 220px;
}

.table.table-ad_home tr th:nth-of-type(4),
.table.table-ad_home tr td:nth-of-type(4) {
  width: 170px;
}

.table.table-ad_home tr th:nth-of-type(5),
.table.table-ad_home tr td:nth-of-type(5) {
  width: 100px;
}

.table.table-ad_home tr th:nth-of-type(6),
.table.table-ad_home tr td:nth-of-type(6) {
  /* 	width: 150px; */
}

.table.table-ad_home tr th:nth-of-type(7),
.table.table-ad_home tr td:nth-of-type(7) {
  width: 80px;
}

.table.table-ad_home tr th:nth-of-type(8),
.table.table-ad_home tr td:nth-of-type(8) {
  width: 60px;
  word-break: keep-all;
}

.table.table-ad_home tr th:nth-of-type(9),
.table.table-ad_home tr td:nth-of-type(9) {
  width: 60px;
}

.table.table-ad_deadline {
  table-layout: fixed;
}

.table.table-ad_deadline tr th:nth-of-type(1),
.table.table-ad_deadline tr td:nth-of-type(1) {
  width: 180px;
}

.table.table-ad_deadline tr th:nth-of-type(2),
.table.table-ad_deadline tr td:nth-of-type(2) {
  text-align: center;
}

.table.table-ad_deadline tr th:nth-of-type(3),
.table.table-ad_deadline tr td:nth-of-type(3) {
  text-align: center;
  width: 180px;
}

.table.table-ad_deadline tr th:nth-of-type(4),
.table.table-ad_deadline tr td:nth-of-type(4) {
  text-align: center;
  width: 180px;
}

.table.table-ad_deadline tr th:nth-of-type(5),
.table.table-ad_deadline tr td:nth-of-type(5) {
  text-align: center;
  width: 180px;
}

.table.table-ad_deadline tr th:nth-of-type(6),
.table.table-ad_deadline tr td:nth-of-type(6) {
  width: 280px;
}

.table.table-com_profile tr th:nth-of-type(0),
.table.table-com_profile tr td:nth-of-type(0) {
  text-align: center;
}

.table.table-ad_admins tr th:nth-of-type(2),
.table.table-ad_admins tr td:nth-of-type(2) {
  text-align: center;
}

.table.table-fire {
  table-layout: fixed;
}

.table.table-fire td:nth-of-type(2) {
  text-align: center;
}

.table.table-fire td:nth-of-type(2) input {
  display: inline-block;
}

.table-simple td {
  height: 50px;
}

/* サイト管理 */
.table-ad_deadline .wrap-input_date {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1000;
}

.table-ad_deadline .wrap-hosoku_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-ad_deadline ul {
  list-style: disc;
  list-style-position: inside;
}

.table-ad_deadline .pats-uploaditem {
  margin-left: 10px;
  /*
	font-size: 13px;
	padding-left:1em;
	text-indent:-1em;
*/
}

.table .t-center {
  text-align: center;
}

.table-electric1 {
  table-layout: fixed;
}

.table-electric1 input {
  display: inline-block;
}

.table-electric1 th:nth-of-type(1) {
  width: 160px;
}

.table-electric1 th:nth-of-type(2) {
  width: 300px;
}

.table-electric1 th:nth-of-type(3) {
  width: 180px;
}

.table-electric1 th:nth-of-type(4) {
  width: 160px;
}

.table-electric1 td:nth-of-type(1) {
  padding-left: 10px;
}

.table-electric3 td:nth-of-type(1) {
  width: 160px;
}

.table-electric3 td:nth-of-type(3) {
  width: 262px;
  text-align: center;
}

.table-electric3 input {
  display: inline-block;
}

.table-electric2 {
  table-layout: fixed;
}

.table-electric2 input {
  display: inline-block;
}

.table-electric2 td:nth-of-type(2) {
  text-align: center;
}

.table .tr-footer {
  background: #fff !important;
}

.table-fixture1 {
  table-layout: fixed;
}

.table-fixture1 th:nth-of-type(1) {
  width: 80px;
}

.table-fixture1 th:nth-of-type(2) {
  width: 400px;
}

.table-fixture1 th:nth-of-type(3) {
  width: 150px;
}

.table-fixture1 tr th:nth-of-type(1) {
  text-align: center;
}

.table-fixture2 {
  table-layout: fixed;
}

.table-fixture2 td:nth-of-type(1) {
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.table-fixture2 td:nth-of-type(2) {
  width: 400px;
}

.table-fixture3 {
  table-layout: fixed;
}

.table-fixture3 th:nth-of-type(1) {
  width: 80px;
  text-align: center;
}

.table-fixture3 th:nth-of-type(2) {
  width: 400px;
}

/* テーブル　チェック */
.table .table-checkbox {
  text-align: center;
}

.c-table_box {
  /* 	display: table; */
  /* 	width: 100%; */
  /* 	text-align: center; */
  /*
	display: flex;
	align-items: center;
	justify-content: center;
*/
}

.c-table_box_item {
  /* 	display: table-cell; */
  margin: 0;
  /* 	display: inline-block; */
}

.register_user .col-label {
  width: 210px;
}

.register_user_confirm .col-label {
  width: 210px;
}

.table-floor input {
  display: inline-block;
}

.table-floor tr td:nth-of-type(1),
.table-floor tr td:nth-of-type(2) {
  width: 260px;
  text-align: center;
}

.table-floor tr td:nth-of-type(3) {
  width: 200px;
  text-align: center;
}

.table-fixture1 input {
  display: inline-block;
}

.table-fixture1 input.form-control {
  display: inline-block;
}

.table_vehicle_pass1 input {
  display: inline-block;
}

.table_vehicle_pass1 tr td:nth-of-type(2),
.table_vehicle_pass1 tr td:nth-of-type(3),
.table_vehicle_pass1 tr td:nth-of-type(4) {
  width: 190px;
  text-align: center;
}

.table_vehicle_pass1 tr td:nth-of-type(5) {
  width: 260px;
  text-align: center;
}

.table_vehicle_pass1 tr td:nth-of-type(6) {
  text-align: center;
}

.table_vehicle_pass1 .js-sumItem::after {
  content: '枚';
}

.table_lunch input {
  display: inline-block;
}

.table_lunch tr th:nth-of-type(2),
.table_lunch tr th:nth-of-type(3),
.table_lunch tr th:nth-of-type(4) {
  width: 300px;
}

.table_lunch tr td:nth-of-type(2),
.table_lunch tr td:nth-of-type(3),
.table_lunch tr td:nth-of-type(4) {
  width: 300px;
  text-align: center;
}

.table_lunch .js-sumItem::after {
  content: '枚';
}

.table_plumbing input {
  display: inline-block;
}

.table_plumbing td {
  text-align: center;
}

.table_plumbing tr th:nth-of-type(1) {
  width: 230px;
}

.table_plumbing tr th:nth-of-type(2) {
  width: 400px;
}

.table_summary_module {
  position: relative;
}

.table_summary_outer {
  margin-left: 250px;
}

.table_summary {
  overflow-x: scroll;
  display: block;
  width: 100%;
}

.table_summary tr th {
  white-space: nowrap;
}

.table_summary tr td {
  white-space: nowrap;
}

.table_summary tr:nth-child(odd) td {
  background: #E7F3F4;
}

.table_summary tr:nth-child(odd) td.changed {
  background: yellow;
}

.table_summary tr:nth-child(even) td {
  background: #F3F9FA;
}

.table_summary tr:nth-child(even) td.changed {
  background: yellow;
}

.table_summary thead tr th:nth-of-type(1) {
  min-width: 250px;
  position: absolute;
  left: 0;
}

.table_summary tbody tr td:nth-of-type(1) {
  min-width: 250px;
  position: absolute;
  left: 0;
  word-break: break-all;
}

.table_summary .t_fix {
  border-right: 3px solid #fff;
}

/* 変更履歴fix */
.table_history_wrapper{
	overflow: auto;
	white-space: nowrap;
  height: 700px;
}
.table_history_wrapper .table{
	width: auto;
  border-collapse:separate;
}
.table_history  td {
  background: #F3F9FA;
}

.table_history td.changed {
  background: yellow;
}

.table_history td.fixcell {
  background: #F3F9FA;
}

.table_history_wrapper .table_history .fixcell {
	position: -webkit-sticky;
	position: sticky;
	left: 180px;
	width: 180px;
	min-width: 180px;
	max-width: 180px;
}

.table_history_wrapper .table_history .fixcell:first-child {
	left: 0;
}
.table_history_wrapper .table_history .fixcell[colspan="2"] {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	left: 0;
  z-index: 1;
}

.table_history_wrapper .table_history .fixhead1 {
	position: -webkit-sticky;
	position: sticky;
  top: 0;
  z-index: 2;
}

.table_history_wrapper .table_history .fixhead2 {
	position: -webkit-sticky;
	position: sticky;
  top: 44px;
  z-index:2 ;
}

.pb0 {
  padding-bottom: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mtn3 {
  margin-top: -3px !important;
}

.mtn5 {
  margin-top: -5px !important;
}

.mtn10 {
  margin-top: -10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.col-offset-m1 {
  margin-left: -8.333%;
}

.col-offset-m2 {
  margin-left: -16.666%;
}

.col-offset-m3 {
  margin-left: -25%;
}

.col-offset-m4 {
  margin-left: -33.333%;
}

.col-offset-m5 {
  margin-left: -41.666%;
}

.col-offset-m6 {
  margin-left: -50%;
}

.col-offset-m7 {
  margin-left: -58.33333333%;
}

.col-offset-m8 {
  margin-left: -66.6666%;
}

.col-w100 {
  width: 100px !important;
}

.col-w110 {
  width: 110px !important;
}

.col-w120 {
  width: 120px !important;
}

.col-w150 {
  width: 150px !important;
}

.col-w200 {
  width: 200px !important;
}

.txt_md {
  font-size: 15px;
  font-weight: bold;
  color: #284889;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mr30 {
  margin-right: 30px;
}

.pd5 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pl5 {
  padding-left: 5px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.f-size_5em {
  width: 5em !important;
}

.f-size_8em {
  width: 8em !important;
}

.f-size_10em {
  width: 10em !important;
}

.f-size_15em {
  width: 15em !important;
}

.f-size_20em {
  width: 20em !important;
}

.f-size_25em {
  width: 25em !important;
}

.f-size_30em {
  width: 30em !important;
}

.f-size_90 {
  width: 90% !important;
}

.pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.p-contacts li {
  color: red;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.op-indent-1 {
  text-indent: 1em;
}

.op-sm-notice {
  color: red;
  font-size: 13px;
  display: block;
  font-weight: bold;
}

.op-bold {
  font-weight: bold;
}

.op-bold-block {
  font-weight: bold;
  display: block;
  font-size: 15px;
}

.op-notice {
  font-size: 11px;
  font-weight: bold;
  display: block;
}

.op-md-notice {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.op-lg-notice {
  color: red;
  font-size: 20px !important;
  font-weight: bold;
  font-weight: bold;
}

.op-require {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  background: red;
  color: #FFF;
  border-radius: 4px;
  padding: .3em .5em;
  line-height: 1;
}

.op-require-s10 {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  background: red;
  color: #FFF;
  border-radius: 4px;
  padding: .3em .5em;
  line-height: 1;
  margin-left: 10px;
}

.op-require-block {
  font-weight: bold;
  font-size: 14px;
  display: block;
  background: red;
  text-align: center;
  width: 42px;
  color: #FFF;
  border-radius: 4px;
  padding: .3em .5em;
  line-height: 1;
}

.tr-sum {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #dedede !important;
}

.unit-elect::after {
  content: 'kW';
}

.unit-price::after {
  content: '円';
}

.unit-yen::before {
  content: '¥';
}

.unit-sheet::after {
  content: '枚';
}

.unit-little::after {
  content: 'リットル';
}

/*
.op-radio_expand{
	border: 1px solid #999;
	border-radius: 6px;
	padding: 10px;
	.f-radio_btn::before{
		margin-left: 10px;
	}
	input[type="radio"]:checked + .f-radio_btn::after{
		margin-left: 15px !important;
	}
}
*/
.text-danger {
  color: red;
}

.icon-pdf {
  width: 35px;
  height: 40px;
  margin-right: 12px;
}

.icon-pdf img {
  width: 100%;
  height: auto;
}

.alert-custom_2 {
  background: #ff0000;
  color: #FFF;
}

.alert-custom_1 {
  background: #000;
  color: #FFF;
}

.alert-custom_2 {
  background: #ff0000;
  color: #FFF;
}

.unit {
  display: inline-block;
  margin: 0 5px;
}

@media print {
  body .section-btn,
  body .f-upload,
  body .section-example,
  body .p-guide,
  body .footer,
  body .btn-pdf {
    display: none;
  }
  body a[href]:after {
    content: "";
  }
  body abbr[title]:after {
    content: "";
  }
  body table {
    border-collapse: collapse;
  }
  body input {
    border: none;
  }
  body .page-luggage table {
    border-collapse: collapse !important;
    border: 1px solid #ccc !important;
  }
  body .page-luggage table th {
    background: #eee !important;
  }
  body .page-luggage table th, body .page-luggage table td {
    border: 1px solid #ccc !important;
  }
  body .page-luggage table input {
    border: none !important;
  }
  body .page-luggage table select {
    border: none;
  }
  body .table {
    border-collapse: collapse !important;
    border: 1px solid #ccc !important;
  }
  body .table th {
    background: #eee !important;
  }
  body .table th, body .table td {
    border: 1px solid #ccc !important;
  }
  body .table input {
    border: none !important;
  }
  body .table select {
    border: none;
  }
  body .f-radio input[type="radio"]:checked + .f-radio_btn {
    border-radius: 50%;
  }
  body .f-radio input[type="radio"]:checked + .f-radio_btn::before {
    border: 10px #469DF6 solid !important;
  }
  body .f-checkbox input[type="checkbox"]:checked + .f-checkbox_btn.mod_plane::before {
    background: #469DF6 !important;
    border: 10px solid #469DF6;
  }
  body .f-checkbox input[type="checkbox"]:checked + .f-checkbox_btn.mod_plane::after {
    background: #469DF6 !important;
    display: none;
  }
  body .f-checkbox2 input[type="checkbox"]:checked + .f-checkbox2_btn::before {
    border: 10px solid #469DF6 !important;
  }
  body .print-spacer30 {
    height: 30px;
  }
  body .print-spacer60 {
    height: 60px;
  }
  body .print-spacer90 {
    height: 90px;
  }
  body .print-close {
    display: none;
  }
  body textarea {
    min-height: 30px;
    border: none !important;
  }
  body .sdgs_desc {
    display: none;
  }
  body .hdr02_border {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    border: none !important;
  }
  body .f-checkbox2 {
    margin-bottom: 10px !important;
  }
  body .page-exhibition_sections {
    padding-bottom: 0 !important;
  }
  body .mb30 {
    margin-bottom: 10px !important;
  }
  body .f-upload .f-upload_label {
    display: none;
  }
  body .block01-module.block01-module_pamphlet {
    margin-bottom: 0 !important;
  }
  body .block01-module .item {
    margin-bottom: 10px;
  }
  body .pagetitle {
    margin-bottom: 0 !important;
  }
  body h1 {
    margin: 0 !important;
  }
  body .sdgs_desc {
    display: none;
  }
  body .form-horizontal .form-group {
    margin-bottom: 15px !important;
  }
  body .noprint {
    display: none;
  }
}

.print-close {
  text-align: center;
  margin: 50px;
}

.print-close .print-close_btn {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 8px 50px;
  font-size: 25px;
}

.print-pagebreak {
  page-break-before: always;
  margin: 0;
  visibility: hidden;
}

.page--status .btn-home a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  font-weight: bold;
  padding: .4em .8em;
  color: #fff;
  width: 100%;
}

.page--status .btn-home a:hover {
  opacity: .8;
}

.page--status .btn-print a {
  background: #02225D;
}

.page--status .btn-check a {
  background: #BCE0E3;
  color: #02225E;
}

.page--status .btn-modify a {
  background: #FED86F;
  color: #333;
}

.page--status .btn-record a {
  background: red;
}

.page--status .btn-save a {
  background: #FED86F;
  color: #333;
}

.page--status .btn-fix a {
  background: #2ab27b;
}

.page--status .btn-blank a {
  background: red;
}

.page--status .btn-limit a {
  background: #333;
}
.page--status .btn-home a.disable {
  background: #bdbdbd;
  cursor: not-allowed;
}


body.region-kanto .form-group .btn-primary {
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff !important;
  background: #f4a966;
  background: -webkit-linear-gradient(top, #f4a966 0%, #f47404 100%);
  background: linear-gradient(to bottom, #7766ff 0%, #3366ff 100%);
  border-radius: 20px;
  border: 1px solid #3366ff;
  box-shadow: 2px 4px 15px -3px #bcbdbb;
  text-shadow: 0px -1px 0px rgba(121, 121, 121, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

body.region-kanto .form-group .btn-primary:hover {
  opacity: .8;
}

body.region-tyubu .form-group .btn-primary {
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff !important;
  background: #f4a966;
  background: -webkit-linear-gradient(top, #2d77af 1%, #163ba0 52%, #07488a 100%);
  background: linear-gradient(to bottom, #2d77af 1%, #163ba0 52%, #07488a 100%);
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 2px 4px 15px -3px #bcbdbb;
  text-shadow: 0px -1px 0px rgba(121, 121, 121, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

body.region-tyubu .form-group .btn-primary:hover {
  opacity: .8;
}

body.region-tohoku .form-group .btn-primary {
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff !important;
  background: #f4a966;
  background: -webkit-linear-gradient(top, #f20e0e 1%, #f20e0e 46%, #bb0a1e 100%);
  background: linear-gradient(to bottom, #f20e0e 1%, #f20e0e 46%, #bb0a1e 100%);
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 2px 4px 15px -3px #bcbdbb;
  text-shadow: 0px -1px 0px rgba(121, 121, 121, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

body.region-tohoku .form-group .btn-primary:hover {
  opacity: .8;
}

body.region-osaka .form-group .btn-primary {
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff !important;
  background: -webkit-linear-gradient(top, #d1c300 0%, #c8be00 63%, #b5af00 100%);
  background: linear-gradient(to bottom, #d1c300 0%, #c8be00 63%, #b5af00 100%);
  color: #363636;
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 2px 4px 15px -3px #bcbdbb;
  text-shadow: 0px -1px 0px rgba(121, 121, 121, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

body.region-osaka .form-group .btn-primary:hover {
  opacity: .8;
}

body.region-kyusyu .form-group .btn-primary {
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff !important;
  background: -webkit-linear-gradient(top, #379e43 0%, #217c44 51%, #196c4b 100%);
  background: linear-gradient(to bottom, #379e43 0%, #217c44 51%, #196c4b 100%);
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: 2px 4px 15px -3px #bcbdbb;
  text-shadow: 0px -1px 0px rgba(121, 121, 121, 0.5);
  -webkit-transition: .2s;
  transition: .2s;
}

body.region-kyusyu .form-group .btn-primary:hover {
  opacity: .8;
}

.btn.btn-size_01 {
  font-size: 16px;
  padding: .5em 1.2em;
}

.btn.btn-blue {
  background: -webkit-linear-gradient(top, #3097d1 0%, #318bd6 47%, #1f648b 100%);
  background: linear-gradient(to bottom, #3097d1 0%, #318bd6 47%, #1f648b 100%);
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn.btn-blue:hover {
  opacity: .8;
}

.btn.btn-green {
  background: -webkit-linear-gradient(top, #379e43 0%, #217c44 51%, #196c4b 100%);
  background: linear-gradient(to bottom, #379e43 0%, #217c44 51%, #196c4b 100%);
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn.btn-green:hover {
  opacity: .8;
}

.f-input.size_full {
  width: 100%;
}

.f-input input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.f-input input[type="text"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.f-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 1em;
}

.f-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 0.01;
  z-index: -10;
  position: absolute;
}

.f-checkbox input[type="checkbox"]:focus {
  border: none;
  box-shadow: none;
}

.f-checkbox .f-checkbox_txt {
  font-size: 16px;
  line-height: 22px;
  margin-left: 5px;
}

.f-checkbox .f-checkbox_btn {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.f-checkbox .f-checkbox_btn::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #D8D8D8;
  width: 22px;
  height: 22px;
}

.f-checkbox input[type="checkbox"]:checked + .f-checkbox_btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -3px;
  box-sizing: border-box;
  z-index: 1;
  width: 6px;
  height: 9px;
  border: 2px solid #666;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.f-checkbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  cursor: pointer;
}

.f-checkbox2 label {
  cursor: pointer;
  width: 80px;
  -webkit-transform: .2s;
      -ms-transform: .2s;
          transform: .2s;
}

.f-checkbox2 label:hover {
  opacity: .8;
}

.f-checkbox2 img {
  width: 80px;
  height: 80px;
}

.f-checkbox2 input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 0.01;
  z-index: -10;
  position: absolute;
}

.f-checkbox2 input[type="checkbox"]:focus {
  border: none;
  box-shadow: none;
}

.f-checkbox2 .f-checkbox2_txt {
  font-size: 16px;
  line-height: 22px;
  margin-left: 5px;
}

.f-checkbox2 .f-checkbox2_btn {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 8px;
}

.f-checkbox2 .f-checkbox2_btn::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  z-index: 0;
  top: 0;
  left: 0;
  border: 1px solid #888;
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.f-checkbox2 input[type="checkbox"]:checked + .f-checkbox2_btn::before {
  background-color: #469DF6 !important;
  border: transparent;
}

.f-checkbox2 input[type="checkbox"]:checked + .f-checkbox2_btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -3px;
  box-sizing: border-box;
  z-index: 1;
  width: 6px;
  height: 9px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.f-group {
  margin-bottom: 20px;
}

.f-checkbox.f-check_sm .f-checkbox_txt {
  font-size: 14px;
  line-height: 18px;
}

.f-checkbox.f-check_sm .f-checkbox_btn {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.f-checkbox.f-check_sm .f-checkbox_btn::before {
  width: 18px;
  height: 18px;
}

.f-checkbox.f-check_sm .f-checkbox_btn::after {
  margin-top: -5px;
  margin-left: -3px;
}

.f-checkbox.f-check_xs {
  padding-right: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-checkbox.f-check_xs .f-checkbox_txt {
  font-size: 12px;
  line-height: 18px;
}

.f-checkbox.f-check_xs .f-checkbox_btn {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.f-checkbox.f-check_xs .f-checkbox_btn::before {
  width: 18px;
  height: 18px;
}

.f-checkbox.f-check_xs .f-checkbox_btn::after {
  margin-top: -5px;
  margin-left: -3px;
}

.f-checkbox .f-checkbox_btn.mod_plane {
  margin: 0;
  width: 16px;
  height: 16px;
}

.f-checkbox .f-checkbox_btn.mod_plane::before {
  background: #FFF;
  border: 1px solid #888;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.f-checkbox input[type="checkbox"]:checked + .f-checkbox_btn.mod_plane::after {
  border-color: #FFF;
}

.f-checkbox input[type="checkbox"]:checked + .f-checkbox_btn.mod_plane::before {
  background: #419BF9;
  border-color: #3594F9;
}

.f-radio2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.f-radio2 input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  position: absolute;
  opacity: 0.01;
}

.f-radio2 input[type="radio"]:focus {
  border: none;
  box-shadow: none;
}

.f-radio2 .f-radio2_btn {
  display: block;
  width: 20px;
  height: 20px;
}

.f-radio2 .f-radio2_txt {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

.f-radio2 input[type="radio"] + .f-radio2_btn::before {
  display: inline-block;
  content: '';
  box-sizing: border-box;
  z-index: 0;
  margin-top: -10px;
  background-color: #FFF;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  border: 1px #888 solid;
}

.f-radio2 input[type="radio"]:checked + .f-radio2_btn::before {
  border: 2px #469DF6 solid;
}

.f-radio2 input[type="radio"]:checked + .f-radio2_btn::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #469DF6;
  content: "";
  position: absolute;
  /*
	  left: 0;
	  top: 50%;
*/
  margin-top: 3px;
  margin-left: -15px;
}

.f-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 1em;
}

.f-radio input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  position: absolute;
  opacity: 0.01;
}

.f-radio input[type="radio"]:focus {
  border: none;
  box-shadow: none;
}

.f-radio .f-radio_btn {
  display: block;
  width: 20px;
  height: 20px;
}

.f-radio .f-radio_txt {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}

.f-radio input[type="radio"] + .f-radio_btn::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  z-index: 0;
  top: 50%;
  margin-top: -10px;
  left: 0;
  background-color: #FFF;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  border: 1px #888 solid;
}

.f-radio input[type="radio"]:checked + .f-radio_btn::before {
  border: 2px #469DF6 solid;
}

.f-radio input[type="radio"]:checked + .f-radio_btn::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #469DF6;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  margin-left: 5px;
}

.f-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 400px;
}

.f-file input[type="file"] {
  display: none;
}

.f-file input[type="text"]:placeholder-shown {
  color: #333;
}

.f-file input[type="text"] {
  border-radius: 0.25em 0 0 0.25rem;
  color: #666;
}

.f-file input[type="text"]:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

.f-file .btn-input-file {
  width: 80px;
  border-radius: 0 0.25em 0.25em 0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.f-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.f-upload input[type="file"].f-upload_input {
  opacity: 0.01;
  position: absolute;
  z-index: -10;
  width: 0;
}

.f-upload .f-upload_label {
  cursor: pointer;
  background: #3097d1;
  color: #FFF;
  border-radius: 4px;
  margin-right: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.f-upload .f-upload_label:hover {
  opacity: .8;
}

.f-upload .f-upload_label.mod1 {
  width: 160px;
}

.f-upload .f-upload_label.mod2 {
  width: 300px;
}

.f-upload_ttl {
  font-size: 15px;
  display: block;
  margin: 8px 0;
}

.fileup-module label {
  margin-bottom: 5px;
}

.fileup-module.fileup-module_mod1 {
  margin-right: 10px;
  width: 40%;
}

.fileup-module.fileup-module_mod1 .b-thum .a-thum_img {
  height: 256px;
}

.fileup-module.fileup-module_mod1 .f-upload_label {
  width: 100px;
}



/* 20190410 追記*/
/* 	様式４：中部 */
.region-tyubu .table-electric1{
	font-size: 15px;
}
.region-tyubu .table-electric1 th:nth-of-type(1) {
    width: 200px;
}
.region-tyubu .table-electric1 th:nth-of-type(2) {
    width: 260px;
}
.region-tyubu .table-electric1 th:nth-of-type(3) {
    width: 150px;
}
.region-tyubu .table-electric1 .op-th {
    font-weight: bold;
}
.region-tyubu .table-electric1 .table_sup{
	font-size: 12px;
	font-weight: normal;
	display: block;
}
