@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------

クラウドサービス

Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/

/*レスポンシブ対応は各ブロックに記載してください*/

/*-------------------------------------
　・ページ基本設定

〇更新履歴
  2021.07.26 作成
  2021.07.26 公開
  2021.08.04 編集
  2021.10.14 編集

※下記3ページで共有
5info/cts_cloudservice
5info/cts_cloudservice-popup
5info/cts_cloudservice-popup2
---------------------------------------*/

/*-------------------------------------
メイン
---------------------------------------*/
#container {
  width: 100%;
}

.column2R #main {
  float: none;
  width: auto;
}

html {
  overflow: auto;
}

* html {
  /* for IE6 */
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}

body {
  overflow-x: hidden;
  position: relative;
  min-width: 805px;
}

* html body {
  /* for IE6 */
  overflow-y: auto;
  height: 100%;
}

#lp_page {
  background-color: #FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin: 0 auto;
  width: 800px;
}

#mainContents {
  background-color: #FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
}

#mainContents>div>div {
  margin: 0 auto;
  padding: 50px 0px;
  width: 970px;
}

#mainContents>div>.feature__inner {
  margin: 0 auto;
  padding: 170px 0 90px;
  width: 960px;
}

.title {
  background: #fff url(/5info/img/cloudservice-popup/bg_header.webp?$staticlink$) center center;
  background-repeat-x: repeat;
  background-size: auto;
}

.intro {
  background-color: #EFEFEF;
  height: 470px;
}

.feature {
  background-color: #00a73b;
  position: relative;
}

.selectPlan {
  background-color: #efefef;
}

.option {
  background-color: #595757;
  color: #fff;
  padding: 20px 0;
}

.flow h2 {
  background-color: #c4d700;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  padding: 20px 0;
  text-align: center;
}

.spCtn {
  display: none;
}

.pagetop {
  display: none;
}

.annotation {
  margin: 0 auto;
  text-align: right;
  width: 960px;
}

@media screen and (max-width:479px) {
  #mainContents {
    font-size: 4vw;
  }
  #mainContents>div>div {
    padding: 10vw 0 10vw;
    width: 94%;
  }
  #mainContents>div>.feature__inner {
    padding: 20vw 0 10vw;
    width: 94%;
  }
  .intro {
    height: auto;
  }
  .flow h2 {
    font-size: 10vw;
  }
  .pcCtn {
    display: none;
  }
  .spCtn {
    display: block;
  }
}


/*-------------------------------------
.title
---------------------------------------*/
.title__inner {
  height: 450px;
  position: relative;
}

.topic {
  position: relative;
}

.topic_title {
  border: 3px solid #8f8e8a;
  width: 300px;
  text-align: center;
  border-radius: 15px;
  padding: 10px 0;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 344px;
}

.topic_title {
  color: #8f8e8a;
  font-size: 20px;
  font-weight: bold;
}

.topic ul {
  background-color: #8f8e8a;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: -25px auto 0;
  padding: 40px;
  color: #fff;
  box-sizing: border-box;
}

.topic ul li {
  text-align: center;
}

.topic img {
  margin-bottom: 15px;
}

@media screen and (max-width:479px) {
  .title__inner {
    height: auto;
  }
  .title__inner h2 {
    position: static;
    transform: none;
  }
  .title__inner h2 img {
    height: auto;
    width: 100%;
  }
}

.sec_02 {
  background-color: #efefef;
}

.fukidashi {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0 !important;
}

.fukidashi p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 50px;
  color: #1a6cb1;
  white-space: nowrap;
}

.fukidashi p span {
  font-size: 24px;
}

.fukidashi p.left {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.intro {
  background-color: #EFEFEF;
  height: auto;
}

.intro__inner {
  display: flex;
  justify-content: space-between;
}

.intro__innerBox {
  background-color: #1a6cb1;
  color: #fff;
  text-align: center;
  width: 31%;
  padding: 25px 30px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
}

.intro__innerBox p {
  text-align: left;
  margin-top: 1em;
  font-size: 14px;
  font-weight: normal;
}

p.intro__bottom {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a6cb1;
  text-align: center;
  padding-bottom: 50px;
}

#container h3 {
  color: #fff;
  text-align: center;
  background-color: #1a6cb1;
  font-size: 28px;
  padding: 10px 0;
}

.sec_03_inner {
  display: flex;
  justify-content: space-between;
}

.sec_03_innerBox {
  width: 35%;
  background-color: #fff;
  border: 2px solid #1a6cb1;
  text-align: center;
  padding: 25px 20px;
  font-size: 22px;
  font-weight: bold;
}

.sec_03_innerBox p {
  text-align: left;
  margin-top: 1em;
  font-size: 14px;
  font-weight: normal;
}

