@charset "UTF-8";
.frame_set {
  padding: 30px 50px 100px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .frame_set {
    padding: 30px 40px 100px;
  }
}
@media only screen and (max-width: 680px) {
  .frame_set {
    display: block;
    padding: 30px 20px 100px;
  }
}

.frame_left {
  flex: 1;
  max-width: 802px;
  margin-right: 40px;
}
.frame_left img {
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 1080px) {
  .frame_left {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .frame_left {
    margin-right: 0;
  }
}

.post_header {
  padding: 0 0 10px;
  border-bottom: solid 1px #ddd;
}
.post_header .eyecatch {
  margin-bottom: 20px;
  border: solid 1px #eee;
}
.post_header .eyecatch_small {
  max-width: 402px;
  margin: 0 auto 20px;
  border: solid 1px #eee;
}
.post_header .post_fb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.post_header .post_fb .cate .label {
  font-size: 16px;
  padding: 8px 20px;
}
.post_header .post_fb .date {
  font-size: 18px;
  line-height: 1.5;
}
.post_header .post_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .post_header .post_item {
    display: block;
  }
}
.post_header .post_item .com {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 680px) {
  .post_header .post_item .com {
    padding-bottom: 20px;
  }
}
.post_header .post_item .label + .label {
  margin-left: 5px;
}
.post_header .post_fb + h1 {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 680px) {
  .post_header .post_fb + h1 {
    font-size: 23px;
  }
}
.post_header .post_item + .post_item {
  padding-top: 15px;
}
.post_header .vmcv {
  width: 180px;
  transition: 0.2s;
}
@media only screen and (max-width: 680px) {
  .post_header .vmcv {
    width: 126px;
  }
}
.post_header .vmcv:hover {
  opacity: 0.5;
}
.post_header .sns_set ul {
  display: flex;
}
.post_header .sns_set li {
  padding: 10px;
}
@media only screen and (max-width: 680px) {
  .post_header .sns_set {
    padding-top: 10px;
  }
  .post_header .sns_set li {
    padding: 15px 15px 0;
    font-size: 24px;
  }
}

.video_frame {
  position: relative;
  width: 100%;
}

