<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 陬ｽ蜩√�繝ｼ繧ｸ縲繧ｫ繧ｿ繝ｭ繧ｰXCMS 繧ｿ繝悶Ξ繝�ヨ陦ｨ遉ｺ*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media(min-width: 420px) and (max-width: 768px){
  /*蜈ｱ騾夊ｨｭ螳�*/
  .viewpc{
      display: none;
  }
  
  .viewtb{
      display: block;
  }
  
  .viewmb{
      display: none;
  }



.nav {
  text-align: right;
  margin-bottom: 20px;
}

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

.main_photo {
  text-align: center;
}

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

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


.Annotation {
  text-align: center;
  font-size: 24px;
}

.back {
  background-image: url(../image/ctlgXCMS_back_GY.jpg);
  background-repeat: no-repeat;  
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  margin-bottom: 50px;
  padding: 30px;
}

.back h2 {
  font-size: 1em;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin-bottom: 0px;
  }
    
.back_h2 {
  font-size: 2.2em;
  font-weight: bold;
  color: #f28313;
  text-align: center;
  margin-bottom: -20px;
  }

.back h3 {
  font-size: 1.2em;
  color: black;
  text-align: center;
  }

.back p {
  margin-bottom: 35px;
}

.arrow_WT {
  color: white;
  margin-top: -88px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 0;
  height: 0;
  border-bottom: 40px solid ;
  border-left: 40px solid transparent;   
  border-right: 40px solid transparent;  
}

.txt_back h3 {
  color: white;
  font-size: 1.1em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari逕ｨ */
  transform: translateY(-50%);
}

.txt_back {
  background-color: #3B5AA5;
  border-radius: 10px; 
  width: 100%;
  height: 50px;
    margin-top:0;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding:10px;
    box-sizing: border-box;
        display: flex;
    align-items: center;
}

.detail {
  width: 430px;
  float: none;
}

.detail p {
  width: 430px;
  text-align: left;
}

.main_icon {
  width: auto;
  margin-bottom: 50px;
}

.inner {
  width: 100%;
  margin-left: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

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


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

.bold {
  font-weight: bold;
}

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

.btn {
  display: flex;
    flex-wrap: wrap;
    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;
    margin-top: 10px;
    margin-bottom: 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;}

.btn h4 {
  text-align: center;
  margin: 0;
    padding-top:20px;
}

.link_txt h4 {
  color: #06c;
  font-size: 1.1em;
  font-weight: bold; 
} 
    
   /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BOX*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.product_box_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.product_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
margin-bottom: 20px;
    padding:0;
    overflow:hidden;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 繧ｫ繧ｿ繝ｭ繧ｰXCMS縲蝨ｨ螳�Ρ繝ｼ繧ｯ險倩ｿｰ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.features2 {
    padding-right: 15px;
}

.features h2{
font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.features h3{
    font-size: 1.4em;
    color: black;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    }

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


.features2 h3{
    font-size: 1.2em;
    color: #FFF;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    background-color: #3B5AA5;
    }

.features2 h4{
    font-size: 1em;
    color: black;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    }

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

.features2_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
}

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

.triangle{
    text-align: center;
      width: 0;
  height: 0;
  border-top: 30px solid #9fa0a0;
  border-right: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 20px solid transparent;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}
    
    .main_photo_op {
    width: 100%;
    height: auto;
}
        .main_photo_op img {
    width: 100%;
    height: auto;
            margin-left: auto;
        margin-right: auto;
}
</pre></body></html>