/* common ************************************/
@layer legacy {
[data-static-html] time {
  display: block;
  color: #555;
}
@media only screen and (max-width: 690px) {
  [data-static-html] time {
    font-size: 1.2rem;
  }
}
/* title *************************************/
[data-static-html] h1, [data-static-html] h2, [data-static-html] h3, [data-static-html] h4, [data-static-html] h5, [data-static-html] h6 {
  letter-spacing: 0.05em;
}
/* contents **********************************/
[data-static-html] #contents {
  margin-top: 30px;
  max-width: 1200px;
  width: calc(100% - 5%);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 690px) {
  [data-static-html] #contents {
    width: calc(100% - 8%);
    margin: 30px auto;
  }
}
[data-static-html] #contents #contents_left {
  width: 72%;
  float: left;
}
[data-static-html] #contents #contents_right {
  width: 25%;
  float: right;
}
@media only screen and (max-width: 690px) {
  [data-static-html] #contents #contents_right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 979px) {
  [data-static-html] #contents #contents_left,
  [data-static-html] #contents #contents_right {
    width: 100%;
    float: none;
  }
  [data-static-html] #contents #contents_right {
    margin-top: 40px;
  }
}

/* article list **********************************/
[data-static-html] article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
}
[data-static-html] article .post_thumbnail {
  float: left;
  width: 27%;
}
@media only screen and (max-width: 690px) {
  [data-static-html] article .post_thumbnail {
    width: 34%;
  }
}
[data-static-html] article .post_thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}
[data-static-html] article:after {
  content: "";
  display: table;
  clear: both;
}
[data-static-html] article .info {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 690px) {
  [data-static-html] article .info {
    width: 62%;
  }
}
[data-static-html] article .info .title {
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 8px 0 15px;
}
@media only screen and (max-width: 690px) {
  [data-static-html] article .info .title {
    margin: 6px 0 6px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
[data-static-html] article .info time {
  line-height: 1;
  position: relative;
  font-size: 1.2rem;
  color: #000000;
}
/* title **********************************/
[data-static-html] .pagetitle {
  font-size: 2.8rem;
  color: #4683CE;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 690px) {
  [data-static-html] .pagetitle {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}

/****************************************************************/
/* ftl */
/****************************************************************/
[data-static-html] .flt {
  float: left; }

[data-static-html] .flr {
  float: right; }

@media only screen and (max-width: 690px) {
  [data-static-html] .flt {
    float: none; }
  [data-static-html] .flr {
    float: none; } }

/****************************************************************/
/* column */
/****************************************************************/
/* column 2  ************/
[data-static-html] .col2:after, [data-static-html] .col2_m:after, [data-static-html] .col2_ti:after, [data-static-html] .col2_it:after {
  content: "";
  display: table;
  clear: both; }

[data-static-html] .col2 .flt, [data-static-html] .col2 .flr {
  width: 50%; }

[data-static-html] .col2_m .flt, [data-static-html] .col2_m .flr {
  width: 49%; }

[data-static-html] .col2_ti .flt {
  width: calc(18.5% * 3 + 1.875% * 2); }

[data-static-html] .col2_ti .flr {
  width: calc(18.5% * 2 + 1.875%); }

[data-static-html] .col2_it .flt {
  width: calc(18.5% * 2 + 1.875%); }

[data-static-html] .col2_it .flr {
  width: calc(18.5% * 3 + 1.875% * 2); }

/* column 3 ************/
[data-static-html] .col3:after, [data-static-html] .col3_m:after {
  content: "";
  display: table;
  clear: both; }

[data-static-html] .col3 .flt, [data-static-html] .col3 .flr {
  width: 33.33333%; }

[data-static-html] .col3_m .flt, [data-static-html] .col3_m .flr {
  width: 32%; }

[data-static-html] .col3_m .flt {
  margin-right: 2%; }

/* column 4 ************/
[data-static-html] .col4:after, [data-static-html] .col4_m:after {
  content: "";
  display: table;
  clear: both; }

[data-static-html] .col4 .flt, [data-static-html] .col4 .flr {
  width: 25%; }

[data-static-html] .col4_m .flt, [data-static-html] .col4_m .flr {
  width: 23.5%; }

[data-static-html] .col4_m .flt {
  margin-right: 2%; }

/* column 5 ************/
[data-static-html] .col5:after, [data-static-html] .col5_m:after {
  content: "";
  display: table;
  clear: both; }

[data-static-html] .col5 .flt, [data-static-html] .col5 .flr {
  width: 20%; }

[data-static-html] .col5_m .flt, [data-static-html] .col5_m .flr {
  width: 18.5%; }

[data-static-html] .col5_m .flt {
  margin-right: 1.875%; }

@media only screen and (max-width: 979px) {
  /* column 4 ************/
  [data-static-html] .col4 .flt, [data-static-html] .col4 .flr {
    width: 50%; }
  [data-static-html] .col4_m .flt, [data-static-html] .col4_m .flr {
    width: 48%; }
  [data-static-html] .col4_m .flt:not(:nth-child(2)) {
    margin-right: 4%; }
  [data-static-html] .col4_m .flt:nth-child(2) {
    margin-right: 0; }
  [data-static-html] .col4_m .flt {
    margin-bottom: 20px; } }

@media only screen and (max-width: 690px) {
  [data-static-html] .col2 .flt, [data-static-html] .col2 .flr {
    width: 100%; }
  [data-static-html] .col2 .flt {
    margin-bottom: 15px; }
  [data-static-html] .col2_m .flt, [data-static-html] .col2_m .flr {
    width: 100%; }
  [data-static-html] .col2_m .flt {
    margin-bottom: 15px; }
  [data-static-html] .col2_ti .flt {
    width: 100%; }
  [data-static-html] .col2_ti .flr {
    width: 100%; }
  [data-static-html] .col2_ti .flt {
    margin-bottom: 15px; }
  [data-static-html] .col2_it .flt {
    width: 100%; }
  [data-static-html] .col2_it .flr {
    width: 100%; }
  [data-static-html] .col2_it .flt {
    margin-bottom: 15px; }
  [data-static-html] .col3 .flt, [data-static-html] .col3 .flr {
    width: 100%; }
  [data-static-html] .col3_m .flt, [data-static-html] .col3_m .flr {
    width: 100%; }
  [data-static-html] .col3_m .flt {
    margin-right: 0;
    margin-bottom: 15px; }
  [data-static-html] .col4 .flt, [data-static-html] .col4 .flr {
    width: 100%; }
  [data-static-html] .col4_m .flt, [data-static-html] .col4_m .flr {
    width: 100%; }
  [data-static-html] .col4_m .flt {
    margin-right: 0; }
  [data-static-html] .col5 .flt, [data-static-html] .col5 .flr {
    width: 100%; }
  [data-static-html] .col5_m .flt, [data-static-html] .col5_m .flr {
    width: 100%; }
  [data-static-html] .col5_m .flt {
    margin-right: 0;
    margin-bottom: 15px; } }

/* BORDER **********************************/
[data-static-html] .col_border {
  font-size: 13px;
  border: 1px solid #DDD;
  padding: 10px; }

/* SNS **********************************/
[data-static-html] .sns_share.foot {
  padding-top: 20px;
  border-top: 1px dotted #dddddd;
  margin-top: 35px;
}
[data-static-html] .sns_share li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 10px;
  line-height: 22px;
}
[data-static-html] .sns_share li.line{width: 70px;}
[data-static-html] .sns_share li.twitter{width: 70px;}
[data-static-html] .sns_share li.fb{width: 92px;}
[data-static-html] .sns_share li.hateb{width: 108px;}
[data-static-html] .sns_share .line a {
  background: #00c300 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media only screen and (max-width: 690px) {
  [data-static-html] article .info .sns_share {
    display: none;
  }
}
/* main detail **********************************/
[data-static-html] .cover {
  text-align: content;
  margin: 25px auto 40px;
}
[data-static-html] .cover img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
[data-static-html] #main {
  padding: 20px;
  border: 1px solid #eeeeee;
  line-height: 2;
  font-size: 1.5rem;
}
@media only screen and (max-width: 690px) {
  [data-static-html] #main {
    padding: 0;
    border: none;
  }
}
[data-static-html] #main h1 {
  font-size: 3rem;
  line-height: 1.5;
  margin: 10px 0 20px;
}