.video_frame:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame_right {
  width: 300px;
}
.frame_right img {
  max-width: 100%;
}
@media only screen and (max-width: 1080px) {
  .frame_right {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) {
  .frame_right {
    padding-top: 100px;
    width: auto;
  }
}
.frame_right .banner {
  text-align: center;
  padding-bottom: 30px;
}
.frame_right .banner a {
  transition: 0.2s;
}
.frame_right .banner a:hover {
  opacity: 0.7;
}
.frame_right .article_list h3 {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 3px;
  margin: 0;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 680px) {
  .frame_right .article_list {
    display: none;
  }
}
.frame_right .article_list li {
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}
.frame_right .article_list li .fb {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .frame_right .article_list li .fb {
    display: block;
  }
}
.frame_right .article_list li .fb div + div {
  margin-left: 15px;
}
@media only screen and (max-width: 1080px) {
  .frame_right .article_list li .fb div + div {
    margin-left: 0;
    margin-top: 10px;
  }
}
.frame_right .article_list a {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.frame_right .article_list img {
  max-width: 100px;
}
.frame_right .article_list .date {
  margin-bottom: 10px;
}
.frame_right .article_list .hash {
  margin-top: 10px;
}
.frame_right .article_list .hash a {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5;
  margin-right: 5px;
}

.content_body {
  padding-bottom: 30px;
}
.content_body h2 {
  color: #000;
  font-size: 32px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 680px) {
  .content_body h2 {
    font-size: 25px;
  }
}
.content_body h3 {
  color: #000;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 60px;
  margin-bottom: 0;
  border-bottom: dashed 1px #ccc;
}
@media only screen and (max-width: 680px) {
  .content_body h3 {
    font-size: 22px;
  }
}
.content_body h3 + p {
  margin-top: 10px;
}
.content_body h4 {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: solid 3px #1d428a;
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 680px) {
  .content_body h4 {
    font-size: 18px;
  }
}
.content_body h4 + p {
  margin-top: 10px;
}
.content_body p {
  margin-top: 30px;
  line-height: 1.7;
}
.content_body ul {
  margin-top: 30px;
  margin-left: 2em;
  line-height: 1.7;
}
.content_body ul li {
  list-style-type: disc;
}
.content_body img {
  margin: 60px 0 10px;
}
.content_body figcaption {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 50px;
  background-color: #eee;
  padding: 10px 20px;
}
.content_body figcaption p:first-child {
  margin-top: 5px;
  font-weight: bold;
}
.content_body figcaption p:last-child {
  margin-top: 5px;
}

.single-basic h2 {
  border-bottom: solid 1px #59bf4f;
}

.single-basic h4 {
  border-left: solid 3px #59bf4f;
}

.single-solution h2 {
  border-bottom: solid 1px #1ec0a7;
}

.single-solution h4 {
  border-left: solid 3px #1ec0a7;
}

.single-resource h2 {
  border-bottom: solid 1px #00b5d6;
}

.single-resource h4 {
  border-left: solid 3px #00b5d6;
}

.single-column h2 {
  border-bottom: solid 1px #0583cb;
}

.single-column h4 {
  border-left: solid 3px #0583cb;
}

.related_article {
  margin: 0 auto;
  padding: 0 50px 50px;
}
.related_article h2 {
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 1080px) {
  .related_article {
    padding: 0 40px 40px;
  }
}
@media only screen and (max-width: 680px) {
  .related_article {
    padding: 0 20px 30px;
  }
}

/* プロフィール文中 */
.post_profile_inline {
  display: flex;
  margin-top: 40px;
  border: solid 1px #ccc;
  padding: 20px;
}
.post_profile_inline img {
  max-width: 120px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 640px) {
  .post_profile_inline img {
    margin-right: 15px;
    max-width: 80px;
  }
}
.post_profile_inline .prof_text1 {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.post_profile_inline .prof_text2 {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.post_profile_inline .prof_text3 {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* プロフィール */
.post_profile {
  display: flex;
  margin-top: 40px;
  border-top: solid 1px #aaa;
  padding: 30px 0 0;
}
.post_profile img {
  max-width: 120px;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .post_profile img {
    margin-right: 15px;
    max-width: 80px;
  }
}
.post_profile .prof_text1 {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.post_profile .prof_text2 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.post_profile .prof_text3 {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* ダウンロード */
.post_download {
  margin: 80px 0 0;
}
.post_download a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 40px 20px 30px 40px;
  border: solid 5px #eee;
  background-color: #eee;
  cursor: pointer;
  transition: 0.2s;
}
@media only screen and (max-width: 1080px) {
  .post_download a {
    display: block;
    padding: 30px 30px 50px;
  }
}
.post_download a:hover {
  background-color: #fafafa;
  border: solid 5px #eee;
}
.post_download div:first-child {
  width: 34%;
}
@media only screen and (max-width: 1080px) {
  .post_download div:first-child {
    max-height: 200px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.post_download div:last-child {
  width: 62%;
}
@media only screen and (max-width: 1080px) {
  .post_download div:last-child {
    width: auto;
    text-align: center;
  }
}
.post_download h3 {
  font-size: 25px;
  font-weight: bold;
  color: #1d428a;
  padding: 0;
  text-align: left;
}
.post_download .lead {
  padding: 0 0 30px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #565656;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  .post_download .lead {
    padding: 0 0 40px 0;
  }
}
.post_download a img {
  transition: 0.2s;
}
@media only screen and (max-width: 1080px) {
  .post_download a img {
    max-height: 200px;
  }
}
.post_download a .btn {
  display: inline-block;
  border: solid 1px #1d428a;
  background-color: #1d428a;
  color: #fff;
  padding: 15px 25px;
  border-radius: 3px;
  transition: 0.2s;
}
.post_download a:hover .btn {
  background-color: #fff;
  color: #1d428a;
}
.post_download a:hover img {
  transform: translateY(-5px);
}

.post_download + .post_download {
  margin-top: 40px;
}

/* 問い合わせ先 */
.post_contact {
  padding: 0 20px;
  margin-top: 60px;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 680px) {
  .post_contact {
    margin-top: 30px;
  }
}
.post_contact .subttl {
  font-size: 16px;
  font-weight: bold;
  color: #1d428a;
}

.post_contact_fb {
  display: flex;
  align-items: center;
  padding: 20px 0;
  line-height: 1.5;
}
@media only screen and (max-width: 680px) {
  .post_contact_fb {
    display: block;
    text-align: center;
  }
}
.post_contact_fb .subttl {
  padding: 20px 0px 20px 20px;
  margin-right: 40px;
}
@media only screen and (max-width: 680px) {
  .post_contact_fb .subttl {
    padding: 0 20px 20px;
    margin-right: 0;
  }
}
.post_contact_fb p {
  padding-left: 40px;
  border-left: solid 1px #ccc;
  line-height: 1.5;
}
@media only screen and (max-width: 680px) {
  .post_contact_fb p {
    padding-left: 0px;
    border-left: none;
  }
}
.post_contact_fb p + p {
  padding-top: 5px;
}

.post_sns {
  text-align: center;
  padding: 20px 0 15px;
  margin-top: 30px;
}
.post_sns .subttl {
  font-size: 20px;
  color: #717074;
}
.post_sns .sns_set {
  margin-top: 20px;
  display: inline-block;
}
.post_sns .sns_set ul {
  display: flex;
}
.post_sns .sns_set li {
  padding: 10px 20px;
}
.post_sns .sns_set li .fab {
  font-size: 36px;
}

/* セミナー概要テーブル */
.seminar_tbl table {
  width: 100%;
  border-top: solid 1px #ccc;
}
.seminar_tbl th {
  line-height: 1.5;
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  vertical-align: middle;
  white-space: nowrap;
}
.seminar_tbl td {
  line-height: 1.5;
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.btn_seminar {
  text-align: center;
  padding: 20px;
}

/* 資料ダウンロード */
.frame_set2 {
  padding: 30px 50px 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .frame_set2 {
    padding: 30px 40px 100px;
  }
}
@media only screen and (max-width: 959px) {
  .frame_set2 {
    padding: 30px 40px 100px;
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .frame_set2 {
    padding: 30px 0 100px;
  }
}

.frame_left2 {
  width: 640px;
}
.frame_left2 img {
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 1080px) {
  .frame_left2 {
    width: 56%;
  }
}
@media only screen and (max-width: 959px) {
  .frame_left2 {
    width: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .frame_left2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
}

.frame_right2 {
  width: 500px;
  margin-left: 30px;
}
.frame_right2 img {
  max-width: 100%;
}
@media only screen and (max-width: 1080px) {
  .frame_right2 {
    width: 42%;
  }
}
@media only screen and (max-width: 959px) {
  .frame_right2 {
    width: auto;
    margin-left: 0px;
    padding-top: 40px;
  }
}

.doc_form {
  background-color: #f7f7f7;
  padding: 50px 40px 40px;
}
@media only screen and (max-width: 1080px) {
  .doc_form {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 959px) {
  .doc_form {
    padding: 80px 20px;
  }
}
.doc_form p.formttl {
  font-size: 26px;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 25px;
}
.doc_form .text {
  line-height: 1.7;
  margin-bottom: 20px;
}

.doc_data {
  margin: 20px 0;
  border: solid 1px #aaa;
  padding: 20px;
  line-height: 1.7;
}

.doc_data_list {
  display: flex;
}
.doc_data_list div {
  margin-right: 10px;
}
.doc_data_list div:first-child {
  font-weight: bold;
  white-space: nowrap;
}
.doc_data_list ul {
  list-style-type: disc;
  margin-left: 1em;
}
.doc_data_list ol {
  list-style-type: decimal;
  margin-left: 1em;
}

.doc_data_list + .doc_data_list {
  margin-top: 16px;
}

.btn_download {
  text-align: center;
}

/* コラム */
.column_header {
  display: flex;
}
@media only screen and (max-width: 680px) {
  .column_header {
    display: block;
  }
}
.column_header .column_header_left {
  width: 180px;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 959px) {
  .column_header .column_header_left {
    width: 120px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .column_header .column_header_left {
    float: left;
    width: 100px;
  }
}
.column_header .column_header_right {
  flex: 1;
}
.column_header .column_header_right h1 {
  min-height: 3.5em;
}
.column_header .column_header_right .post_item {
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .column_header .column_header_right .post_item .com {
    margin-right: 10px;
    display: inline-block;
  }
  .column_header .column_header_right .post_item .vmcv {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 680px) {
  .column_header .column_header_right .post_item .com {
    margin-right: 10px;
  }
  .column_header .column_header_right .post_item .vmcv {
    margin-top: 0;
  }
}
.column_header .column_header_right h1 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .column_header .column_header_right h1 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 680px) {
  .column_header .column_header_right h1 {
    font-size: 23px;
  }
}

.frame_right2 .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.dl_thanks .text1 {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  padding: 20px;
}
.dl_thanks .text2 {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 20px 40px;
}
.dl_thanks .text3 {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 20px 0px;
}

/* モーダル */
.dl_modal {
  display: none;
}

.dl_modal.open {
  display: block;
}

.dl_modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(100, 100, 100, 0.9);
  width: 100%;
  height: 100vh;
}

.dl_modal .modal_body {
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 340px);
  z-index: 1100;
  width: 100%;
  padding: 40px 60px 20px;
  max-width: 680px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .dl_modal .modal_body {
    width: 90vw;
    padding: 40px 30px 20px;
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 559px) {
  .dl_modal .modal_body {
    padding: 30px 20px 20px;
  }
}
.dl_modal .modal_body .modal_text1 {
  font-size: 26px;
  padding: 20px;
}
.dl_modal .modal_body .modal_text2 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.dl_modal .modal_body .modal_close {
  padding-top: 30px;
}
.dl_modal .modal_body .btn_close_modal {
  color: #565656;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  padding: 5px 50px;
  border-radius: 3px;
  margin-top: 20px;
  transition: 0.2s;
}
.dl_modal .modal_body .btn_close_modal:hover {
  color: #787878;
}

/* CLOUD VERIFIED PARTNERS */
.illust_cv {
  background-image: url(../img/cvp/illust_cv.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
  .illust_cv {
    background-position: right 80px;
    background-size: 370px;
  }
}
@media only screen and (max-width: 680px) {
  .illust_cv {
    background-position: center 60px;
    background-size: auto 100px;
  }
}
@media only screen and (max-width: 959px) {
  .illust_cv h1.cvp {
    padding-right: 350px;
  }
}
@media only screen and (max-width: 680px) {
  .illust_cv h1.cvp {
    padding-right: 0px;
    padding-top: 20px;
  }
}

h2.subtitle_cvp {
  font-size: 32px;
  text-align: center;
  color: #000;
}
h2.subtitle_cvp span {
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  h2.subtitle_cvp {
    font-size: 23px;
  }
  h2.subtitle_cvp span {
    display: block;
  }
}

.cvp_block1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px 50px 40px;
}
@media only screen and (max-width: 959px) {
  .cvp_block1 {
    padding: 0px 20px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block1 {
    display: block;
    text-align: center;
  }
}
.cvp_block1 div:first-child {
  padding-left: 50px;
  line-height: 1.7;
}
@media only screen and (max-width: 959px) {
  .cvp_block1 div:first-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block1 div:first-child {
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: left;
  }
}

.cvp_block2 {
  margin-top: 50px;
}
.cvp_block2 p + p {
  padding-top: 1em;
}

.cvp_block2_inner {
  padding: 30px 50px 40px;
  display: flex;
  flex-direction: row-reverse;
  line-height: 1.7;
}
@media only screen and (max-width: 959px) {
  .cvp_block2_inner {
    display: block;
    padding: 0px 30px 0px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block2_inner {
    padding: 0px 20px 0px;
  }
}
.cvp_block2_inner div:last-child {
  width: 575px;
}
@media only screen and (max-width: 1280px) {
  .cvp_block2_inner div:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 959px) {
  .cvp_block2_inner div:last-child {
    width: 100%;
    padding: 40px 0px 20px;
    text-align: center;
  }
}
.cvp_block2_inner div:first-child {
  flex: 1;
  padding-left: 50px;
}
@media only screen and (max-width: 959px) {
  .cvp_block2_inner div:first-child {
    padding-left: 0px;
  }
}
.cvp_block2_inner img {
  width: 100%;
  max-width: 574px;
}

.cvp_block3 {
  /* メリット */
  color: #fff;
  background-color: #0091da;
  padding: 80px 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 959px) {
  .cvp_block3 {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block3 {
    margin-top: 30px;
    padding: 50px 0px 20px;
  }
}
.cvp_block3 h2.subtitle_cvp {
  color: #fff;
}

.cvp_block3_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 959px) {
  .cvp_block3_inner {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block3_inner {
    display: block;
    text-align: left;
    margin: 0;
  }
}
.cvp_block3_inner div {
  text-align: center;
  width: 20%;
}
@media only screen and (max-width: 959px) {
  .cvp_block3_inner div {
    width: 33.3%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block3_inner div {
    width: 100%;
    text-align: left;
    margin-top: 0px;
    position: relative;
  }
}
.cvp_block3_inner h3 {
  font-size: 22px;
}
@media only screen and (max-width: 559px) {
  .cvp_block3_inner h3 {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    margin-left: 120px;
  }
}
.cvp_block3_inner p {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 20px;
}
@media only screen and (max-width: 959px) {
  .cvp_block3_inner p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block3_inner p {
    padding: 0px 20px 30px 0px;
    font-size: 13px;
    margin-left: 120px;
  }
}
.cvp_block3_inner img {
  width: 100%;
  max-width: 145px;
}
@media only screen and (max-width: 559px) {
  .cvp_block3_inner img {
    max-width: 100px;
    padding-left: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.cvp_block4 {
  margin-top: 120px;
}
.cvp_block4 p + p {
  padding-top: 1em;
}
@media only screen and (max-width: 559px) {
  .cvp_block4 {
    margin-top: 70px;
  }
}

.cvp_block4_inner {
  padding: 30px 50px 40px;
  display: flex;
  line-height: 1.7;
}
@media only screen and (max-width: 959px) {
  .cvp_block4_inner {
    display: block;
    padding: 20px 20px 40px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block4_inner {
    padding: 0px 20px 0px;
  }
}
.cvp_block4_inner div:first-child {
  flex: 1;
  padding-right: 30px;
}
@media only screen and (max-width: 959px) {
  .cvp_block4_inner div:first-child {
    padding-right: 0px;
  }
}
.cvp_block4_inner div:last-child {
  width: 571px;
}
@media only screen and (max-width: 1280px) {
  .cvp_block4_inner div:last-child {
    width: 50%;
  }
}
@media only screen and (max-width: 959px) {
  .cvp_block4_inner div:last-child {
    width: auto;
    text-align: center;
  }
}
.cvp_block4_inner p.small {
  font-size: 14px;
  text-align: right;
}
.cvp_block4_inner img {
  width: 100%;
  max-width: 571px;
}
@media only screen and (max-width: 559px) {
  .cvp_block4_inner img {
    padding-top: 20px;
  }
}

.cvp_block5 {
  margin-top: 80px;
  padding: 0 40px 80px;
}
@media only screen and (max-width: 959px) {
  .cvp_block5 {
    padding: 0 20px 80px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block5 {
    padding: 0 0 80px;
  }
}
.cvp_block5 h2.subtitle_cvp {
  margin-bottom: 50px;
}
@media only screen and (max-width: 559px) {
  .cvp_block5 h2.subtitle_cvp {
    margin-bottom: 20px;
  }
}
.cvp_block5 table {
  width: 100%;
  border-bottom: solid 1px #aaa;
}
.cvp_block5 th {
  width: 33%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
  color: #fff;
  background-color: #0091da;
}
@media only screen and (max-width: 559px) {
  .cvp_block5 th {
    display: none;
  }
}
.cvp_block5 td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
  padding: 8px 10px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 559px) {
  .cvp_block5 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 559px) {
  .cvp_block5 td:first-child {
    padding-top: 20px;
    border-top: solid 1px #aaa;
    font-weight: bold;
  }
  .cvp_block5 td:last-child {
    padding-bottom: 20px;
  }
}

.wp_nowrap {
  white-space: nowrap;
}

/* VM WORLD 2021 */
.vmworld {
  word-break: normal;
}
.vmworld .btn_side {
  display: none;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}
.vmworld .btn_side a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #007ab8;
  padding: 12px;
  text-align: center;
  border-radius: 3px 0px 0px 3px;
  border-top: solid 1px #007ab8;
  border-bottom: solid 1px #007ab8;
  border-left: solid 1px #007ab8;
}
.vmworld .btn_side a:hover {
  color: #007ab8;
  background-color: #fff;
  border-top: solid 1px #007ab8;
  border-bottom: solid 1px #007ab8;
  border-left: solid 1px #007ab8;
}
.vmworld .leadtext {
  line-height: 1.5;
  padding: 20px 40px 30px;
}
@media only screen and (max-width: 680px) {
  .vmworld .leadtext {
    padding: 20px;
  }
}
.vmworld .note {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 40px 30px;
}
@media only screen and (max-width: 680px) {
  .vmworld .note {
    padding: 0 20px 30px;
  }
}
.vmworld .note li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.vmworld .vmw_navi {
  line-height: 1.5;
  padding: 20px 20px 50px;
  text-align: center;
}
.vmworld .vmw_navi p {
  display: inline-block;
  border: solid 1px #666;
  padding: 1px 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 680px) {
  .vmworld .vmw_navi p {
    margin-right: 0px;
    border: none;
    margin-bottom: 0px;
  }
}
.vmworld .vmw_navi a {
  display: inline-block;
}
@media only screen and (max-width: 680px) {
  .vmworld .vmw_navi a {
    display: block;
    border: solid 1px #1d428a;
    padding: 5px;
    margin-top: 5px;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 680px) {
  .vmworld .vmw_navi span {
    display: none;
  }
}
.vmworld section {
  border-top: solid 1px #ccc;
  margin: 0 40px;
  padding: 40px 0px;
}
@media only screen and (max-width: 680px) {
  .vmworld section {
    margin: 0 0px;
    padding: 0px 20px;
  }
}
.vmworld section .link_btn {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 680px) {
  .vmworld section .link_btn {
    padding-bottom: 50px;
  }
}
.vmworld section .vmw_fb {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .vmworld section .vmw_fb {
    display: block;
    text-align: center;
  }
}
.vmworld section .vmw_fb div:first-child {
  width: 300px;
}
.vmworld section .vmw_fb div:last-child {
  flex: 1;
}
.vmworld section h2.subtitle_vmw {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 680px) {
  .vmworld section h2.subtitle_vmw {
    padding-top: 10px;
  }
}
.vmworld section .text {
  line-height: 1.5;
  text-align: left;
}
.vmworld .vmw_block {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 680px) {
  .vmworld .vmw_block {
    display: block;
  }
}
.vmworld .vmw_block .clm {
  width: 32.2%;
  background-color: #f8f8f8;
  margin-bottom: 22px;
  padding: 10px 30px 60px;
  position: relative;
  border: solid 1px #dddddd;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 959px) {
  .vmworld .vmw_block .clm {
    width: 49%;
  }
}
@media only screen and (max-width: 680px) {
  .vmworld .vmw_block .clm {
    width: 100%;
  }
}
.vmworld .vmw_block .clm p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
.vmworld .vmw_block .clm h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-top: 15px;
  margin-bottom: 5px;
}
.vmworld .vmw_block .clm .link {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 14px;
  text-align: center;
}
.vmworld .vmw_block .clm.dammy {
  visibility: hidden;
}
@media only screen and (max-width: 959px) {
  .vmworld .vmw_block .clm.dammy {
    display: none;
  }
}

.illust_vmw {
  background-image: url(../img/vmworld/illust_vmw2021.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1180px) {
  .illust_vmw {
    background-size: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .illust_vmw {
    background-size: 100%;
    background-position: center top;
  }
}
.illust_vmw p.vmw_date {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
.illust_vmw p.vmw_date span {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 1180px) {
  .illust_vmw p.vmw_date {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 680px) {
  .illust_vmw p.vmw_date {
    margin-top: 40%;
  }
}
.illust_vmw h1.vmw {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  .illust_vmw h1.vmw span {
    display: block;
  }
}
.illust_vmw .vmw_stl {
  margin-top: 3px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  .illust_vmw .vmw_stl span {
    display: block;
  }
}
.illust_vmw .btn {
  margin-top: 28px;
}

/* 2022-05-08 */
.writer {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 680px) {
  .writer {
    padding-top: 0;
    padding-bottom: 20px;
  }
}