@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #3d3d3d;
  transition: 0.4s;
}
a:hover {
  opacity: 0.8;
}
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
# 全体
--------------------------------------------------------------*/
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #292929;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.6rem;
  background: #ffffff;
}
.pc_hidden {
  display: none !important;
}
.sp_hidden {
  display: block;
}
a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.8;
}
.inner {
  width: 960px;
  margin: 0 auto;
}

.title01_wrap {
  text-align: center;
}
.title01 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 5px;
}
.title02 {
  font-size: 2.1rem;
  font-weight: bold;
  border-left: solid 5px #5ca7be;
  line-height: 1.4;
  padding-left: 10px;
  margin: 0px 0px 20px;
}
.skyblue_text {
  color: #5ca7be;
}
.yellow_line {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.yellow_text {
  color: #fff457;
}
.bk_eff7fa {
  background: #eff7fa;
}
.bk_5ca7be {
  background: #5ca7be;
}
.bk_ededed {
  background: #ededed;
}
.check01 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #5ca7be;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check01 .check {
  padding-top: 5px;
  margin-right: 10px;
}
.text18 {
  font-size: 1.8rem;
}
.white_box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 60px;
}
.check_list_wrap ul li {
  font-size: 1.9rem;
  font-weight: bold;
  position: relative;
  margin-left: 30px;
  padding: 5px 0px;
}
.check_list_wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 0.9rem;
  border-left: 2px solid #5ca7be;
  border-bottom: 2px solid #5ca7be;
  top: 1.2rem;
  left: -2.8rem;
  transform: rotate(-45deg);
}
.contact_btn_area {
  padding: 30px 0;
}
.contact_btn_wrap {
  text-align: center;
}
.contact_btn img {
  margin-right: 10px;
}
.contact_btn {
  display: flex;
  text-align: center;
  /* border: solid 1px; */
  padding: 13px;
  margin: 20px auto;
  width: 340px;
  background: #292929;
  color: #ffffff;
  border-radius: 50px;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
}
#contents_wrap {
  margin-top: 100px;
  padding-top: 60px;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
  padding: 10px;
  width: 100%;
  height: 100px;
  position: fixed;
  background: #ffffff;
  top: 0;
  z-index: 99;
}
#header .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
#header .header_logo {
  display: flex;
  align-items: center;
}
#header .flexbox .textbox {
  display: flex;
  align-items: center;
}
#header .flexbox .mail_icon .textbox {
  display: flex;
  align-items: center;
}
#header .flexbox .mail_icon {
  width: 20px;
  margin-right: 5px;
}
#header .flexbox .contact_btn {
  margin: 0;
  width: 260px;
  font-size: 1.6rem;
  background: #6ea5bb;
  padding: 12px;
}
#header .flexbox .contact_btn img {
  margin-right: 10px;
  width: 25px;
}
#header .sp_tel {
  display: none;
}

