@charset "utf-8";
/* CSS Document */
#government {
  font-size: 16px;
  font-family: Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #government {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
/*-----------------------------main_image*/
/*root*/ :root {
  --header_h_sp: 0px;
  --header_h_pc: 70px;
  --maimimg_h_sp: 350px;
  --maimimg_h_pc: 550px;
}
#main_img_area {
  margin-top: var(--header_h_sp);
  height: var(--maimimg_h_sp);
  background: url(../../img/government_img/mainimg_bg.jpg) center no-repeat #f0f4fb;
  background-size: cover;
}
#main_img_area .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 767px) {
  #main_img_area {
    margin-top: var(--header_h_pc);
    height: var(--maimimg_h_pc);
  }
}
/**/
.mainimg_mottel {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto auto 0;
}
.mainimg_mottel img {
  width: 220px;
  height: auto;
}
@media print, screen and (min-width: 767px) {
  .mainimg_mottel img {
    width: 400px;
  }
  .mainimg_mottel {
    display: block;
    bottom: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .mainimg_mottel {
    right: 0;
    bottom: 26px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mainimg_mottel {
    right: -60px;
    left: auto;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1366px) {
  .mainimg_mottel {
    right: -140px;
  }
  .mainimg_mottel img {
    width: 460px;
  }
}
/**/
.mainimg_catch {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  top: 24px;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.catch_ti_group {
  position: relative;
}
@media print, screen and (min-width: 767px) {
  .mainimg_catch {
    width: 80%;
    max-width: 768px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-70%);
    margin: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .mainimg_catch {
    transform: translateY(-55%);
  }
}
.catch_ti_group .catch_ti01 {
  background: var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0.4em 0;
  position: relative;
}
.catch_ti_group .catch_ti01::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: var(--maincolor) transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto auto 0;
}
.catch_ti_group .catch_ti01 img {
  width: 24px;
  height: auto;
  margin: 0;
}
.catch_ti_group .catch_ti01 p {
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.catch_ti_group .catch_ti02 {
  font-weight: 700;
  color: var(--subcolor03);
  line-height: 1.2;
  font-size: 30px;
  padding: 0.8em 0.5em 0.2em;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.catch_ti_group .catch_ti02 .s_tx {
  font-size: 0.8em;
}
.catch_ti_group .catch_tx {
  font-weight: 700;
  color: var(--tx_color);
  background: var(--marker);
  width: max-content;
  margin: 0 auto 1.5em;
  padding: 0.2em 1em;
  border-radius: 50px;
  font-size: 16px;
}
@media print, screen and (min-width: 767px) {
  .catch_ti_group .catch_ti01 img {
    width: 44px;
  }
  .catch_ti_group .catch_ti01 p {
    font-size: 32px;
  }
  .catch_ti_group .catch_ti02 {
    font-size: 46px;
    margin-bottom: 0.2em;
  }
  .catch_ti_group .catch_tx {
    font-size: 30px;
  }
  .catch_ti_group .catch_ti01::before {
    border-width: 32px 30px 0 30px;
    bottom: -28px;
  }
}
@media print, screen and (min-width: 992px) {
  .catch_ti_group .catch_ti01 {
    padding: 0.8em 0;
  }
  .catch_ti_group .catch_ti02 br {
    display: none;
  }
}
/**/
.catch_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.catch_list li {
  background: var(--subcolor01);
  color: #fff;
  font-size: 12px;
  border-radius: var(--radius);
  line-height: 1.2;
  padding: 4px;
}
@media print, screen and (min-width: 767px) {
  .catch_list {
    align-items: center;
  }
  .catch_list li {
    font-size: 18px;
    padding: 8px;
    width: 100%;
    max-width: 520px;
  }
  .catch_list li br {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .catch_list {
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
  }
  .catch_list li {
    width: calc(50% - 10px);
    padding: 16px;
    line-height: 1.4;
  }
  .catch_list li br {
    display: block;
  }
}
/*-----------------------------下矢印三角形*/
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 20px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 50px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
ul.row > li {
  margin-bottom: 30px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------セクション別装飾*/
#sec_05 a.comic_2p {
  display: none;
}
#sec_02, #sec_04, #sec_06 {
  background: #EBF7FD;
}
#sec_02 .link_btn_area span {
  color: #fff;
}
#sec_antei img {
  margin: 30px auto auto;
}
/*-----------------------------style3.css記述の相殺*/
#government section dl {
  width: auto;
  text-align: inherit;
}
#government section dl dt {
  width: auto;
  float: none;
}
#government section dl dd {
  width: auto;
  float: none;
}
/*-----------------------------#sec_01*/
#sec_01 {
  padding-top: 0px;
}
#sec_01 .container.under_cts {
  margin-top: 0px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .container.under_cts {
    margin-top: 30px;
  }
}
/*-----------------------------#sec_02*/
#sec_02 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_02 p {
  margin-top: 20px;
}
/*-----------------------------#sec_03*/
#sec_03 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #EBF7FD transparent transparent transparent;
}
/*-----------------------------#sec_04*/
#sec_04 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
/*-----------------------------#sec_05*/
#sec_05 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #EBF7FD transparent transparent transparent;
}
/*-----------------------------#sec_06*/
#sec_06 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_06 figure img {
  border: none;
}
@media print, screen and (min-width:768px) {
  #sec_06 figure img {
    border: 15px solid #fff;
    border-radius: 20px;
  }
}
/*-----------------------------#sec_07*/
#sec_07 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #EBF7FD transparent transparent transparent;
}
/*==============================
共通
==============================*/
/*
font-family: 'Lato', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.en_tx {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
/*共通設定*/ :root {
  /*color*/
  --tx_color: #333;
  --maincolor: #003da6;
  --subcolor01: #25b6e8;
  --subcolor02: #ec692b;
  --subcolor03: #2268c0;
  --red: #e50039;
  --marker: #fff666;
  --gray: #666;
  --em_color: #003da6;
  --bg_color01: rgba(0, 61, 166, 0.05);
  --bg_color02: #fffabe;
  --tbl_bd: #ccc;
  --tbl_th: rgba(0, 61, 166, 0.05);
  /*parts*/
  --radius: 10px;
}
div, ul, li, a, dl, dt, dd, th, td {
  box-sizing: border-box;
}
/**/
.tit01 .s_tx {
  display: block;
  font-size: clamp(14px, 1.17vw, 16px);
}
/**/
[class^="tit"] img.mottel_logo {
  width: auto;
  height: 1.5em;
  margin: 0 0.2em;
  vertical-align: middle;
}
/**/
.list_style01 {
  text-align: left;
}
.list_style01 li {
  text-align: left;
  color: var(--tx_color);
  font-size: 14px;
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.4;
}
.list_style01 li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: var(--maincolor);
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list_style01 li + li {
  margin-top: 0.6em;
}
@media print, screen and (min-width:768px) {
  .list_style01 li {
    font-size: 16px;
  }
}
/**/
.sub_ti01 {
  font-weight: 700;
  color: var(--marker);
  width: 100%;
  max-width: max-content;
  padding: 0.5em 1em;
  background: var(--maincolor);
  margin: 0 auto;
  font-size: clamp(20px, 2.2vw, 30px);
}
.tit02_em {
  font-size: clamp(24px, 2.93vw, 40px);
  font-weight: 700;
  color: var(--maincolor);
  margin-bottom: 1em;
}
.marker {
  background: linear-gradient(transparent 60%, var(--marker) 60%);
}
.wavy {
  text-decoration: underline wavy var(--subcolor01);
}
.tx_sub {
  color: var(--subcolor01);
}
/*ly_ph_half*/
.ly_ph_half {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ly_ph_half + .ly_ph_half {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .ly_ph_half {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ly_ph_half .tx_box {
    width: calc(50% - 12px);
  }
  .ly_ph_half .ph_box {
    width: calc(50% - 12px);
  }
  .ly_ph_half.ph_left .ph_box {
    order: -1;
  }
  .ly_ph_half.ph_right .ph_box {
    order: 1;
  }
  .ly_ph_half + .ly_ph_half {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 1200px) {
  .ly_ph_half {
    gap: 36px;
  }
  .ly_ph_half .tx_box {
    width: calc(50% - 18px);
  }
  .ly_ph_half .ph_box {
    width: calc(50% - 18px);
  }
}
/*card layout====*/ :root {
  --lay_gap_sp: 16px;
  --lay_gap_md: 24px;
}
/*1 →　2*/
.ly_card_2column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}
.ly_card_2column > div, .ly_card_2column > li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .ly_card_2column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_2column > div, .ly_card_2column > li {
    width: calc(50% - var(--lay_gap_md) / 2);
  }
}
/*1 →　3*/
.ly_card_3column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--lay_gap_sp);
}
.ly_card_3column > div, .ly_card_3column > li {
  width: 100%;
}
@media print, screen and (min-width:992px) {
  .ly_card_3column {
    flex-direction: row;
    gap: var(--lay_gap_md);
  }
  .ly_card_3column > div, .ly_card_3column > li {
    width: calc(33.3333333333% - var(--lay_gap_md) * 2 / 3);
  }
}
/*※*/
.note_list {
  text-align: left;
}
.note_list > li {
  line-height: 1.4;
  position: relative;
  padding-left: 1.4em;
  text-align: left;
}
.note_list > li + li {
  margin-top: 8px;
}
.note_list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.note_list.s_tx > li {
  font-size: 1.2rem;
}
.note_list > li[class^="num0"] {
  padding-left: 1.8em;
}
.note_list > li.num01::after {
  content: "1";
  display: block;
  position: absolute;
  left: 1.2em;
  top: 0.3em;
  font-size: 0.8em;
}
@media print, screen and (min-width: 992px) {
  .note_list.s_tx > li {
    font-size: 1.4rem;
  }
}
/*img_fluid*/
.img_fluid {
  max-width: 100%;
  height: auto;
}
/*img_fluid*/
.link_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_btn a {
  background: var(--subcolor03);
  border-radius: 50px;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  border: 2px solid var(--subcolor03);
  text-decoration: none;
  font-size: clamp(16px, 1.46vw, 20px);
}
.link_btn a:hover {
  background: #fff;
  color: var(--subcolor03);
}
/**/
.nowrap {
  white-space: nowrap;
}
.m_t24 {
  margin-top: 24px;
}
.m_t32 {
  margin-top: 32px;
}
.m_t40 {
  margin-top: 40px;
}
.tx_clr01 {
  color: var(--maincolor);
}
.tx_clr02 {
  color: var(--subcolor01);
}
.tx_big {
  font-size: 1.4em;
}
/*==============================
官公庁での導入実績 / achievement
==============================*/
[id^="achievement_"] + [id^="achievement_"] {
  padding-top: 40px;
}
@media print, screen and (min-width: 767px) {
  [id^="achievement_"] + [id^="achievement_"] {
    padding-top: 80px;
  }
}
/*sec01-01=======*/
/**/
.achievement_num {
  font-weight: 700;
  color: #333;
  font-size: clamp(20px, 2.92vw, 40px);
  white-space: nowrap;
  margin: 0 auto 40px;
  width: max-content;
  position: relative;
}
.achievement_num strong {
  color: var(--red);
  font-weight: 900;
  font-size: 1.8em;
  padding: 0 0.1em;
}
.achievement_num::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/government_img/leaf_l.png) center center no-repeat;
  background-size: cover;
  aspect-ratio: 210/275;
  width: clamp(30px, 5.89vw, 80px);
  height: auto;
  left: -1.3em;
  bottom: -0.5em;
}
.achievement_num::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/government_img/leaf_r.png) center center no-repeat;
  background-size: cover;
  aspect-ratio: 210/275;
  width: clamp(30px, 5.89vw, 80px);
  height: auto;
  right: -1.3em;
  bottom: -0.5em;
}
/**/
.achievement_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
@media print, screen and (min-width: 767px) {
  .achievement_wrap {
    flex-direction: row;
    gap: 30px;
  }
}
.agency_box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
}
.agency_ti {
  color: #fff;
  background: var(--maincolor);
  position: relative;
  padding: 0.5em 0.5em 0.3em;
  font-weight: 700;
  font-size: clamp(24px, 2.34vw, 32px);
  white-space: nowrap;
  border-radius: var(--radius) var(--radius) 0 0;
}
.agency_ti::before {
  content: "";
  display: inline-block;
  background: url(../../img/government_img/building_img.png) center center no-repeat;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 1.4em;
  height: auto;
  vertical-align: -0.2em;
  margin-right: 0.5em;
}
.agency_box .list_style01 li {
  font-size: clamp(18px, 1.61vw, 22px);
}
@media print, screen and (min-width: 767px) {
  .agency_box {
    width: calc(100% / 3 - 20px);
  }
}
.other_box {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
}
.other_ti {
  color: #fff;
  background: var(--subcolor03);
  padding: 0.5em;
  font-weight: 700;
  font-size: clamp(18px, 1.46vw, 20px);
  border-radius: var(--radius) var(--radius) 0 0;
}
@media print, screen and (min-width: 767px) {
  .other_box {
    width: 100%;
  }
}
.agency_box .list_style01 {
  padding: 1.5em;
}
.other_box .list_style01 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 1.5em;
}
.other_box .list_style01 li {
  width: max-content;
  font-weight: normal;
}
.other_box .list_style01 li + li {
  margin-top: 0;
}
/*sec01-02=======*/
.theme_wrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 767px) {
  .theme_wrap {
    flex-direction: row;
    gap: 30px;
  }
}
.theme_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: var(--bg_color01);
  border-radius: var(--radius);
  padding: 1.5em;
}
.theme_ti {
  width: 100%;
  font-weight: 700;
  color: var(--subcolor01);
  border-bottom: 1px solid var(--subcolor01);
  font-size: clamp(20px, 2.34vw, 32px);
  margin-bottom: 0.5em;
}
.theme_box figure {
  width: 40%;
}
.theme_box figure img {
  max-width: 100%;
  height: auto;
}
.theme_box .list_style01 {
  width: 60%;
  padding: 20px 0 20px;
  display: flex;
  flex-direction: column;
}
.theme_box .list_style01 li {
  font-size: clamp(16px, 1.46vw, 20px);
}
@media print, screen and (min-width: 767px) {
  .theme_box {
    width: calc(50% - 15px);
  }
}
/**/
.cause_box {
  margin: 40px auto 40px;
  position: relative;
  width: 100%;
  max-width: 900px;
  border-radius: var(--radius);
  padding: 2em 1em 2em 80px;
  background: #fff;
  border: 4px solid var(--maincolor);
}
.cause_box::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  color: var(--maincolor);
  font-size: 4em;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
