@charset "UTF-8";
/*------------------------------------------------------
    TOPページ
-------------------------------------------------------*/
#main .white_bg img {
  width: 881px;
}

@media screen and (max-width: 750px) {
  #main .white_bg img {
    width: 100%;
  }
}

#main .main_intro {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

#main .main_intro .badge {
  width: 249px;
  position: absolute;
  right: -75px;
  top: 80px;
}

@media screen and (max-width: 750px) {
  #main .main_intro .badge {
    position: static;
    width: 314px;
    margin: 0 auto 20px;
  }
}

#main .main_intro .badge.en_style {
  width: 168px;
  right: -110px;
  top: 30px;
}

@media screen and (max-width: 750px) {
  #main .main_intro .badge.en_style {
    width: 299px;
  }
}

#main .main_intro .badge a {
  display: block;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media screen and (min-width: 751px) {
  #main .main_intro .badge a:hover {
    opacity: 0.8;
  }
}

#main .main_intro .badge img {
  max-width: 100%;
}

#main .main_intro .main_visual_ttl {
  margin-bottom: 30px;
}

.h4_blue_ttl.font_big {
  font-size: 28px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .h4_blue_ttl.font_big {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.document_download .lead_text {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}

.document_download .document_area {
  width: 984px;
  background: #fff;
  padding: 50px 40px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 750px) {
  .document_download .document_area {
    width: 100%;
    padding: 8% 5.333%;
  }
}

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

@media screen and (max-width: 750px) {
  .document_download .flex_wrap {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .document_download .doc_list:not(:first-child) {
    margin-top: 10px;
  }
}

.document_download .doc_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document_download .doc_list .item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .document_download .doc_list .item:not(:first-child) {
    margin-top: 10px;
  }
}

.document_download .doc_list .item .num {
  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;
  width: 29px;
  height: 29px;
  color: #fff;
  background: #336ca6;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .document_download .doc_list .item .num {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
}

.document_download .doc_list .item .text_area {
  position: relative;
  top: 3px;
}

.document_download .doc_list .item .text_area .text {
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .document_download .doc_list .item .text_area .text {
    font-size: 13px;
  }
}

.document_download .doc_list .item .text_area .type {
  display: inline-block;
  border-radius: 5px;
  background: #d2d2d2;
  color: #909090;
  text-align: center;
  padding: 5px 6px;
  margin-left: 10px;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .document_download .doc_list .item .text_area .type {
    font-size: 9px;
    margin-left: 5px;
    padding: 2px 3px;
  }
}

.document_download .doc_list .item .text_area .count {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document_download .doc_list .item .text_area .count .icon {
  display: inline-block;
  width: 10px;
  height: 26px;
  background: url(../img/footer/document_icon.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.document_download .doc_list .item .text_area .count .coming {
  font-size: 14px;
  color: #336ca6;
}

.document_download .doc_list .item .text_area .count dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 2px;
}

.document_download .form_btn {
  width: 460px;
  height: 75px;
  line-height: 75px;
  margin: 50px auto 0;
}

@media screen and (max-width: 750px) {
  .document_download .form_btn {
    margin: 30px auto 0;
  }
}

.document_download .form_btn a {
  display: block;
  background: #003366;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}

@media screen and (min-width: 751px) {
  .document_download .form_btn a:hover {
    background: #012040;
  }
}

@media screen and (max-width: 750px) {
  .document_download .form_btn {
    width: 100%;
    height: 60px;
  }
  .document_download .form_btn a {
    line-height: 60px;
    font-size: 17px;
  }
}

/*------------------------------------------------------
    price ページ
-------------------------------------------------------*/
#renew.price_page .service_section {
  width: 785px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #renew.price_page .service_section {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: 2%;
    margin-bottom: 50px;
  }
}

#renew.price_page .service_section img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  #renew.price_page .service_section img {
    max-width: none;
    width: 628px;
  }
}

#renew.price_page .price_section {
  border-top: none;
  width: 785px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #renew.price_page .price_section {
    width: 100%;
  }
  #renew.price_page .price_section .wrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: 2%;
  }
}

#renew.price_page .price_section img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  #renew.price_page .price_section img {
    max-width: none;
    width: 628px;
  }
}

#renew.price_page .price_section .note {
  font-size: 12px;
  color: #003366;
  line-height: 1.6;
  padding-left: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #renew.price_page .price_section .note {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 3em;
  }
}

#renew.price_page .price_section .note-text {
  font-size: 12px;
  color: #003366;
  padding-left: 20px;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #renew.price_page .price_section .note-text {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 3em;
  }
}

#renew.price_page .poc_pack .wrap .price {
  line-height: 1;
}

#renew.price_page .poc_pack .note {
  display: block;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}

#renew.price_page .poc_pack .block {
  width: 520px;
}

