@charset "utf-8";
/* CSS Document */
axtarea, .s-branding .site-title, .site-branding .site-text-logo {
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  text-transform: none;
}
/*body, table{
	font-family:"Helvetica Neue",
    Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}*/
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Open Sans", Helvetica, Arial, sans-serif !important;
}
/*a {
  color: #555;
  text-decoration: none;
  outline: none;
}*/
/*a:hover {
  text-decoration: none;
  color: #999;
  text-decoration: underline;
}*/
/*a:active, a:focus, a:hover {
  outline: none;
}*/
/*.section-title { color: #c70067;}*/
.section-subtitle {
  text-transform: none !important;
}
.section-about, .feature-item {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  text-transform: none;
}
.site-branding .site-title, .site-branding .site-text-logo {
  text-transform: none;
}
input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  text-transform: none;
}
.btn {
  text-transform: none;
}
table {
  border: 0;
}
table > thead {
  border: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: 0;
}
.aabtn {
  text-transform: none;
}
/* 投稿の更新日を非表示 */
.entry-meta .updated {
  display: none !important;
}
.button_login {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  /*font-weight:normal;*/
  padding: 6px 25px;
  width: auto;
  box-shadow: none;
  /*border-radius:5px;*/
  background: midnightblue;
  letter-spacing: 0.5px;
  border: solid 1px midnightblue;
  transition: .3s ease-out;
  font-weight: 600;
}
.button_login:hover {
  text-decoration: none;
  color: midnightblue;
  background: #fff;
  opacity: 0.8;
  border: solid 1px midnightblue;
}
/* font awesome */
.my-red {
  color: #c70067;
}
.gray-blueish {
  color: #4682b4;
}
.my-white {
  color: white;
}
.toko {
  color: #fff;
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  opacity: 1;
  width: 300px;
  height: 50px;
  background-color: #c70067;
  font-size: 1.2em;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
  position: relative;
  border-radius: 25px;
  display: inline-block;
  margin-right: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
.toko:hover {
  color: #fff;
  opacity: 0.8;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}
.toko a {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.big-red {
  color: #C70067;
  font-weight: bold;
  font-size: 1.2em;
}
.link-red {
  color: #C70067;
  font-weight: bold;
  margin-right: 0.3em;
}
.link-red:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
  content: "\f152";
  color: #C70067;
  padding-right: 0.25em;
}
.link-red:hover {
  color: #C70760;
  text-decoration: underline !important;
}
@media screen and (max-width: 576px) {
  .trybutton {
    width: 100% !important;
    font-size: 15px !important;
    position: static !important;
    margin: 0 !important;
    height: 140px !important;
    padding: 15px;
    margin-bottom: 40px !important;
  }
  .boxWrap {
    padding-left: 10px !important;
  }
  .box {
    width: 170px;
    height: 100% !important;
    color: midnightblue;
    border-radius: 10px;
    padding: 20px 2px 15px;
    margin-bottom: 10px;
    float: left;
  }
  .margin-l_150 {
    margin-left: 3em !important;
    text-indent: -2.5em;
  }
  .box900 {
    width: 100%;
    margin: 0;
  }
  .box400 {
    background-color: #f4f4f4;
    text-align: left;
    margin: 30px 0px !important;
    width: 100% !important;
    padding: 10px 10px !important;
    font-size: 14px;
  }
  .p_box {
    background-color: #d5eaff;
    width: 100% !important;
    padding: 40px 10px 10px !important;
    font-size: 14px;
    position: relative;
  }
  .kado_pink {
    font-size: 17px;
  }
}
/*   無料お試し   */
.box900 {
  /*background-color: #f4f4f4;
	width: 900px;	*/
  padding: 20px;
  margin: 20px auto;
}
.img-trial {
  display: flex;
  justify-content: center;
  margin: 20px auto 50px;
}
.kakko {
  width: 50px;
  height: 200px;
  padding-top: 60px;
  background-color: transparent;
  color: midnightblue;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  float: left;
}
.toko2 {
  color: white;
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  opacity: 0.8;
  width: 230px;
  height: 40px;
  background: #0055aa;
  border: 2px #0055aa solid;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  /*text-align: center;*/
  position: relative;
  border-radius: 3px;
  display: inline-block;
  margin-right: 30px;
}
.toko2:hover {
  /*color: white !important;
	opacity: 1.0;*/
  border: 2px #0055aa solid;
  color: #0055aa;
  background: #fff;
}
/*.toko2 a{	
	color: white !important;
  position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}*/
.my-red-check {
  font-size: 1em;
  letter-spacing: 2em;
  color: #ff5555;
}
.p_box {
  text-align: left;
  background-color: #d5eaff;
  width: 900px;
  padding: 35px 30px 20px;
  font-size: 14px;
  position: relative;
}
.new_icon:after {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  content: "！";
  top: -10px;
  left: -20px;
  background: crimson;
  border: 5px white solid;
  border-radius: 50%;
  color: #ffffff;
  padding: 9px 15px;
}
.p_box img {
  width: 100%;
}
.box400 {
  background-color: #f4f4f4;
  text-align: left;
  margin-top: 50px;
  width: 900px;
  padding: 15px 20px;
  font-size: 14px;
}
.my-blue {
  font-size: 1.3em;
  color: #4682B4;
  letter-spacing: 2em;
  line-height: 1.5em;
}
table.env {
  /*border: 1px #747474 solid;*/
  font-size: 15px;
  margin: 80px auto;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 5px;
  width: 550px;
  
  text-align: center;
}
table.env td {
  /*border: 1px #747474 solid;*/
  text-align: center;
  padding: 0.5em;
  line-height: 1.7em;
}
table.env th {
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  /*border: 1px #747474 solid;*/
  border-radius: 8px;
  background-color: #d4d4d4;
  height: 2.5em;
  text-align: center;
}
table.env td.title {
  font-size: 1.2em;
  padding: .8em;
  color: #fff;
  background-color: #c70067;
}
table.company {
  width: 677px;
  height: 608px;
  background-color: transparent;
  border-collapse: collapse;
}
.section-sub, .section-sub title {
  margin: 0.5em 0 0;
  color: midnightblue;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4em;
}
.section-sub p {
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.4em;
  color: #555;
}
.num-bb {
  color: midnightblue;
  font-weight: bold;
  font-size: 1.4em;
}
.num-bb:before {
  content: "#";
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .section-sub, .section-sub title {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .section-sub p {
    font-size: 0.6em;
  }
  table.env {
    font-size: 13px;
    margin: 0 10px;
    width: 90%;
  }
  table.env th {
    letter-spacing: 0;
  }
  table.company {
    font-size: 13px;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    margin: 0;
  }
  .td-line2 {
    border-top: 1px #fff solid;
    background-color: #95bfea;
  }
  .td-line3 {
    padding-left: 2px !important;
  }
  .quick_box {
    margin-top: 100px !important;
    padding: 5px !important;
  }
  table.text_tbl {
    width: 90% !important;
    font-size: 0.8em;
  }
  .q_startpage {
    width: 100% !important;
  }
  .marginleft280 {
    margin-left: -20px !important;
    font-size: 0.9em !important;
  }
  .marginleft280-1 {
    margin-left: 10px !important;
    font-size: 0.9em !important;
  }
  .marginleft280-2 {
    margin-left: 10px !important;
    font-size: 0.9em !important;
  }
}
/* クイックスタート */
.marginleft280 {
  margin-left: 280px;
  text-align: left;
}
.marginleft280-2 {}
.marginleft280-1 {
  margin-left: 280px;
}
.q_startpage {
  width: 1000px;
  font-size: 14px;
}
table.text_tbl {
  width: 40%;
  text-align: center;
  background-color: #f9f9f9;
}
.quick_box {
  background-color: #f4f4f4;
  padding: 20px;
  margin: 50px 0;
}
/* 上下左右すべての線を非表示 */
.td-css13 {
  border: 1px #ededed solid;
  width: 10px;
}
.td-line1 {
  border-top: 1px #95bfea solid;
  background-color: #95bfea;
}
.td-line2 {
  border-top: 1px #ffffff solid;
  background-color: #95bfea;
}
.td-line3 {
  border-top: 1px #95bfea solid;
  border-bottom: 1px #95bfea solid;
  padding-left: 20px;
}
table.company tr {
  border: 1px #ededed solid;
}
nav2 {
  border-bottom: 1px solid #ccc;
}
nav2 ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  text-align: center;
}
nav2 ul li {
  display: table-cell;
  min-width: 50px;
  border-right: 1px solid #ccc;
}
nav2 ul li:first-child {
  border-left: 1px solid #ccc;
}
nav2 ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #001a99;
}
nav2 ul li a:hover {
  background-color: #001a99;
  border-bottom: 5px solid #001a99;
  text-decoration: none;
  color: #ffffff;
}
nav2 ul li.current {
  font-weight: bold;
}
nav2 ul li.current a {
  border-bottom: 5px solid #00B0F0;
  color: #ffffff;
}
ul.list {
  margin: 0px -15px;
}
#page_top, #page_top-red {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.7;
}
#page_top-red {
  background: #c70067;
}
#page_top a, #page_top-red a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before, #page_top-red a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a:hover, #page_top-red a:hover {
  background: #003f8e;
  opacity: 0.9;
  transition: 1s;
}
#page_top-red a:hover {
  background: #555;
}
/* ユーザーガイド */
.inline-block1 {
  display: inline-block;
  margin: 2em 20px;
  background: #fff;
  height: 480px;
  width: 370px;
  vertical-align: middle;
  box-shadow: 2px 2px 4px gray;
}
.inline-block1 .box-title {
  font-size: 1.5em;
  background: midnightblue;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.inline-block1 p {
  font-size: 13px;
  padding: 10px 10px;
  margin: 0;
}
.inline-block2 {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  background-color: #f4f4f4;
  height: 300px;
  width: 330px;
  vertical-align: middle;
}
.inline-block-w {
  z-index: 1;
  color: #555;
  text-align: left;
  display: inline-block;
  padding: 10px 25px;
  margin: 15px 20px;
  background-color: #f4f4f4;
  border-top: 10px solid #c70067;
  height: 340px;
  width: 455px;
  vertical-align: middle;
  box-shadow: 2px 2px 4px gray;
}
.inline-block-w .title {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #c70067;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 2px #c70067;
}
.user a {
  width: 150px;
  height: 157px;
  margin: 30px auto;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.sample a {
  width: 150px;
  height: 157px;
  margin: 30px auto;  
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.user a:hover, .sample a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 576px) {
  nav3 {
    font-size: 0.8em;
  }
  nav3 ul {
    line-height: 16px;
  }
  .inline-block1 {
    width: 280px;
    margin: 10px 0;
  }
  .inline-block1 p {
    font-size: 12px;
    padding: 5px;
  }
  .inline-block1 .box-title {
    font-size: 1.4em;
  }
  .user a, .sample a {
    transform: scale(0.9);
    margin: -10px 0 0px;
  }
  .user a:hover, .sample a:hover {
    transform: scale(1);
  }
  .inline-block-w {
    z-index: 1;
    font-size: 0.9em;
    padding: 10px;
    margin: 10px;
    height: 100%;
    width: 95% !important;
  }
  .inline-block-w .title {
    font-size: 18px;
  }
  .inline-block2 {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    background-color: #f4f4f4;
    height: 100%;
    width: 100%;
    vertical-align: middle;
  }
}
/*Contact Form 7カスタマイズ*/
.quiz_spam {
  font-size: 15px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  margin: 20px 20px 0px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  width: 90%;
  margin-left: 5px;
}
.wpcf7 .wpcf7-quiz-label {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.quiz-855 input[type="text"] {
  width: 100px;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}
@media screen and (max-width: 576px) {
  .inquiry {
    width: 100% !important;
  }
  #formbtn {
    width: 80% !important;
  }
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 9px;
    font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
    font-weight: normal;
  }
}
/* 表組　問い合わせ */
.inquiry {
  width: 100%;
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  color: #444;
  text-transform: none !important;
  width: 32%;
  background-color: #f7f7f7;
  border: 1px #d7d7d7 solid;
}
/* 通常欄 */
.inquiry td {
  font-size: 14px;
  text-transform: none !important;
  border: solid 1px #d7d7d7;
  letter-spacing: 1px;
}
.license {
  width: 100%;
}
.license th {
  text-align: left;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  color: #444;
  text-transform: none !important;
  width: 32%;
  background-color: #f7f7f7;
  border: 1px #d7d7d7 solid;
  border-top: none;
}
.license td {
  font-size: 14px;
  text-transform: none !important;
  border: solid 1px #d7d7d7;
  border-top: none;
}
/* 横の行とテーブル全体 */
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
/* 必須の調整 */
.haveto {
  font-size: 10px;
  font-weight: normal;
  padding: 0.5px 2px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin: 0 0 0 5px;
  position: relative;
  bottom: 2px;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  font-weight: normal;
  padding: 15px;
  width: 350px;
  background: #0055aa;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  margin: 25px auto 0;
  border: none !important;
  opacity: 0.8;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  border-color: yellow;
  opacity: 1.0;
}
#formbtn:active {
  background: #555 !important;
  border: none !important;
}
.sp12 {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  padding: 8px;
}
.check:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #ffbf80;
  font-size: 180%;
  vertical-align: middle;
  padding-right: 0.5em;
  font-weight: 900;
}
.entry-content a {
  text-decoration: none;
}
.checky:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  color: #ffd700;
  font-size: 180%;
  padding-right: 0.5em;
  vertical-align: middle;
  font-weight: 900;
}
.indentback {
  text-indent: -2.6em;
  margin-left: 1.0em;
}
.inline-afure {
  display: inline-block;
  vertical-align: top;
  margin: 30px 20px;
  width: 320px;
  height: 250px;
}
.inline-afure2 {
  display: inline-block;
  vertical-align: top;
  margin: 30px 10px;
  width: 710px;
  height: 350px;
}
.inline-afure15 {
  display: inline-block;
  vertical-align: top;
  margin: 30px 10px;
  width: 510px;
  height: 350px;
}
.inline-200 {
  display: inline-block;
  padding: 30px 0;
  vertical-align: top;
  width: 210px;
  height: 350px;
}
.inline-250 {
  display: inline-block;
  padding: 20px 0;
  vertical-align: top;
  width: 290px;
  height: 350px;
}
.yellow-circle {
  margin-top: -80px;
  margin-left: -400px;
  margin-bottom: -15px;
  width: 100px;
  height: 100px;
  background-color: yellow;
  border-radius: 50%;
  padding-top: 13px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.page-header {
  padding: 15px 0px;
}
.page-header .entry-title, .page-header .page-title {
  font-size: 24px;
  letter-spacing: 0px;
}
.site-footer .footer-social a:hover {
  color: #c9c9c9;
}
.inline-block_, .inline-block_grey {
  display: inline-block;
  padding: 20px 30px;
  margin: 20px 20px;
  font-size: 15px;
  color: #555;
  width: 500px;
  vertical-align: middle;
  /* +++++++++++++ */
  background-color: white;
  /*border-top: solid 5px #5d627b;*/
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.inline-block_grey {
  background-color: #f4f4f4;
}
.box_80 {
  /*background-color: #f4f4f4;*/
  width: 800px;
  padding: 20px 0;
  font-size: 16px;
  color: #555555;
  margin: 20px auto;
  text-align: left;
}
.bigdarkblue {
  font-size: 28px;
  font-weight: bold;
  color: midnightblue;
  margin-top: 30px;
}
.line_yellow {
  background: linear-gradient(transparent 30%, #ffff99 0%);
}
@media screen and (max-width: 767px) {
  .inline-block_, .inline-block_grey {
    width: 90% !important;
    height: auto !important;
    padding: 15px !important;
    font-size: 0.9em !important;
    margin: 10px 0;
  }
  .box_80 {
    width: 100% !important;
    padding: 15px !important;
    font-size: 1em !important;
    line-height: 1.8em;
  }
  .bigdarkblue {
    font-size: 1.2em;
    font-weight: bold;
    color: midnightblue;
    margin-top: 10px !important;
  }
  /* 無料お試し   */
  .toko {
    width: 90%;
    height: 2.8em;
    font-size: 1.2em;
    margin: 5% 5%;
  }
  .indentback {
    font-size: 0.8em;
    text-indent: -1.8em;
    margin-left: 1em;
    line-height: 1.6em;
  }
  .span-ul {
    font-size: 1em;
  }
  .span-ul2 {
    font-size: 1em;
  }
  .full_width_white {
    font-size: 13px !important;
    width: 100% !important;
    position: relative;
  }
}
.payment_h {
  margin: -10px -10px 30px -10px;
  background-color: #7f7f7f;
  color: white;
  font-size: 30px;
  padding-top: 20px;
  line-height: 55px;
}
.payment_tbl {
  margin-top: 20px;
  width: 60%;
}
.full_width_white {
  font-size: 14px;
  background-color: #ffffff;
  width: 850px;
  margin: 30px auto;
  padding: 30px;
}
.full_width_gray {
  background-color: #f9f9f9;
  text-align: left;
  padding: 20px;
}
.full_width_gray .container {
  font-size: 14px;
  width: 800px;
  padding: 40px;
}
.full_width_gray .container li {
  font-weight: bold;
}
.full_width_blue {
  text-align: center;
  background-color: #d7e4f9;
  color: #236ab1;
  font-size: 2em;
  font-weight: bold;
  height: 200px;
  margin: 50px 0 0;
  padding: 40px 0;
}
.full_width_blue p {
  font-size: 16px;
  color: #787878;
  font-weight: bold;
  margin-top: 1.7em;
}
.text_small {
  font-size: 12px;
  line-height: 18px;
  width: 800px;
  text-indent: -2.5em;
  text-align: left;
  margin: 20px auto 30px;
}
.ao-ya {
  font-size: 18px;
  color: midnightblue;
  margin-bottom: 0px;
  font-weight: bold;
}
.faq_width {
  width: 80%;
}
.arconix-faq-title {
  font-size: 14px !important;
  color: #555555 !important;
}
.arconix-faq-content {
  padding: 5px 30px !important;
}
h3.arconix-faq-term-title {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  background: midnightblue;
  color: white;
  font-size: 1.5em;
}
.arconix-faq-accordion-content {
  border: 1px #e9e9e9 solid !important;
}
.arconix-faq-accordion-title.ui-state-default {
  background-color: #f4f4f4 !important;
  border: 1px #f4f4f4 solid !important;
}
#top-menu .menu-item.new a:after {
  content: "NEW!";
}
/* 最近の投稿メニュー */
.main-navigation li.menu-item-new a:after {
  content: "NEW!";
  margin-left: 0.5rem;
  padding: 1px 2px;
  vertical-align: middle;
  font-size: .6rem;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  background-color: #f02020;
}
.main-navigation ul ul li {
  min-width: 250px;
  white-space: nowrap;
  width: 100%;
}
.main-navigation ul ul a {
  width: auto;
  white-space: nowrap;
}
.newicon {
  /*color:#ff0000;
	font-weight: bold;*/
  padding: 3px 5px;
  vertical-align: middle;
  font-size: .7rem;
  color: #fff;
  margin-left: 3px;
  letter-spacing: 0.15em;
  font-weight: bold;
  border-radius: 3px;
  background-color: #f02020;
}
/*  有料版　ダウンロードボタン */
.fuwatto_btn_blue, .grey-out-btn, .fuwatto_btn_purple {
  display: inline-block;
  margin: 20px 10px 40px;
  background-color: #001a99;
  /*border : solid 1.5px #001a99;*/
  opacity: 0.7;
  color: #FFF;
  width: 230px;
  padding: 0.2em;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  height: 45px;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}

/*-------------------------
   Button用グレーアウト
----------------------------*/
.grey-out-btn {
  background-color: grey;
  pointer-events: none;
}

.fuwatto_pink {
  background-color: #9f166a;
}
.fuwatto_green {
  background-color: #006a6c;
}
.fuwatto_yellow {
  background-color: #cc8800;
}
.fuwatto_orange {
  background-color: #ffa000;
}
.btn_green {
  /*border: solid 1px #00947a;*/
  background: #00a497;
}
.btn_purple {
  background: #4400cc;
}
.fuwatto_inkblue {
  background-color: #003f8e;
}
.fuwatto_btn_purple {
  background:#56256e;
}

.fuwatto_btn_blue:hover, .fuwatto_btn_purple:hover {
  cursor: pointer;
  /*background-color: blue;*/
  /*background-color: #001a99;*/
  opacity: 1.0;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}
.fuwatto_btn_blue:focus, .fuwatto_btn_blue:visited {
  text-decoration: none;
  color: white;
}


/* 製品キャッチコピー */
.catchcopy {
  font-size: 2.7em;
  font-weight: bold;
  color: #001a99;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.cc-green {
  color: #006a6c;
}
.cc-yellow {
  color: #cc8800;
}
.cc-pink {
  color: #9f166a;
  letter-spacing: 0em;
}
.cc-pink_ {
  color: #9f166a;
}
.cc-orange {
  color:#ed3c0d;
}
.cc-purple {
  color: #4400cc;
}
.cc-grayblue {
  color: #2b303f;
}

/* こんな方におすすめ */
.konna {
  font-size: 2.35em;
  font-weight: bold;
  margin: 30px;
  color: midnightblue;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.kon-green {
  color: #006a6c;
}
.kon-yellow {
  color: #fcc800;
}
/* インストール方法　ボタン*/
.btn-flat-border {
  margin-top: 2em;
  margin: 2em 30px 0 30px;
  display: inline-block;
  padding: 0.35em 3em;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #001a99;
  border: solid 1px #001a99;
  border-radius: 2px;
  transition: .4s;
}
.btn-green, .btn-green:focus {
  border: solid 1px #006a6c;
  color: #006a6c;
}
.btn-orange, .btn-orange:focus {
  border: solid 1px #ffa000;
  color: #ffa000;
}
.btn-pink, .btn-pink:focus {
  border: solid 1px #9f166a;
  color: #9f166a;
}
.btn-yellow, .btn-yellow:focus {
  border: solid 1px #cc8800;
  color: #cc8800;
}
.btn-purple, .btn-purple:focus{
  border: solid 1px #56256e;
  color: #56256e;
}

.btn-flat-border:hover {
  background: #001a99;
  text-decoration: none;
  color: white;
}
.btn-green:hover {
  background-color: #006a6c;
}
.btn-yellow:hover {
  background-color: #cc8800;
}
.btn-pink:hover {
  background: #9f166a;
}
.btn-orange:hover {
  background: #ffa000;
}
.btn-purple:hover {
  background: #56256e;
}
/* 太文字青線   */
.sub_blue {
  font-size: 25px;
  font-weight: bold;
  color: #236ab1;
  margin-top: 40px;
}
/*　角丸文字囲みピンク　*/
.kado_pink, .kado_blue {
  position: relative;
  display: inline-block;
  margin: 0.5em 0 0.25em 0;
  padding: 2px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #c70067;
  border-radius: 20px;
  letter-spacing: 0.075em;
}
.kado_blue {
  background: #003f8e;
}
/* 登録不要... */
.kinou {
  font-size: 1.4em;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.02em;
  margin: 20px 0 10px 0px;
}
/* こんな人におすすめ  */
.osusume {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}
.osusume li {
  /*width: calc(80%/5);/*←画像を横に4つ並べる場合*/
  width: 220px;
  padding: 0px 20px; /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
  font-size: 16px;
}
.osusume li img {
  width: 170px; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
  padding-bottom: 20px;
}
/* 5つの特長 */
.circle_ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}
.circle_ul li {
  width: 320px;
  padding: 0px 50px;
  box-sizing: border-box;
  font-size: 15px;
  color: #555555;
  text-align: left;
}
.circle_toku {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #dceaf8;
  margin-bottom: 10px;
  margin-right: 20px;
}
.circle_toku:before {
  position: absolute;
  font-family: Century Gothic, "Hiragino Sans";
  content: "01";
  font-size: 4em;
  font-weight: bold;
  color: #c70067;
  top: -20px;
}
.circle_toku02:before {
  content: "02";
}
.circle_toku03:before {
  content: "03";
}
.circle_toku span {
  font-size: 18px;
  color: #236ab1;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
  text-align: center;
}
.kadomaru_toku {
  position: relative;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
  margin-left: 1em;
  font-size: 15px;
  color: #555555;
  text-align: center;
  margin: 0 auto 50px auto;
}
.kadomaru-blue {
  width: 900px;
  background: #dceaf8;
}
.kadomaru_toku:before {
  position: absolute;
  font-family: Century Gothic, "Hiragino Sans";
  font-size: 4em;
  font-weight: bold;
  color: #c70067;
  content: "04";
  top: -40px;
  left: 120px;
  text-align: left;
}
.kadomaru_toku01:before {
  content: "03";
}
.kadomaru_toku05:before {
  content: "05";
}
.kadomaru_toku span {
  font-size: 18px;
  color: #236ab1;
  font-weight: bold;
}
.big_blue {
  color: blue;
  font-size: +1.25em;
}
.price_line {
  font-size: 53px;
  font-weight: bold;
  /*color:midnightblue;*/
  background: linear-gradient(to right, midnightblue 25%, blue 75%);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
/* 特長 */
h8 span {
  position: relative;
  display: block;
  /*padding: 0 8px;*/
  letter-spacing: 1px;
  color: #c70067;
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
  margin: 70px 0 10px 0;
}
h8 span::before, h8 span::after {
  position: absolute;
  content: ' ';
  top: 33%;
  width: 1em;
  height: 20px;
  background-color: #c70067;
}
h8 span::before {
  left: 100%;
}
h8 span::after {
  right: 100%;
}
/* 新 こんなことで・・・  */
.kakko_box {
  position: relative;
  padding: 0.25em 1em;
  font-size: 1.075em;
}
.kakko_box:before, .kakko_box:after {
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  display: inline-block;
}
.kakko_box:before {
  border-left: solid 2px #5767bf;
  border-top: solid 2px #5767bf;
  top: 0;
  left: 0;
}
.kakko_box:after {
  border-right: solid 2px #5767bf;
  border-bottom: solid 2px #5767bf;
  bottom: 0;
  right: 0;
}
.kakko_box p {
  margin: 0px;
  padding: 0px;
}
.k_title {
  font-size: 1.4em;
  /*color:#c70067;*/
  padding-bottom: 15px;
  text-align: center;
  color: #004599;
}
/*影付き*/
.kage_box {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.kage_box p {
  margin: 0;
  padding: 0;
}
/*　吹き出し　*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0.5em 0 1em 0;
  padding: 5px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  /*font-size: 28px;*/
  font-weight: bold;
  background-color: midnightblue;
  border-radius: 15px;
  word-spacing: -0.125em;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid midnightblue;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
/* 無料お試し */
.margin-l_150 {
  text-align: left;
  font-size: 0.8em;
  margin: 20px 0 30px 250px;
}
.boxWrap {
  padding: 0 auto;
  overflow: hidden;
  justify-content: center;
}
.boxWrap_ {
  display: inline-flex;
  margin: 50px auto;
  max-width: 1500px;
  overflow: hidden;
}
.arrow_box {
  position: relative;
  background: #cce5ff;
  font-size: 14px;
  /*border: 2px solid #8ab5e6;*/
  padding: 30px 0 20px;
  padding-left: 50px;
  width: 200px;
  height: 230px;
  color: #555;
  border-radius: 10px 0 0 10px;
  float: left;
  display: inline-block;
  z-index: 99;
}
.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-left-color: #cce5ff;
  border-width: 125px;
  margin-top: -125px;
}
.arrow_box:before {
  border-left-color: white;
  border-width: 127px;
  margin-top: -127px;
}
.arrow1 {
  background: #99caff;
  width: 320px;
  padding-left: 150px;
  border-radius: 0;
  z-index: 97;
}
.arrow1:after {
  border-left-color: #99caff;
}
.arrow2 {
  background: #66b0ff;
  width: 400px;
  padding-left: 120px;
  border-radius: 0 10px 10px 0;
  z-index: 95;
}
.arrow2:after {
  border-width: 0px;
  margin-top: 0px;
}
.arrow2:before {
  border-width: 0px;
  margin-top: 0px;
}
.box650 {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .catchcopy {
    font-size: 1.85em;
    line-height: 1.3em;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  .kado_pink {
    font-size: 1.25em;
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 3px 20px;
  }
  .kinou {
    font-size: 1.125em;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  .konna {
    font-size: 1.8em;
  }
  .ao-ya {
    font-size: 16px;
    color: midnightblue;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .box650 {
    width: 100%;
  }
  .boxWrap {
    padding: 10px auto;
  }
  .arrow_box {
    position: relative;
    background: #cce5ff;
    font-size: 14px;
    /*border: 2px solid #8ab5e6;*/
    padding: 30px 0 20px;
    margin: 10px;
    width: 200px;
    height: 230px;
    color: #555;
    border-radius: 10px;
    float: left;
    display: inline-block;
    z-index: 99;
  }
  .arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
}
.otameshi {
  padding: 30px 0 10px 0;
  color: midnightblue;
  font-size: 30px;
  font-weight: bold;
}
ul.check_ {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #668ad8;
  background: whitesmoke;
  padding: 0.25em 0.5em;
  position: relative;
}
ul.check_ li {
  line-height: 1.2;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 2px solid white;
  list-style-type: none !important;
}
ul.check_ li:before {
  font-family: Font Awesome;
  content: '\f00c'; /*アイコン種類*/
  position: absolute;
  left: 0.5em; /*左端からのアイコンまで*/
  color: #668ad8; /*アイコン色*/
}
ul.check_ li:last-of-type {
  border-bottom: none; /*最後の線だけ消す*/
}
ul.check2 {
  /*color: #0055aa;*/
  font-size: 15px;
  /*font-weight: bold;*/
  border-top: solid #0055aa 3px; /*上のボーダー*/
  border-bottom: solid #0055aa 3px; /*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
  /*list-style-type: none!important;*/
}
ul.check2 li {
  line-height: 1.5;
  padding: 0.25em 0;
}
.box-title {
  letter-spacing: 0.125em;
}
/* 黄色お試しボタン */
.button_ota, .btn_ota-red {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  color: #FFA000;
  background: #fff1da;
  width: 350px;
  border-radius: 28px;
  transition: .4s;
  box-shadow: 3px 3px 3px #ffc25c;
}
.btn_ota-red {
  background: #C70067;
  border: 2px solid #C70067;
  color: #fff;
  box-shadow: 2px 2px 2px #555;
}
.btn_ota-red:hover {
  background: #fff;
  color: #C70067;
  border: 2px solid #C70067;
  box-shadow: none;
}
.button_ota:focus {
  text-decoration: none;
  color: #FFA000;
}
.button_ota:hover {
  text-decoration: none;
  background: #ffc25c;
  color: #FFF;
  box-shadow: none;
}
.textbox_ {
  /*width:120px;	
	background:white;*/
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
/*.bluebox {
	padding: 0.125em 0.5em;
	margin:2em 0 0 -1em;
	color:white;
	background: midnightblue;
	width: auto;
}*/
/*ボックス全体*/
.accbox {
  margin: 0.5em 0;
  padding: 0 20px;
  max-width: 800px; /*最大幅*/
}
/* 横並び  */
.contents {
  width: 95%;
  max-width: 900px;
  margin: 10px auto;
}
.contents img {
  width: 100%;
}
.text-center {
  text-align: center;
}
.flexbox {
  display: flex;
  margin: 20px auto;
}
.box1 {
  width: 35%;
  margin: auto 0.3rem;
}
.box2 {
  /*width: 65%;
  margin: auto 0.3rem;*/
  margin: 20px auto 30px;
}
.center-ota {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #555;
}
@media screen and (max-width: 767px) {
  .otameshi {
    width: 90%;
    padding: 30px 0 10px 0;
    line-height: 1.4em;
    color: midnightblue;
    font-size: 1.5em;
    font-weight: bold;
  }
  .center-ota {
    font-size: 1.1em;
    width: 90%;
    line-height: 1.3em;
    margin: 20px 0;
  }
  .flexbox {
    display: block;
  }
  .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .flexbox .box2 {
    width: 100%;
    margin: 0 auto;
  }
  .button_ota {
    font-size: 1.3em;
    width: 250px;
  }
}
.inline-block_free {
  display: inline-block;
  padding: 10px 20px;
}
/* 中央寄せ文字左*/
.center_ {
  margin: auto;
  text-align: center;
  display: block;
}
.center_ .text {
  text-align: left;
  display: inline-block;
}
.trans_box {
  background-color: transparent;
  padding-bottom: 20px !important;
}
/* 問い合わせ */
.contact_w {
  font-size: 14px;
  width: 700px;
  margin: 50px 0;
  padding: 100px auto;
}
/*  代表経歴 */
.profile {
  width: 50%;
}
.cp_profile {
  position: relative;
  margin-bottom: 2em;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.5em;
  font-weight: bold;
  color: #555;
}
.cp_profile:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 1.5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: midnightblue;
}
/* 代表経歴テーブル */
.tbl-r02 {
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  margin: 50px auto;
  border-style: none;
  width: 600px;
}
.tbl-r02 th {
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
  border-style: none;
  width: 20%;
}
.tbl-r02 td {
  padding: 10px;
  vertical-align: top;
  border-style: none;
  text-align: left;
}


/* 会社概要テーブル */
.com_philo_container {
  width: 80%; /* 例：画面幅の50%の幅にする */
  margin: 5em auto 2em auto; /* 左右のマージンをautoにすることで中央寄せ */
}
.com_philo {
  font-size:1em;
  font-weight: bold;  
  //text-align: left;
  line-height: 1.8em;  
}

.tbl-r03 {
  font-family: "メイリオ", Meiryo, YuGothic, "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Open Sans", Helvetica Neue, Arial, sans-serif !important;
  margin: 50px auto !important;
  border: none;
  width: 600px;
}
.tbl-r03 th {
  letter-spacing: normal;
  padding: 0.6em;
  vertical-align: middle;
  border-bottom: solid 2px #5472cd;
  width: 23%;
  font-weight: bold;
}

.tbl-r03 td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #cce4ff;
  width: 77%;
}
@media screen and (max-width: 576px) {
  .com_philo_container {
    width: 90%; /* 例：画面幅の50%の幅にする */
  }
  .com_philo {
    font-size:0.9em;
    line-height: 1.5em;
  }
  .contact_w {
    width: 85%;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  .cp_profile {
    letter-spacing: 0.2em;
  }
  .profile {
    width: 100%;
  }
  .last td:last-child {
    border-bottom: none;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
    margin: 12px;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    padding: 5px;
    display: block;
    width: 80%;
  }
  .tbl-r02 th {
    font-weight: bold;
  }
  .tbl-r03 {
    width: 80%;
  }
  .tbl-r03 th, .tbl-r03 td {
    padding: 2px;
    margin: 2px;
    display: block;
    width: 80%;
  }
  .tbl-r03 th {
    border-bottom: none;
  }
}
/* InDesign */
.boxInDesign {
  position: relative;
  margin: 10px auto 20px;
  display: inline-block;
  padding: 0.25em 1em;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: solid 3px deeppink;
  color: deeppink;
  background: #33001b;
  transition: .4s;
}
/* ライセンス認証 */
/*span.wpcf7-list-item {
display: block!important;
}*/
.btn-square, .btn-square_pdf {
  margin: 20px 10px;
  background: #fff;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  font-size: 14px;
  color: #001a99;
  border: 1px solid #001a99;
  border-radius: 4px;
  transition: .4s;
}
.btn-square:before {
  content: "\f1c6";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
}
.btn-square_pdf {
  border: 1px solid #c70067;
  color: #c70067;
}
.btn-square_pdf:before {
  content: "\f1c1";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free"
}
.btn-square:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #001a99;
}
.btn-square_pdf:hover, .btn-square_pdf:active {
  text-decoration: none !important;
  color: #fff !important;
  background: #c70067;
}
/* 無料ツール */
.freetool-header {
  background: midnightblue;
  color: yellow;
  font-size: 2.5em;
  padding: 20px 0 5px;
  font-weight: bold;
  margin-bottom: 20px;
}
.header-title {
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px;
}
.freetool-header p {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}
.freetool-menu {
  height: 60px;
  max-width: 90%;
  margin: 0 auto;
}
.btn-overflow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 20px;
  width: auto;
  box-shadow: none;
  border: 1px solid;
}
.inline-free {
  display: inline;
  vertical-align: top;
  margin: 0 auto;
}
.align-r {
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: top;
}
.align-l {
  display: inline-block;
  text-align: left;
  width: 400px;
  padding: 0 0 0 0;
}
.align-l-2 {
  display: inline-block;
  text-align: left;
  max-width: 95%;
  padding: 50px 0 0 10%;
}
.freetool_box {
  position: relative;
  width: 780px;
  margin: 90px auto;
  padding: 90px 1em 10px;
  background: #f4f4f4;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.box-title {
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
  border-left: 2px solid #001a99;
}
.freetool_box .box-title {
  position: absolute;
  display: inline-block;
  top: -60px;
  left: 0px;
  font-size: 18px;
  background: #001a99;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.freetool_box p {
  margin: 0px;
  padding: 0px 0px;
  text-align: center;
}
.box-subtitle {
  letter-spacing: 0;
  font-size: 13px;
  margin: 10px 0 5px;
  width: 780px;
  font-weight: normal;
}
.box-title {
  letter-spacing: 0.1em;
  padding: 10px 0 5px;
}
/* faq */
.faq-qq {
  overflow: auto;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 40px 0 20px 0;
  text-align: left;
  padding: 5px 1.25em;
  border: 1px solid midnightblue;
  background: #fff;
  color: midnightblue;
}
/* チュートリアル */
.pageheader-title {
  position: relative;
  background: #001a99;
  color: #fff;
  padding: 1.25em 0;
  line-height: 1.5em;
  font-size: 2.5em;
  letter-spacing: 0.075em;
  /*height:5em;*/
  vertical-align: middle;
  margin: -110px 0 120px;
  border-bottom: 0.3em solid #c70076;
  font-weight: bold;
}
.pageheader-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 47.5%;
  border: 40px solid transparent;
  border-top: 40px solid #001a99;
  width: 0;
  height: 0;
}
.pageheader-title p {
  margin: 0;
  padding: 0;
}
.inline-tutorial {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 20px 15px;
}
.tutorial-box {
  background: #fff;
  width: 430px;
  padding: 15px;
  margin-bottom: -22px;
}
.tutorial-box2 {
  background: #fff;
  margin-top: -20px;
  padding: 0 15px;
  width: 430px;
  height: 100px;
}
.tutorial-title {
  font-size: 16px;
  font-weight: bold;
}
.inline-tutorial:hover {
  box-shadow: 2px 2px 4px gray;
}
/* 連続変換 */
.inddcnv-box {
  position: relative;
  width: 900px;
  height: 400px;
  background: #f9f9f9;
  padding: 4em 1em;
  margin: 20px auto;
  color: #454545;
  box-shadow: 0px 0px 0px 5px #fff0cd;
}
.inddcnv-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 50px 50px 0;
  border-style: solid;
  border-color: #fff #fff #fff0cd;
  background: #658E15;
  display: block;
  width: 0;
}
.inddcnv-box p {
  margin: 0;
  z-index: 9;
}
.inddcnv-img {
  vertical-align: center;
  width: auto;
  height: auto;
  z-index: 99;
  content: url("../wp-content/uploads/2020/07/連続変換_縦.png");
}
.inddcnv-png {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px;
  font-weight: bold;
  font-size: 13px;
}
.inddcnv-png2:before {
  content: url("../wp-content/uploads/2020/07/スクリプト横.png");
}
.inddcnv-png2 {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px;
  font-weight: bold;
  font-size: 13px;
}
.inddcnv-png p, .inddcnv-png2 span {
  margin: 0;
}
/* 連続配置 */
.inline-komalay {
  vertical-align: top;
  width: auto;
  margin-bottom: 30px;
}
.komalay-box {
  display: inline-block;
  width: 350px;
  height: 370px;
  background: #f9f9f9;
  margin: 0 1em;  
}
.komalay-box-title {
  font-size: 1.2em;
  background: #29cc7a;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  vertical-align: center;
}
.komalay-box p {
  padding: 20px;
  margin: 0;
  z-index: 9;
}
.komalay-img {
  vertical-align: top;
  margin: 25px auto;
  width: auto;
  height: auto;
  z-index: 99;
}
.circle-green {
  background: #bcffdd;
}
.circle-green span, .kadomaru-green span {
  color: #006a6c;
}
.circle-yellow {
  background: #fff0cd;
}
.circle-yellow span, .kadomaru-yellow span {
  color: #cc8800;
}
.kadomaru-green {
  display: inline-block;
  vertical-align: top;
  width: 530px;
  margin: 20px;
  padding: 40px 25px 15px;
  background: #bcffdd;
}
.kadomaru-yellow {
  display: inline-block;
  vertical-align: top;
  width: 530px;
  margin: 20px;
  padding: 40px 25px 15px;
  background: #fff0cd;
}
.komalay-green {
  color: #006a6c;
}
.komalay-yellow {
  color: #ffcc00;
}
.komalay-purple {
  color: #4400cc;
}
.afure-screen {
  display: inline-block;
  vertical-align: center;
  margin: 0px 5px 15px;
  padding: 0 30px;
  background: #fff;
}
.afure-white {
  /*width:800px;*/
  background: #fff;
  margin-bottom: 20px;
}
/* 新製品サイト画面 */
.products30 {
  font-size: 2em;
  color: midnightblue;
  font-weight: bold;
  margin: -40px 0 30px;
}
.img_wrap, .img_wrap-no {
  position: relative;
  display: inline-block;
  margin: 20px 10px;
  border: 1px solid #ddd;
  width: 350px;
  height: auto;
}
.w_500 {
  width: 430px;
}
.img_wrap-no img {
  filter: grayscale(100%);
  cursor: default;
}
.img_wrap img {
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
  transition-duration: 0.5s;
}
.img_wrap span {
  position: absolute;
  top: -5%;
  left: -2%;
  font-size: 23px;
  font-weight: bold;
  color: white; /*文字は白に*/
  width: 100px;
  height: 40px;
  background: #c70067;
  text-align: center;
  line-height: 40px;
}
.img_wrap p, .img_wrap-no p {
  position: absolute;
  top: -5%;
  left: -2%;
  font-size: 23px;
  font-weight: bold;
  color: white; /*文字は白に*/
  width: 100px;
  height: 40px;
  background: #f6ae54;
  text-align: center;
  line-height: 40px;
}
.img_wrap img:hover {
  filter: grayscale(0);
  transition-duration: 0.5s;
}
/* クイックスタート */
.quick-menu {
  margin: 0 auto;
  width: 1000px;
  line-height: 2em;
  font-size: 14px;
}
nav3 {
  border-bottom: 1px solid #4682B4;
  font-size: 0.95em;
}
nav3 ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
nav3 ul li {
  display: table-cell;
  min-width: 50px;
  width: 250px;
  border-right: 1px solid midnightblue;
}
nav3 ul li:first-letter {
  font-size: 180%;
  font-family: Century Gothic, "Hiragino Sans";
  font-weight: bold;
  color: #c70067;
}
nav3 ul li:first-child {
  border-left: 1px solid midnightblue;
}
nav3 ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: midnightblue;
}
nav3 ul li a:hover {
  background-color: midnightblue;
  text-decoration: none;
  color: #ffffff;
}
.block-white, .block-grey {
  display: block;
  height: auto;
  font-size: 14px;
  background: white;
  padding-bottom: 4em;
}
.block-grey {
  background: #eee;
  /*margin-top: 4em;*/
}
.q-otameshi {
  font-size: 1.8em;
  color: #555;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 1em;
}
.block-last {
  background: #dfdfdf;
  vertical-align: middle;
  padding: 2em 0;
  height: 300px;
  margin-bottom: -170px;
}
.block-qbox, .block-qbox2, .block-qbox3, .block-qbox4, .block-qbox5, .block-qbox6, .block-qbox7, .block-qbox8 {
  display: inline-block;
  position: relative;
  padding: 50px auto 10px;
  width: 850px;
  text-align: left;
}
.block-qbox:before, .block-qbox2:before, .block-qbox3:before, .block-qbox4:before, .block-qbox5:before, .block-qbox6:before, .block-qbox7:before, .block-qbox8:before {
  position: absolute;
  font-family: Century Gothic, "Hiragino Sans";
  color: #c70067;
  font-size: 5em;
  font-weight: bold;
  content: "1";
  top: -0.6em;
  left: 1em;
}
.block-qbox2:before {
  content: "2";
}
.block-qbox3:before {
  content: "3";
}
.block-qbox4:before {
  content: "4";
}
.block-qbox5:before {
  content: "5";
}
.block-qbox6:before {
  content: "6";
}
.block-qbox7:before {
  content: "7";
}
.block-qbox8:before {
  content: "8";
}
.block-qbox .title, .block-qbox2 .title, .block-qbox3 .title, .block-qbox4 .title, .block-qbox5 .title, .block-qbox6 .title, .block-qbox7 .title, .block-qbox8 .title {
  text-align: center;
  line-height: 2em;
  margin: 0.5em auto;
  letter-spacing: 0.125em;
  font-size: 2em;
  font-weight: bold;
  color: midnightblue;
}
/* indtは使用できません */
.maru-alert {
  color: white;
  font-size: 14px;
  background: #c70067;
  padding: 0.125em 1em;
}
.maru-alert:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f12a';
}
/*番号付きリスト*/
ol.number {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
ol.number li {
  position: relative;
  line-height: 1.5em;
  margin: .25em 0;
  padding: 0.05em 0.5em 0.05em 25px;
}
ol.number li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #8c8c8c;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 13px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-m {
  position: relative;
  margin: 3em 0 2em;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.25em 0.75em;
  border: solid 3px #c9c9c9;
  width: 800px;
}
.header-m:first-letter {
  font-size: 1.25em;
  color: #c70067;
}
.sub-header-m {
  font-weight: bold;
  font-size: 1.25em;
  margin: 10px;
}
.quick-h1, .quick-h2 {
  position: relative;
  margin: 2em 0;
  background: #555;
  padding: 0.75em 0.75em;
  color: #fff;
  border-left: solid 3em #c70067;
  width: 650px;
}
.quick-h1:before, .quick-h2:before {
  font-family: Century Gothic, "Hiragino Sans";
  font-weight: bold;
  content: "1";
  font-size: 2.3em;
  position: absolute;
  padding: 0em;
  color: white;
  left: -0.95em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quick-h2:before {
  content: "2";
}
.red-b {
  color: #c70067;
  font-weight: bold;
}
.q-button {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  text-decoration: none;
  color: #c70067;
  background: #fff;
  width: 400px;
  border-radius: 30px;
  border: 1px solid #c70067;
  transition: .2s;
}
.q-button:hover {
  background: #c70076;
  color: #fff;
}
.prepare {
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.075em;
  padding: 0.15em 1.25em;
  margin: 5px 0 10px 0;
  color: #fff;
  background: #555;
  border-radius: 1em;
}
.box300 {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  margin: 0 5px 20px;
}
.box450 {
  display: inline-block;
  vertical-align: top;
  line-height: 1.8em;
  margin: 15px 5px;
  width: 450px;
}
.alignleft2039 {
  padding: 10px;
  border: 1px solid #4682b4;
  background-color: #e9e9e9;
}
.project-img {
  text-align: left;
  margin: 0 auto;
  width:450px;
}
.quick-img {
  display: inline-block;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #8c8c8c;
  background: #e9e9e9;
}
.box-format {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  height: auto;
  margin: 1em 1em 0 0;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0;
}
table.format {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fafafa;
  text-align: center;
  font-weight: normal !important;
}
table.format tr {
  border-bottom: solid 1px #eee;
  cursor: default;
}
table.format tr:hover {
  background-color: #e0e0e0;
}
table.format thead {
  padding: 0px 10px;
  /*line-height: 30px;*/
  background: #e0e0e0;
}
table.format th {
  padding: 0 10px;
  font-size: .9em;
  height: 30px;
}
table.format td {
  height: 40px;
}
table.format th, table.format td {
  text-align: center;  
  padding: 25px 0;
  letter-spacing: 0;
  font-size: .9em;
  font-weight: normal;
}
table.format td.icon {
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
table.quick1 {
  margin: 1em 0;
  border: 0px;
  width: 100%;
  border-spacing: 1em;
}
table.quick1 tr td:nth-child(1) {
  width: 100px;
  text-align: center;
  font-weight: bold;
}
table.quick1 td {
  padding: 1.5em 1em;
  line-height: 1.75em;
}
table.quick1 tr:nth-child(1) {
  border-bottom: solid 2px #ddd;
}
table.quick1 td.open, table.quick1 td.open1 {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2em;
}
table.quick1 td.open {
  border-bottom: solid 2px #555;
}
.sub-info {
  font-size: 1.25em;
  margin: 1em 0;
  font-weight: bold;
}
.file-info, .file-info2 {
  display: inline-block;
  margin: 1em 0 1em 0;
  padding: 0 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.file-info2 {
  font-size: 0.95em;
  font-weight: normal;
  margin: 1em 0 0.5em;
  padding: 0 5px;
  line-height: 1.2em;
  vertical-align: top;
}
.f-name {
  margin-bottom: 5px;
}
.png-box, .png-box2 {
  display: inline-block;
  width: 325px;
  background: #eee;
}
.png-box2 {
  width: 290px;
}
.png-box .png-title, .png-box2 .png-title2 {
  background: white;
  font-size: 1.1em;
  padding: 10px 0;
}
.png-box p, .png-box2 p {
  padding: 1em 1em 0.5em 1em;
  margin: 0;
  color: #555;
}
.plus-p {
  display: inline-block;
  padding-top: 50px;
  font-size: 50px;
  margin-left: -20px;
  margin-right: 5px;
  color: #c70067;
}
/* ふきだし　詳しくは... */
.box24 {
  position: relative;
  padding: 0.8em;
  margin: 1em 0em 3em 0;
  width: 600px;
  font-size: 0.9em;
  background: #fff;
  border: 2px solid #8c8c8c;
}
.box24:after, .box24:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 30px;
  border: 15px solid transparent;
  width: 0;
  height: 0;
}
.box24:after {
  border-bottom: 15px solid #fff;
  margin-top: 1px;
}
.box24:before {
  border-bottom: 17px solid #8c8c8c;
  top: -31px;
  margin-top: -2px;
}
.box24 p {
  margin: 0;
  padding: 0;
}
.box27-right {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 170px;
  margin: 0 5px;
}
.box27 {
  position: relative;
  width: 600px;
  margin: 20px auto;
  font-size: 0.95em;
  padding: 0.5em 1em;
  text-align: left;
  border: solid 2px #525252;
  border-radius: 0 0 8px 8px;
  background: white;
}
.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -24px;
  left: -2px;
  font-size: 14px;
  height: 24px;
  padding: 0 15px;
  color: #fff;
  border-radius: 8px 8px 0 0;
  background: #525252;
}
.box27 p {
  margin: 0;
  padding: 0;
}
/* 簡単に配置できます！*/
.box26 {
  position: relative;
  margin: 4em 0;
  padding: 1em;
  border: solid 3px #c70067;
  border-radius: 8px;
  width: 600px;
  text-align: center;
}
.box26 .box26-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #c70067;
  font-weight: bold;
}
.box26 span {
  font-size: 1.1em;
  font-weight: bold;
}
.box26 p {
  margin: 0;
  padding: 0;
}
.btn-flat-q, .btn-flat-2 {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin: 0.8em 1em;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #c70067;
  border: solid 1px #c70067;
  color: white;
  border-radius: 3px;
  width: 300px;
  transition: .4s;
}
.btn-flat-2 {
  margin: 1em 0;
  width: 350px;
  /*background: #aaa;
  border: 1px solid #aaa;*/
}
.btn-flat-q:after, .btn-flat-2:after {
  margin-left: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  font-weight: 900;
  font-size: 1.2em;
}
.btn-flat-q:hover, .btn-flat-2:hover {
  color: #c70067;
  background: white;
  font-weight: bold;
  border: solid 1px #c70067;
}
/* キャンペーン特別価格 */
.campaign-box {
  position: relative;
  font-size: 1.5em;
  letter-spacing: 0.1;
  padding: 0.5em 0.7em;
  width: 250px;
  margin: 2em 0;
  background: #ffebcd;
  color: #ffa31a;
  font-weight: bold;
  top: -30px;
  left: 170px;
}
.campaign-box:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebcd;
  width: 0;
  height: 0;
}
.campaign-box p {
  margin: 0;
  padding: 0;
}
.price-box,.price-box800 {
  position: relative;
  width: 680px;
  padding-top: 10px;
  margin: 20px auto 40px;
}
.price-box800 {
  width: 800px;
}