@media only screen and (max-width: 690px) {
  [data-static-html] #main h1 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
[data-static-html] #main .taglist {
  margin: 5px 0 16px;
}
[data-static-html] #main h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #4683CE;
}

@media only screen and (max-width: 690px) {
  [data-static-html] #main h2 {
    font-size: 2rem;
  }
}
[data-static-html] #main h3 {
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 16px;
  border-left: 5px solid #4683CE;
}

@media only screen and (max-width: 690px) {
  [data-static-html] #main h3 {
    font-size: 1.8rem;
  }
}
[data-static-html] #main h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}

@media only screen and (max-width: 690px) {
  [data-static-html] #main h4 {
    font-size: 1.7rem;
  }
}
/* next prev **********************************/
[data-static-html] #nextprev {
  margin-top: 24px;
  margin-bottom: 56px;
}
[data-static-html] #nextprev li {
  list-style: none;
}
[data-static-html] #nextprev li a {
  font-weight: bold;
}
[data-static-html] #nextprev li a:hover {
  color: #4683CE;
  text-decoration: none;
}
[data-static-html] #nextprev .prev {
  float: left;
}
[data-static-html] #nextprev .next {
  float: right;
}
/* contact **********************************/
[data-static-html] .contact {
  margin-top: 32px;
}
[data-static-html] .contact .title {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .08em;
  padding: 15px 8px;
  background-color: #4683CE;
}