@media screen and (max-width: 750px) {
  #renew.price_page .poc_pack .block {
    width: 100%;
  }
  #renew.price_page .poc_pack .block .ttl {
    line-height: 1.6;
  }
}

@media screen and (max-width: 750px) {
  #renew.price_page .poc_pack .en_font {
    margin-bottom: 10px;
  }
}

#renew.price_page .poc_pack .en_tax {
  margin-top: 10px;
}

/*------------------------------------------------------
    product ページ
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #renew.product .mijinv2 {
    padding: 30px 0 50px;
  }
}

#renew.product .mijinv2 .txt_center.font_bold {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  #renew.product .sp_inner {
    padding: 0 4%;
  }
}

#renew.product .top_space {
  margin-top: 150px;
}

@media screen and (max-width: 750px) {
  #renew.product .top_space {
    margin-top: 70px;
  }
}

#renew.product .line {
  margin: 100px auto;
}

@media screen and (max-width: 750px) {
  #renew.product .line {
    margin: 40px auto;
  }
}

@media screen and (max-width: 750px) {
  #renew.product .new_function_list {
    margin-top: 30px;
  }
}

#renew.product .new_function_list .new_function_item {
  width: 318px;
  height: 610px;
}

#renew.product .new_function_list .new_function_item.en_style {
  height: 780px;
}

@media screen and (max-width: 750px) {
  #renew.product .new_function_list .new_function_item.en_style {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  #renew.product .new_function_list .new_function_item {
    width: 100%;
    height: auto;
  }
}

#renew.product .new_function_list .new_function_item .txt_box {
  padding: 0 30px;
}

#renew.product .new_function_list .new_function_item .txt_box .ttl {
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  #renew.product .new_function_list .new_function_item .txt_box .ttl {
    margin-top: 30px;
  }
}

#renew.product .new_function_list .new_function_item .thumb {
  height: 300px;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  #renew.product .new_function_list .new_function_item .thumb {
    height: auto;
    padding: 0 20px;
  }
}

#renew.product .new_function_list .new_function_item img {
  max-width: 100%;
  width: auto !important;
}

#renew.product .new_function_list .new_function_item p {
  line-height: 1.6;
}

#renew.product .desp_box {
  width: 830px;
  margin: 50px auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 750px) {
  #renew.product .desp_box {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 30px auto;
  }
}

#renew.product .desp_box .text_area {
  width: 305px;
}

@media screen and (max-width: 750px) {
  #renew.product .desp_box .text_area {
    width: 100%;
  }
}

#renew.product .desp_box .title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #renew.product .desp_box .title {
    font-size: 18px;
    text-align: center;
  }
}

#renew.product .desp_box .title span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: normal;
  color: #003366;
}

@media screen and (max-width: 750px) {
  #renew.product .desp_box .title span {
    font-size: 14px;
  }
}

#renew.product .desp_box .text01 {
  line-height: 1.6;
}

#renew.product .desp_box .thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 750px) {
  #renew.product .desp_box .thumb {
    margin-left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}

#renew.product .desp_box .thumb img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  #renew.product .desp_box .thumb img {
    width: 211.5px;
  }
}

#renew.product .m_lead_text {
  line-height: 1.6;
  text-align: center;
  margin: 30px 0 100px;
}

#renew.product .m_lead_text.en_style {
  width: 825px;
  margin: 30px auto 100px;
}

@media screen and (max-width: 750px) {
  #renew.product .m_lead_text.en_style {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  #renew.product .m_lead_text {
    text-align: left;
    margin-bottom: 40px;
  }
}

#renew.product .mosaic-v2 {
  width: 756px;
  margin: 50px auto 0;
}

#renew.product .mosaic-v2.en_style {
  width: 760px;
}

@media screen and (max-width: 750px) {
  #renew.product .mosaic-v2.en_style {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #renew.product .mosaic-v2 {
    width: 100%;
  }
}

#renew.product .mosaic-v2 img {
  max-width: 100%;
}

#renew.product .mosaic-v1 {
  width: 266px;
  margin: 35px auto 75px;
}

#renew.product .mosaic-v1.en_style {
  width: 318px;
}

@media screen and (max-width: 750px) {
  #renew.product .mosaic-v1.en_style {
    width: 100%;
  }
}

#renew.product .mosaic-v1 img {
  max-width: 100%;
}

#renew.product .m_line {
  width: 755.5px;
  margin: 40px auto 50px;
  height: 1px;
  background: rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 750px) {
  #renew.product .m_line {
    width: 100%;
    margin: 40px  auto;
  }
}

#renew.product .table_pc {
  width: 721px;
  margin: 0 auto;
}

#renew.product .table_pc.en_style {
  width: 772px;
}

@media screen and (max-width: 750px) {
  #renew.product .table_pc {
    display: none;
  }
}

#renew.product .table_pc img {
  max-width: 100%;
}

#renew.product .table_pc .note {
  font-size: 12px;
  margin-top: 25px;
  line-height: 1.6;
}

#renew.product .table_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  #renew.product .table_sp {
    display: block;
    width: 100%;
  }
  #renew.product .table_sp .table_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: 4%;
  }
  #renew.product .table_sp .table_wrap img {
    max-width: none;
    width: 577px;
  }
  #renew.product .table_sp .note {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 4%;
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  #renew.product .table_sp .note {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 10px;
  }
}

#renew.product .function_list {
  width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  #renew.product .function_list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    padding-bottom: 0;
  }
}

#renew.product .function_list::before, #renew.product .function_list::after {
  display: none;
}

#renew.product .function_list .function_list_item {
  height: 420px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
}

#renew.product .function_list .function_list_item.en_style {
  height: 450px;
}

@media screen and (max-width: 750px) {
  #renew.product .function_list .function_list_item.en_style {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  #renew.product .function_list .function_list_item {
    padding: 40px 0;
    height: auto;
  }
}

#renew.product .concept_area {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #renew.product .concept_area {
    width: 100%;
  }
}

#renew.product .concept_area .concept_list {
  margin-top: 50px;
}

#renew.product .concept_area .note_txt.en_style {
  margin-top: 10px;
}

#renew.product .youtube_wrap {
  width: 100%;
  padding: 50px 0;
  background: rgba(0, 51, 102, 0.06);
}

@media screen and (max-width: 750px) {
  #renew.product .youtube_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#renew.product .f23 {
  font-size: 23px;
}

#renew.product .f23 .f_en {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: normal;
  color: #003366;
}

@media screen and (max-width: 750px) {
  #renew.product .f23 .f_en {
    font-size: 14px;
  }
}

#renew.product .f20 {
  font-size: 20px;
}

/*------------------------------------------------------
    baas ページ
-------------------------------------------------------*/
.baas_desp {
  padding-bottom: 110px;
}