/*--------------------------------------------------------------
it_support_contents01
--------------------------------------------------------------*/
.it_support_contents01 .contentsbox.bk_eff7fa {
  padding: 40px 0px;
  margin-top: 30px;
}
.it_support_contents01 .contentsbox .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.it_support_contents01 .contentsbox .flexbox .leftbox {
  width: 50%;
  text-align: center;
}
.it_support_contents01 .contentsbox .flexbox .leftbox .textbox {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
.it_support_contents01 .contentsbox .flexbox .rightbox {
  padding: 0 40px;
}
.it_support_contents01 .contentsbox.bk_5ca7be {
  padding: 30px 0px;
}
.it_support_contents01 .contentsbox.bk_5ca7be .intro_text {
  font-size: 2.1rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.it_support_contents01 .contentsbox.bk_5ca7be .white_box .price {
  font-size: 3rem;
  font-weight: bold;
}
.it_support_contents01 .contentsbox.bk_5ca7be .white_box .price .stext {
  font-size: 1.8rem;
  font-weight: normal;
}

/*--------------------------------------------------------------
it_support_contents02
--------------------------------------------------------------*/
.it_support_contents02 {
  padding: 50px 0px;
}
.it_support_contents02 .check_list_wrap {
  padding: 30px 8%;
}
.it_support_contents02 .check_list_wrap .flexbox {
  display: flex;
  margin-top: 20px;
}
.it_support_contents02 .check_list_wrap .flexbox .imagebox {
  margin: 0px 20px 0 0px;
}

/*--------------------------------------------------------------
it_support_contents03
--------------------------------------------------------------*/
.it_support_contents03 {
  padding: 40px 0px 50px 0px;
}
.it_support_contents03 .title01 {
  color: #ffffff;
}
.it_support_contents03 .white_box {
  margin-top: 40px;
  border-radius: 5px;
  padding: 40px 8% 60px;
}
.it_support_contents03 .white_box .toptext {
  text-align: center;
  margin-bottom: 40px;
}
.it_support_contents03 .white_box .toptext .text18 {
  font-weight: bold;
  display: inline-block;
}
.it_support_contents03 .white_box .flexbox {
  display: flex;
  align-items: center;
}
.it_support_contents03 .white_box .flexbox .leftbox {
  width: 50%;
}
.it_support_contents03 .white_box .flexbox .rightbox {
  width: 50%;
  text-align: center;
}
.it_support_contents03 .white_box .flexbox ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
.it_support_contents03 .white_box .flexbox ul li {
  list-style: disc;
  font-size: 1.8rem;
  padding: 5px 0px;
}
.it_support_contents03 .white_box .flexbox ul li::marker {
  color: #5ca7be;
}
.it_support_contents03 .white_box .yellow_box {
  background: #ffff66;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px;
}

/*--------------------------------------------------------------
it_support_contents04
--------------------------------------------------------------*/
.it_support_contents04 {
  padding: 20px 0 40px;
}
.it_support_contents04 .title01 {
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 3px;
}
.it_support_contents04 .imagebox {
  text-align: center;
  margin: 40px 0px;
}
.it_support_contents04 .last_text_wrap {
  text-align: center;
}
.it_support_contents04 .last_text {
  display: inline-block;
  font-weight: bold;
  font-size: 3.2rem;
}

/*--------------------------------------------------------------
it_support_contents05
--------------------------------------------------------------*/
.it_support_contents05 {
  padding: 40px 0px 60px;
}
.it_support_contents05 .title02 {
  margin: 40px 0px 30px;
}
.it_support_contents05 .table_wrap table .table_title {
  font-size: 2.1rem;
  font-weight: bold;
}
.it_support_contents05 .table_wrap table {
  width: 100%;
  border-top: solid 2px #8f8f8f;
}
.it_support_contents05 .table_wrap table .text_left {
  text-align: left;
}
.it_support_contents05 .table_wrap table th {
  text-align: left;
  padding: 13px 10px;
  border-bottom: solid 2px #8f8f8f;
  vertical-align: middle;
}
.it_support_contents05 .table_wrap table td {
  text-align: center;
  padding: 13px 10px;
  border-bottom: solid 2px #8f8f8f;
  vertical-align: middle;
}
.it_support_contents05 .table_wrap table tr {
  background: #f7f7f7;
}
.it_support_contents05 .table_wrap table tr:nth-child(even) {
  background: #ffffff;
}
.it_support_contents05 .note_box {
  margin-top: 20px;
}
.table-scroll {
  overflow: scroll;
}

/*--------------------------------------------------------------
it_support_contents06
--------------------------------------------------------------*/
.it_support_contents06 {
  padding: 50px 0px;
}
.it_support_contents06 .title01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.it_support_contents06 .title01 img {
  margin-top: 8px;
  margin-right: 10px;
}
.it_support_contents06 .choice_box {
  background: #ffffff;
  margin-top: 80px;
  box-shadow: 2px 2px 4px #cccccc;
  position: relative;
}
.it_support_contents06 .choice_box h4 {
  background: #5ca7be;
  color: #ffffff;
  font-size: 2.3rem;
  padding: 15px 30px 15px 100px;
}
.it_support_contents06 .choice_box .textbox {
  padding: 20px 20px 20px 100px;
  font-size: 1.8rem;
}
.it_support_contents06 .choice_box .choice_icon {
  position: absolute;
  background: #ffffff;
  width: 76px;
  height: 76px;
  border-radius: 80px;
  text-align: center;
  top: -30px;
  color: #5ca7be;
  box-shadow: 3px 3px 4px gray;
  padding-top: 10px;
  left: -1px;
}
.it_support_contents06 .choice_box .choice_icon .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2px;
  display: block;
}
.it_support_contents06 .choice_box .choice_icon .number {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
}
.it_support_contents06 .choice_bottom_cont {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.it_support_contents06 .choice_bottom_cont .imagebox img {
  margin-right: -100px;
  z-index: 9;
  position: relative;
  margin-top: 25px;
}
.it_support_contents06 .choice_bottom_cont .textbox p {
  background: #ffffff;
  padding: 20px 40px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  border-radius: 20px;
}

/*--------------------------------------------------------------
it_support_voice_wrap
--------------------------------------------------------------*/
.it_support_voice_wrap {
  padding: 60px 0;
}
.it_support_voice_wrap .voice_box_wrap {
  border-bottom: solid 2px #8f8f8f;
  padding-bottom: 30px;
  width: 752px;
  margin: 50px auto 20px;
}
.it_support_voice_wrap .voice_box_wrap .voice_box {
  display: flex;
  justify-content: space-between;
}
.it_support_voice_wrap .voice_box .imagebox {
  width: 25%;
  text-align: center;
}
.it_support_voice_wrap .voice_box .imagebox .icon_wrap {
  text-align: center;
}
.it_support_voice_wrap .voice_box .imagebox .work_name {
  border-bottom: solid 2px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.it_support_voice_wrap .voice_box .imagebox .work_name .text01 {
  font-size: 1.4rem;
}
.it_support_voice_wrap .voice_box .textbox {
  width: 75%;
  padding: 0 0 0 30px;
}
.it_support_voice_wrap .voice_box .textbox.left_text {
  padding: 0 30px 0 0;
}
.it_support_voice_wrap .bottom_textbox {
  margin-top: 30px;
}
.it_support_voice_wrap .voice_box .text {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.it_support_voice_wrap .bottom_textbox .text {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.it_support_voice_wrap .yellow_line {
  font-weight: bold;
}
.it_support_voice_btn01_wrap {
  margin: 20px 0px 20px 0px;
}
.it_support_voice_btn01 {
  margin: 0 auto;
  display: block;
  text-align: center;
  border: solid 1px;
  padding: 13px;
  width: 600px;
  background: #292929;
  color: #ffffff;
  border-radius: 50px;
}
.it_support_voice_btn01 {
  display: block;
  text-align: center;
  border: solid 1px;
  padding: 13px;
  margin: 20px auto;
  width: 600px;
  background: #292929;
  color: #ffffff;
  border-radius: 50px;
}
.it_support_voice_btn01:hover {
  opacity: 0.8;
}
.sp_it_support_hidden {
  display: none;
}
.pc_it_support_hidden {
  display: block;
}
@media only screen and (max-width: 600px) {
  .sp_it_support_voice_btn01 {
    display: block;
    text-align: center;
    border: solid 1px;
    padding: 13px;
    margin: 20px auto;
    width: 80%;
    background: #292929;
    color: #ffffff;
    border-radius: 50px;
  }
  .sp_it_support_voice_btn01:hover {
    opacity: 0.8;
  }
  .sp_it_support_hidden {
    display: block;
  }
  .pc_it_support_hidden {
    display: none;
  }
}

/*--------------------------------------------------------------
it_support_flow_wrap
--------------------------------------------------------------*/
.it_support_flow_wrap {
  padding: 50px 0 80px;
}
.it_support_flow_wrap .title01 {
  color: #ffffff;
}
.it_support_flow_wrap .flow_box {
  display: flex;
  background: #ffffff;
  align-items: center;
  box-shadow: 2px 2px 4px gray;
  margin-top: 40px;
}
.it_support_flow_wrap .flow_box .imagebox {
  display: flex;
  align-items: center;
  background: #eff7fa;
  width: 25%;
  justify-content: center;
  box-shadow: 4px 0 3px -1px #eeeeee;
}
.it_support_flow_wrap .flow_box .rightbox {
  padding: 10px 20px;
  width: 75%;
}
.it_support_flow_wrap .flow_box .rightbox .title_flex_wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.it_support_flow_wrap .flow_box .rightbox .title_flex_wrap .step {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 0px 25px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-right: 10px;
}
.it_support_flow_wrap .flow_box .rightbox .title_flex_wrap h4 {
  color: #5ca7be;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
.it_support_flow_wrap .flow_box .rightbox .title_flex_wrap .text {
  font-size: 2rem;
}

/*--------------------------------------------------------------
it_support_faq_wrap
--------------------------------------------------------------*/
.it_support_faq_wrap {
  padding: 60px 0px;
}
.it_support_faq_wrap .faq_item_box h4 {
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: solid 2px #8f8f8f;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.it_support_faq_wrap .faq_item_box h4 .q {
  color: #1284bb;
}
.it_support_faq_wrap .faq_item_box {
  width: 752px;
  margin: 30px auto 0;
}
.it_support_faq_wrap .faq_item_box .textbox .a {
  font-size: 2.1rem;
  color: #bb121f;
  font-weight: bold;
}
.it_support_faq_wrap .faq_item_box .textbox .text {
  font-size: 1.8rem;
}

/*--------------------------------------------------------------
it_support_area_wrap
--------------------------------------------------------------*/
.it_support_area_wrap {
  padding: 40px 0px 60px;
}
.it_support_area_wrap .area_text {
  background: #ffffff;
  text-align: center;
  padding: 30px;
  margin-top: 40px;
}
.it_support_area_wrap .area_text p {
  font-size: 2rem;
  font-weight: bold;
}

/*--------------------------------------------------------------
it_support_company_wrap
--------------------------------------------------------------*/
.it_support_company_wrap {
  padding: 40px 0;
}
.it_support_company_wrap .flexbox {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.it_support_company_wrap .flexbox .leftbox {
  width: 50%;
  text-align: center;
}
.it_support_company_wrap .flexbox .rightbox {
  width: 50%;
}

/*--------------------------------------------------------------
is_iso_wrap
--------------------------------------------------------------*/
.is_iso_wrap {
  padding: 30px;
  text-align: center;
}
.is_iso_wrap .text {
  font-size: 2rem;
  margin-top: 10px;
}

/*--------------------------------------------------------------
contact-section
--------------------------------------------------------------*/
#contact-section {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

/*--------------------------------------------------------------
footer以降
--------------------------------------------------------------*/
.bottom_fix_btn_area {
  display: none;
}
.copyright .text-center {
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#page-top a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: #6ea5bb;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  padding-top: 5px;
  border-radius: 60px;
  color: #ffffff;
}

@media all and (max-width: 1080px) {
  #header {
    height: 90px;
  }
  #header .inner {
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    width: 94%;
    margin: 0 auto;
  }
  .wrapper-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 50px 25px;
  }
}
@media all and (max-width: 986px) {
  img {
    max-width: 100%;
  }
  #header {
    height: 72px;
    box-shadow: 0px 10px 10px -5px rgba(204, 204, 204, 0.5);
  }
  #header .flexbox {
    height: auto;
  }
  #header .header_logo img {
    width: 280px;
  }
  #header .flexbox .contact_btn {
    width: 220px;
    padding: 10px 8px;
  }
  .title01 {
    font-size: 3.2rem;
  }
  #contents_wrap {
    margin-top: 72px;
    padding-top: 40px;
  }
  .it_support_faq_wrap .faq_item_box {
    width: 100%;
    margin: 30px auto 0;
  }
  .it_support_contents01 .contentsbox .flexbox {
    display: block;
  }
  .it_support_contents01 .contentsbox .flexbox .leftbox {
    width: 100%;
  }
  .it_support_contents01 .contentsbox .flexbox .rightbox {
    padding: 0 0px;
    text-align: center;
  }
  .it_support_contents01 .contentsbox.bk_eff7fa {
    padding: 40px 0px 20px;
    margin-top: 30px;
  }
  .it_support_contents04 .last_text {
    font-size: 2.8rem;
  }
  .contact_btn_area {
    padding: 10px 0;
  }
  .it_support_voice_wrap .voice_box_wrap {
    padding-bottom: 10px;
    margin: 30px auto 20px;
    width: 100%;
  }
  #mail {
    padding: 50px 0px 0;
  }
}
@media all and (max-width: 768px) {
  .title01 {
    font-size: 3rem;
  }
  .it_support_voice_btn01 {
    width: 80% !important;
  }
  #header {
    height: 60px;
    padding: 5px;
  }
  #header .flexbox {
    height: auto;
    justify-content: flex-start;
  }
  #header .flexbox .textbox {
    display: none;
    align-items: center;
  }
  #header .flexbox .btnwrap {
    display: none;
  }
  #header .sp_tel {
    width: 60px;
    height: 60px;
    background: #6ea5bb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .sp_tel img {
    width: 30px;
  }
  .it_support_contents02 .check_list_wrap {
    padding: 20px 0 0px 0%;
  }
  .it_support_contents03 .white_box {
    margin-top: 20px;
    padding: 30px 4% 30px;
  }
  .it_support_contents05 .table_wrap table .table_title {
    font-size: 1.8rem;
  }
  .it_support_company_wrap .flexbox {
    display: block;
  }
  .it_support_company_wrap .flexbox .leftbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .it_support_company_wrap .flexbox .rightbox {
    width: 100%;
  }
  form#mailformpro dl dt {
    font-size: 14px;
    font-weight: bold;
  }
  .wrapper-form {
    padding: 0px 3% 25px;
  }
  form#mailformpro label {
    border-radius: 3px;
    margin: 10px 0;
    font-size: 14px;
  }
  .it_support_faq_wrap .faq_item_box h4 {
    font-size: 1.8rem;
  }
  .it_support_faq_wrap .faq_item_box .textbox .text {
    font-size: 1.6rem;
  }
  .it_support_area_wrap .area_text p {
    font-size: 1.8rem;
  }
  .it_support_area_wrap {
    padding: 20px 0px 30px;
  }
  .it_support_area_wrap .area_text {
    background: #ffffff;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  .it_support_flow_wrap .flow_box .rightbox .title_flex_wrap h4 {
    font-size: 1.8rem;
  }
  .it_support_flow_wrap .flow_box {
    margin-top: 20px;
  }
  .it_support_flow_wrap .flow_box .rightbox .title_flex_wrap .step {
    padding: 0px 15px;
    font-size: 1.8rem;
  }
  .it_support_voice_wrap .voice_box .text {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .it_support_voice_wrap .bottom_textbox .text {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .it_support_contents06 .choice_bottom_cont .textbox p {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .it_support_contents06 .choice_box .textbox {
    padding: 20px 20px 20px 80px;
    font-size: 1.6rem;
  }
  .it_support_contents06 .choice_box .choice_icon .number {
    font-size: 3rem;
  }
  .it_support_contents06 .choice_box .choice_icon .text {
    font-size: 1.8rem;
  }
  .it_support_contents06 .choice_box .choice_icon {
    width: 68px;
    height: 68px;
  }
  .it_support_contents06 .choice_box h4 {
    font-size: 1.8rem;
    padding: 15px 30px 15px 80px;
    font-weight: bold;
  }
  .it_support_contents05 .note_box p {
    font-size: 1.4rem;
  }
  .it_support_contents05 .table_wrap table .table_title {
    font-size: 1.6rem;
  }
  .it_support_contents05 .table_wrap table td {
    font-size: 1.5rem;
  }
  .it_support_contents05 .table_wrap table th {
    font-size: 1.5rem;
  }
  .it_support_contents03 .white_box .flexbox {
    display: block;
  }
  .it_support_contents03 .white_box .flexbox .leftbox {
    width: 100%;
  }
  .it_support_contents03 .white_box .flexbox .rightbox {
    width: 100%;
    text-align: center;
  }
  .it_support_contents03 .white_box .yellow_box {
    font-size: 1.8rem;
    padding: 10px;
  }
  .check_list_wrap ul li {
    font-size: 1.8rem;
  }
  .it_support_contents01 .contentsbox.bk_5ca7be .intro_text {
    font-size: 1.8rem;
  }
  .it_support_contents01 .contentsbox.bk_5ca7be .white_box .price {
    font-size: 2.4rem;
  }
  .white_box {
    border-radius: 15px;
    padding: 15px 20px;
  }
  form#mailformpro dl dt {
    font-size: 14px;
    padding: 15px 5px 5px;
  }
  form#mailformpro dl dd {
    padding: 5px 10px 15px;
    font-size: 14px;
  }
  footer {
    padding-bottom: 83px;
  }
  .bottom_fix_btn_area {
    display: block;
    padding: 10px 0px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    height: 83px;
    border-top: solid 1px #292929;
  }
  .bottom_fix_btn_area .textbox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .bottom_fix_btn_area .textbox img {
    width: 20px;
    margin-right: 10px;
  }
  .bottom_fix_btn_area .btnwrap .contact_btn {
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-size: 1.6rem;
    margin: 5px 0 0;
  }
  .bottom_fix_btn_area .btnwrap .contact_btn:hover {
    opacity: 0.8;
  }
  .bottom_fix_btn_area .btnwrap .contact_btn img {
    width: 25px;
  }
  #page-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
  }
}
@media all and (max-width: 580px) {
  .title01 {
    font-size: 2.1rem;
  }
  .title02 {
    font-size: 1.8rem;
    margin: 0px 0px 0px;
  }
  .it_support_contents04 .last_text {
    font-size: 1.8rem;
  }
  .contact_btn {
    width: 300px;
    font-size: 1.8rem;
  }
  .it_support_contents04 .title01 {
    font-size: 2.4rem;
  }
  .it_support_contents03 {
    padding: 20px 0px 20px 0px;
  }
  .it_support_contents01 .contentsbox .flexbox .leftbox .textbox {
    font-size: 2.1rem;
  }
  .check01 {
    font-size: 2.1rem;
  }
  .it_support_contents04 .title01 {
    font-size: 2.1rem;
    text-align: left;
  }
  .it_support_contents06 {
    padding: 20px 0px 30px;
  }
  .it_support_contents06 .choice_box {
    margin-top: 40px;
  }
  .it_support_contents06 .title01_wrap .title01 {
    display: block;
  }
  .it_support_contents06 .title01_wrap .s_text {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
  }
  .it_support_contents06 .choice_box h4 {
    padding: 15px 15px 15px 70px;
  }
  .it_support_contents06 .choice_box .textbox {
    padding: 15px 15px 15px 15px;
  }
  .it_support_contents06 .choice_bottom_cont {
    display: block;
    margin-top: 30px;
  }
  .it_support_contents06 .choice_bottom_cont .imagebox img {
    margin-right: auto;
    z-index: 999;
    position: relative;
    margin-top: 0px;
  }
  .it_support_contents06 .choice_bottom_cont .textbox p {
    padding: 15px 15px;
    font-size: 1.8rem;
    margin-top: -18px;
  }
  .it_support_flow_wrap .flow_box {
    display: block;
  }
  .it_support_flow_wrap .flow_box .imagebox {
    width: 100%;
    box-shadow: none;
  }
  .it_support_flow_wrap .flow_box .rightbox {
    padding: 15px 15px;
    width: 100%;
  }
  .it_support_flow_wrap .flow_box .rightbox .title_flex_wrap {
    margin-bottom: 10px;
  }
  form#mailformpro label {
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    white-space: inherit;
    line-height: 1.8;
  }
  #contact-section .title01_wrap {
    text-align: center;
    margin-top: 40px;
  }
}