@media only screen and (max-width: 560px) {
  [data-static-html] .contact .title {
    font-size: 1.8rem;
  }
}
[data-static-html] .contact .txt {
  padding: 32px 16px;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  font-size: 0;
}

@media only screen and (max-width: 560px) {
  [data-static-html] .contact .txt {
    padding: 26px 5%;
  }
}
[data-static-html] .contact .txt div {
  display: inline-block;
  text-align: center;
  width: 50%;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
  [data-static-html] .contact .txt div {
    width: 100%;
  }
}
[data-static-html] .contact .txt div.tel {
  font-size: 2.8rem;
}

@media only screen and (max-width: 560px) {
  [data-static-html] .contact .txt div.tel {
    margin-bottom: 16px;
  }
}
[data-static-html] .contact .txt div.tel span {
  background: url("/files/user/contents/service/solutions/common/icon_tel.png") no-repeat left center/24px auto;
  padding-left: 35px;
}
[data-static-html] .contact .txt div.mail {
  padding: 0 3%;
}

@media only screen and (max-width: 560px) {
  [data-static-html] .contact .txt div.mail {
    padding: 0 10%;
  }
}
[data-static-html] .contact .txt div.mail a {
  display: block;
  background-color: #FFAD2B;
  color: #ffffff;
  padding: 15px;
  border-radius: 4px;
}
[data-static-html] .contact .txt div.mail a .in {
  background: url("/files/user/contents/service/solutions/common/icon_letter.png") no-repeat left center/24px auto;
  padding-left: 40px;
}
/* relation **********************************/
[data-static-html] #relation {
  margin-top: 40px;
}
[data-static-html] #relation article {
  border-bottom: none;
  margin-bottom: 24px;
  padding-bottom: 0;
  float: left;
  width: 49%;
  margin-right: 2%;
}
[data-static-html] #relation article:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 690px) {
  [data-static-html] #relation article {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
[data-static-html] #relation .title {
  font-size: 2.4rem;
  margin-bottom: 24px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 3px solid #eeeeee;
}
[data-static-html] #relation:after {
  content: "";
  display: table;
  clear: both;
}
[data-static-html] .relationlist .post_thumbnail {
  float: left;
  width: 35%;
}
[data-static-html] .relationlist .post_thumbnail img {
  max-width: 100%;
  width: auto;
  height: auto;
}
[data-static-html] .relationlist time, [data-static-html] .relationlist .txt {
  float: right;
  width: 60%;
}
[data-static-html] .relationlist time {
  color: #777777;
  margin-top: -5px;
  font-size: 1.2rem;
}
[data-static-html] .relationlist .txt {
  font-size: 1.3rem;
  margin-top: 3px;
}

@media only screen and (max-width: 690px) {
  [data-static-html] .relationlist .txt {
    margin-top: 0;
  }
}