table.price {
  font-size: 1.4em;
  /*font-family:'roboto';*/
  font-weight: bold;
  color: #555;
  padding: 15px 0;
  border: 0;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0px 30px;
}
table.price td.icon {
  background-size: 60px;
  padding: 0;
  width: 9%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../wp-content/uploads/2020/07/arrow_r.png)
}
table.price td {
  width: 19%;
  text-align: center;
  padding: 0.125em 0;
}
table.price td.ex-price {
  width: 28%;
  font-size: 1.9em;
}
.price-down {
  text-decoration: line-through #cc0033;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #cc0033;
}
.price-red {
  color: #cc0033;
}
table.price td.price {
  width: 43%;
  font-size: 2.8em;
  padding: 0;
}
.yen {
  font-weight: bold;
  font-size: 0.65em;
  position: relative;
  padding: 0 0.125em;
}
.yen:after {
  font-size: 0.4em;
  font-weight: bold;
  position: absolute;
  content: "（税込）";
  left: -0.5em;
  top: -1.2em;
}
/* プラント価格　表幅 */
.price-width {
  width: 1000px;
  margin-top: 50px;
}
.ind-ver {
  font-weight: bold;
  font-size: 25px;
  padding-top: 0.6em;
  color: white;
}
/* LinkCubeは何が違う？ */
.tab-box {
  display: block;
  margin: 100px auto;
  width: 1000px;
}
.span-red {
  font-weight: bold;
  font-size: 1em;
  color: #c70067;
}
.box-3, .box-4, .box-yen, .box-id {
  display: inline-block;
  vertical-align: top;
  width: 415px;
  height: 150px;
  padding: 1em 0.5em 1em 2.5em;
  margin: 20px 20px 20px 25px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1.1;
  position: relative;
  border: 1px solid #c70067;
  background-color: #fff;
  box-shadow: 1px 1px 3px #ccc;
}
.box-4 {
  height: 180px;
}
.box-3 p, .box-4 p, .box-yen p, .box-id p {
  margin: 0;
  padding: 0;
}
.box-3 .title:before, .box-4 .title:before, .box-yen .title:before, .box-id .title:before {
  position: absolute;
  top: 5%;
  left: -2%;
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  font-size: 1.8em;
  font-weight: 900;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #c70067;
  text-align: center;
  line-height: 40px;
}
.box-yen .title:before {
  font-size: 1.6em;
  content: "\f157";
}
.box-id .title:before {
  font-size: 1.5em;
  content: "Id";
}
.example {
  font-size: 0.8em;
}
.linkopen {
  text-decoration: none;
  font-size: 0.9em;
}
.diff-title {
  font-size: 2em;
  font-weight: bold;
  color: #c70067;
  margin-bottom: 1.2em;
}
.diff-content {
  font-size: 1.2em;
  width: 95%;
  line-height: 1.5em;
  text-align: left;
  padding: 0 auto;
  margin: 0 auto;
  
}

