@charset "utf-8";

/* ----------------------------------------

karigane.css

---------------------------------------- */

.karigane .title_main {
  background:url(/assets/img/software/software_title_bg01.png) no-repeat center top,linear-gradient(to right,#f2f2f2 50%,#00bbda 50%);
  background-size:auto 110px;
  letter-spacing:.5rem;
  height: 70px;
  line-height: 70px;
}

.small { font-size: .88em; }

.right {
    text-align: right;
}

ul.kome li { text-indent:-1em; margin-left:1em; font-size: .938em; }
ul.kome li::before { content:"※"; }

ol.num { padding-left:5px; }
ol.num li { text-indent:-2em; margin-left:2em; }
ol.num li:not(:last-child) { margin-bottom: 0.5em; }
ol.num { list-style:none; counter-reset:number; }
ol.num li::before { counter-increment:number; content:counter(number)"."; color: #90c31f; font-weight: 600; padding-right: 0.5em; }

ul.border_li li { 
    position: relative;
    font-size: .938em;
    margin-left: 2em;
}
ul.border_li li::before { 
    content:"";
    position: absolute;
    top: 8px;
    left: -17px;
    width: 10px;
    height: 2px;
    background-color: #90c31f;
}

.sec_karigane_head .head_ttl {
  position: relative;
  margin-bottom:30px;
  padding:17.5px 0;
  background:#fff;
  text-align:center;
  border: 2px solid #90c31f;
}

.sec_karigane_head .head_ttl:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #90c31f;
}

.sec_karigane_head .head_ttl:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #90c31f;
}

.sec_karigane_head .head_txt {
  text-align:center;
  font-size:1.6rem;
  font-weight: 600;
}

.sec_karigane_head .box_movie {
  margin:50px auto 20px;
  text-align:center;
}

.sec_karigane .con_ttl {
  position:relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 1.8em;
  letter-spacing: .25rem;
  padding: 0.7em 1.3em 0.5em;
  color: #333;
  background: #fff;
  border: 2px solid #90c31f;
}

.sec_karigane .con_ttl:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #90c31f;
}

.sec_karigane .con_ttl:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #90c31f;
}

.sec_karigane .karigane_box01 {
  display:flex;
  justify-content:space-between;
  margin-left: 1em;
}

.sec_karigane .karigane_box01:not(:last-child) {
  margin-bottom:60px;
}

.sec_karigane .karigane_box01 dl {
  flex-basis:55%;
}

.sec_karigane .karigane_box01 dl dt {
  position:relative;
  margin-bottom:20px;
  padding-left: 1.5em;
  color:#333;
  font-weight:700;
  font-size:1.3em;
  letter-spacing: .15rem;
}

.sec_karigane .karigane_box01 dl dt span {
    color: #90c31f;
    font-weight: 600;
    margin-right: 15px;
}

.sec_karigane .karigane_box01 dl dt:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #90c31f;
}

.sec_karigane .karigane_box01 dl dd {
  font-size:1.5rem;
}

.sec_karigane .karigane_box01 dl dd .box_img {
  width: 370px;
  margin-top: 1em;
}

.sec_karigane .karigane_box01 dl dd .box_img,
.sec_karigane .karigane_box01 .karigane_img {
    border: 1px solid #dbe4e9;
}

.sec_karigane .karigane_box01 dl dd span {
    display: block;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
}

.sec_karigane .table_style01 th {
    background-color: #deedbc;
}

.sec_karigane .img {
  margin:40px auto 30px;
  text-align:center;
}

.sec_karigane .list_style_inline01 li {
  margin-bottom:5px;
}

#setting .sec_karigane .table_style01 {
  margin-top:20px;
  margin-bottom:0;
}

.sec_karigane .list2col {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:10px;
}

.sec_karigane .list2col .list_karigane01 {
  flex-basis:47.5%;
}

/* sub_ttl */
.sec_karigane .sub_ttl {
  position:relative;
  display:inline-block;
  margin:15px 0;
  padding:0 2.5rem;
  letter-spacing:.25rem;
  font-weight:700;
  font-size:1.8rem;
}

.sec_karigane .sub_ttl::before,
.sec_karigane .sub_ttl::after {
  position:absolute;
  top:47.5%;
  width:1.5rem;
  height:2px;
  background: #90c31f;
  content:"";
}

.sec_karigane .sub_ttl::before {
  left:0;
}

.sec_karigane .sub_ttl::after {
  right:0;
}

/* terms.html */
.cap_list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 50px;
}

.cap_list2 li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
}

/* update.html */
#update .sec_karigane  .con_box {
    border: 1px solid #d8d8d8;
    background-color: #f4f4f4;
    margin: 1em 0;
    padding: 2em;
}

#update .sec_karigane .con_box .ttl {
    color: #333;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 1em;
}

#update .sec_karigane .con_box .list_square01 {
    margin-bottom: 0;
}

#update .sec_karigane .dl_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 3em 0;
}

#update .sec_karigane .dl_box .txtbox {
    width: 58%;
}

#update .sec_karigane .dl_box .exebox {
    position: relative;
    width: 38%;
    margin-left: 4%;
    text-align: center;
}

#update .sec_karigane .dl_box .exebox .btn {
    display: block;
    margin: 10px auto;
}