/* LINK_COLOR **********************************/
[data-static-html] .link a {color: #0D73E4;}


/****************************************************************/
/* BTN */
/****************************************************************/
[data-static-html] .btn_detail a, [data-static-html] .bttn a {
  position: relative;
  padding: 10px;
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  background-color: #0D73E4;
  border: 1px solid #0D73E4;
  box-sizing: border-box;
}
[data-static-html] .bttn a{
  display: inline-block;
  padding: 10px 2em;
}
[data-static-html] .btn_detail a:before, [data-static-html] .bttn a::before {
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
[data-static-html] .btn_detail a:hover, [data-static-html] .bttn a:hover {
  color: #0D73E4;
  text-decoration: none;
  background-color: #FFF;
}

/****************************************************************/
/* list style */
/****************************************************************/
[data-static-html] .list_none li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_disc li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_circle li {
  list-style-type: circle;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_square li {
  list-style-type: square;
  margin-left: 22px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_decimal li {
  list-style-type: decimal;
  margin-left: 25px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_loweralpha li {
  list-style-type: lower-alpha;
  margin-left: 25px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_upperalpha li {
  list-style-type: upper-alpha;
  margin-left: 25px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_katakana li {
  list-style-type: katakana;
  margin-left: 30px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_hiragana li {
  list-style-type: hiragana;
  margin-left: 30px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_cjk-ideographic li {
  list-style-type: cjk-ideographic;
  margin-left: 30px;
  line-height: 1.6;
  margin-bottom: 5px; }

[data-static-html] .list_decimal-leading-zero li {
  list-style-type: decimal-leading-zero;
  margin-left: 30px;
  line-height: 1.6;
  margin-bottom: 5px; }
  

[data-static-html] .flow_list li {
    position: relative;
    margin-bottom: 60px;
}
[data-static-html] .flow_list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 70px 0 70px;
    border-color: #083863 transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -35px;
}
[data-static-html] .flow_list li:last-child::after {
  display: none;
}

/*# sourceMappingURL=blog_layout.css.map */


[data-static-html] table.table04 {
  border: 1px solid #bbb;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 5px;
}

[data-static-html] table.table04 th {
  background-color: #f3f3f5;
  padding: 14px 0.5em;
  border: 1px solid #bbb;
  font-weight: normal;
  text-align: center;
}

[data-static-html] table.table04 td {
  padding: 14px 0.5em;
  border: 1px solid #bbb;
  text-align: center;
}

[data-static-html] table.table04 th, [data-static-html] table.table04 td {
  text-align:left;
}
[data-static-html] table.table04 th {
  width:20%;
}

@media only screen and (max-width:640px) {
[data-static-html] table.table04 {
  border-bottom:none;
}
[data-static-html] table.table04 th, [data-static-html] table.table04 td {
  width:100%;
  display:block;
  border:none;
}
[data-static-html] table.table04 th {
  border-bottom: 1px solid #bbb;
}
[data-static-html] table.table04 td {
  border-bottom: 1px solid #bbb;  
}
}

[data-static-html] .blogbox_ti_l{
	float:left;
	width:28%;
}
[data-static-html] .blogbox_ti_r{
	float:right;
	width:69%;
}

[data-static-html] .archive_article{
	margin-top:20px;
	border-top:1px solid #DDD;
	padding-top:20px;
}
[data-static-html] .archive_article:first-of-type{
	margin-top:0;
	border-top:none;
	padding-top:0;
}

[data-static-html] .top_main{
	padding-bottom:80px;
}
@media only screen and (max-width:640px) {
[data-static-html] .top_main{
	padding-bottom:40px;
}
}

/****************************************************************/

/* CONTACT from_top */
/****************************************************************/
[data-static-html] .ftCV ul:after {
    content:" ";
    display:block;
    clear:both;
}
[data-static-html] .ftCV {
  background: url("/files/user/contents/service/solutions/common/top_contact_bg.jpg") no-repeat center;
  background-size: cover;
  height: 330px;
  text-align: center;
  padding-top: 50px;
}
[data-static-html] .ftCV dl {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 50px 10px;
}
[data-static-html] .ftCV dt {
  background: url("/files/user/contents/service/solutions/common/icon03.jpg") no-repeat top center;
  padding-top: 75px;
  font-size: 18px;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: left;
  margin: 0 6px 10px 0;
  width: 242px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
[data-static-html] .ftCV li:last-child {
  margin-right: 0;
}

[data-static-html] .ftCV a {
  display: flex;;
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border:1px solid #0168D9;
}

[data-static-html] .ftCV li:nth-child(1) a {
  background-color: #083863;
}

[data-static-html] .ftCV li:hover:nth-child(1) a {
  background-color: #fff;
}

[data-static-html] .ftCV li:nth-child(2) a {
  background-color: #0168D9;
}

[data-static-html] .ftCV li:hover:nth-child(2) a {
  background-color: #fff;
}

[data-static-html] .ftCV li:nth-child(3) a {
  background-color: #333333;
}

[data-static-html] .ftCV li:hover:nth-child(3) a {
  background-color: #fff;
}

@media only screen and (max-width: 1199px) and (min-width: 641px){
[data-static-html] .ftCV li {
    width: -webkit-calc((100% - 12px) / 3);
    width: calc((100% - 12px) / 3);
}
}

@media only screen and (max-width:640px) {
[data-static-html] .ftCV {
  background: none;
  height: auto;
  padding-top: 0;
}
[data-static-html] .ftCV dl {
  max-width: initial; 
  max-width: auto;
  width: 94%;
  padding: 20px 0 10px;
}
[data-static-html] .ftCV dt {
  line-height: 1.2;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: none;
  margin: 0 0 10px;
  width: 100%;
}

}
/*---------------------------------------------------*/

/*納入事例用*/
/*---------------------------------------------------*/
[data-static-html] #main h3.leadtitl, [data-static-html] #main h4.leadtitl {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-align: center;
    border-left: none;
    font-weight: bold;
}
[data-static-html] .linktxt{text-align: center; }
[data-static-html] .linktxt a{color: #276CBF; }

/*キャプション*/
/*---------------------------------------------------*/
[data-static-html] .caption{
  font-size: 85%;
  line-height: 1.4;
  margin-top: .5em;
}
/*table*/
/*---------------------------------------------------*/
[data-static-html] .tbl {
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 5px;
}

[data-static-html] .tbl th, [data-static-html] .tbl td  {
  padding: 14px 0.5em;
  border-top: 1px solid #bbb;
  font-weight: normal;
  text-align: center;
}
[data-static-html] .tbl tr:last-child th, [data-static-html] .tbl tr:last-child td  {
  border-bottom: 1px solid #bbb;
}
[data-static-html] .tbl th {
  width: 20%;
  font-weight: bold;
  background-color: #f3f3f5;
}
[data-static-html] .tbl td {
  text-align:left;
}

[data-static-html] .caseblock{
  border: 2px solid #0168D9;
}
[data-static-html] .caseblock .inn{
  padding: 2em;
}
[data-static-html] #main h3.HTitl, 
[data-static-html] #main h4.HTitl{
  border: none; 
  font-weight: bold;
}
[data-static-html] #main h3.HTitl.Bgblue, 
[data-static-html] #main h4.HTitl.Bgblue {
    padding: 10px 15px;
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    background-color: #0168D9;
}
[data-static-html] #main h3.HTitl.txtblue, 
[data-static-html] #main h4.HTitl.txtblue{
  color: #0168D9;
}



/* COL 2 */
/*-------------------------------------------------*/
[data-static-html] .col2,
[data-static-html] .col2_sp2,
[data-static-html] .col2_m,
[data-static-html] .col2_m_sp2 {
  display: flex;
  flex-wrap: wrap; }

[data-static-html] .col2_m .col,
[data-static-html] .col2_m_sp2 .col {
  width: calc(50% - 12px);
  margin-left: 24px;
  margin-bottom: 24px; }
  [data-static-html] .col2_m .col:nth-child(2n + 1),
  [data-static-html] .col2_m_sp2 .col:nth-child(2n + 1) {
    margin-left: 0; }

[data-static-html] .col2 .col,
[data-static-html] .col2_sp2 .col {
  width: calc(50% - 0.5px);
  margin-left: 1px;
  margin-bottom: 1px; }
  [data-static-html] .col2 .col:nth-child(2n + 1),
  [data-static-html] .col2_sp2 .col:nth-child(2n + 1) {
    margin-left: 0; }

/* PC TB SP 2列 */
@media only screen and (max-width: 690px) {
  [data-static-html] .col2_m_sp2 .col {
    width: calc(50% - 8px);
    margin-left: 16px; }
    [data-static-html] .col2_m_sp2 .col:nth-child(2n + 1) {
      margin-left: 0; } }

/* PC TB 2列 / SP 1列 */
@media only screen and (max-width: 690px) {
  [data-static-html] .col2 .col, [data-static-html] .col2_m .col {
    width: 100%;
    margin-left: auto; } }


/* BASE COLMN用 IMAGE */
/*-------------------------------------------------*/
[data-static-html] .col2 img, [data-static-html] .col2_sp2 img, [data-static-html] .col2_m img, [data-static-html] .col2_m_sp2 img, [data-static-html] .col2LS img, [data-static-html] .col2LS img, [data-static-html] .col3 img, [data-static-html] .col3_sp2 img, [data-static-html] .col3_m img, [data-static-html] .col3_m_sp2 img, [data-static-html] .col3_m_tab2sp1 img, [data-static-html] .col4 img, [data-static-html] .col4_sp2 img, [data-static-html] .col4_m img, [data-static-html] .col4_m_sp2 img, [data-static-html] .col5 img, [data-static-html] .col5_sp2 img, [data-static-html] .col5_m img, [data-static-html] .col5_m_sp2 img {
  width: 100%;
  height: auto;
}
}