.cause_ti {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--maincolor);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  top: -1.5em;
  left: -0.5em;
}
.cause_list li {
  font-weight: 700;
  color: var(--tx_color);
  line-height: 1.4;
  font-size: clamp(18px, 1.61vw, 22px);
  text-align: left;
  position: relative;
  padding-left: 1.2em;
}
.cause_list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  color: var(--subcolor01);
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.cause_list li + li {
  margin-top: 1em;
}
@media print, screen and (min-width: 767px) {
  .cause_ti {
    font-size: 40px;
    width: 120px;
    height: 120px;
    top: -1em;
    left: -0.5em;
    padding-top: 0.2em;
  }
  .cause_box {
    margin: 60px auto 20px;
    padding: 2em 1em 2em 120px;
  }
}
/*sec01-03=======*/
.settlement_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin: auto;
  gap: 16px;
}
.settlement_list li {
  background: var(--maincolor);
  color: #fff;
  border-radius: var(--radius);
  font-weight: 700;
  padding: 1em 0.5em;
  line-height: 1.4;
  font-size: clamp(20px, 2.34vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 767px) {
  .settlement_list {
    flex-direction: row;
    gap: 30px;
  }
  .settlement_list li {
    width: calc(50% - 15px);
  }
}
.settlement_list02 li {
  font-weight: 700;
  color: var(--tx_color);
  line-height: 1.4;
  font-size: clamp(18px, 1.61vw, 22px);
}
.settlement_list02 li + li {
  margin-top: 0.6em;
}
/*==============================
クラウド電話「モッテル」とは？
==============================*/
.what_mottel .ph_box img {
  mix-blend-mode: darken;
}
.what_mottel .tx_box p {
  text-align: left;
}
.what_mottel .tx_box p a {
  text-decoration: underline;
}
.what_mottel .tx_box p + p {
  margin-top: 1em;
}
/**/
.pr_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
.pr_dl > div {
  width: calc(50% - 8px);
  box-shadow: rgb(149 157 165 / 40%) 0px 5px 10px;
  border-radius: var(--radius);
  background: var(--bg_color01);
}
.pr_dl dt {
  background: var(--subcolor01);
  color: #fff;
  font-weight: 700;
  padding: 0.5em 0.5em 0.3em;
  font-size: clamp(16px, 1.46vw, 20px);
  border-radius: var(--radius) var(--radius) 0 0;
}
.pr_dl dd {
  font-weight: 700;
  color: var(--tx_color);
  line-height: 1.2;
  padding: 0.8em 0 1em;
  border-radius: 0 0 var(--radius) var(--radius);
  font-size: clamp(14px, 1.32vw, 18px);
}
@media print, screen and (min-width: 767px) {
  .pr_dl > div {
    width: calc(100% / 3 - 11px);
  }
}
/**/
.more_ti {
  position: relative;
  font-size: clamp(18px, 1.76vw, 24px);
  font-weight: 700;
  color: var(--maincolor);
  width: max-content;
  margin: 0 auto 16px;
  padding: 0 1.5em;
}
.more_ti::before {
  content: "";
  height: 1.5em;
  width: 2px;
  background: var(--maincolor);
  position: absolute;
  left: 0;
  transform: rotate(-30deg);
}
.more_ti::after {
  content: "";
  height: 1.5em;
  width: 2px;
  background: var(--maincolor);
  position: absolute;
  right: 0;
  transform: rotate(30deg);
}
/**/
.point_img_list {
  display: flex;
  gap: clamp(12px, 1.76vw, 24px);
  margin: 0 auto 60px;
  max-width: 768px;
}
/*==============================
モッテルでの「コールセンター」運用例 / example
==============================*/
/*==============================
アプリで簡単切り替え / app
==============================*/
.app_img {
  padding-top: 24px;
}
/*==============================
「コールセンター」構築の課題 / callcenter
==============================*/ :root {
  --max_w: 960px;
}
/**/
.problem_box {
  margin: 40px auto 24px;
  position: relative;
  width: 100%;
  max-width: 768px;
  border: 3px solid var(--maincolor);
  border-radius: var(--radius);
  padding: 1.4em 1em;
  background: #fff;
}
.problem_ti {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--maincolor);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  top: -1.5em;
  left: -0.5em;
}
.problem_list li {
  font-weight: 700;
  color: var(--tx_color);
  line-height: 1.4;
  font-size: clamp(18px, 1.46vw, 20px);
}
.problem_list li + li {
  margin-top: 0.6em;
}
@media print, screen and (min-width: 767px) {
  .problem_ti {
    font-size: 24px;
    width: 90px;
    height: 90px;
    top: -1.2em;
    left: -0.5em;
  }
}
/**/
.problem_list_wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: var(--max_w);
  margin: 0 auto 40px;
  padding: 1.5em;
}
.problem_list_wrap [class^="problem_list"] {
  text-align: left;
}
.problem_list_wrap [class^="problem_list"] dl > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.problem_list_wrap [class^="problem_list"] dl > div + div {
  margin-top: 1em;
}
.problem_list_wrap [class^="problem_list"] dl > div dt {
  font-size: clamp(14px, 1.17vw, 16px);
  font-weight: 700;
  width: max-content;
  padding: 0.2em 0.5em;
  background: var(--gray);
  color: #fff;
}
.problem_list_wrap .problem_list02 dl > div dt {
  background: var(--subcolor01);
}
.problem_list_wrap [class^="problem_list"] dl > div dd {
  font-weight: 700;
  color: var(--tx_color);
  font-size: clamp(16px, 1.32vw, 18px);
}
.problem_list_wrap .problem_list02 {
  margin-top: 2em;
  position: relative;
}
.problem_list_wrap .problem_list02::before {
  content: "";
  display: block;
  width: calc(100% + 2em);
  height: calc(100% + 2em);
  background: var(--bg_color02);
  position: absolute;
  top: -1em;
  left: -1em;
  border-radius: var(--radius);
  mix-blend-mode: darken;
}
.problem_list_wrap .problem_list02::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  color: var(--subcolor01);
  font-size: 4em;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .problem_list_wrap {
    flex-direction: row;
    padding: 2em 2em 2em;
    align-items: center;
    margin: 0 auto 56px;
  }
  .problem_list_wrap [class^="problem_list"] {
    width: 50%;
  }
  .problem_list_wrap .problem_list02 {
    margin-top: 0;
  }
}
/**/
.callcenter_img {
  max-width: var(--max_w);
  margin: 0 auto 24px;
}
/**/
@media print, screen and (min-width: 767px) {
  .callcenter_list.list_style01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
  .callcenter_list.list_style01 li {
    white-space: nowrap;
  }
  .callcenter_list.list_style01 li + li {
    margin-top: 0;
  }
}
/*==============================
とある県庁での運用事例 / sample_scheme
==============================*/
/*==============================
ご利用料金 / price
==============================*/ :root {
  --tbl_pdd: 12px;
}
.price_wrap {
  margin-bottom: 40px;
}
.price_box {
  background: #fff;
  padding: 1.8em 1.5em;
}
.price_box.em_box {
  border: 3px solid var(--maincolor);
}
.price_ti {
  font-weight: 700;
  color: var(--subcolor01);
  margin-bottom: 16px;
  font-size: clamp(18px, 1.76vw, 24px);
  line-height: 1.2;
}
.price_ti02 {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: clamp(18px, 1.46vw, 20px);
}
.price_table01 {
  width: 100%;
  border: 1px solid var(--tbl_bd);
  border-collapse: collapse;
}
.price_table01 + .price_table01 {
  margin-top: 24px;
}
.price_table01 tr.tbl_ti th {
  background: var(--subcolor03);
  color: #fff;
  font-size: clamp(18px, 1.46vw, 20px);
  text-align: center;
}
.price_table01 tr.tbl_ti th .s_tx {
  font-size: clamp(14px, 1.17vw, 16px);
}
.price_table01 tr th {
  border: 1px solid var(--tbl_bd);
  padding: var(--tbl_pdd);
  color: var(--tx_color);
  background: var(--bg_color02);
  white-space: nowrap;
}
.price_table01 tr th.sub_th {
  background: var(--tbl_th);
  color: var(--tx_color);
}
.price_table01 tr td {
  border: 1px solid var(--tbl_bd);
  padding: var(--tbl_pdd);
  color: var(--tx_color);
}
.price_table01 tr td .en_tx {
  color: var(--red);
}
.price_table01 .en_tx {
  font-size: 1.2em;
  margin: 0 0.1em;
}
.price_table01 .s_tx {
  font-size: 0.8em;
}
.price_table01 tr .note_tx {
  font-size: 12px;
}
/*==============================
運用サポート / support
==============================*/
.support_map {
  max-width: 680px;
  margin: 0 auto 40px;
}
/*==============================
お問い合わせフォーム
==============================*/
table#contact {
  width: 100%;
  margin: 20px 0;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
