/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Revoroute メインページ　PC表示#ffa965;　*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  
.viewpc{
    display: block;
}

.viewsp{
    display: none;
}

.nav_right {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 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: 20px;
}

.description a	{
  text-decoration: none;
}

.arrow{
  position: relative;
  display: inline-block; 
  margin-bottom: 0;
  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: #ffa965;
}

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

p.resizeimage  {
    text-align: center;
}

p.resizeimage img { 
    max-width: 1200px;
    height: auto;
  width: 100%;  
}

h1 {
  margin-top: -11px;
}

.revo_main h2,.revo_main2 h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin:0;
}

.main h3 {
  color: #1A5CA0;
  font-size: 2.2em;
  text-align: center;
      margin-top: 70px;
  margin-bottom: 30px;
  margin-left: 0;
  border-bottom: 2px solid #1A5CA0;
}

.main h4 {
    width: calc(100% - 130px);
  font-size: 1.6em;
  text-align: left;
  padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Pro用見出し　*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.new01 {
    position: relative;
    padding: 0.25em 1em;
    margin: 2em auto;
    top: 0;
    width: 50%;
    text-align: center;
    font-size: 20px;
    background:#f6e5cc 70%;
}

.new01:before, .new01:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.new01:before{
    border-left: solid 3px #f28313;
    border-top: solid 3px #f28313;
    border-bottom: solid 3px #f28313;
    left: 0;
}
.new01:after{
    border-top: solid 3px #f28313;
    border-right: solid 3px #f28313;
    border-bottom: solid 3px #f28313;
    right: 0;
}
.new01 p {
    margin: 0; 
    padding: 0;
}

.new01 a {
    color: #f28313;
    font-weight: bold;
    text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.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;
}

.txt {
  font-size: 0.9em;
  font-weight: bold;
}

.main p{
    width:100%;
    margin: 0;
}

.movie_nav {
  text-align: right;
  margin-top: -15px;
}

.icon_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
    margin-bottom: 10px;
}

.icon_back {
    width: 214px;
  height: 214px;
  background-color: #f6e5cc;
  position: relative;
  margin: 10px;
  border-radius: 5px;
}

@media(min-width: 420px) and (max-width: 990px){
.icon_back {
   width: 45%;
    }
}

.icon_common {
  width: 214px;
  height: 184px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.icon_txt {
  font-weight: bold;
  color: #7f7f7f;
  text-align: center;
}

.icon {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-70%,-50%);
  -webkit-transform: translate(-70%,-50%);
  transform: translate(-50%,-50%);
}

.back_OR {
  background-color: #ffa965;
    width:100%;
  height: auto;
overflow:hidden;
    margin-top:0;
}

.arrow_WT {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: 30px solid white;
  border-left: 30px solid transparent;  
  border-right: 30px solid transparent;
}

.arrow_OR {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 30px solid #666;
  border-top: 20px solid transparent; 
  border-right: 20px solid transparent; 
  border-bottom: 20px solid transparent; 
  color: #666;
  float: left;
  margin-top: 110px;
}

.main_midashi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  width: 100%;
  height: auto;
  float: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

.midashi_point {
  position: relative;
  float: left;
  display: inline-block;
  text-decoration: none;
  background: #1A5CA0;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
    margin-right: 10px;
}

.midashi_point p {
  width: 90px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold;
  color: white;
  font-size: 15px;
} 

.main_p {
    left: 0;
  width: 50%;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
}

.main_p_common {
    display: flex;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 20px;
    margin-bottom: 20px;
    padding:0;
}

