/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カタログXCMS　メインページ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
   /*共通設定*/
  .pc_br{
    display: none;
  }

  .viewpc{
      display: none;
  }
  
  .viewtb{
      display: none;
  }
  
  .viewsp{
      display: block;
  }

.nav_right {
      display: none;
}

.common {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0 auto;
  border-bottom: none;
}


.common:last-child{
  border-bottom: none;
  margin-top: -20px;
}

.rsmall {
    font-size: 1px;
    vertical-align: top;
}

/* AI校正メイン */
.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mainimg {
    width: 100%;
    display: flex;
    justify-content: center;
}
.mainimg img{
    width: 90%;
    max-width: 780px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.mainimg1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mainimg1 img{
  width: 90%;
  max-width: 780px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ai_main {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.subtitle {
  color: #333;
  font-size: 1.2em;
  text-align: center;
    margin: 30px 0px;
}
.ai_subtitle {
  color: #333;
  font-size: 1.2em;
  text-align: center;
    margin: 30px 0px;
}

/* AI校正特長 */
.submidashi {
  position: relative;
  padding: 0 65px;
  text-align: center;
    color: #999;
    font-weight: bold;
  width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.submidashi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #999;
}

.submidashi span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.ai_detail {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.ai_detail_r {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

/* box */
.features h3{
    height:auto;
    }

.features p {
    margin: 0;
    text-align: left;
}

.features_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.features_box_inner {
    width:95%;
    padding: 10px;
    margin: 10px;
        border: 3px solid;
    border-color: #CCC;
    box-sizing: border-box;
}

/* AI校正ワークフロー */
.ai_detail2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.ai_detail_item1 {
    width: 100%;
    padding: 0; 
    display: flex;
    flex-direction: column;
}

.ai_main h2 {
  color: #333;
  font-size: 28px;
     letter-spacing: 0.1em;
  text-align: center;
    margin: 0;
}

.common h3 {
  color: #333;
  font-size: 18px;
  text-align: center;
    margin: 0;
}

.common span {
    display: block;
  color: #708090;
  font-size: 14px;
  text-align: center;
    margin: 0;
}


.ai_detail p {
  color: #333;
  font-size: 14px;
   text-align: left;
    margin: 0;
}

.ai_detail_r p {
  color: #333;
  font-size: 15px;
   text-align: left;
    margin: 0;
}

.ai_detail2 p {
  color: #333;
  font-size: 14px;
   text-align: left;
    margin: 0;
}


.ai_detail_item1 picture {
    text-align: center;
}

.ai_detail_item1 img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.ai_detail2 img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* AI校正チェックボックス*/ 
.common ul {
    padding: 0;
    margin: 0;
}
 
.common li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.common li{
	position:relative;
	padding-left:20px;
           text-align: left;
          font-size: 14px;
}
 
.common li:after, .common li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#aaa; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.common li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.inner {
  width: 70%;
  margin-left: 80px;
  display: inline-block;
  margin-left: 0 auto;
  margin-right: 0 auto;
}

.common {
  width: 90%;
  text-align: center;
  margin-bottom: 40px;
      padding-bottom: 20px;
  border-bottom: 1px dotted black;
  margin-left: auto;
  margin-right: auto;
}


.common:last-child{
  border-bottom: none;
  margin-top: -20px;
  margin-bottom: -15px;
}
  


.btn_back {
  background-color: #EAEFF1;
  background-repeat: no-repeat;  
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  width:100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

/* スマホ用リンク*/ 

.sm_link {
          display: block;
}

.sm_link ul {
  padding: 0;
  position: relative;
  margin: 0;
}

.sm_link a {
    text-decoration: none;
      color: white;
}

.sm_link a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  left: 6px;
  margin-top: 6px;
  transform: rotate(45deg);
          border-color: white;
}

.sm_link ul li {
  background: #6c9bd2;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
  font-weight: bold; /*好みで太字に*/
}

/* 体験版リンク*/ 
.flow_linkBTN {
  width: auto;
  position: relative;
  text-align: center;
  margin: 0; 
}

 .flow_linkBTN a {
     width:300px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  text-decoration: none;
  background-color: #1A5CA0;
  color: #fff;
  border-radius: 3px;
  transition: .4s;
     font-size: 18px;
     font-weight: bold;
       border: solid 3px #FFF;
}

 .flow_linkBTN a:hover {
  background-color: #FFF;
  border: solid 3px #1A5CA0;
  color: #1A5CA0;
}

.dl_txt {
  font-size: 0.9em;
  width: 90%;
  padding: 0 ;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