table#contact tr th {
  display: block;
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #e8e8e8;
  line-height: 150%;
  vertical-align: middle;
  text-align: left;
}
table#contact tr td {
  display: block;
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #fff;
  vertical-align: middle;
  text-align: left;
}
table#contact tr td.td_child {
  border-bottom: 1px dotted #999;
}
table#contact p {
  margin-bottom: 5px;
  text-align: left;
}
table#contact tr td .attention {
  white-space: nowrap;
}
table#contact tr th span.form_title {
  display: block;
  overflow: hidden;
}
/*必須アイコン*/
table#contact tr th span.txt_required {
  float: left;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #cc1414;
  padding: 6px 0;
  margin-right: 10px;
  line-height: 70%;
  width: 40px;
  display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
  float: left;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  border-radius: 2px;
  color: #fff;
  background: #666;
  padding: 6px 0;
  margin-right: 10px;
  line-height: 70%;
  width: 40px;
  display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], input[type="email"], textarea {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
  background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
  text-align: left;
}
select {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: none;
  background: #e8e8e8;
}
select:focus {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: none;
}
/*入力エリアサイズ*/
.input_10 {
  width: 10%;
}
.input_20 {
  width: 20%;
}
.input_30 {
  width: 30%;
}
.input_50 {
  width: 50%;
}
.input_70 {
  width: 70%;
}
.input_100 {
  width: 100%;
}
.input_zip {
  width: 180px;
}
.input_tel {
  width: 200px;
}
/*入力モード*/
.ime_dis {
  ime-mode: disabled;
}
.ime_act {
  ime-mode: active;
}
/*入力例の文字装飾*/ ::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
/*ラジオボタン余白調整*/
input[type="radio"] {
  margin-left: 15px;
}
td label.first input[type="radio"] {
  margin-left: 0;
}
/*チェックボックス余白調整*/
input[type="checkbox"] {
  margin-left: 15px;
}
td label.first input[type="checkbox"] {
  margin-left: 0;
}
/*送信・戻るボタン*/
ul.submit_btn {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
ul.submit_btn li {
  display: inline-block;
  cursor: pointer;
}
ul.submit_btn li.inp_submit01 input {
  color: #fff;
  background: #666;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}
ul.submit_btn li.inp_submit02 input {
  color: #fff;
  background: #999;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}
ul.submit_btn li:hover {
  opacity: 0.7;
}
/*エラーメッセージ用*/
.errtop {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #c33;
  background: #fcc;
}
.errtop::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  margin-left: -15px;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #fcc;
}
.errmsg span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: 700;
  color: #c33;
  background: #fcc;
}
.errmsg span::after {
  position: absolute;
  left: 30px;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px #fcc;
}
/*遷移後のランディング位置調整*/
#form_landing {
  margin-top: -80px;
  padding-top: 80px;
}
/*送信完了画面用*/
#thanks {
  margin: 20px 0;
}
#thanks h5 {
  margin: -80px 0 15px;
  padding-top: 80px;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  table#contact {
    border-collapse: separate;
  }
  table#contact tr th {
    display: table-cell;
    border-right: 1px dotted #999;
    width: 28%;
  }
  table#contact tr td {
    display: table-cell;
  }
  table#contact tr td.td_child {
    border-right: 1px dotted #999;
    border-bottom: 1px solid #999;
  }
  /*入力例の文字装飾*/ ::-webkit-input-placeholder {
    color: #666;
  }
  ::-moz-placeholder {
    color: #666;
  }
  :-ms-input-placeholder {
    color: #666;
  }
}
.tit01 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
  color: #003da6;
}
.tit01::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 120px;
  height: 1px;
  margin-left: -60px;
  content: "";
  background: #003da6;
}
.tit02 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.tit_price {
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #444;
}
@media print, screen and (min-width:768px) {
  .tit01 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 34px;
  }
  .tit01::after {
    width: 200px;
    margin-left: -100px;
  }
  .tit02 {
    margin-bottom: 30px;
    font-size: 28px !important;
  }
  .tit_price {
    font-size: 20px;
  }
}
strong {
  font-weight: bold;
}