.main_common {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.border {
  border-bottom: solid 1px rgba(112,112,112,0.5);
}

.cost_description {
  width: 50%;
  float: left;
  margin-right: 50px;
}

.cost_description_n {
  padding-top: 50px;
   text-align: center;
}

.cost_description_n p {
    display: inline-block;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 0;
  background-color: #FFF;
  color: #1A5CA0;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  padding: 10px;
    background: linear-gradient(transparent 70%, #FEF263 70%);
}

.cost_txt {
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
}

.cost_5 {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  margin-top: 15px;
}

.red {
  font-size: 2em;
  font-weight: bolder;
  color: #C1272D;
}

.dl_txt {
  font-size: 0.9em;
  width: 375px;
  padding: 0 ;
    margin-left: auto;
    margin-right: auto;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ボタン　*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.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;
}

.btn {
  display: flex;
    justify-content: center;
    align-items: center;
}

.link_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
  width: 170px;
  height: 170px;
  background-color: white;
  margin-left: 10px;
    margin-right: 10px;
    padding-top:10px;
  text-align: center;
        text-decoration: none;
}

.link_txt:hover {
  background-color: #d1e0f8;
}

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

.link_txt h4 {
    width:100%;
  color: #3B5AA5;
  font-size: 1.1em;
  font-weight: bold; 
    text-align: center;
    margin-top: 20px;
} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Revoroute 制作フロー*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.no {
  font-size: 2.2em;
}

.back_GY {
  background-color: #EDF2F2;
  padding-top: 0;
  padding-bottom: 50px;
  margin-top:50px; 
}

.arrow_WT {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: 30px solid white;
  border-left: 30px solid transparent;  
  border-right: 30px solid transparent;
  margin-top: 0;
}

.arrow_GY {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-top: 30px solid #EDF2F2;
  border-left: 30px solid transparent;  
  border-right: 30px solid transparent;
}

.back_GR {
    width: 70%;
  background-color: #E0EFCB;
  padding: 50px;
  margin-top:100px; 
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.back_OR2 {
  background-color: #FEECCF;
  padding: 50px;
  margin-top:0; 
}

.midashi {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 2px solid black;
}

.main2_common {
  width: 85%;
  margin-top: 40px;
  margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.main_txt {
  width:40%;
  margin-top: 15px;
    margin-right: 15px;
}

.main_txt h3 {
  /* color: #F7931E;  */
  color: #1A5CA0;
  font-size: 1.4em;
  text-align: left;
  margin-top: 0;
}

.main_photo {
  width: 45%;
    height:auto;
}

.taiwa_photo {
  width: 45%;
    height:auto;
    display: flex;
    flex-direction: column;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Revoroute 主な機能　*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.title_back {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 53px;
    background-color: #1A5CA0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.title_back h3{
    color: #FFF;
}

.function_01 {
  color: #F7931E;
  background-color: white;
  font-weight: bold;
  /*text-align: center;*/
  /*border: solid 0.5px;*/
  /*border-radius: 30px;*/
  padding: 5px 0 5px 0;
  width: 100%;
  margin-left: 0;
}

.function_L {
  width: 200px;
  float: left;
  color: #F7931E;
  background-color: white;
  font-weight: bold;
  text-align: center;
  border: solid 0.5px;
  border-radius: 30px;
  padding: 3px 0 3px 0;
  margin-left: 5px;
  margin-bottom: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Revoroute 製品動画紹介*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.main_common_wrapper {
  width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

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

.movie {
    width:100%;
  text-align: center;
    margin-top: 20px;
}

.main_txt2 {
  width:100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    
}

.main_txt2 p {
    margin-left: 0;
    margin-right: 0;
}

.main_txt2 h3 {
  color: #1A5CA0;
  font-size: 1.4em;
  text-align: left;
  margin-top: 0;
    margin-left: 0;
}

.btn--orange,
a.btn--orange {
    width:180px;
    padding:10px;
border: solid 2px #1A5CA0;
    border-radius:10px;
  color: #1A5CA0;
  background-color: #fff;
margin-left: 0;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #1A5CA0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Revoroute 比較表*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    table-layout: fixed;
    margin-top: 20px;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
*/

.tabletitle1 {
    background-color: #f6e5cc;
}

.tabletitle2 {
    background-color: #c3c3c3;
}



.comparison {
    text-align: center;
	width:90%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	padding:5px;
	margin-right : auto;
	margin-left : auto;
    margin-bottom: 30px;
}

.comparison tr {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 2px;
    display: table-row;
}

.comparison th {
	background-color: #F0F0F0;
	border:1px solid #ddd;
	font-size: 12px;
	padding:5px;
}

.comparison td {
	font-size: 12px;
	padding:5px;
	text-align:left;
  border:1px solid #ccc;
    	text-align:center;
        display: table-cell;

}

.comparison td1 {
	font-size: 12px;
	padding:5px;
	text-align:left;

}

.comparison th, .comparison td {
	padding:10px;
	font-size: 12px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Revoroute Pro特長*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.main_commonPro_wrap {
    margin-top: 50px;
}

.main_commonPro {
  width: 580px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding:0px;
}

.main_midashi2 {
  height: auto;
}

.main_midashi2 p {
    color: rgb(51, 51, 51);
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
background:linear-gradient(transparent 60%, #FFFF00 0%);
        margin: 0;
    display: inline;
}

.midashi_point2 {
    margin-right: 30px;
    width: 80px;
    font-weight: bold;
    color: #1A5CA0;/*文字色*/
    background: #FFF;
    border: solid 2px #1A5CA0;/*線*/
    border-radius: 10px;/*角の丸み*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.midashi_point2check{
  content: '';
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
    margin:10px;
}


.midashi_point2 p {
    margin: 0; 
    padding: 0;
        font-size: 0.9em;
        font-weight: 600;
    text-align: center;
}


/*
.midashi_point2 {
  position: relative;
  float: left;
  display: inline-block;
  text-decoration: none;
  background: #1A5CA0;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
    margin-right: 10px;
}

.midashi_point p {
  width: 90px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold;
  color: white;
  font-size: 15px;
} 

.main_p {
    left: 0;
  width: 50%;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
}

.main_p_common {
    display: flex;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 20px;
    margin-bottom: 20px;
    padding:0;
}

*/