@media screen and (max-width: 750px) {
  .baas_desp {
    padding-bottom: 40px;
  }
}

.note_title {
  width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  color: #003366;
  text-align: center;
  font-weight: bold;
  margin-top: 110px;
  line-height: 1.39286;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 60px;
}

@media screen and (max-width: 750px) {
  .note_title {
    width: 100%;
    padding-top: 30px;
  }
}

.note_title .font_em {
  font-size: 1.8em;
  position: relative;
}

.note_title .font_em .txt {
  position: relative;
  z-index: 2;
}

.note_title .font_em::before {
  content: '';
  display: block;
  width: 100%;
  height: 35px;
  background: rgba(255, 255, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .note_title {
    font-size: 20px;
    margin-top: 40px;
  }
}

/*------------------------------------------------------
    資料請求ページ
-------------------------------------------------------*/
.request_page .contact_table .th {
  width: 300px;
}

.request_page .contact_table .td {
  width: 685px;
}

.request_page .contact_table .radio_six_list .wpcf7-list-item {
  width: calc(100% / 2);
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .request_page .contact_table .radio_six_list .wpcf7-list-item {
    width: 100%;
  }
  .request_page .contact_table .radio_six_list .wpcf7-list-item:nth-child(2) {
    margin-top: 30px;
  }
}

.request_page .contact_table input[type="checkbox"] + span {
  padding-left: 20px;
}

.request_page .contact_table .note {
  margin-top: 10px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 750px) {
  .request_page .contact_table .note {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .request_page .contact_complete_header {
    height: auto;
  }
}

.request_page .contact_complete_header .lead_text {
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  margin: 35px 0 30px;
}

.request_page .contact_complete_header .note {
  font-size: 13px;
  text-align: center;
}

.request_page .wpcf7c-elm-step2 .radio_six_list p:not(:first-child) {
  margin-top: 18px;
}

/*------------------------------------------------------
    資料請求ページ　英語
-------------------------------------------------------*/
.en_page .request_page .contact_table .th {
  width: 450px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .en_page .request_page .contact_table .th {
    font-size: 14px;
    width: 100%;
  }
}

.en_page .request_page .contact_table .th .req {
  font-size: 10px;
  padding: 5px 7px;
}

.en_page .request_page .contact_table .checkbox-context {
  display: block;
}

.en_page .request_page .contact_table .checkbox-context .wpcf7-form-control {
  display: block;
}

.en_page .request_page .contact_table .radio_six_list .wpcf7-list-item {
  display: block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .en_page .request_page .contact_table .radio_six_list .wpcf7-list-item {
    margin-top: 30px;
  }
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .banner_area .commu_ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .banner_area .commu_ttl {
    font-size: 18px;
  }
}

/*# sourceMappingURL=../sourcemaps/renew.css.map */