#contact {
  margin-bottom: 80px;
  margin-bottom: min(80px, 6.6666666667vw);
}
@media only screen and (max-width: 750px) {
  #contact {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
#contact .inner {
  max-width: min(1000px, 100% - 40px);
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #contact .inner {
    max-width: 100%;
  }
}
#contact h2 {
  font-size: 45px;
  font-size: min(45px, 3.75vw);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #contact h2 {
    font-size: 5.8666666667vw;
  }
}
#contact .form_area {
  margin-top: 60px;
  margin-top: min(60px, 5vw);
}
@media only screen and (max-width: 750px) {
  #contact .form_area {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}

#thanks {
  margin-top: 80px;
  margin-top: min(80px, 6.6666666667vw);
}
@media only screen and (max-width: 750px) {
  #thanks {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
#thanks .inner {
  max-width: min(1000px, 100% - 40px);
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #thanks .inner {
    max-width: 100%;
  }
}
#thanks h2 {
  font-size: 45px;
  font-size: min(45px, 3.75vw);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #thanks h2 {
    font-size: 5.8666666667vw;
  }
}
#thanks .form_area {
  margin-top: 60px;
  margin-top: min(60px, 5vw);
}
@media only screen and (max-width: 750px) {
  #thanks .form_area {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
#thanks p {
  font-size: 20px;
  font-size: min(20px, 1.6666666667vw);
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #thanks p {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
