@charset "UTF-8";
/*---------- ページ全体の指定 ----------*/
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #111;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/*---------- リンク設定 ----------*/
a:link {
  color: #37859a;
  text-decoration: underline;
  word-break: break-all;
}
a:visited {
  color: #37859a;
  text-decoration: underline;
}
a:hover {
  color: #139eb1;
  text-decoration: none;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img {
  border-style: none;
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a img {
  border-style: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
 .wp-block-button a:hover {
	opacity: 0.8;
}
/*---------- ベーステキストの指定 ----------*/
p {
  font-size: 100%;
  line-height: 180%;
}
@media screen and (min-width:769px) {
  p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
/*---------- 見出し ----------*/
h1 {}
h2 {}
h3 {}
h4 {}
/*---------- PC・スマホの非表示指定 ----------*/
@media screen and (max-width:768px) {
  .spnone {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .pcnone {
    display: none;
  }
}
/*------------------------------ ヘッダー ------------------------------*/
header {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 9990;
  border-bottom: solid 1px #444;
  position: fixed;
}
.head_box {
  margin: 0 15px;
  padding: 0;
}
.logo {
  margin: 0;
  padding: 12px 0 0 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 100%;
  text-align: left;
  color: #cf1e25;
  letter-spacing: -1px;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}
.logo a {
  text-decoration: none;
  color: #cf1e25;
}
.logo span {
  font-size: 60%;
  color: #111;
}
.changer{
	display: none;
}
@media screen and (min-width:1025px) {
  /* header {
    height: 75px;
  } */
  header {
    height: 125px;
  }
  .head_box {
    margin: 0 auto;
    padding: 0;
  }
  .logo {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 36px;
    letter-spacing: 0;
  }
.changer{
	position:absolute;
    top:30px;
    right: 50px;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	color: #6c757d;
}
li.changer2{
	display: none;
}
}
/*------------------------------ グローバルメニュー ------------------------------*/
header nav {
  margin: 0;
  padding: 0;
  font-size: 90%;
  font-weight: bold;
  line-height: 100%;
}
.drawr-contnr {
  display: flex;
  justify-content: space-around;
}
ul.menu {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  z-index: 9999;
}
ul.menu li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #444;
  text-align: left;
}
ul.menu li:last-child {
  border-bottom: none;
}
ul.menu li a {
  display: block;
  margin: 0;
  padding: 14px 15px 12px 0;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.menu li a:hover {
  color: #999;
}
@media screen and (min-width:769px) {
  header nav {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
  }
  .changer-toen {
    margin-right: 3em;
    padding: 20px 0 0 0;
    color: #6c757d;
  }
  ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
  }
  ul.menu li {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: none;
  }
  ul.menu li a {
    display: block;
    margin: 0;
    padding: 5px 0;
    color: #111;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  ul.menu li a:hover {
    color: #999;
  }
}

/*---------- ハンバーガーメニュー部分 ----------*/
.click {
  background: transparent url(img/btn.png) no-repeat 0 0;
  background-size: 70px 35px;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (min-width:769px) {
  .click {
    top: 22px;
  }
}
.peke {
  background-position: -35px 0;
}
@media only screen and (max-width:1024px) {
  .drawr {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0; /* leftにすると左側から表示に変更可能 */
    width: 310px;
    padding: 45px 0 20px 0;
    z-index: 9990;
  }
}
@media screen and (max-width: 1119px) {
  .changer-toen {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .click {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .peke {}
}
@media screen and (min-width:1025px) {
  .drawr {
    margin: 0 auto;
  }
}
#wrapper {
  margin: 0;
  padding: 85px 0 0 0;
}
.info{
margin:0;
padding:10px 0;
font-size:85%;
line-height:150%;
text-align:center;
background:#f5f5f5;
}
@media screen and (min-width:769px) {
/* #wrapper {padding:75px 0 0 0;} */
#wrapper {padding:125px 0 0 0;} 
.info{font-size:14px;letter-spacing:1px;}
}
.main_visual {
  margin: 0 auto;
  padding: 0;
}
.main_box {
  margin: 0;
  padding: 0;
}
.main_copy_box {
  margin: 0 0 0 0;
  padding: 30px 20px 0 20px;
}
.main_day {
  margin: 0;
  padding: 0;
  font-size: 140%;
  text-align: center;
}
.day_limit {
  font-size: 180%;
  font-family: 'Roboto Condensed', sans-serif;
}
.day_line {
  padding: 0 0 5px 0;
  border-bottom: solid 1px #111;
}
.main_copy {
  margin: 0;
  padding: 15px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  font-family: "Noto Sans Japanese";
}
.main_copy span {
  font-size: 150%;
  font-family: 'Roboto Condensed', sans-serif;
}
.enter {
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.enter a:link {
  color: #fff;
  text-decoration: none;
}
.enter a:visited {
  color: #fff;
  text-decoration: none;
}
.enter a:hover {
  color: #fff;
  text-decoration: none;
}
.button {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 15px 0;
  font-size: 110%;
  font-weight: bold;
  display: block;
  transition: 0.3s ease-in-out;
  background: #cf1e25;
}
.button:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main_pict {
  margin: 0;
  padding: 45px 15px 30px 15px;
}
.main_pict img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .main_box {
    width: 1180px;
    margin: 0 auto;
    padding: 30px 0 75px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_copy_box {
    width: 48%;
    margin: 0 auto;
    padding: 45px 0 0 0;
  }
  .main_day {
    font-size: 24px;
    text-align: left;
  }
  .main_copy {
    padding: 25px 0 30px 0;
    font-size: 32px;
    text-align: left;
  }
  .enter {
    padding: 0;
  }
  .button {
    width: 360px;
    margin: 0 auto 0 0;
    padding: 20px 0;
    font-size: 20px;
  }
  .main_pict {
    padding: 30px 0 0 0;
    width: 48%;
  }
}
.eng_title {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 300%;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  color: #cf1e25;
  font-family: 'Roboto Condensed', sans-serif;
}
.caution_bg {
  margin: 0;
  padding: 45px 20px 15px 20px;
  background: #f3f0e9;
}
.caution_top {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.caution_txt {
  margin: 0 auto;
  padding: 0;
}
.caution_point {
  margin: 0;
  padding: 20px 25px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.caution_subtitle {
  margin: 0;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #cf1e25;
}
.caution_point ul {
  margin: 0;
  padding: 5px 0 0 20px;
}
.caution_point ul li {
  font-size: 100%;
  line-height: 150%;
  padding: 5px 0 0 0;
}
.intro_area {
  margin: 0;
  padding: 45px 20px 15px 20px;
}
.intro_top {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.intro_box {
  margin: 0 auto;
  padding: 0;
}
.intro {
  margin: 0 0 30px 0;
  padding: 30px 25px 10px 25px;
  border: 2px solid #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.intro p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.intro_icon {
  width: 45%;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.intro_icon img {
  width: 100%;
}
.intro_title {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width:769px) {
  .eng_title {
    padding: 0 0 30px 0;
    font-size: 72px;
    letter-spacing: 0;
  }
  .caution_bg {
    padding: 90px 0;
  }
  .caution_top {
    margin: 0 0 45px 0;
    font-size: 30px;
  }
  .caution_txt {
    width: 768px;
  }
  .caution_point {
    margin: 30px 0;
    padding: 30px 60px;
  }
  .caution_subtitle {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .caution_point ul {
    margin: 0;
    padding: 10px 0 0 20px;
  }
  .caution_point ul li {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .intro_area {
    padding: 90px 0;
  }
  .intro_top {
    margin: 0 0 45px 0;
    font-size: 30px;
  }
  .intro_box {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .intro {
    width: 32%;
    margin: 0;
    padding: 30px 25px 10px 25px;
  }
  .intro_title {
    font-size: 24px;
  }
}
.view_box {
  margin: 0 20px;
  padding: 0;
}
.view_txt {
  margin: 0;
  padding: 0;
}
.view_title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
}
.view_pict {
  margin: 0;
  padding: 10px 0 0 0;
}
.view_pict img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .view_box {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .view_txt {
    width: 48%;
    order: 2;
  }
  .view_title {
    margin: 0 0 30px 0;
    font-size: 28px;
  }
  .view_pict {
    width: 48%;
    order: 1;
  }
}
.simulator_area {
  margin: 45px 0;
  padding: 45px 20px;
  background: #f2f2f2;
}
.simulator_txt {
  margin: 0 auto 100px;
  padding: 0;
}
.simulator_frame {
  margin: 30px auto 0 auto;
  padding: 5px 20px 30px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.simulator {
  margin: 0;
  padding: 0 0 5px 0;
}
.simulator_item {
  margin: 0 0 20px 0;
  padding: 20px 20px 1px 20px;
  border: 2px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.simulator_category {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #cf1e25;
}
@media screen and (min-width:769px) {
  .simulator_area {
    margin: 90px 0;
    padding: 90px 0;
  }
  .simulator_txt {
    width: 768px;
  }
  .simulator_frame {
    width: 1080px;
    margin: 45px auto 0 auto;
    padding: 30px 45px 60px 45px;
  }
  .simulator {
    padding: 0 0 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .simulator_item {
    width: 49%;
    margin: 0;
    padding: 20px 20px 1px 20px;
  }
  .simulator_category {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.subeng {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #cf1e25;
  font-family: 'Roboto Condensed', sans-serif;
}
.subhead {
  margin: 5px 0 30px 0;
  padding: 0;
  font-size: 180%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.subtitle {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width:769px) {
  .subeng {
    font-size: 18px;
  }
  .subhead {
    margin: 5px 0 45px 0;
    font-size: 36px;
  }
  .subtitle {
    font-size: 36px;
  }
}
table.check {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.check th {
  width: 30px;
  font-size: 100%;
  line-height: 160%;
  padding: 15px 0 5px 0;
  color: #cf1e25;
  vertical-align: top;
  text-align: left;
}
table.check td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 5px 0;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width:769px) {
  table.check th {
    width: 32px;
    font-size: 18px;
  }
  table.check td {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
  }
}
#product {
  margin: 0 20px;
  padding: 0 0 1px 0;
}
.product_box {
  margin: 0;
  padding: 0 0 30px 0;
}
.product_pict {
  margin: 0;
  padding: 0 0 15px 0;
}
.product_pict img {
  width: 100%;
}
.product_txt {
  margin: 0;
  padding: 0;
}
.product_inner {
  margin: 0;
  padding: 0;
}
.product_title {
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width:769px) {
  #product {
    width: 1080px;
    margin: 0 auto 30px auto;
    padding: 0;
  }
  .product_box {
    margin: 0;
    padding: 0 0 60px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_pict {
    width: 48%;
    padding: 0;
  }
  .product_txt {
    width: 48%;
    display: flex;
    align-items: center;
  }
  .product_title {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: left;
  }
}
#feature_bg {
  margin: 0;
  padding: 5px 20px 45px 20px;
  background: #f5f5f5;
}
.feature_top {
  margin: 0;
  padding: 20px 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #cf1e25;
}
.feature_top span {
  font-family: 'Roboto Condensed', sans-serif;
}
.feature_frame {
  margin: 0 auto;
  padding: 0;
}
.feature_number {
  margin: 0;
  padding: 35px 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.feature_number span {
  padding: 5px 14px;
  color: #fff;
  background: #cf1e25;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.feature_title {
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.feature_lead {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  color: #cf1e25;
}
.feature_txt {
  margin: 15px auto 0 auto;
  padding: 1px 25px;
  border: solid 2px #111;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.noframe {
  border: none;
}
.feature_subhead {
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.feature_databox {
  margin: 0;
  padding: 0;
}
.feature_dataget {
  margin: 0 0 20px 0;
  padding: 25px 25px 10px 25px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature_datano {
  margin: 0;
  padding: 25px 25px 10px 25px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature_subtitle {
  margin: 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  color: #cf1e25;
  text-align: center;
}
.feature_point {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  color: #cf1e25;
}
.feature_point span {
  padding: 2px 5px;
  border: solid 1px #cf1e25;
}
.feature_category {
  margin: 30px 0 0 0;
  padding: 2px 0 2px 12px;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  border-left: solid 6px #cf1e25;
}
table.subject {
  width: 100%;
  border-collapse: separate;
  margin: 20px 0;
  border-bottom: solid 1px #eee;
}
table.subject th {
  padding: 10px 15px;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  background: #f2f2f2;
  display: block;
}
table.subject td {
  padding: 10px 15px;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  display: block;
}
ol.list_number {
  margin: 20px 0;
  padding: 0 0 0 25px;
}
ol.list_number li {
  font-size: 100%;
  line-height: 180%;
  padding: 0 0 5px 0;
}
ul.list_txt {
  margin: 20px 0;
  padding: 0 0 0 25px;
}
ul.list_txt li {
  font-size: 100%;
  line-height: 180%;
  padding: 0 0 5px 0;
}
@media screen and (min-width:769px) {
  #feature_bg {
    margin: 0 0 90px 0;
    padding: 1px 0 100px 0;
  }
  .feature_top {
    padding: 30px 0;
    font-size: 30px;
  }
  .feature_frame {
    width: 1000px;
  }
  .feature_number {
    padding: 45px 0 15px 0;
  }
  .feature_title {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .feature_lead {
    margin: 20px 0 0 0;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .feature_txt {
    margin: 20px auto 0 auto;
    padding: 15px 120px;
  }
  .feature_subhead {
    margin: 60px 0 20px 0;
    font-size: 28px;
    letter-spacing: 1px;
  }
  .feature_databox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature_dataget {
    width: 63%;
    margin: 0;
    padding: 30px;
  }
  .feature_datano {
    width: 34%;
    margin: 0;
    padding: 30px;
  }
  .feature_subtitle {
    font-size: 24px;
  }
  .feature_point {
    font-size: 18px;
  }
  .feature_category {
    margin: 45px 0 0 0;
    font-size: 24px;
  }
  table.subject {
    border-bottom: none;
  }
  table.subject th {
    width: 180px;
    font-size: 18px;
    letter-spacing: 1px;
    display: table-cell;
  }
  table.subject td {
    font-size: 18px;
    letter-spacing: 1px;
    display: table-cell;
    border-bottom: solid 1px #eee;
  }
  ol.list_number li {
    font-size: 18px;
    letter-spacing: 1px;
  }
  ul.list_txt li {
    font-size: 18px;
  }
}
#development {
  margin: 45px 20px;
  padding: 0;
}
.development_lead {
  margin: 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  text-decoration: underline;
}
.development_pict {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.development_pict img {
  width: 100%;
}
.development_txt {
  margin: 0 auto 10px auto;
  padding: 5px 25px 30px 25px;
  border: solid 2px #111;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#user {
  margin: 0 20px 45px 20px;
  padding: 0;
}
.user_txt {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.voice {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  color: #cf1e25;
  background: #fafafa;
  border: solid 1px #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bringing_title {
  margin: 0 auto;
  padding: 30px 0 0 0;
  ont-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.bringing_logo {
  margin: 0;
  padding: 0;
  text-align: center;
}
.bringing_logo img {
  width: 45%;
}
@media screen and (min-width:769px) {
  #development {
    width: 1000px;
    margin: 0 auto 90px auto;
    padding: 0;
  }
  .development_lead {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    text-decoration: underline;
  }
  .development_pict {
    margin: 30px 0;
    padding: 0;
    text-align: center;
  }
  .development_pict img {
    width: 480px;
  }
  .development_txt {
    margin: 0 auto 45px auto;
    padding: 15px 120px 60px 120px;
    border: solid 2px #111;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .user_txt {
    width: 880px;
    margin: 0 auto 90px auto;
  }
  #user ul li{
	text-align: center;
  }
  .voice {
    margin: 30px 0 0 0;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: 1px;
    color: #cf1e25;
    background: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .bringing_title {
    margin: 0 auto;
    padding: 30px 0 0 0;
    ont-size: 24px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
  }
  .bringing_logo {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .bringing_logo img {
    width: 225px;
  }
}
#price {
  margin: 45px 20px;
  padding: 0;
}
.price_subtitle {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
table.price-col {
	margin-bottom: 3em!important;
}
.price-col p{
	text-align: center;
	margin: 0 10px;
	padding: 0;
	}
.price-col strong.blue {
	display: inline-block;
    margin: 1em 0 0.5em;
	padding: .5em 1em;
	background-color: #629AD5;
	color: #FFFFFF;
}
.price-col p.price-blue{
	text-align: center;
	color: #629AD5;
	font-weight: bold;
}
.price-col p.price-blue span{
	font-size: 50%;
}
.price-col p.price01{
	font-size: 36px;
}
.price-col p.price02{
	font-size: 24px;
}
.price-col ul.pr{
    line-height: 2em;
	list-style: none;
	margin-bottom: 1em;
}
.price-col ul.pr li{
    position: relative;
    padding-left: 20px;
	font-size: 18px;
	text-indent: 0;
}
.price-col ul.pr li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
  }
.price-col p.kome{
	text-align: left;
    margin-left: 1em;
    font-size: 90%;
	line-height: 2em;
}
.price-col ul li span{
    font-size: 80%;
}

.en-page #price .wp-block-column { 
  border: 1px solid #35c8e9; 
  padding-top: 2em;
}
.en-page .price-col ul.pr { 
  padding-left: 2em; 
}
.en-page .price-col ul.pr ul li { 
  padding-left: 0; 
  list-style: disc; 
}
.en-page .price-col ul.pr ul li:before { 
  border: none; 
  padding-left: 0; 
  list-style: disc; 
}
.en-page p.license-name {
  border-bottom: 3px double #24b7d8;
  font-size: 24px;
}
.en-page p.price-cap {
  text-align: right;
  font-size: 14px;
}
.case {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
}
.case span {
  letter-spacing: 0;
  color: #cf1e25;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width:769px) {
  #price {
    width: 880px;
    margin: 100px auto 90px auto;
  }
  .price_subtitle {
    margin: 45px 0 0 0;
    font-size: 24px;
    letter-spacing: 1px;
  }
  table.price-col {
	margin-bottom: 5em!important;
}
  .price-col ul.pr{
    padding-left: 1em;
}
  .case {
    margin: 30px 0 0 0;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .case span {
    font-size: 18px;
  }
}
#environment {
  margin: 45px 20px;
  padding: 0;
}
#faq {
  margin: 45px 20px;
  padding: 0;
}
#faq dt:hover {
  color: #666;
  text-decoration: none;
}
#faq dl {
  margin: 0;
  padding: 0;
}
#faq dt {
  margin: 0 0 15px 0;
  padding: 15px;
  font-size: 100%;
  font-weight: bold;
  line-height: 180%;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(23, 50, 103, 0.3);
}
#faq dd {
  margin: -15px 0 0 0;
  padding: 1px 0 10px 50px;
  display: none;
  position: relative;
}
#faq dd:after {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
  font-size: 24px;
  color: #cf1e25;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width:769px) {
  #environment {
    width: 768px;
    margin: 100px auto 90px auto;
    padding: 0;
  }
  #faq {
    width: 768px;
    margin: 100px auto 90px auto;
    padding: 0;
  }
  #faq p {
    font-size: 16px;
  }
  #faq dd {
    margin: -30px 0 0 0;
  }
  #faq dt {
    margin: 0 0 30px 0;
    padding: 25px;
    font-size: 18px;
    letter-spacing: 1px;
  }
}
#contact {
  margin: 0;
  padding: 60px 20px;
  /*background: #f5f6f7;*/
}
.order_box {
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order_operation {
  margin: 0 auto;
  padding: 30px 25px 30px 25px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.order_name {
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  color: #cf1e25;
  font-family: 'Roboto Condensed', sans-serif;
}
.order_name span {
  font-size: 60%;
  color: #111;
}
.order_price {
  margin: 0;
  padding: 25px 0;
  font-size: 120%;
  line-height: 180%;
  text-align: center;
}
.order_price span {
  font-size: 300%;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: 'Roboto Condensed', sans-serif;
}
.device {
  margin: 0;
  padding: 0;
  text-align: center;
}
.device a:link {
  color: #fff;
  text-decoration: none;
}
.device a:visited {
  color: #fff;
  text-decoration: none;
}
.device a:hover {
  color: #fff;
  text-decoration: none;
}
.btn {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 !important;
  font-size: 120% !important;
  font-weight: bold;
  display: block;
  transition: 0.3s ease-in-out;
  background: #cf1e25;
}
.btn:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (min-width:769px) {
  #contact {
    padding: 120px 0;
  }
  .order_box {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order_operation {
    width: 640px;
    padding: 45px 120px 60px 120px;
  }
  .order_name {
    font-size: 36px;
  }
  .order_name span {
    font-size: 60%;
    color: #111;
  }
  .order_price {
    padding: 25px 0;
    font-size: 24px;
  }
  .order_price span {
    font-size: 60px;
    letter-spacing: 0;
  }
  .btn {
    width: 450px;
    padding: 20px 0 !important;
    font-size: 24px !important;
  }
}
.order_detail {
  margin: 30px auto 0 auto;
  padding: 0;
}
table.spec {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: separate;
}
table.spec th {
  padding: 0 0 2px 0;
  font-size: 100%;
  line-height: 180%;
  text-align: left;
  border-bottom: 1px solid #ccc;
  display: block;
  vertical-align: top;
}
table.spec td {
  padding: 10px 5px 15px 5px;
  font-size: 100%;
  line-height: 180%;
  display: block;
	background-color: #fff;
  vertical-align: top;
}
.spec ul {
  margin: 0;
  padding: 0;
}
.spec ul li {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 180%;
  list-style: none;
}
.spec ul li:before {
  content: "・"
}
.spec_caption {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 75%;
  line-height: 130%;
  color: #666;
}
@media screen and (min-width:769px) {
  .order_detail {
    width: 880px;
    margin: 45px auto 0 auto;
  }
  table.spec th {
    width: 150px;
    padding: 15px 10px 15px 0;
    font-size: 16px;
    letter-spacing: 1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  table.spec td {
    padding: 15px 5px 15px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
  }
  .spec ul li {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .spec_caption {
    font-size: 12px;
  }
}
.flow {
  margin: 0 auto;
  padding: 0;
}
.flow_subtitle {
  margin: 0;
  padding: 25px 0 20px 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
.flow_subtitle span {
  padding: 5px 15px;
  border: 1px solid #111;
  background: #fff;
}
.flow_txt {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 100%;
  /*font-weight: bold;*/
  line-height: 180%;
}
.form_area {
  margin: 45px auto 0 auto;
  padding: 30px 25px 30px 25px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.form_title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width:769px) {
  .flow {
    width: 680px;
  }
  .flow_subtitle {
    padding: 60px 0 20px 0;
    font-size: 24px;
  }
  .flow_txt {
    margin: 15px 0 0 0;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .form_area {
    width: 560px;
    margin: 60px auto 0 auto;
    padding: 60px 160px 90px 160px;
  }
  .form_title {
    margin: 0 0 30px 0;
    font-size: 24px;
  }
}
table.form {
  width: 100%;
  border-collapse: separate;
  margin: 0;
}
table.form th {
  font-size: 100%;
  line-height: 180%;
  padding: 0 0 5px 0;
  text-align: left;
  display: block;
}
table.form td {
  font-size: 100%;
  line-height: 180%;
  padding: 0 0 15px 0;
  display: block;
}
table.form td.short-input input[type="text"] {
  width: inherit;
}
.req {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
.req span {
  margin: 0;
  padding: 2px 2px 2px 2px;
  font-size: 80%;
  font-weight: normal;
  line-height: 100%;
  color: #fff;
  background: #cf1e25;
}
@media screen and (min-width:769px) {
  table.form {
    margin: 0 0 30px 0;
  }
  table.form th {
    width: 180px;
    font-size: 16px;
    line-height: 180%;
    padding: 5px 10px 10px 0;
    text-align: left;
    display: table-cell;
    border-bottom: 1px solid #ccc;
  }
  table.form td {
    font-size: 16px;
    line-height: 180%;
    padding: 10px 0;
    display: table-cell;
    border-bottom: 1px dotted #ccc;
  }
}
input[type="text"], textarea, select, input[type="tel"], input[type="email"], input[type="number"], input[type="password"] {
  border: 0;
  padding: 10px;
  font-size: 100%;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, input[type="number"]:focus {
  box-shadow: 0 0 7px #999999;
}
input[type="text"], input[type="email"], textarea {
  width: 100%;
}
/* Chrome, Safari */ ::-webkit-input-placeholder {
  color: #999;
}
/* Firefox */ ::-moz-placeholder {
  color: #999;
}
/* Firefox 18以前 */ :-moz-placeholder {
  color: #999;
}
/* IE */ :-ms-input-placeholder {
  color: #999;
}
input[type="submit"], input[type="button"], button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  webkit-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #cf1e25;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  padding: 5px 10px;
  font-size: 100%;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button[type="submit"]::focus {
  outline-offset: -2px;
  color: #fff;
}
@media screen and (min-width:769px) {
  input[type="text"], textarea, select {
    font-size: 18px;
  }
}
.mw_wp_form input[name="__children[privacy-check][]"] + .error {
  display: inline;
  padding-right: .5em;
}
.mw_wp_form_confirm .confirm-hidden {
  display: none!important;
}

/*------------------------------ フッター ------------------------------*/
#footer {
  margin: 0;
  padding: 25px 0;
  font-size: 75%;
  line-height: 200%;
  text-align: center;
  color: #fff;
  background: #333;
  font-family: 'Roboto Condensed', sans-serif;
}
#footer a:link {
  color: #fff;
  text-decoration: none;
}
#footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #ddd;
  text-decoration: none;
}
.order_01 {}
.order_02 {}

#footer div ul {
	margin: 1em;
	padding: .5em 0;
}
#footer div ul li {
    display: inline;
	border-bottom: none;
	}
#footer div ul li a {
	white-space: nowrap;
    display: inline-block;
    border: solid 1px #444;
	padding: 0.5em;
    margin: 0.2em 1em 0.2em 0;
	}
#footer div.ft-member{
	margin: 2em auto;
}
#footer div.ft-member p {
	font-size: 12px;
    color: #aaa;
}
#footer div.ft-member a {
	display: block;
}
@media screen and (min-width:769px) {
  #footer {
    padding: 60px 0;
    font-size: 12px;
  }
  .order_01 {
    order: 1;
  }
  .order_02 {
    order: 2;
  }
  #footer div ul{
	column-count: 3;
    display: block;
    width: 600px;
    margin: 1em auto;
	}
#footer div ul li a {
    border: none;
	}
#footer div ul li {
    display: block;
	border-bottom: solid 1px #444;
	}
#footer div.ft-member a {
	display: inline-block;
	padding-right: 2em;
}
}
/*---------- 文字装飾 ----------*/
.bold {
  font-weight: bold;
}
.ul {
  text-decoration: underline;
}
.red {
  font-weight: bold;
  color: #cf1e25;
}
.green {
  color: #00cd0a;
}
.through {
  text-decoration: line-through;
}
.ym {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffe24d 60%);
}
.caption {
  font-size: 75%;
  color: #666666;
  font-weight: normal;
  line-height: 180%;
}
/*---------- 文字位置 ----------*/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/*---------- 記事一覧 ----------*/
.article_list_word {
  margin: 0;
  padding: 30px 20px 50px;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
.article_list_box {
  margin: 0 20px 50px;
  padding: 5px 0 0 0;
}
.article_list {
  margin: 0 0 30px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article_list a {
  display: block;
  color: #000;
  text-decoration: none;
}
.article_list_pict {
  margin: 0;
  padding: 0;
  border: 2px solid #ddd;
  position: relative;
  overflow: hidden;
  width: auto;
  padding-top: 50%;
}
.article_list_pict img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.article_list_day {
  margin: 0;
  padding: 0;
  font-size: 90%;
  text-align: right;
}
.article_list_title {
  margin: .5em 0;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
}
.article_news_pict {
  margin: auto;
  width: 100%;
  padding-bottom: 2em;
}
@media screen and (min-width:769px) {
  .article_list_word {
	margin-top: 75px;
    padding: 5px 0;
    font-size: 32px;
    letter-spacing: 1px;
  }
  .article_list_box {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article_list {
    width: 31%;
    margin: 0 3% 45px 0;
  }
  .article_list:nth-of-type(3n) {
    margin: 0 0 45px 0;
  }
  .article_list_day {

  }
  .article_list_title {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
/*---------- 投稿ページ ----------*/
div#single {
	margin-top: 50px;
  margin-bottom: 100px;
}
#single h1 {
  padding: 50px 0 120px;
  text-align: left;
  line-height: 150%;
}
#single h2 {
  
}
#single h3 {
  margin: 2em 0;
}
blockquote {
  position: relative;
  padding: 1em;
  margin: 2em 0;
}
blockquote cite {
  padding-bottom: 1.5em;
}
blockquote::before, blockquote::after {
  display: inline-block;
  position: absolute;
  width: 5em;
  height: 5em;
  content: '';
}
blockquote::before {
  top: 0;
  left: 0;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
}
blockquote::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
blockquote p {
  margin-top: 0;
}
blockquote cite {
  display: block;
  color: #737373;
  font-size: .8em;
  text-align: right;
}
@media screen and (min-width:769px) {
  blockquote {
    padding: 2.5em 2.5em 2em 3em;
  }
}
/*---------- 目次用 ----------*/
 .toc {
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
	border: 1px #666 solid;
    padding: 1em;
}
.toc a{
	text-decoration: none;
}
.toc-title {
    letter-spacing: 3px;
    margin: 0.5%;
}
.toc-toggle {
    position: absolute;
    right: 12px;
}
.toc-toggle a {
    display: block;
    background-color: #E3E3E3;
    padding: 0 0.5em;
    color: #000;
	line-height: 1.5em;
}
.toc-list {
    padding: 9px;
    list-style: none;
    line-height: 1.7;
}
ul.toc-list {
	margin-bottom: 0;
}
.toc-list ul {
    color: #666;
	list-style: none;
    padding-left: 2em;
}
.toc-list li {
    font-size: 14px!important;
}

/* SNS */
.share{
	
}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
ul.snsshare {
    border: none;
    list-style: none;
    display: flex;
    padding: 0;
	justify-content: flex-end;
}
ul.snsshare li {
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 0.8rem;
	padding: 0 3px;
}
ul.snsshare li i {
    display: block;
    font-size: 1.7rem;
}
ul.snsshare li a {
    color: #111;
}
ul.snsshare li a {
    text-decoration: none;
}
ul.snsshare li:hover {
    opacity: 0.7;
}

div.contents ul.snsshare {
    display: flex;
	justify-content: flex-end;
	margin: 5em 0 3em 0;
}
div.contents ul.snsshare li {
	padding: 5px 0;
	width: 100%;
}
div.contents ul.snsshare li i {
	font-size: 1.5rem;
}
div.contents ul.snsshare li a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
}
div.contents li.twitter {
    background: #55acee;
}
div.contents li.facebook {
    background: #3b5998;
}
div.contents li.hatena {
    background: #00a5de;
}
div.contents li.pocket {
    background: #ef3f56;
}
div.contents li.line {
    background: #1dcd00;
}
@media screen and (min-width: 1025px) {
/* ここにPC用スタイルを記述） */
ul.snsshare {
	position: absolute;
    top: 16px;
    right: 2em;
	z-index: 100;
}
div.contents ul.snsshare {
	position: static;
	margin: 5em 0;
}
div.contents ul.snsshare li {
	padding: 0.5em;
    width: 3em;
	margin-left: 0.5em;
}	
}
/*---------- 追加 ----------*/
.wp-block-button a:link {
  text-decoration: none;
}
.spec ul li {
  text-indent: -16px;
  padding-left: 16px;
}
.case {
  font-size: 110%;
}
.case-p {
  margin: 1em 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
}
#c_form .form_title {
  padding-top: 200px;
  margin-top: -200px;
}
#footer p {
  font-size: 15px;
  line-height: 100%;
  margin: 0 0 1em 0;
}
.contents {
  margin: 0 20px;
  padding: 0 0 1px 0;
}
.contents h1 {
  margin: 0;
  padding: 20px 0;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #cf1e25;
}
.contents h2 {
  border-left: solid 6px #cf1e25;
  padding: 2px 0 2px 12px;
  font-size: 150%;
  margin-top: 3em;
	}
.contents h3{
	text-indent: -1.5em;
    padding-left: 1.5em;	
	}
.contents h3:before {
	color: #cf1e25;/*左のアイコンの色*/
	content: '▼';/*左のアイコンの種類*/
	margin-right: 0.5em;
}
.contents hr.wp-block-separator {
  border-color: #999;
  border-bottom: none;
  margin: 2em 0;
}
div.notes {
  border: 1px solid #cf1e25;
  padding: 10px;
  margin-bottom: 50px;
}
div.simulator_txt dl {
  background-color: #fafafa;
  padding: 10px;
}
div.simulator_txt dt {
  margin: 10px 5px 5px;
}
div.simulator_txt dd {
  margin: 5px;
  background-color: #fff;
  padding: 5px;
}
.tbl-bdr table {
  width: 100%;
  border-collapse: separate !important;
  margin: 20px 0;
  border-spacing: 2px;
}
.tbl-bdr table th {
  border: none;
  padding: 10px 15px;
  font-size: 100%;
  line-height: 150%;
  text-align: center;
  background: #f2f2f2;
  display: table-cell;
}
.tbl-bdr table td {
  padding: 10px 5px;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  display: table-cell;
 border: solid 1px #eee;
}
.wp-block-image figcaption {
    color: #666;
	text-align: right;
}
.wp-block-image figcaption strong{
	font-weight: normal;
}
@media screen and (min-width:769px) {
  .feature_txt li {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .case {
    font-size: 22px;
  }
  .case-p {
    font-size: 20px;
  }
  .contents {
    width: 768px;
    margin: 50px auto 30px;
    padding: 0;
  }
  .contents h1 {
    padding: 50px 0;
    font-size: 32px;
  }
  .contents li {
    font-size: 18px;
    letter-spacing: 1px;
  }
  div.notes {
    padding: 20px 50px;
  }
  div.simulator_txt dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  div.simulator_txt dt {
    width: 50%;
    margin: 20px 10px;
  }
  div.simulator_txt dd {
    width: 40%;
    margin: 10px;
    padding: 10px;
  }
  .tbl-bdr table {
  }
  .tbl-bdr table th {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .tbl-bdr table td {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.youtube {
  aspect-ratio: 16 / 9;
  margin: 20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:769px) {
  .youtube {
    aspect-ratio: auto;
    width: 1080px;
    margin: 20px auto;
  }
.youtube iframe {
    width: 840px;
    height: 473px;
    margin: auto;
    display: block;
}
}
.br-sp {
    display: block;
}
@media screen and (min-width:769px) {
    .br-sp {
        display: none;
    }
}

.news-area{
	background-color: #f2f2f2;
	padding: 2em 0 5em;
}
ul.front-news time.wp-block-latest-posts__post-date{
	font-size: .8em;
}
ul.front-news {
	margin: 1em;
}
ul.front-news li{
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ddd;
    margin: 0.7em 0;
}
ul.front-news time.wp-block-latest-posts__post-date:before {
    color: #cf1e25;
    content: '▶︎';
    margin-right: 0.2em;
}
@media screen and (min-width:769px) {
ul.front-news {
	width: 780px;
    margin: 1em auto 0;
}
ul.front-news li{
		padding-bottom: .5em;
	}
ul.front-news li a{
	display: block;
	margin: -1.2em 0 0 9em;
}

}
.text-box{
	background-color: #f5f5f5;
    margin: 2em auto;
    padding: 1em;
}
ul.check{
	padding-left: 2em;
}
.check li{
    position: relative;
    padding-left: 20px;
    list-style:none;
  }
 
.check li:before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
  }

/* add maruyama for price */
/*青背景*/
.staohaikei
{
  background : #35C8E9;
  background : rgba(53, 200, 233, 1);
  padding: 3px 10px 3px 10px;
  width: fit-content;
  border-radius: 5px;
}
/*テキスト（買い切り）*/
.staokaikiri
{
  font-size : 18px;
  color : rgb(255, 255, 255);
}
/*テキスト（1ビュー買い切り。ランニングコスト不要）*/
.stkaikiri
{
  margin-top: 10px !important;
  font-size : 24px;
  color : rgb(0, 0, 0);
  font-weight: bold;
}
/*テキスト（￥22,000 [税込]）*/
.sten {
  font-size : 30px;
  color : rgb(0, 0, 0);
  font-weight: normal;
}
.stzeikomi {
  font-size : 26px;
  color : rgb(0, 0, 0);
  font-weight: normal;
}
.st22000
{
  font-size : 70px;
  color : rgb(0, 0, 0);
  font-weight: bold;
}
.hrpriceline {
  border: dashed 1px #35C8E9;
}
/*テキスト（アカウントまるごとバックアップ）*/
.stmarugoto
{
  font-size : 20px;
  color : rgb(0, 0, 0);
}
/*テキスト（￥297,000[税込]）*/
.st297000 {
  font-size: 50px;
  color: rgb(0, 0, 0);
}
.stenmaru {
  font-size : 26px;
  color : rgb(0, 0, 0);
  font-weight: normal;
}
.stzeikomimaru {
  font-size : 22px;
  color : rgb(0, 0, 0);
  font-weight: normal;
}
/*テキスト（※Google アナリティクス アカウントに紐づく全ビューをバックアップ）*/
.stkome {
  font-size: 11px;
  color: rgb(0, 0, 0);
}
.price-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px;
  flex-direction: row; /* 追加 */
}
.price-container p {
  margin: 0;
  line-height: 160%;
}


.image-container {
  flex-basis: 30%;
  margin-right: 5%;
  height: 100%; /* 追加 */
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.text-container {
  flex-basis: 65%;
  display: flex; /* 追加 */
  flex-direction: column; /* 追加 */
  hight: 100%; /* 追加 */
}

@media (max-width: 767px) {
  .price-container {
    flex-direction: column;
  }
  .image-container,
  .text-container {
    flex-basis: 100%;
    height: auto; /* 追加 */
  }
  .text-container {
    margin-top: 20px;
  }
}


/*----------- ENページ ----------------------*/
.en-page .intro p { 
  text-align: left; 
}
.en-page .main_copy {  
  text-align: left;
}
.en-page .docu { 
  border: 2px solid #000; 
  padding: 1em 0 2em; 
  border-radius: 10px; 
  background: #fff; 
}
.en-page .slick-slider { 
  width: 85%; 
  margin:30px auto; 
}
.en-page .swiper-slide img { 
  width: 150px!important; 
  margin:auto;  
}

@media screen and (min-width: 769px){
.en-page .lp-box { width: 1080px; margin: auto; }
.en-page .main_copy {  font-size: 28px; }
.en-page #feature_bg { margin: 0; }
.en-page .slick-slider { width: 1180px; margin:50px auto; }
}

/* Troubleshooting Tip Page */
.trouble-shooting .wp-block-group {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 5px;
}
.trouble-shooting .wp-block-group p {
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin-top: 0;
}
.trouble-shooting .wp-block-group ul {
  padding-left: 20px;
  margin-top: 10px;
}
.trouble-shooting .wp-block-group li {
  margin-bottom: 5px;
}


/* 装飾 */

/* 表スクロール（scroll） */
table.scroll, figure.scroll table {
  overflow-x: auto;
  white-space: nowrap;
}
/* 画像に枠（img-frame） */
.img-frame{
	border: 2px solid #ddd;
}
/* リストに枠（list-frame） */
ul.list-frame{
	padding: 1.25em 2.375em;
	border: 2px solid #ddd;
}