

@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
  margin:0;
  padding:0;
}
html,body {
  background:#fff;
  
  //font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;

  font-size:96%;
  
  width:100%;
  height:100%;

  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
html {
  overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
  line-height:1.6;
}
p {
  margin:0 0 1em 0;
}
li {
  list-style-type:none;
}
img {
  border:0;
}
address {
  font-style:normal;
}
.clear {
  clear:both;
}







header{
  padding-top:25px;
  width:100%;
  //background-color: #f2f2f2;
}



/*
https://www.sejuku.net/blog/56401
*/
header .logo_container{
  display: flex;
  max-width:800px;
  background-color:#fff;
}
header .logo{
  max-width:270px;
}
header .small_txt{
  text-align: left;
  margin-left:70px;
  font-size: 1.0rem;
  margin-top:25px;
}
header .login_btn{
  margin-left:50px;
  margin-top:22px;
}
header .login_btn .btn_box{
  max-width:170px;
  text-align:center;
  background-color:#eb8200;
  font-size:0.9rem;
  color:#fff;
  text-decoration:none;
  padding:10px;
  border-radius:5px;
  position: relative;
}
header .login_btn .btn_box:hover{
  opacity: 0.8;
  cursor:pointer;
}








header .nav_container{
  width:100%;
  background-color: #f2f2f2;
}
header .nav{
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
  margin-top:20px;
  //width: 100%;
  max-width:800px;
  word-break: break-all;
}
header .nav ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header .nav ul li{   
  display: inline;
  margin-right: 0.6em;
}
header .nav ul li a { 
  text-decoration: none;
  color:#000;
} 
header .nav ul li a:hover{ 
  color:#666;
}

header .nav ul li.divider{  
  color:#ccc;
}




/*
https://www.sejuku.net/blog/83148
*/
.slide_box{
  min-height:220px;
  width:100%;
  background-color:#111;
  background:url(../images/MA1_fron1_20160704_HDR2s.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}






footer{
  margin: 0px;
  padding: 0px;
  bottom:0px;
  position: relative;
  width:100%;
  height:100px;
}
footer .nav{
  background-color: #7a7a7b;
  padding: 10px;
  text-align: center;
  margin:0px;
}
footer .nav ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .nav ul li{   
  display: inline;
  margin-right: 1em;
}
footer .nav ul li a { 
  text-decoration: none;
  color:#fff;
} 
footer .nav ul li a:hover{ 
  color:#ccc;
}




.orange_bar{
  width:100%;
  height:46px;
  background-color: #eb8200;
  margin-bottom: 30px;
  padding:0px;
}

.orange_bar .title_box{
  //background-color: #ccc;
  width:800px;
  height:46px;
  text-align:left;
  display:inline-block;
  border-left:10px solid #cf440f;
  font-size:1.6rem;
  color:#fff;
  
  //font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;

  line-height: 3.1rem;
}

.orange_bar .title_box:before{
  content:" ";
  margin-right:10px;
}






.orange_dots{
  margin-bottom:40px;
}
.orange_dots ul{
  margin-top:7px;
  list-style: none;
}
.orange_dots li{
  line-height: 160%;
}
.orange_dots li:before {
  content: "■";
  font-size: 0.2rem;
  
  //content: "◼";
  
  //content: "▪";
  //font-size: 1.5rem;
  
  //line-height: 160%;
  display: inline-block;
  //width: 15px;
  color:#eb8200;
  //margin-top:-2px;
  margin-right:8px;
}
.orange_dots ul .red_li{
  color:red;
}
.orange_dots .komejirushi{
  font-size:0.6rem;
  margin-left:24px;
  color:black;
}
.orange_dots.move_right{
  margin-left:59px;
}







.contents{
  width:100%;
  height:auto;
  margin:0px;
  padding:0px;
  text-align: left;
  margin-bottom:60px;
}
.contents .container{
  max-width:760px;
  //background-color: #aaa;
  text-align: left;
  //border:1px dotted #ccc;
  //padding-left:50px;
  //padding-right:50px;
  //margin:50px;
}


.contents .container a{
  color:#000;
  text-decoration: none;
}
.contents .container a:hover{
  color:#666;
  text-decoration: underline;
}






/*
http://hitoribucho.hatenablog.com/entry/2016/09/26/190156
*/

.contents .check_mark_box{
  font-size:1.5rem;
  position:relative;
  line-height:1.4em;
  padding-left:2em;
}
/* https://saruwakakun.com/html-css/reference/change-before-after */
.contents .check_mark_box:before{
  /*
  content: url(../images/check_mark_40px.gif);
  display: inline-block;
  width: 50px;
  */

  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.6em;
  height:1.6em;
  background:url(../images/check_mark_40px.gif) no-repeat;
  background-size:contain;
}







/* CueGate */
.contents .container.cuegate .check_mark_box_more{
  font-size:1.1rem;
}
.contents .container.cuegate .check_mark_box_more:before{
  content: url(../images/check_mark_more_38px.gif);
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-left:13px;
  margin-bottom:10px;
}
.contents .container.cuegate .check_mark_box_more_more:before{
  content: url(../images/check_mark_more_more.gif);
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left:13px;
}
.contents .container.cuegate .check_mark_box_more_more{
  margin-bottom:10px;
}

.contents .container.cuegate .cm_towa_box{
  margin-top:10px;
  margin-left:15px;
  display: flex;
}
.contents .container.cuegate .img_box{
  max-width:240px;
}
.contents .container.cuegate .txt_box{
  margin-left:20px;
}

.contents .container.cuegate .txt_box .li_more{
  font-size: 0.8rem;
  margin-left:24px;
}
.contents .container.cuegate .cm_towa_box li{
  margin-top:6px;
}





/* ワークフロー */
.contents .container.workflow img{
  margin-bottom:10px;
}
.contents .container.workflow .hutatu{
  max-width:500px;
  text-align:left;
}
.contents .container.workflow .hutatu .title:before{
  content: "■";
  color:#eb8200;
}
.contents .container.workflow .hutatu .txt{
  line-height: 160%;
  margin-top:10px;
  font-size:0.86rem;
}





/* CueGateのサービス仕様 */
.contents .container.service_table table {
  border-collapse:  collapse;
  text-align: left;
}
.contents .container.service_table th,td {
  border: solid 1px #666;
  padding: 16px;
  font-size: 1.1rem;
}

.contents .container.service_table .kome{
  font-size: 0.9rem;
}






/* お問い合わせ・サポート */
.contents .container.otoiawase{
  line-height:180%;
  text-align:center;
}
.contents .container.otoiawase .oosaka{
  font-size:1.8rem;
  color:#047b43;
  margin:15px;
  margin-bottom:30px;
}




/* ページのトップへ戻るボタン */
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#page_top a {
  background-color: #333;
  color: #fff;
  
  font-weight: bold;
  //font-weight: 500;

  text-align: center;
  text-decoration: none;
  padding: 20px 25px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
#page_top a:hover {
  background-color: #444;
  text-decoration: none;
}





@media screen and (max-width: 800px) {
  html,body {
  font-size:86%;
}

  header .logo_container{
    padding-left:30px;
    padding-right:30px;
  }

  header .nav{
    word-break: break-all;
  }


  header .logo_container{
    display: block;
  }
  header .small_txt{
    text-align: center;
    margin-left:0px;
  }
  header .login_btn{
    margin-left:0px;
    margin-top:30px;
    margin-bottom:40px;
  }

  .orange_bar .title_box{
    text-align:center;
    width:100%;
    line-height: 3.6rem;
  }


  .orange_bar .title_box:before{
    margin-right:0px;
  }

.orange_dots.move_right{
  margin-left:10px;
}

  .contents .container{
    max-width:760px;
    margin-left:30px;
    margin-right:30px;
  }


  img{
    width:100%;
  }


  .contents .container.service_table table {
    text-align: center;
  }
  .contents .container.service_table th,td {
    border: solid 1px #ccc;
    display: block;
    padding: 6px;
    font-size: 1.1rem;
  }

  .contents .container.service_table th,td:nth-child(odd) {
    background-color: #eee;
  }
  .contents .container.service_table td:nth-child(even) {
    margin-bottom:10px;
  }

  .contents .container.cuegate .cm_towa_box{
    display: block;
  }
  .contents .container.cuegate .txt_box{
    margin-left:0px;
  }

  .contents .container.cuegate .txt_box .li_more{
    margin-left:12px;
  }

  .contents .container.otoiawase img{
    width:47%;
  }
}


