/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* imagediff */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .pc_br{
    display: none;
  }

.viewpc{
    display: block;
}

.viewsp{
    display: none;
}

.dhop_main {
    display: flex;
    justify-content: center;
}

.nav_right {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.link {
  font-size: 16px;
      background: #f28313;
    color: #FFF;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF;
    margin-left: 0px;
}

.description a	{
  text-decoration: none;}

.arrow {
  position: relative;
  display: inline-block; 
  padding: 0 16px 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.circle::before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #6c9bd2;
}

.circle::after{
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

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

.common:last-of-type {
  border: 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; 
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
} 

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

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

.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: 45%;
  max-width: 780px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ai_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.subtitle {
  color: #333;
  font-size: 1.8em;
  text-align: center;
    margin: 30px 0px;
}
.ai_subtitle {
  color: #333;
  font-size: 1.8em;
  text-align: center;
    margin: 30px 0px;
}
/*
.ai_subtitle span {background: linear-gradient(transparent 65%, #a8eaff 65%);
}
 */
/* AI校正特長 */
.submidashi {
  position: relative;
  padding: 0 65px;
  text-align: center;
    color: #999;
    font-weight: bold;
  width: 115px;
    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: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:50px;
}

.ai_detail_r {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
/* box */
.features h3{
    height: 70px;
    font-size: 1.4em;
    color: black;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    }

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

.features_box {
    display: flex;
    margin-bottom: 30px;
}

.features_box_inner {
    width:30%;
    padding: 15px;
    margin: 15px;
        border: 3px solid;
    border-color: #CCC;
}

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

.ai_detail_item {
    width: 100%;
    padding: 10px; 
    display: flex;
    flex-direction: column;
}

.ai_detail_item1 {
    width: 50%;
    padding: 10px; 
    display: flex;
    flex-direction: column;
}

.common h2 {
  color: #333;
  font-size: 2.0em;
  text-align: center;
    margin: 0;
}

.titlesub {
        padding: 0 1em;
    margin: 2em 0;
    font-size:16px;
    font-weight: bold;
    vertical-align:30%;
    color: #E07CB1;/*文字色*/
    background: #FFF;
    border: solid 3px #E07CB1;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.ai_detail p {
    width:100%;
  color: #333;
  font-size: 1.2em;
   text-align: left;
    margin: 0;
}

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

.ai_detail2 p {
  color: #333;
  font-size: 1.5em;
   text-align: center;
    margin: 0;
}


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

.ai_detail2 img {
    margin-left: auto;
    margin-right: auto;
}

.common ul {
  position: relative;
    margin-left: 10px;
    padding: 0;
}

/* AI校正チェックボックス*/ 
 
.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;
}
 
.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);
}

/* スマホ用リンク*/ 
.sm_link {
    display: none;
}

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

 .flow_linkBTN a {
     width:320px;
  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: 22px;
     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: 375px;
  padding: 0 ;
    margin-left: auto;
    margin-right: auto;
}