@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
a {
  color: #000;
}

.btn {
  font-size: 16px;
  color: #000;
  border-radius: 0;
}

.btn, a, .btn:hover {
  transition: color 0.25s ease;
}

.btn:hover, .btn.focus {
  color: #0168B7;
  transition: all 0.3s linear;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

::-moz-selection {
  background: #0168B7;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #0168B7;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #0168B7;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #0168B7;
  color: #FFF;
  text-shadow: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  font-family: "SF Pro Display", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.8em;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.btn-link {
  color: #000;
  word-break: normal;
  word-break: break-all;
  word-break: keep-all;
  font-size: 0.75em;
  text-decoration: underline;
}

.btn-link:hover {
  color: #B48856;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SF Pro Display", "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  font-style: normal;
}

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

html, body {
  position: relative;
  height: 100%;
}

p {
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}

.red {
  color: #eb5757;
}

.form-control {
  font-size: 0.875em;
  border-color: #000000;
  height: calc(1.5em + 0.75rem + 7px);
  border-radius: 4px;
  font-family: "Noto Sans JP";
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

section {
  padding: 120px 0;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1127px;
  }
}
header {
  background: #0168B7;
  text-align: center;
}
header.template2 h1 {
  text-align: left;
}
header h1 {
  color: #fff;
  padding: 80px 0;
  margin: 0;
}

.main_content {
  display: flex;
  align-items: flex-start;
  /* justify-content: left; */
}
.main_content.template2 {
  flex-direction: row-reverse;
}

.box_reverse {
  display: flex;
  flex-direction: column;
}

.btn_inquiry {
  background: #0168B7;
  display: block;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin: 40px 0;
  font-size: 0.75em;
  padding: 10px;
  line-height: 1em;
}
.btn_inquiry:hover {
  background: #00467d;
  color: #fff;
}

.main_left {
  max-width: 260px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.02);
  padding: 20px;
  position: relative;
  top: -126px;
  text-align: center;
}
/* .main_left p {
  font-size: 0.875em;
} */
.main_left .box_avatar {
  margin-bottom: 40px;
}
.main_left .box_avatar .avatar {
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.main_left .box_avatar .avatar img {
  width: 100%;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_left .box_avatar h2 {
  font-size: 1.25em;
  margin: 10px 0;
}
.main_left .box_info .box_logo {
  text-align: center;
}
.main_left .box_info .logo {
  margin-bottom: 10px;
  display: block;
}
.main_left .box_info .linkweb {
  display: block;
  font-weight: 700;
  font-size: 1em;
}
.main_left .form_group_infomation .box_info p {
  text-align: left;
  line-height: 1em;
  margin-bottom: 15px;
}
.main_left .box_info .form_group_infomation p span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.7143em;
  font-weight: 700;
  padding: 0 10px;
  margin-right: 10px;
}
.main_left .box_info ul {
  padding: 0;
}
.main_left .box_info ul.info {
  border-top: 1px dotted #aaa;
  padding-top: 10px;
  margin-top: 15px;
}
.main_left .box_info ul.info li {
  display: flex;
  align-items: center;
  text-align: left;
}
.main_left .box_info ul.info li:last-of-type a {
  text-decoration: underline;
}
.main_left .box_info ul.info li a {
  font-size: 0.75em;
  display: block;
  text-decoration: none;
}
.main_left .box_info ul.info li img {
  margin-right: 10px;
}
.main_left .box_info .about_me_desc {
  font-size: 0.75em;
  line-height: 1.8em;
}
.main_left .box_social {
  margin-top: 40px;
}
.main_left .box_social a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #AAA;
  background: #FFF;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.75em;
  text-decoration: none;
}
.main_left .box_social a:hover {
  background: #d7d6d6;
}
.main_left .box_social a img {
  margin-right: 10px;
}

.main_right {
  max-width: 800px;
  margin-top: 50px;
  margin-left: 37px;
}
.main_right.template2 {
  margin-left: 0;
  margin-right: 37px;
}
.main_right .standard_article {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #ccc;
}
.main_right .standard_article:last-of-type {
  border-bottom: none;
}
.main_right .standard_article h2 {
  font-size: 1.5em;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.main_right .standard_article h2 span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6px;
  height: 100%;
  background: #0168B7;
  border-radius: 3px;
}
.main_right .standard_article .entry_date {
  text-align: right;
  color: #666;
  margin-bottom: 30px;
  font-size: 0.875em;
}
.main_right .standard_article .standard_download {
  margin-bottom: 60px;
  padding: 0 85px;
}
.main_right .standard_article .standard_download ul {
  min-width: 260px;
  margin: 0 20px 0 0;
  padding: 0;
}
.main_right .standard_article .standard_download ul li {
  display: flex;
  align-items: center;
  /* font-size: 0.875em; */
  font-weight: 700;
  margin-bottom: 30px;
}
.main_right .standard_article .standard_download ul li:last-of-type {
  margin-bottom: 0;
}
.main_right .standard_article .standard_download ul li p {
  margin-bottom: 0;
  line-height: 1.5em;
  margin-right: 20px;
}
.main_right .standard_article .standard_download ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #0168B7;
  background: #FFF;
  color: #0168B7;
  font-weight: 700;
  font-size: 1em;
  min-width: 260px;
}
.main_right .standard_article .standard_download ul li a:hover {
  background: #e1e0e0;
}
.main_right .standard_article .standard_download ul li a img {
  margin-right: 10px;
}
.main_right .standard_article .standard_post_img {
  margin-bottom: 30px;
}
.main_right .standard_article .standard_post_img img {
  width: 100%;
}
.main_right .standard_article .standard_content {
  margin-bottom: 30px;
}
.main_right .standard_article .standard_content p:last-of-type {
  margin-bottom: 0;
}
.main_right .standard_article .standard_list_video {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main_right .standard_article .standard_list_video li {
  max-width: 253px;
  margin: 0 20px 20px 0;
}
.main_right .standard_article .standard_list_video li:nth-of-type(3n) {
  margin-right: 0;
}
.main_right .standard_article .standard_list_video li .box_video {
  width: 100%;
  height: 142px;
  background: #D9D9D9;
  margin-bottom: 10px;
}
.main_right .standard_article .standard_list_video li p {
  font-size: 0.75em;
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: justify;
}
.main_right .standard_article .standard_list_video li a {
  display: block;
  width: 100%;
  height: 100%;
}

footer {
  border-top: 1px solid #ccc;
  padding: 30px 0 20px;
  text-align: center;
}
footer p {
  font-family: "Mont", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  display: inline-block;
  margin-right: 20px;
}
footer ul li:last-of-type {
  margin-right: 0;
}
footer ul li:hover a {
  color: #494949;
}
footer ul li a {
  display: block;
  font-size: 0.625em;
  text-decoration: none;
}

.btn_showdetail {
  display: none;
}

.btn_close {
  display: none;
}

.btn_inquiry.btn_inquiry2 {
  display: none;
}

@media (max-width: 992px) {
  .box_reverse {
    margin-bottom: 30px;
  }
  .main_right .standard_article .standard_download {
    padding: 0;
    margin: 0 0 30px 0;
  }
  .main_right .standard_article .standard_download ul li {
    display: block;
  }
  .main_right .standard_article .standard_download ul li p {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 1180px) {
  header h1 {
    font-size: 1.5em;
    padding: 60px 10px;
    text-align: center;
  }
  .main_content {
    display: block;
  }
  .main_left {
    max-width: 100%;
    box-shadow: none;
    padding: 0;
    top: 0;
  }
  .main_left .box_avatar {
    position: relative;
    top: -40px;
    margin-bottom: 0;
  }
  .main_left .box_avatar .avatar {
    width: 78px;
    height: 78px;
  }
  .main_left .box_avatar .avatar img {
    height: 78px;
  }
  .main_left .box_avatar p {
    margin-bottom: 0;
  }
  .main_left .box_info .box_logo {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .main_left .box_info .box_logo a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .main_left .box_info .box_logo a img {
    width: 50px;
  }
  .main_left .box_social {
    margin: 20px 0;
  }
  .main_left.admin .box_info .form_group input {
    width: 100% !important;
  }
  .btn_inquiry {
    margin: 0 0 20px;
  }
  .btn_showdetail {
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    position: relative;
    text-align: center;
  }
  .btn_showdetail:hover, .btn_showdetail:focus {
    border: none;
  }
  .btn_showdetail img {
    display: block;
    margin: 0 auto;
  }
  .btn_close {
    font-size: 0.75em;
    font-weight: 700;
    position: relative;
  }
  .btn_close img {
    display: block;
    margin: 0 auto;
    padding-left: 10px;
  }
  .main_right {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .main_right.template2 {
    margin-right: 0;
  }
  .main_right .standard_article .standard_img {
    display: block;
    margin-bottom: 20px;
  }
  .main_right .standard_article .standard_img ul {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main_right .standard_article h2 {
    font-size: 1.25em;
  }
  .main_right .standard_article .entry_date {
    font-size: 0.875em;
  }
  .main_right .standard_article .standard_list_video {
    justify-content: center;
  }
  .main_right .standard_article .standard_list_video li {
    width: 47%;
    margin: 0 15px 15px 0;
  }
  .main_right .standard_article .standard_list_video li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .main_right .standard_article .standard_list_video li:nth-of-type(2n) {
    margin-right: 0;
  }
  .main_right .standard_article .standard_list_video li .box_video {
    height: 90px;
    overflow: hidden;
  }
  .main_right .standard_article .standard_list_video li .box_video img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 90px;
    width: 100%;
  }
  .main_right .standard_article .standard_download {
    padding: 0;
  }
  .main_right .standard_article .standard_download ul {
    width: 100%;
  }
  .main_right .standard_article .standard_download ul li {
    display: block;
  }
  .main_right .standard_article .standard_download ul li p {
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
  }
  .box_detail {
    display: none;
  }
  .btn_inquiry.btn_inquiry2 {
    display: block;
  }
  .box_reverse {
    flex-direction: column-reverse;
  }
  footer ul li a {
    font-size: 0.5em;
  }
}
@media (max-width: 430px) {
  .main_right .standard_article .standard_list_video {
    justify-content: flex-start;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 2s infinite;
}

.container_custom {
  max-width: 800px;
}

.frm_admin header {
  padding: 78px 0 42px;
}
.frm_admin header .form-control {
  border: 1px solid #828282;
  background: #fff;
  font-size: 2em;
  font-weight: 700;
}

.main_right.admin .standard_article h2 {
  margin-bottom: 30px;
}
.main_right.admin .standard_article h2 input {
  font-size: 24px;
  font-weight: 700;
}

.standard_post_main_img {
  padding: 50px 70px 62px 70px;
  background: rgba(1, 104, 183, 0.06);
  margin-bottom: 30px;
}
.standard_post_main_img h3 {
  font-size: 1.25em;
  opacity: 0.5;
  color: #0168B7;
  margin-bottom: 34px;
  text-align: center;
}
.standard_post_main_img ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.standard_post_main_img ul li {
  max-width: 200px;
  min-width: 200px;
  height: 100px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.standard_post_main_img ul li:nth-of-type(3n) {
  margin-right: 0;
}
.standard_post_main_img ul li:last-of-type {
  background: #fff;
  text-align: center;
  color: #0168B7;
}
.standard_post_main_img ul li a img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.standard_post_main_img ul li a .icon_cloud img {
  width: auto;
  height: auto;
}

.box_uploads {
  width: 100%;
  height: 100px;
  position: relative;
}
.box_uploads:hover .upload_custom {
  background: #f4f3f3;
}

.upload_default {
  display: none;
}

.upload_custom {
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  border: 2px solid #0168B7;
  color: #0168B7;
  cursor: pointer;
  margin-bottom: 0;
}
.upload_custom span {
  margin-top: 5px;
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 1em;
  font-family: "Inter";
  color: #0168B7;
}
.upload_custom i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100px;
  background: #e1ecf8;
}

.box_reverse textarea {
  height: 160px;
  margin-bottom: 30px;
}
.box_reverse .text_link {
  margin-bottom: 30px;
  display: flex;
  align-self: center;
  align-items: center;
}
.box_reverse .text_link .input_text {
  margin-right: 20px;
  /* min-width: 314px; */
  width: 314px;;
}
.box_reverse .text_link .box_link {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #0168B7;
  background: #fff;
  padding: 10px;
  min-width: 460px;
  position: relative;
}
.box_reverse .text_link .box_link img {
  margin-right: 10px;
}
.box_reverse .text_link .box_link input:last-of-type {
  margin-left: 10px;
}

.btn_addlink {
  border-radius: 4px;
  border: 1px solid var(--primal-color, #0168B7);
  background: var(--white, #FFF);
  padding: 10px;
  margin-bottom: 30px;
  font-size: 0.75em;
  font-weight: 700;
  color: #0168B7;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 426px;
}
.btn_addlink:hover {
  background: #e6e6e6;
  border-color: #0168B7;
}
.btn_addlink.active {
  border-color: #0168B7;
  background: #0168B7;
  color: #fff;
}
.btn_addlink.active:hover {
  background: #02487e;
}
.btn_addlink img, .btn_addlink svg {
  margin-right: 10px;
}

.box_material_content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.box_material_content ul li {
  border-radius: 4px;
  background: #F0F6FB;
  padding: 20px;
  width: 31.33%;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.box_material_content ul li:nth-of-type(3n) {
  margin-right: 0;
}
.box_material_content ul li p.or {
  color: rgba(0, 104, 184, 0.5);
  text-align: center;
  margin-bottom: 0;
  font-family: "Inter";
  font-size: 0.75em;
}
.box_material_content ul li label.label_url {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 0.75em;
  color: #0168B7;
}
.box_material_content ul li input {
  border-radius: 4px;
  border: 2px solid var(--primal-color, #0168B7);
  background: var(--white, #FFF);
  margin-bottom: 10px;
  color: #000000;
  font-size: 0.875em;
}
.box_material_content ul li textarea {
  border-radius: 4px;
  border: 1px solid var(--Gray-3, #828282);
  background: var(--white, #FFF);
  height: 80px;
  color: #000000;
  font-size: 0.875em;
}
.box_material_content .btn_addlink {
  margin: 0 auto 30px;
}
.box_material_content hr {
  margin-bottom: 30px;
  border-style: dotted;
}

.checkbox-lg .form-check-input {
  top: 0.8rem;
  scale: 1.8;
  margin-right: 0.7rem;
  width: 1.5em;
}
.checkbox-lg .form-check-input:focus {
  box-shadow: none;
}

.btn_tab {
  position: relative;
  border-radius: 2px 2px 0px 0px;
  background: #E5F2FD;
  padding: 10px 40px;
}
.btn_tab:hover {
  background: #E5F2FD;
}
.btn_tab:active {
  border: none;
}

.box_tab {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.box_tab .box_tab_content {
  background: #E5F2FD;
  padding: 64px 0;
}
.box_tab form {
  display: flex;
  align-self: center;
}
.box_tab form .box_tab_content_left {
  margin-right: 52px;
  min-width: 600px;
}
.box_tab form .box_tab_content_left .row_custom {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.box_tab form .box_tab_content_left .row_custom label {
  margin-right: 20px;
  min-width: 100px;
}
.box_tab form .box_tab_content_left .row_custom .box_companykey {
  width: 100%;
}
.box_tab form .box_tab_content_left .row_custom .form-switch {
  padding-left: 3em;
}
.box_tab form .box_tab_content_left .link {
  margin-bottom: 5px;
  font-size: 0.875em;
}
.box_tab form .box_tab_content_left .link b {
  color: #0168B7;
}
.box_tab form .box_tab_content_left input.note {
  color: #EB5757;
}
.box_tab form .box_tab_content_left input.note::-moz-placeholder {
  color: #EB5757;
}
.box_tab form .box_tab_content_left input.note::placeholder {
  color: #EB5757;
}
.box_tab form label {
  background: #000;
  font-size: 0.625em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  padding: 3px 20px;
}
.box_tab .note {
  color: #EB5757;
  font-size: 0.875em;
  font-family: "Inter";
}
.box_tab .box_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.box_tab .box_button .btn {
  padding: 14.5px 16px;
  border-radius: 6px;
  border: 1px solid var(--primal-color, #0168B7);
  background: var(--white, #FFF);
  margin-right: 10px;
  width: 50%;
  max-width: 217px;
  font-size: 0.875em;
  font-weight: 700;
  color: #0168B7;
}
.box_tab .box_button .btn:last-of-type {
  margin-right: 0;
}
.box_tab .box_button .btn:hover {
  background: #0168B7;
  color: #fff;
}
.box_tab .btn_registration {
  border-radius: 6px;
  background: var(--primal-color, #0168B7);
  display: flex;
  max-width: 444px;
  margin: 0 auto;
  height: 55px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #fff;
  font-weight: 590;
}
.box_tab .btn_registration:hover {
  background: #01477d;
}

@media (max-width: 834px) {
  .standard_post_main_img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .standard_post_main_img ul li {
    width: 47%;
    max-width: none;
    min-width: auto;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .standard_post_main_img ul li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .standard_post_main_img ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .box_reverse .text_link {
    display: block;
    width: 100%;
  }
  .box_reverse .text_link .box_link {
    min-width: 100%;
  }
  .box_reverse .text_link .input_text {
    min-width: auto;
    margin-bottom: 10px;
  }
  .btn_addlink {
    min-width: auto;
  }
  .box_material_content ul {
    display: block;
  }
  .box_material_content ul li {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }
  .box_tab .box_tab_content {
    padding: 0 0 10px;
  }
  .box_tab form {
    display: block;
  }
  .box_tab form .box_tab_content_left {
    min-width: auto;
    margin-right: 0;
  }
  .box_tab form .box_tab_content_left .row_custom {
    display: block;
    margin-bottom: 10px;
  }
  .box_tab form .box_tab_content_left .row_custom .form-switch {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .box_tab .note {
    line-height: 1.5em;
  }
}
.main_left.admin h2 {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.main_left.admin .form-control {
  color: #000000;
  font-family: "Noto Sans JP";
  margin-bottom: 10px;
}
.main_left.admin .box_info ul.info li {
  margin-bottom: 10px;
}
.main_left.admin .box_info ul.info li input {
  padding: 5px 10px;
  font-size: 0.875em;
  border-radius: 4px;
  border: 1px solid var(--Gray-3, #828282);
  background: var(--white, #FFF);
  width: 100%;
  font-family: "Noto Sans JP";
}
.main_left.admin .box_info .box_indicate {
  margin-top: 10px;
  margin-bottom: 40px;
}
.main_left.admin .box_info .box_indicate label {
  font-size: 0.875em;
}
.main_left.admin .box_info .form_group {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.main_left.admin .box_info .form_group span {
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  font-size: 0.625em;
  padding: 3px 5px;
  margin-right: 10px;
  min-width: 50px;
}
.main_left.admin .box_info .form_group input {
  padding: 5px 10px;
  font-size: 0.875em;
  border-radius: 4px;
  border: 1px solid var(--Gray-3, #828282);
  background: var(--white, #FFF);
  width: 155px;
  font-family: "Noto Sans JP";
}
.main_left.admin .box_info .about_me_desc textarea {
  width: 100%;
  margin-top: 30px;
  min-height: 432px;
  font-size: 0.875em;
  margin-bottom: 0;
}

.modal_inquiry {
  color: #333;
}
.modal_inquiry .modal-header {
  flex-direction: column;
  padding: 50px 60px 26px;
  border-radius: 0;
  position: relative;
  border-bottom: none;
}
.modal_inquiry .modal-header h1 {
  font-family: "Inter";
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #0168B7;
  margin-bottom: 20px;
}
.modal_inquiry .modal-header p {
  margin-bottom: 0;
}
.modal_inquiry .modal-header p:last-of-type {
  font-size: 0.75em;
}
.modal_inquiry .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100px;
  border: 1px solid #EAECEE;
}
.modal_inquiry .modal-content {
  border-radius: 0;
}
.modal_inquiry .modal-body {
  padding: 0 60px 50px;
}
.modal_inquiry label {
  display: block;
  text-align: left;
  color: #333;
  font-weight: 700;
  font-size: 0.875em;
}
.modal_inquiry .form-control {
  color: #828282;
  font-size: 0.875em;
}
.modal_inquiry .form-control::-moz-placeholder {
  color: #828282;
}
.modal_inquiry .form-control::placeholder {
  color: #828282;
}
.modal_inquiry .form-check {
  margin-bottom: 10px;
}
.modal_inquiry .form-check label {
  font-weight: 400;
  margin-left: 10px;
}
.modal_inquiry .form_group {
  margin-bottom: 20px;
}
.modal_inquiry textarea {
  min-height: 90px;
  font-size: 0.875em;
}
.modal_inquiry ::-webkit-inner-spin-button {
  display: none;
}
.modal_inquiry .form_check_agree {
  display: flex;
  justify-content: center;
}
.modal_inquiry .box_agree {
  text-align: center;
  font-size: 0.75em;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}
.modal_inquiry .box_agree a {
  color: #0168B7;
  font-weight: 700;
}
.modal_inquiry .form-check-input[type=checkbox] {
  border-radius: 2px;
}
.modal_inquiry .form-check-input:checked[type=checkbox] {
  background-image: url("../images/i_check.svg");
}
.modal_inquiry .form-check-input {
  width: 20px;
  height: 20px;
}
.modal_inquiry .form-check-input:checked {
  border-color: #0168B7;
  background-color: #0168B7;
}
.modal_inquiry .form-check-input:focus {
  box-shadow: none;
}
.modal_inquiry .btn_Submit {
  background: #0168B7;
  font-size: 0.875em;
  color: #fff;
  min-width: 442px;
  border-radius: 4px;
  padding: 13.5px;
}

@media (max-width: 932px) {
  .modal_inquiry .modal-header {
    padding: 15px;
  }
  .modal_inquiry .modal-body {
    padding: 0 15px 15px;
  }
  .modal_inquiry .btn_Submit {
    min-width: auto;
  }
}
.btnClose {
  border: none;
  display: block;
  position: absolute;
  right: -15px;
  top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='currentColor' class='bi bi-x-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.btnClose:active {
  border: none;
}

.box_personal_data .form_group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.box_personal_data .form_group:last-of-type {
  margin-bottom: 0;
}
.box_personal_data .form_group span {
  min-width: 60px;
  background: #000;
  color: #fff;
  font-size: 0.7143em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0 10px;
  margin-right: 10px;
}
.box_personal_data .form_group p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 50px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.colorpicker {
  padding: 0;
  border: none;
  border-radius: 4px;
}
.colorpicker:focus {
  box-shadow: none;
}

.btn_change {
  min-width: 100px;
  height: 40px;
  background: #0168B7;
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  border-radius: 4px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_change:hover {
  background: #01477d;
  color: #fff;
}

@media (max-width: 830px) {
  .btn_change {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .box_tab .box_button .btn {
    padding: 10px 15px;
  }
}/*# sourceMappingURL=styles.css.map */