.kome-jirushi {
  font-size: 0.8em;
  margin-top: 0.5em;
  font-weight:bold;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 120px;
  padding-bottom: 50px;
  background-color: #fafafa;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid white;
  border-radius: 10px 10px 0 0;
}
/*.tabs:before {
  content: '';
  width: 100%;
  height: 5px;
  background: midnightblue;
  display: block;
  z-index: 0;
}*/
/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 60px;  
  border-bottom: 4px solid #c70067;
  background-color: #d9d9d9;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
  flex: 1;
}
.tab_item:not(:last-of-type) {
  margin-right: 0px;
  border-right: 1px solid white;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 10px;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #c70067;
  color: #fff;
}

/* スマートフォン用強制改行 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (max-width: 600px) { 
    
  /* クイックスタート */
  .block-qbox, .block-qbox2, .block-qbox3, .block-qbox4, .block-qbox5, .block-qbox6, .block-qbox7, .block-qbox8 {
    width: 90%;
    font-size: 13px;
    line-height: 1.4em;
  }
  .block-qbox:before, .block-qbox2:before, .block-qbox3:before, .block-qbox4:before, .block-qbox5:before, .block-qbox6:before, .block-qbox7:before, .block-qbox8:before {
    font-size: 3em;
    margin: 0.5em -0.7em;
  }
  .block-qbox .title, .block-qbox2 .title, .block-qbox3 .title, .block-qbox4 .title, .block-qbox5 .title, .block-qbox6 .title, .block-qbox7 .title, .block-qbox8 .title {
    font-size: 1.5em;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 1em 0;
  }
  .box300, .box450 {
    width: 100%;
  }
  .box24 {
    width: 100%;
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .box-format {
    width: 100%;
    font-size: 1em;
    line-height: 1.4em;
  }
  .box27-right {
    width: 95%;
  }
  table.format th {
    font-size: 80%;
    padding: 0 3px;
  }
  .table.format td {
    font-size: 80%;
  }
  .prepare {
    font-size: 0.95em;
  }
  .maru-alert {
    font-size: 13px;
  }
  .header-m {
    width: 100%;
    font-size: 1.25em;
    padding: 0.4em 0.75em;
  }
  .header-m:first-letter {
    font-size: 1.25em;
  }
  .sub-info {
    font-size: 1.15em;
    line-height: 1.35em;
    margin: 0.5em 0;
  }
  .sub-header-m {
    line-height: 1.25em;
  }
  .quick-h1, .quick-h2 {
    width: 100%;
  }
  .png-box, .png-box2 {
    width: 100%;
    text-align: center;
  }
  .file-info2 {
    margin: 10px 2px;
    width: 50px;
    font-size: 0.75em;
  }
  .file-info {
    vertical-align: top;
    width: 70px;
    margin: 10px 5px 20px;
    font-size: 0.85em;
  }
  .project-img {
    width: 100%;
  }
  .box26 {
    width: 100%;
    margin: 2.5em 0;
    padding: 0.25em 0.2em;
  }
  .box26 .box-title {
    font-size: 1.25em;
    letter-spacing: 0;
    top: -10px;
    padding: 0 5px;
  }
  .plus-p {
    margin: -40px 0 20px 80px;
  }
  .btn-flat-q {
    width: 90%;
    font-size: 1em;
    padding: 5px;
    margin: 7px 0;
  }
  .q-button {
    width: 80%;
  }
  .q-otameshi {
    font-size: 1.7em;
    line-height: 1.3em;
  }
  .tab-box {
    width: 95%;
    margin: auto;
  }
  .box-3, .box-4, .box-yen, .box-id {
    width: 90%;
    font-size: 14px;
    padding: 0.8em 0.5em 0.8em 2.3em;
    height: auto;
    margin: 10px auto;
  }
  .tab_item {
    font-size: 13px;
    padding: 10px 5px;
    height: 60px;
    line-height: 15px;  
    vertical-align: middle;
  }
  .box-3 .title, .box-4 .title, .box-yen .title, .box-id .title {
    font-size: 0.9em;
  }
  .box-3 .title:before, .box-4 .title:before, .box-yen .title:before, .box-id .title:before {
    top: 5%;
    left: -2%;
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    font-size: 1.5em;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .box-yen .title:before {
    font-size: 1.5em;
    content: "\f157";
  }
  .box-id .title:before {
    font-size: 1.4em;
    content: "Id";
  }
  .diff-title {
    font-size: 1.1em;
    margin-bottom: 0.7em;
  }
  .btn-flat-2 {
    width: 90%;
  }
  .quick-menu {
    width: 95%;
  }
  .ind-ver {
    font-size: 18px;
  }
  .price-width {
    width: 98%;
  }
  table.price td.price {
    width: 43%;
    font-size: 2.5em;
  }
  .yen {
    font-size: 0.6em;
  }
  .yen:after {
    font-size: 0.4em;
  }
  .price-box, .price-box800 {
    width: 98%;
    font-size: 13px;
  }
  table.price {
    font-size: 1em;
  }
  table.price td.icon {
    background-size: contain;
  }
  .campaign-box {
    left: 20px;
  }
  .inddcnv-box {
    position: relative;
    width: 90%;
    height: auto;
    background: #f9f9f9;
    padding: 1em 2em;
    color: #454545;
    box-shadow: 0px 0px 0px 5px #fff0cd;
  }
  .inddcnv-png2 {
    padding: 40px 0;
    border-top: solid 2px #fff0cd;
    border-bottom: solid 2px #fff0cd;
  }
  .inddcnv-png2:before {
    content: url("https://link-cube.net/wp-content/uploads/2020/07/スクリプト縦.png");
  }
  .products30 {
    font-size: 1.8em;
    margin: -40px 0 10px;
  }
  .img_wrap, .img_wrap-no {
    width: 90%;
    margin: 20px auto;
  }
  .img_wrap img {
    width: 100%;
    filter: grayscale(0%);
  }
  h8 span {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  h8 span::before, h8 span::after {
    height: 0px;
  }
  .pageheader-title {
    padding: 0.75em 0;
    line-height: 1.5em;
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .pageheader-title:after {
    top: 90%;
    left: 38%;
  }
  .afure-white {
    width: 98%;
  }
  .kadomaru-blue {
    width: 95%;
    margin: 2em 0.5em;
    padding-top: 40px;
  }
  .kadomaru-green {
    width: 95%;
    margin: 0.5em;
  }
  .kadomaru-yellow {
    width: 95%;
    margin: 0.5em;
  }
  .komalay-box {
    width: 95%;
    height: auto;
    margin: 0.5em;
    z-index: 99;
  }
  .kadomaru_toku:before {
    left: 40px;
  }
  .btn-flat-border, .btn-flat-pink {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0px;
  }
  .align-l-2 {
    padding-left: 10px;
  }
  .btn-overflow {
    font-size: 13px;
    margin: 20px 0;
  }
  .freetool-header {
    width: 95%;
    padding: 5px;
    font-size: 18px;
  }
  .header-title {
    font-size: 15px;
  }
  .freetool-header p {
    font-size: 11px;
  }
  .freetool-menu {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }
  .freetool_box {
    width: 95%;
    margin: 100px 0;
    padding: 160px 10px 10px;
  }
  .align-l {
    width: 100%;
  }
  .align-r {
    width: 100%;
    padding: 10px;
  }
  .box-subtitle {
    width: 95%;
    font-size: 12px;
  }
  .btn-square, .btn-square_pdf {
    display: block;
    font-size: 12px;
    padding: 5px 15px;
  }
  .inline-tutorial {
    margin: 10px 0;
  }
  .tutorial-box {
    width: 95%;
    height: 100%;
    margin-bottom: -22px;
  }
  .tutorial-box2 {
    width: 95%;
    height: 100px;
    padding: 0px 5px 10px;
  }
  .tutorial-title {
    font-size: 1.1em;
  }
  .inline-tutorial:hover {
    box-shadow: none;
  }
  .faq-qq {
    font-size: 17.5px;
    letter-spacing: 0;
    padding: 5px 3px 5px 8px;
  }
}
.eizoku {
  line-height: 0.8em;
  font-size: 32px;
  color: #c70067;
  font-weight: bold;
  margin: 3em 0 1em 0;
}
.kaikiri {
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}
.ribbon-parent {
  width: 100%;
  position: relative;
  background-color: midnightblue;
  padding: 40px 10px;
  height: 230px;
}
.ribbon14 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 13px 0;
  width: 180px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #70a6ff;
}
.ribbon14.red-y {
  top: 46px;
  background: #ff7f7f;
}

.color-blue {
  color: #5846f9;
}
.color-red {
  color: #c70067;
}

/*　----------------------------------
　　　有料製品のContainer 幅と上部空き調整
------------------------------------　*/
.container-100 {
  width: 100%;
  margin-top: -110px;
}

/*　----------------------------------
　　　サーバー製品
------------------------------------　*/
.info_sv {
  width:800px;
  font-size: 1em;
  text-align: left;
  margin: 30px auto 0;
}
.contact_sv {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_sv p {
  font-size: 0.75em;
  color:#666;
  font-weight: bold;
  margin-top: 10px;
}

.sub-catch {
  font-weight: bold;    
  line-height: 1.6em;    
}
.sub-catch span {
  font-size: 1.4em;
  text-stroke: 3px #c70067;
  -webkit-text-stroke: 3px #c70067;  
  color: #fff;
}
.kakaku-infobox {
  font-size: .95em;
  width: 800px;
  padding: 20px;
  text-align: left;
  margin: 15px auto;
}
.kakaku-infobox.kome {  
  font-size:.95em;
  margin: 10px 0;
  padding: 0;
}
.server-catch {
  font-size:2.6em;
  font-weight: bold; 
  margin: 3em auto;
  letter-spacing: 0.075em;
}
.server-title {
  font-size:1.85em;
  letter-spacing: 0.075em;
}
.rapid-type {
  font-size:2.6em;
  font-weight: bold;
  margin: 20px auto 60px;
}
.inquiry-btn {
  display: inline-block;
  margin: 20px 10px 40px;
  color: #fff;
  opacity: 0.8;
  width: 230px;
  padding: 0.8em;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  height: 3em;
  border-radius: 0.4em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}
.inquiry-btn.blue {
  background: #5846f9;
}
.inquiry-btn.red {
  background: #c70067;
}
.inquiry-btn:hover {
  opacity: 1.0;
  color: #fff;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}
/*  文字下２色ライン   */
.ttl_center2 {
  font-weight: bold;
  padding-bottom: 0.8em;
  text-align: center;
  position: relative;
}
.ttl_center2::before, .ttl_center2::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 8px;
  right: 2em; 
}
.ttl_center2::before { 
  background-color:#c70067;
  left:2em;
  width:4em;
}

.type-catch {
  width: 700px;
  margin: 20px auto;
  font-size:2.3em;
  font-weight: bold;
}

/* 文字下吹き出し風    */
.heading-021 {
  position: relative;  
  padding: .5em .7em .4em;
  border-bottom: 3px solid #c70067;
}
.heading-021::before,
.heading-021::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.heading-021::before {
   background-color: #c70067;
}
.heading-021::after {
  bottom: -11px;
  background-color: #fff;
}


.color-sapphireblue {
  color: #0068b7;
}

/* ------------------------------------   
   永続ライセンス・年間ライセンス ／　LinkCubeデスクトップ
 -------------------------------------- */
.unual-title, .unual-title_blue {
  position: relative;
  width:100%;
  background: #e0e0e0;
  color: darkblue;
  padding: 2em 0;
  /*line-height: 1.5em;*/
  font-size: 2.5em;
  letter-spacing: 0.075em;
  /*height:5em;*/
  vertical-align: middle;
  margin: 0px auto 80px;
  /*border-bottom: 0.3em solid #c70076;*/
  font-weight: bold;
}

.unual-title_blue {
  background: #0068b7;
  color:aliceblue
}
.unual-title_blue p {
  font-size: 0.48em;
  letter-spacing: 0.05em;
  font-weight: normal;
  padding: 1em;
}

.unual-title:after,.unual-title_blue:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 47.5%;
  border: 30px solid transparent;
  border-top: 30px solid #e0e0e0;
  width: 0;
  height: 0;
}
.unual-title_blue:after {
  border-top: 30px solid #0068b7;
}
.unual-title p {
  margin: 0;
  padding: 0;
}

.ue-tuki {
	font-size: 0.8em;
	vertical-align:super;
}


/* LinkCubeデスクトップ　リンク用ボタン*/
.btn-flat-link {
  margin-top: 2em;
  margin: 2em 30px 0 30px;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  min-width: 20em;  
  background: #2d00b3;
  border: solid 2px #2d00b3;
  color: white;  
  transition: .2s;
}

.btn-flat-link:hover {  
  text-decoration: none;
  background: white;
  color: #2d00b3;
  border: solid 2px #2d00b3;
  border-radius: 0px;
}




@media screen and (max-width: 767px) {
  .unual-title {
    padding: 1em 0;
    font-size: 1.8em;
    margin: 0px auto 50px;  
  }
  .unual-title:after { 
    top: 100%;
    left: 45%;
    border: 15px solid transparent;
    border-top: 15px solid #e0e0e0;
  }
  .info_sv {
    width:95%;
  }
  .server-catch {
    font-size:1.3em;
  }
  .contact_sv {
    font-size: 1.1em;
  }
  .rapid-type {
    font-size:1.1em;
  }
  .type-catch {
    width: 90%;
    font-size: 1.1em;
  }
  .sub-catch {
    font-size:1.1em;
  }
  .type-catch {
    width: 90%;
    font-size: 1em;
  }
  .server-title{
    font-size:1.3em;
  }
  .kakaku-infobox {
    width: 90%;
    padding: 10px;
  }
  .ribbon-parent {
    height: 190px;
  }
  .ribbon-parent img {
    width:100%;
    margin-top: 30px;
  }
  .ribbon-parent .ind-ver {
    font-size:1.2em;
  }
  .ribbon14 {
    display:inline;
    width: 120px;
    height: 30px;
    font-size: 12px;
    padding: 2px auto;
  }
  .ribbon14.red-y {
    top:30px;
  }
  .inquiry-btn {
    width:60%;
    font-size: 1em;
  }
}