.sec_04 {
  padding: 50px 0;
  width: 970px;
  margin: 0 auto;
}

.sec_04_inner_3col, .sec_04_inner_2col {
  display: flex;
  justify-content: space-between;
}

.sec_04_inner_2col {
  padding-top: 0 !important;
}

.sec_04 h3 {
  color: #5d5957;
  text-align: center;
  font-size: 28px;
  padding: 10px 0;
  border-top: 2px solid #5d5957;
  border-bottom: 2px solid #5d5957;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.sec_05 h3 {
  color: #5d5957;
  text-align: center;
  font-size: 28px;
  padding: 10px 0;
  border-top: 2px solid #5d5957;
  border-bottom: 2px solid #5d5957;
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
}

#container h4 {
  background-color: #5d5957;
  color: #fff;
  font-size: 22px;
  padding: 13px 0;
}

.sec_04_inner_3col .sec_04_innerBox {
  width: 29%;
}

.sec_04_inner_2col .sec_04_innerBox {
  width: 46%;
}

.sec_04_innerBox_img {
  border: 2px solid #5d5957;
  text-align: center;
}

.sec_04_innerBox p {
  text-align: left;
  margin-top: 1em;
  font-size: 14px;
  font-weight: normal;
}

.sec_05 {
  background-color: #efefef;
}

.sec_05_inner {
  padding: 50px 0 0!important;
  width: 970px;
  margin: 0 auto;
}

.sec_05_inner_3col {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  width: 970px;
  margin: 0 auto;
}

.sec_05_innerBox {
  width: 30%;
}

.sec_06 {
  background-color: #089560;
  color: #fff;
}

.sec_06_inner {
  /*display: flex;
  justify-content: flex-start;*/
}

.sec_06_inner_title {
    max-width: 100%;
    width: 600px;
    margin-top: -58px;
    margin-bottom: 40px;
}

.sec_06_innerBox dt {
  font-size: 22px;
  font-weight: bold;
  float: left;
  clear: left;
  width: 10%;
}

.sec_06_innerBox p {
  font-size: 22px;
  font-weight: bold;
  padding-left: 50px;
}

.sec_06_inner table {
  width: 100%;
}

.sec_06_inner td.left, .sec_06_inner td.right {
  width: 50%;
}

.left tr {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.left tr:last-child {
  border-bottom: none;
}

td.arrow {
  width: 5%;
  font-size: 30px;
  padding: 18px 0;
}

td.subtit_01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  width: 35%;
}