#update .sec_karigane .dl_box .exebox .btn a {
    position: relative;
    display: inline-block;
    min-width: 220px;
    padding: 28px 47px 28px 40px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 1.3em;
    border: 2px solid #90c31f;
    background-color: #90c31f;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

#update .sec_karigane .dl_box .exebox .btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}

#update .sec_karigane .dl_box .exebox .btn a:hover {
    background-color: #fff;
    color: #90c31f;
}

#update .sec_karigane .dl_box .exebox .btn a:hover::before {
    border-color: #90c31f;
}

#update .sec_karigane .dl_box .exebox .txt {
    font-size: 1em;
    font-weight: normal;
}

#update .sec_karigane .table_style01 {
    margin-bottom: 0;
}


/* dl_flow */
#update .sec_karigane .dl_flow .karigane_box01 dl {
    flex-basis: 100%;
}

#update .sec_karigane .dl_flow .karigane_box01 ol.num {
    margin: 2% 0 0 2%;
}

#update .sec_karigane .dl_flow .karigane_box01 dd li .con_box ol.num li::before { 
    color: #333;
}

#update .sec_karigane .dl_flow .karigane_box01 dd li .con_box {
    margin: 1em 0;
    text-indent: 0;
}

#update .sec_karigane .dl_flow .karigane_box01 dd li .con_box .ttl {
    font-size: 1em;
}

#update .sec_karigane .dl_flow .karigane_box01 dd li .con_box p {
    margin-left: 1em;
}

/* recoed */
#update .sec_karigane .record {
    margin-top: 40px;
}

#update .sec_karigane .record .record_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 20em;
    padding: 1em 2em;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

#update .sec_karigane .record .record_box dt.version {
    color: #333;
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 10px;
    width: 27%;
    border-right: 1px solid #d8d8d8;
    letter-spacing: .25rem;
}

#update .sec_karigane .record .record_box dt.version span {
    font-weight: 500;
    font-size: 0.75em;
    color: #90c31f;
    border : 1px solid #90c31f;
    padding: 0 3px;
    margin-left: 15px;
    letter-spacing: 0;
    vertical-align: text-top;
}

#update .sec_karigane .record .record_box .ver_box {
    width: 73%;
    margin: 10px 0 20px;
    padding-left: 20px;
}

#update .sec_karigane .record .record_box .ver_box div {
    position: relative;
    padding-left: 1.5em;
}

#update .sec_karigane .record .record_box .ver_box div::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    background-color: #90c31f;
}

#update .sec_karigane .record .record_box .ver_box .border_li {
    margin: 0.5em 0 0 1em;
    
}


/* レスポンシブ */
@media only screen and (max-width: 767px) {
  .karigane .title_main {
    background-position:-224px 0;
    background-size:auto 70px;
  }
    
  .sec_karigane_head .head_ttl {
    margin-bottom:20px;
    padding:17.5px 20px;
  }
    
  .sec_karigane_head .head_ttl img {
    max-height: 220px;
  }
    
  .sec_karigane_head .head_txt {
    font-size:1.4rem;
    text-align: left;
  }
    
  .sec_karigane_head .box_movie {
    position:relative;
    margin:20px auto 10px;
    padding-top:56.25%;
    width:100%;
  }
  
  .sec_karigane_head .box_movie iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%!important;
    height:100%!important;
  }
    
  .sec_karigane .con_ttl {
      font-size: 1.6em;
  }
    
  .sec_karigane .karigane_box01 dl dd .box_img,
  .sec_karigane .karigane_box01 .karigane_img {
    width: 100%;
  }
    
  .sec_karigane .karigane_box01 {
    display:block;
    margin-left: 0;
  }
    
  .sec_karigane .karigane_box01:not(:last-child) {
      margin-bottom:30px;
  }
    
  .sec_karigane .karigane_box01 dl dd {
    margin-bottom:15px;
    font-size:1.4rem;
  }
    
  .sec_karigane .img {
    margin:20px auto 15px;
  }
    
  .sec_karigane .sub_ttl {
    margin:10px 0;
    font-size:1.6rem;
  }
    
  .sec_karigane .list_bullet01.list_col2,
  .sec_karigane .list2col {
    display:block;
  }
  
  .sec_karigane .list2col .list_karigane01 {
    margin-bottom:10px;
    line-height:1.5;
  }
  
  .sec_karigane .list2col .list_karigane01 .link_style05 a::after {
    top:.65em;
    bottom:auto;
    vertical-align:top;
  }
  
  .sec_karigane .list_bullet01.list_col2 ~ p {
    text-align:left;
    line-height:1.5;
  }

  #update .sec_karigane .con_box {
    padding: 1em;
  }
    
  #update .sec_karigane .dl_box .txtbox {
    width: 100%;
  }
    
  #update .sec_karigane .dl_box .exebox {
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
  }
    
  #update .sec_karigane .dl_flow .karigane_box01 ol.num {
    margin: 2% 0 0 2%;
  }
    
  #update .sec_karigane .dl_flow .karigane_box01 dd li .con_box p {
    margin-left: 0;
  }
    
  #update .sec_karigane .record .record_box dt.version {
    width: 100%;
    border-right: none;
  }
    
  #update .sec_karigane .record .record_box {
    padding: 1em;
  }
    
  #update .sec_karigane .record .record_box dd.ver_box {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
  }
    
  #update .sec_karigane .record .record_box dd.ver_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}