td.txt_01 {
  background: linear-gradient(transparent 50%, #f7c300 0%);
  line-height: 1.3em;
  font-size: 50px;
  font-weight: 900;
  width: 57%;
  display: block;
  text-align: center;
}

td.subtit_02 {
  font-weight: bold;
}

td.txt_02 {
  font-size: 30px;
  font-weight: bold;
}

.txt_03 {
  background: linear-gradient(transparent 50%, #f7c300 0%);
  line-height: 1.3em;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.left tr {
  border-right: none;
}

.sec_06_inner td.right p {
  font-size: 22px;
  font-weight: bold;
  margin-left: 70px;
}

.sec_06_inner td.right p.sec_06_price {
  color: #f7f27e;
  font-size: 80px;
  font-weight: bold;
}

.sec_06_price span {
  font-size: 28px;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.caution {
    margin-left: 70px;
    margin-top: 30px;
}

.sec_07 {
  background-color: #5d5957;
  color: #fff;
}

.sec_07_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0 !important;
}

.sec_07_inner ul {
  width: 47%;
}

.sec_07_inner li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.sec_07_inner_02 li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.sec_07_inner_02 {
    padding: 0 0 50px !important;
}

h4.first {
  width: 970px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 5px;
  border-bottom: 5px double #fff;
  margin-bottom: 20px;
}

.sec_07_inner span {
  color: #5d5957;
  background-color: #fff;
  padding: 5px 5px;
  display: block;
}

.sec_08 {
  width: 970px;
  margin: 0 auto;
  padding-top: 60px;
}

.sec_08_inner {
  width: 930px !important;
}

.sec_08 p {
  margin: 0px 0px 16px 0px;
}

.smaller {
  font-size: 12px;
}

.sec_09 {
  width: 970px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec_09_inner {
  display: flex;
  flex-direction: row;
}

.sec_09_inner table {
  font-size: 14px;
}

.sec_09_inner td {
  padding: 0 5px;
  border: 1px solid #4c4c4c;
  text-align: center;
  white-space: nowrap;
}


.sec_10 {
  background-color: #db5166;
  color: #fff;
}

.sec_06_inner {
  /*display: flex;
  justify-content: flex-start;*/
}

.sec_10_inner_title {
    max-width: 100%;
    width: 600px;
    margin-top: -58px;
    margin-bottom: 40px;
}

.sec_10_innerBox p {
  font-size: 22px;
  font-weight: bold;
  padding-left: 50px;
}

.sec_10_inner table {
  width: 100%;
}

.sec_10_inner td.left, .sec_10_inner td.right {
  width: 50%;
}

.sec_10_inner td.right p {
  font-size: 22px;
  font-weight: bold;
  margin-left: 70px;
}

.sec_10_inner td.right p.sec_10_price {
  color: #f7f27e;
  font-size: 80px;
  font-weight: bold;
}

.sec_10_price span {
  font-size: 28px;
  writing-mode: vertical-lr;
  text-orientation: upright;
}


.td_01_title {
  background-color: #4c4c4c;
  color: #fff;
}

.td_02_title {
  background-color: #4472c4;
  color: #fff;
}

.td_03_title {
  background-color: #d1cfcf;
}

.td_04_title {
  background-color: #89d751;
}

.td_01 {
  background-color: #fff;
}

.td_02 {
  background-color: #e9f0fc;
}

.td_03 {
  background-color: #f3f3f3;
}

.td_04 {
  background-color: #e4eddd;
}

.td_caution, .txt_caution {
  font-size: 10px;
}

.sec_09_inner figure {
  margin: 0 10px;
}

.spCtn {
  display: none;
}


/*-------------------------------------
ページトップ
---------------------------------------*/
#pagetop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 55px;
}

#pagetop a {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}


/*-------------------------------------
ライセンス購入ボタン
---------------------------------------*/
.btn_pc a {
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-flex;
    color: #ffffff;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    max-width: 230px;
    min-height: 50px;
    padding: 5px 10px;
    background: #089560;
    border: 2px solid #089560;
    border-radius: 10px;
    box-shadow: 0 3px 0 #dedfe0;
    cursor: pointer;
    margin: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn_pc a:hover {
    color: #089560;
    background: #ffffff;
}
.btn_mob a {
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-flex;
    color: #ffffff;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    max-width: 230px;
    min-height: 50px;
    padding: 5px 10px;
    background: #0f9db0;
    border: 2px solid #0f9db0;
    border-radius: 10px;
    box-shadow: 0 3px 0 #dedfe0;
    cursor: pointer;
    margin: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn_mob a:hover {
    color: #0f9db0;
    background: #ffffff;
}
.btn_mul a {
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-flex;
    color: #ffffff;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    max-width: 230px;
    min-height: 50px;
    padding: 5px 10px;
    background: #db5166;
    border: 2px solid #db5166;
    border-radius: 10px;
    box-shadow: 0 3px 0 #dedfe0;
    cursor: pointer;
    margin: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn_mul a:hover {
    color: #db5166;
    background: #ffffff;
}
.btn_orange a {
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-flex;
    color: #ffffff !important;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    max-width: 230px;
    min-height: 50px;
    padding: 5px 10px;
    background: #ff9800;
    border: 2px solid #ff9800;
    border-radius: 10px;
    box-shadow: 0 3px 0 #dedfe0;
    cursor: pointer;
    margin: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.btn_orange a:hover {
    color: #ff9800 !important;
    background: #ffffff;
}
	@media screen and (max-width: 479px) {
		.btn_orange a {
			max-width: 210px;
			margin: 10px 0;
		}
}

/*-------------------------------------
閉じるボタン
---------------------------------------*/
.closeBtn {
  text-align: center;
  margin: 50px 0;
}

.closeBtn input {
  background: -moz-linear-gradient(top, #F60 0%, #F30);
  background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
  background: linear-gradient(to bottom, #F60, #F30);
  border: 1px solid #DDD;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  padding: 10px 100px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}

.closeBtn input:not(:target) {
  background: #F30\9;
}

.closeBtn input {
  background: #F30\9;
}

.closeBtn input:hover {
  opacity: 0.7;
}

.table_sp, .img_sp {
  display: none;
}

/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px) {
  .pc {
    display: none;
  }
  
/*-------------------------------------
　SPページ基本設定
---------------------------------------*/
  #lp_page {
    width: 97%;
    margin: 20px auto;
    color: #333333;
    line-height: 1.5em;
    font-size: 1.2em;
    position: relative;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  
/*-------------------------------------
　SP用
---------------------------------------*/
  #mainContents>div>div {
    padding: 10vw 0 10vw;
    width: 94%;
  }
  .topic_title {
    border: 3px solid #8f8e8a;
    width: 90%;
    left: 4%;
  }
  .topic ul {
    justify-content: space-around;
    flex-direction: column;
    margin: -7px auto 0;
    padding: 40px 20px 10px;
    width: 100%;
  }
  .topic ul li {
    text-align: left;
    display: flex;
  }
  .topic img {
    margin-right: 10px;
  }
  .fukidashi {
    flex-direction: column;
  }
  .fukidashi p.left {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.5;
    margin-left: 5px;
  }
  .fukidashi p {
    font-size: 20px;
    margin-left: 20px;
    white-space: normal;
  }
  .intro__inner {
    flex-direction: column;
  }
  .intro__innerBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro__innerBox img {
    width: 50%;
  }
  p.intro__bottom {
    font-size: 24px;
    padding-bottom: 0;
  }
  #container h3 {
    font-size: 22px;
  }
  .sec_03_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sec_03_innerBox {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .sec_04 {
    width: 94%;
  }
  .sec_04 h3 {
    font-size: 24px;
    justify-content: space-between;
    align-items: center;
  }
  .sec_04_inner_3col, .sec_04_inner_2col {
    flex-direction: column;
  }
  .sec_04_inner_3col .sec_04_innerBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_04_inner_2col .sec_04_innerBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_05_inner_3col {
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .sec_05_innerBox {
    width: 80%;
    margin: 0 auto;
  }
  .sec_05 h3 {
    font-size: 24px;
    justify-content: space-between;
    align-items: center;
  }
  tr.spTable {
    display: flex;
    flex-direction: column;
  }
  td.subtit_01 {
    width: 40%;
    font-size: inherit;
  }
  td.txt_01 {
    width: 50%;
    display: inline;
  }
  td.txt_02 {
    font-size: 26px;
  }
  .caution {
    margin-left: 0;
    margin-top: 20px;
  }
  .sec_06_inner_title {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .sec_06_inner td.right p {
    margin-left: 0px;
  }
  .sec_06_inner td.left, .sec_06_inner td.right {
    width: 100%;
  }
  .sec_06_inner td.right p.sec_06_price {
    font-size: 70px;
    text-align: center;
  }
  h4.first {
    width: 94%;
  }
  .sec_08 {
    width: 94%;
  }
  .sec_08_inner {
    width: 94% !important;
  }
  .sec_09 {
    width: 94%;
    padding-bottom: 40px;
  }
  .sec_09_inner {
    flex-direction: column;
  }
  .sec_09_inner table {
    font-size: 12px;
  }
  .sec_09_inner td {
    white-space: normal;
  }
  .sec_10_inner_title {
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .sec_10_inner td.right p {
    margin-left: 0px;
  }
  .sec_10_inner td.left, .sec_10_inner td.right {
    width: 100%;
  }
  .sec_10_inner td.right p.sec_10_price {
    font-size: 70px;
    text-align: center;
  }
  .txt_03 {
    font-size: 26px;
  }
	
  figure {
    margin: 0;
  }
  .pcCtn {
    display: none;
  }
  .spCtn {
    display: block;
  }
  #pagetop {
    right: 10px;
  }　
  
/*-------------------------------------
閉じるボタン
---------------------------------------*/
  .closeBtn {
    margin: 30px 0;
  }
  .closeBtn input {
    background: -moz-linear-gradient(top, #F60 0%, #F30);
    background: -webkit-gradient(linear, left top, left bottom, from(#F60), to(#F30));
    background: linear-gradient(to bottom, #F60, #F30);
    border: 1px solid #DDD;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    padding: 10px 0;
    width: 90%;
    text-decoration: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
  }
}

/*-------------------------------------
　210421追加
---------------------------------------*/

.text_note {
  font-size: 19px!important;
}

@media screen and (max-width: 479px) {
  .text_note {
    font-size: 4vw!important;
  }
}

/*-------------------------------------
　210817追加
---------------------------------------*/
.sec09_list li{
	text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.sec09_p{
	text-align: left;
    margin-top: 1em;
    font-size: 14px;
    font-weight: normal;
	padding-bottom: 0;
}
@media screen and (max-width: 479px) {
	.sec09_p{
		margin-top: 0.5em;
		padding-bottom: 1em;
	}
}

/*-------------------------------------
　211001 動画追加
---------------------------------------*/
.sec_movie {
    width: 970px;
    margin: 0 auto;
    padding-top: 60px;
}
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.movie.movie01 {
    max-width: 750px;
    margin: 0 auto;
}
	@media screen and (max-width: 479px) {
		body {
			min-width: 100% !important;
			-webkit-text-size-adjust: 100%;
		}
		iframe {
			width: 100%;
		}
		.sec_movie {
			width: 100%;
		}
	}


/*-------------------------------------
　211004 注意点追加
---------------------------------------*/
.sec_caution {
    background-color: #efefef;
}
.sec_caution_inner {
    padding: 20px 0 !important;
    width: 970px;
    margin: 0 auto;
}