@charset "UTF-8";

/*==================================================
*    01. Base
*    02. Structure
*    03. Modules
*       03-01. Basic Modules
*       03-02. Independent Modules
*       03-03. Column adjustment
*    04. Frame
*    05. Support
*    06. for Old Design
*    07. Unique
*    08. Carousel
==================================================*/

/*==================================================
    01. Base
==================================================*/

body {
  margin: 0;
  padding: 0;
  position: relative;
}

#str-header,
#str-main,
#str-footer {
  position: relative;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo,
    "ＭＳ Pゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#str-header a,
#str-header a:visited,
#str-main a,
#str-main a:visited,
#str-footer a,
#str-footer a:visited {
  color: #532f91;
  text-decoration: none;
}

#str-header a[href]:hover,
#str-header a[href]:active,
#str-header a[href]:focus,
#str-main a[href]:hover,
#str-main a[href]:active,
#str-main a[href]:focus,
#str-footer a[href]:hover,
#str-footer a[href]:active,
#str-footer a[href]:focus {
  color: #532f91;
  text-decoration: underline;
}

#str-header p,
#str-main p:not(.not-renew-css),
#str-footer p {
  margin: 0 0 14px;
}

#str-main li:not(.not-renew-css) {
  margin: 0 0 5px;
}

img {
  border: 0;
  vertical-align: bottom;
}

#str-main img:not(.not-renew-css) {
  margin-bottom: 20px;
}
#str-header a img,
#str-main a img,
#str-footer a img {
  border-width: 0;
}

#str-main h1,
#str-main h2:not(.not-renew-css),
#str-main h3:not(.not-renew-css),
#str-main h4,
#str-main h5,
#str-main h6 {
  margin-top: 0;
  color: #333;
  line-height: 1.5;
}
#str-main h1:not(.not-renew-css) {
  margin-bottom: 17px;
}
#str-main h2:not(.not-renew-css) {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: normal;
}
#str-main h3:not(.not-renew-css) {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: normal;
}

#str-main ul:not(.not-renew-css),
#str-main table:not(.not-renew-css) {
  margin: 0 0 30px;
}
#str-main li:not(.not-renew-css) {
  line-height: 1.5;
}

#str-main table th {
  padding-right: 28px;
  font-weight: normal;
  vertical-align: top;
}
#str-main table th,
#str-main table td:not(.not-renew-css) {
  padding-bottom: 4px;
  line-height: 1.5;
}

#str-header button,
#str-main button,
#str-footer button {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo,
    "ＭＳ Pゴシック", sans-serif;
  font-size: 12px;
}

/*==================================================
    02. Structure
==================================================*/

#header-01 {
  min-height: 32px;
  position: relative;
  color: #fff;
  background-color: #532f91;
}
@media screen and (max-width: 768px) {
  .rwd-valid #header-01 {
    display: none;
  }
}
#header-02{
padding: 9px 0 10px;
position: relative;
background-color: #ebebeb;
overflow: hidden;
}
@media screen and (max-width: 768px){
  .rwd-valid #header-02{
  display: none;
  }
}
#header-03 {
  padding: 21px 0;
  border-bottom: 2px #ebebeb solid;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .rwd-valid #header-03 {
    padding-top: 13px;
    padding-bottom: 0;
    border-top: 10px #532f91 solid;
    border-bottom: 3px #ebebeb solid;
  }
}

#str-main {
  display: block;
  background-color: #f2f2f2;
}
#main-header-01 {
  margin-top: 10px;
  border-bottom: 2px #ebebeb solid;
  background-color: #fff;
}
#main-header-01 * {
  font-family: Arial, sans-serif;
}

#main-wrapper #str-sidecont {
  width: 780px;
  float: left;
}

#main-wrapper #str-aside {
  width: 200px;
  float: right;
}

#main-footer {
  margin-top: 60px;
  padding: 17px 0 1px;
  color: #fefefe;
  background-color: #2f2f2f;
}
#footer-01 {
  color: #fefefe;
  background-color: #1d1d1d;
}
#footer-02 {
  padding: 14px 0 3px;
  color: #fff;
  background-color: #2f2f2f;
}

#header-01 > .inner,
#header-02 > .inner,
#header-03 > .inner,
#str-main > .inner,
#main-header-01 > .inner,
#main-header-02 > .inner,
#main-footer > .inner,
#footer-02 > .inner {
  width: 1000px;
  margin: 0 auto;
}
.rwd-valid #header-01 > .inner,
.rwd-valid #header-02 > .inner,
.rwd-valid #header-03 > .inner,
.rwd-valid #str-main > .inner,
.rwd-valid #main-header-01 > .inner,
.rwd-valid #main-header-02 > .inner,
.rwd-valid #main-footer > .inner,
.rwd-valid #footer-02 > .inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
}

#str-main > .inner {
  margin-top: 20px;
}
#footer-01 {
  background-color: #000;
}
#footer-01 > .inner {
  display: flex;
  display: -webkit-box;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .rwd-valid #footer-01 .inner {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    display: block;
  }
}
#footer-01 .footer-sns {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  #footer-01 .footer-sns {
    padding: 13px 24px 14px;
  }
}
#footer-01 .footer-sns .sns-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #footer-01 .footer-sns .sns-title {
    text-align: center;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
#footer-01 .link-sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  #footer-01 .link-sns {
    justify-content: center;
  }
}
#footer-01 .link-sns li {
  list-style: none;
}
#footer-01 .link-sns li + li {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #footer-01 .link-sns li  {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #footer-01 .link-sns li + li {
    margin-left: 15px;
  }
}
#footer-01 .link-sns li a {
  color: #fff;
  transition: 0.5s !important;
  margin-top: 0px;
}
#footer-01 .link-sns li a img {
  position: absolute;
}
#footer-01 .linkedin-link,
#footer-01 .instagram-link {
  width: 35px;
  display: block;
  margin-top: 33px;
}
#footer-01 .youtube-link{
  width: 35px;
  display: block;
  margin-top: 28px;
}
#footer-01 .youtube-link:after {
  content: url(/common/images/i_youtube.png);
  position: sticky;
  transition: .5s;
  opacity: 0;
}
#footer-01 .linkedin-link:after {
  content: url(/common/images/i_linkedin.png);
  position: sticky;
  transition: .5s;
  opacity: 0;
}
#footer-01 .instagram-link:after {
  content: url(/common/images/i_instagram.png);
  position: sticky;
  transition: .5s;
  opacity: 0;
}
@media screen and (max-width: 768px){
  #footer-01 .youtube-link:after,
  #footer-01 .linkedin-link:after,
  #footer-01 .instagram-link:after
  {
    opacity: 1;
  }
  #footer-01 .youtube-link,
  #footer-01 .instagram-link,
  #footer-01 .linkedin-link,
  #footer-01 .youtube-link img,
  #footer-01 .linkedin-link img,
  #footer-01 .instagram-link img  {
    width: 30px;
  }
}
#footer-01 .youtube-link:hover:after,
#footer-01 .linkedin-link:hover:after,
#footer-01 .instagram-link:hover:after {
  opacity: 1;
  transition: .5s;
}
@media screen and (max-width: 768px){
  #footer-01 .link-sns {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  #footer-01 .inner {
    padding: 0px;
    margin: 0px;
  }
  #footer-01 .instagram-link img,
  #footer-01 .linkedin-link img,
  #footer-01 .youtube-link img {
    opacity: 0;
  }
  #footer-01 .youtube-link:hover:after,
  #footer-01 .linkedin-link:hover:after,
  #footer-01 .instagram-link:hover:after {
    opacity: 1;
  }
  #footer-01 .youtube-link:after {
    content: url(/common/images/youtube-icon-sp.png);
    position: sticky;
    transition: .5s;
  }
  #footer-01 .linkedin-link:after {
    content: url(/common/images/linkedin-icon-sp.png);
    position: sticky;
    transition: .5s;
  }
  #footer-01 .instagram-link:after {
    content: url(/common/images/instagram-icon-sp.png);
    position: sticky;
    transition: .5s;
  }
}

#second-section {
  background-color: #E8E8E8;
  padding-top: 40px;
}

#second-section > .inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}

#second-section > .inner > *:first-child{
  margin-top: 0;
}

#second-section > .inner > *:last-child{
  margin-bottom: 0;
}

#second-section + #footer-btn{
  margin-top: 0;
}
/*==================================================
    03. Modules
==================================================*/

/*--------------------------------------------------
    03-01. Basic Modules
--------------------------------------------------*/

/* Text - text-align
---------------------------------------------*/
#str-main .txt-right {
  text-align: right;
}
#str-main .txt-center {
  text-align: center;
}

/* link-img
---------------------------------------------*/
#str-main .link-img a {
  margin-bottom: 20px;
  display: table;
  background-color: #fff;
}
#str-main .link-img img {
  margin-bottom: 0;
}
#str-main .link-img a:hover img,
#str-main .link-img a:active img,
#str-main .link-img a:focus img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .link-img.txt-right a {
  margin-left: auto;
}
#str-main .link-img.txt-center a {
  margin-right: auto;
  margin-left: auto;
}

/* Icon .icon-link
---------------------------------------------*/
#str-header img.icon-link,
#str-main img.icon-link,
#str-footer img.icon-link {
  margin: 0 0 -2px 5px;
  vertical-align: baseline;
}

/* Heading - hdg-01
---------------------------------------------*/
#str-main .hdg-01,
#str-main h2.hdg-01,
#str-main h3.hdg-01 {
  color: #532f91;
  font-size: 50px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #str-main .hdg-01,
  #str-main h2.hdg-01,
  #str-main h3.hdg-01 {
    padding-left: 14px;
    border-left: 5px #532f91 solid;
    color: #532f91;
    font-size: 25px;
    font-weight: bold;
  }
}

/* Heading - hdg-02
---------------------------------------------*/
#str-main .hdg-02,
#str-main h2.hdg-02,
#str-main h3.hdg-02 {
  margin-bottom: 21px;
  padding: 12px 17px 13px;
  color: #fff;
  background-color: #532f91;
  font-size: 18px !important;
  font-weight: bold;
}
#str-main .hdg-02.btn,
#str-main h2.hdg-02.btn,
#str-main h3.hdg-02.btn {
  background-color: #fff;
}
#str-main .hdg-02.btn a,
#str-main h2.hdg-02.btn a,
#str-main h3.hdg-02.btn a,
#str-main .hdg-02.btn a:visited,
#str-main h2.hdg-02.btn a:visited,
#str-main h3.hdg-02.btn a:visited {
  margin: -12px -17px -13px;
  padding: 12px 28px 13px 17px;
  display: block;
  color: #fff;
  background: #532f91 url(/common/images/anc_01.png) no-repeat right 50%;
}
#str-main .hdg-02.btn a:hover,
#str-main h2.hdg-02.btn a:hover,
#str-main h3.hdg-02.btn a:hover,
#str-main .hdg-02.btn a:active,
#str-main h2.hdg-02.btn a:active,
#str-main h3.hdg-02.btn a:active,
#str-main .hdg-02.btn a:focus,
#str-main h2.hdg-02.btn a:focus,
#str-main h3.hdg-02.btn a:focus {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}

/* Heading - hdg-03
---------------------------------------------*/
#str-main .hdg-03,
#str-main h2.hdg-03,
#str-main h3.hdg-03 {
  margin-bottom: 22px;
  padding-left: 11px;
  border-left: 5px #532f91 solid;
  font-size: 18px;
  font-weight: bold;
}

/* Heading - hdg-04
---------------------------------------------*/
#str-main .hdg-04,
#str-main h2.hdg-04,
#str-main h3.hdg-04 {
  margin-bottom: 20px;
  padding: 0 1px 10px;
  border-bottom: 1px #cccccc solid;
  font-size: 16px;
  font-weight: bold;
}

/* Link .link-01
---------------------------------------------*/
#str-main .link-01 {
  padding: 0;
}
#str-main .link-01 li {
  margin-bottom: 6px;
  padding-left: 17px;
  background: url(/common/images/anc_09.png) no-repeat 3px 4px;
  list-style: none;
}

/* Link .link-02
---------------------------------------------*/
#str-main ul.link-02 {
  margin-right: -6px;
  margin-left: -6px;
  padding: 0;
  font-size: 14px;
}
#str-main .link-02 li {
  padding-right: 6px;
  padding-left: 6px;
  border-right: 1px #333 solid;
  display: inline-block;
}
#str-main .link-02 li a,
#str-main .link-02 li a:visited {
  color: #333;
  text-decoration: underline;
}
#str-main .link-02 li a:hover,
#str-main .link-02 li a:active,
#str-main .link-02 li a:focus {
  color: #333;
  text-decoration: none;
}

/* Link .btn-01
---------------------------------------------*/
#str-main ul.btn-01 {
  margin: 0 -10px 30px;
  padding: 0;
  font-size: 16px;
}
#str-main .btn-01 li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  background-color: #fff;
  list-style: none;
}
#str-main .btn-01 li a {
  min-width: 142px;
  height: 34px;
  padding: 10px 41px 0 17px;
  position: relative;
  display: block;
  color: #fff;
  background: #532f91 url(/common/images/anc_04.png) no-repeat right 50%;
  white-space: nowrap;
}
#str-main .btn-01 li a:visited {
  color: #fff;
}
#str-main .btn-01 li a:hover,
#str-main .btn-01 li a:active,
#str-main .btn-01 li a:focus {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .btn-01.vertical {
  margin-right: 0;
  margin-left: 0;
  display: table;
}
#str-main .btn-01.vertical li {
  width: auto;
  margin: 0 0 10px;
  display: block;
}
#str-main .btn-01.align-c {
  text-align: center;
}
#str-main .btn-01.vertical.align-c {
  margin-right: auto;
  margin-left: auto;
}
#str-main .btn-01.align-r {
  text-align: right;
}
#str-main .btn-01.align-r li a {
  text-align: left;
}
#str-main .btn-01.vertical.align-r {
  margin-left: auto;
}

/* List .btn-02
---------------------------------------------*/
#str-main ul.btn-02 {
  margin: 0 -10px 25px;
  padding: 0;
  font-size: 14px;
}
#str-main .btn-02 li {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border: 1px #dbdbdb solid;
  display: inline-block;
  background-color: #fff;
  list-style: none;
}
#str-main .btn-02 li a {
  height: 29px;
  padding: 9px 33px 0 17px;
  position: relative;
  display: block;
  color: #333;
  background: url(/common/images/anc_08.png) no-repeat right 50%;
  white-space: nowrap;
}
#str-main .btn-02 li a:visited {
  color: #333;
}
#str-main .btn-02 li a:hover,
#str-main .btn-02 li a:active,
#str-main .btn-02 li a:focus {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .btn-02.align-c {
  text-align: center;
}
#str-main .btn-02.align-r {
  text-align: right;
}
#str-main .btn-02.align-r li a {
  text-align: left;
}

/* List .btn-03
---------------------------------------------*/
#str-main ul.btn-03 {
  margin-bottom: 25px;
  padding: 0;
}
#str-main .btn-03 li {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0;
  border: 1px #dbdbdb solid;
  background-color: #fff;
  list-style: none;
  font-size: 14px;
}
#str-main .btn-03 li a {
  height: 32px; /* min-height */
  padding: 3px 33px 3px 19px;
  position: relative;
  display: block; /* IE8 */
  color: #333;
  background: url(/common/images/anc_08.png) no-repeat right 50%;
  vertical-align: middle;
}
:root #str-main .btn-03 li a {
  width: 1000px; /* min-width */
  display: table-cell; /* IE8�ȊO */
}
#str-main .btn-03 li a:visited {
  color: #333;
}
#str-main .btn-03 li a:hover,
#str-main .btn-03 li a:active,
#str-main .btn-03 li a:focus {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .btn-03 .current a {
  background-color: #f2f2f2;
  font-weight: bold;
}

/* List .btn-04
---------------------------------------------*/
#str-main .btn-04 {
  padding: 0;
}
#str-main .btn-04 li {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0;
  border: 1px #dbdbdb solid;
  background-color: #fff;
  list-style: none;
  font-size: 14px;
}
#str-main .btn-04 a {
  width: 1000px;
  height: 32px; /* min-height */
  padding: 3px 21px 3px 19px;
  position: relative;
  display: block;
  display: table-cell;
  color: #333;
  background: #f2f2f2 url(/common/images/anc_08.png) no-repeat right 50%;
  vertical-align: middle;
}
#str-main .btn-04 a:visited {
  color: #333;
}
#str-main .btn-04 a:hover,
#str-main .btn-04 a:active,
#str-main .btn-04 a:focus {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
/* List .btn-05
---------------------------------------------*/
#str-main ul.btn-05 {
  margin-bottom: 20px;
  padding: 0;
}
#str-main .btn-05 li {
  margin: 0 5px 10px;
  border: 1px #c3c3c3 solid;
  position: relative;
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
#str-main .btn-05 li a {
  width: 1000px; /* min-width */
  height: 29px; /* min-height */
  padding: 5px 8px 5px;
  display: block;
  display: table-cell;
  color: #333;
  vertical-align: middle;
}
#str-main .btn-05 li a:visited {
  color: #333;
}
#str-main .btn-05 li.notice a {
  padding-left: 31px;
}
#str-main .btn-05 li.notice a:after {
  width: 15px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  background: url(/common/images/icon_notice.png) no-repeat 0 0;
  content: "";
}
#str-main .btn-05 li a:hover,
#str-main .btn-05 li a:active,
#str-main .btn-05 li a:focus {
  text-decoration: none;
}
#str-main .btn-05 li a:hover,
#str-main .btn-05 li a:active,
#str-main .btn-05 li a:focus,
#str-main .btn-05 li.notice a:hover:after {
  opacity: 0.6;
  color: #333;
  -ms-filter: "alpha(opacity=60)";
}

/* List .btn-06
---------------------------------------------*/
#str-main .btn-06 {
  margin-bottom: 20px;
  padding: 0;
}
#str-main .btn-06 li {
  margin: 0 0 20px;
  padding: 0;
  background-color: #fff;
  list-style: none;
  font-size: 16px;
}
#str-main .btn-06 a {
  width: 100%;
  padding: 10px 0;
  display: table;
  background: url(/common/images/anc_02.png) no-repeat right center;
  vertical-align: middle;
}
#str-main .btn-06 a:hover,
#str-main .btn-06 a:active,
#str-main .btn-06 a:focus {
  opacity: 0.6;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .btn-06 .icon {
  margin: 0 20px 0 10px;
  border-right: 1px #dbdbdb solid;
  vertical-align: middle;
}
#str-main .btn-06 .txt {
  width: 1000px; /* max-width */
  height: 100%;
  padding-right: 28px;
  display: table-cell;
  vertical-align: middle;
}
#str-main .btn-06 .icon-link {
  margin-left: 12px;
}

/* .btn-info
---------------------------------------------*/
#str-header .btn-info{
margin: 0;
padding: 0;
float: right;
font-size: 12px;
}
#str-header .btn-info li{
margin: 0 0 0 10px;
float: left;
list-style: none;
text-align: center;
white-space: nowrap;
}
#str-header .btn-info a{
min-width: 95px;
height: 24px;
padding: 8px 20px 0;
position: relative;
display: block;
color: #fff;
background-color: #2f2f2f;
}
#str-header .btn-info a:before{
width: 16px;
height: 100%;
position: absolute;
top: 0;
left: 0;
background:#ebebeb url(/common/images/bg_btn-info.png) no-repeat 0 0;
content: "";
}
#str-header .btn-info a:after{
width: 16px;
height: 100%;
position: absolute;
top: 0;
right: 0;
background:#ebebeb url(/common/images/bg_btn-info.png) no-repeat -20px 0;
content: "";
}
#str-header .btn-info a:visited{
color: #fff;
}
#str-header .btn-info li a:hover,
#str-header .btn-info li a:active,
#str-header .btn-info li a:focus{
opacity: 0.6;
color: #fff;
text-decoration: none;
-ms-filter: "alpha(opacity=60)";
}

/* Link .link-box-01
---------------------------------------------*/
#str-main .link-box-01 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#str-main .link-box-01 li {
  display: table;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
#str-main .link-box-01 a {
  width: 100%;
  display: block;
  background-color: #fff;
  line-height: 1.2;
}
#str-main .link-box-01 a:hover,
#str-main .link-box-01 a:active,
#str-main .link-box-01 a:focus {
  text-decoration: none;
}
#str-main .link-box-01 a .txt {
  width: 962px;
  height: 40px; /*min-height*/
  padding: 6px 24px 6px 14px;
  position: relative;
  display: table-cell;
  color: #fff;
  background: #532f91 url(/common/images/anc_01.png) no-repeat right 50%;
  background-color: #532f91;
  vertical-align: middle;
}
#str-main .link-box-01 a:hover img,
#str-main .link-box-01 a:active img,
#str-main .link-box-01 a:focus img,
#str-main .link-box-01 a:hover .txt,
#str-main .link-box-01 a:active .txt,
#str-main .link-box-01 a:focus .txt {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .link-box-01 a img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#str-main .link-box-01.shadow li {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); /*IE8以外*/
}
#str-main .link-box-01 .icon-link {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

/* Link .link-box-02
---------------------------------------------*/
#str-main .link-box-02 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
}
#str-main .link-box-02 li {
  margin: 0 0 20px;
  padding: 0;
  border: 1px #dbdbdb solid;
  background-color: #fff;
  list-style: none;
}
#str-main .link-box-02 a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1.2;
}
#str-main .link-box-02 a:visited {
  color: #333;
}
#str-main .link-box-02 a:hover,
#str-main .link-box-02 a:active,
#str-main .link-box-02 a:focus {
  text-decoration: none;
}
#str-main .link-box-02 a .txt {
  width: 998px;
  height: 33px; /*min-height*/
  padding: 3px 24px 3px 19px;
  position: relative;
  display: table-cell;
  background: url(/common/images/anc_08.png) no-repeat right 50%;
  vertical-align: middle;
}
#str-main .link-box-02 a:hover,
#str-main .link-box-02 a:active,
#str-main .link-box-02 a:focus,
#str-main .link-box-02 a:hover .txt,
#str-main .link-box-02 a:active .txt,
#str-main .link-box-02 a:focus .txt {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .link-box-02 a img {
  margin-bottom: 0;
}

/* Link .link-box-03
---------------------------------------------*/
#str-main .link-box-03 {
  margin-bottom: 0;
  padding: 0;
}
#str-main .link-box-03 li {
  margin-bottom: 30px;
  list-style: none;
}
#str-main .link-box-03 .wrapper {
  padding: 0 10px 19px;
  background-color: #fff;
}
#str-main .link-box-03 a {
  margin: 0 -10px -19px;
  padding: 0 10px 19px;
  display: block;
  color: #333;
  background: url(/common/images/anc_10.png) no-repeat right bottom;
}
#str-main .link-box-03 a:visited {
  color: #333;
}
#str-main .link-box-03 a:hover,
#str-main .link-box-03 a:active,
#str-main .link-box-03 a:focus {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .link-box-03 .img {
  margin: 0 -10px 11px;
}
#str-main .link-box-03 .hdg {
  margin-bottom: 6px;
  display: block;
  color: #532f91;
  font-size: 14px;
  font-style: normal;
}

/* Link .link-box-04
---------------------------------------------*/
#str-main .link-box-04 {
  padding: 0;
  font-size: 12px;
}
#str-main .link-box-04 li {
  margin-bottom: 20px;
  background-color: #fff;
  list-style: none;
}
#str-main .link-box-04 li a {
  padding-right: 18px;
  display: block;
  color: #333;
  background: url(/common/images/anc_02.png) no-repeat right 50%;
}
#str-main .link-box-04 li a:visited {
  color: #333;
}
#str-main .link-box-04 li a:hover,
#str-main .link-box-04 li a:active,
#str-main .link-box-04 li a:focus {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .link-box-04 li .hdg {
  margin-bottom: 11px;
  display: block;
  color: #532f91;
  font-size: 14px;
  font-style: normal;
}
#str-main .link-box-04 li .thumb {
  display: table-cell;
}
#str-main .link-box-04 li .thumb img {
  margin-bottom: 0;
}
#str-main .link-box-04 li .txt {
  padding: 17px 19px;
  display: table-cell;
  vertical-align: top;
}

/* Link .link-box-05
---------------------------------------------*/
#str-main .link-box-05 {
  padding: 0;
  font-size: 12px;
}
#str-main .link-box-05 li {
  margin-bottom: 20px;
  color: #532f91;
  background-color: #fff;
  list-style: none;
  font-size: 16px;
  line-height: 1.25;
}
#str-main .link-box-05 li a {
  padding-right: 18px;
  display: block;
  background: url(/common/images/anc_02.png) no-repeat right 50%;
}
#str-main .link-box-05 li a:hover,
#str-main .link-box-05 li a:active,
#str-main .link-box-05 li a:focus {
  opacity: 0.6;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .link-box-05 li .subtit {
  margin-bottom: 7px;
  display: block;
  color: #333;
  font-size: 12px;
}
#str-main .link-box-05 li .thumb {
  display: table-cell;
}
#str-main .link-box-05 li .thumb img {
  margin-bottom: 0;
}
#str-main .link-box-05 li .txt {
  padding: 17px 19px;
  display: table-cell;
  vertical-align: middle;
}

/* List .list-01
---------------------------------------------*/
#str-main .list-01 {
  padding-left: 0;
}
#str-main .list-01 li {
  padding-left: 15px;
  background: url(/common/images/blt_01.png) no-repeat 1px 4px;
  list-style-type: none;
}

/* List .list-news
---------------------------------------------*/
#str-main .list-news {
  padding: 0;
  border-top: 1px #c3c3c3 solid;
  font-size: 16px;
}
#str-main .list-news li {
  margin: 0;
  padding: 20px 37px 17px 10em;
  border-bottom: 1px #c3c3c3 solid;
  position: relative;
  list-style: none;
}
#str-main .list-news a {
  margin: -20px -37px -17px -10em;
  padding: 20px 37px 17px 10em;
  display: block;
  color: #333;
  background: url(/common/images/anc_06.png) no-repeat right center;
}
#str-main .list-news a:visited {
  color: #333;
}
#str-main .list-news a:hover,
#str-main .list-news a:active,
#str-main .list-news a:focus {
  text-decoration: none;
}
#str-main .list-news.with-icon li {
  padding-left: 14.6em;
}
#str-main .list-news.with-icon li a {
  margin-left: -14.6em;
  padding-left: 14.6em;
}
#str-main .list-news .date {
  position: absolute;
  top: 20px;
  left: 16px;
}
#str-main .list-news .icon {
  position: absolute;
  top: 20px;
  left: 8.8em;
  vertical-align: middle;
}
#str-main .list-news a:hover,
#str-main .list-news a:active,
#str-main .list-news a:focus,
#str-main .list-news a:hover .date,
#str-main .list-news a:active .date,
#str-main .list-news a:focus .date,
#str-main .list-news a:hover .icon,
#str-main .list-news a:active .icon,
#str-main .list-news a:focus .icon {
  opacity: 0.6;
  color: #333;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .list-news .release {
  color: #e60012;
}

/* Box .box-01
---------------------------------------------*/
#str-main .box-01 {
  margin-bottom: 20px;
  padding: 17px 19px 1px;
  background-color: #fff;
}
#str-main .box-01 .hdg {
  margin-bottom: 11px;
  display: block;
  font-size: 14px;
  font-style: normal;
}

/* Box .box-02
---------------------------------------------*/
#str-main .box-02 {
  margin-bottom: 20px;
  padding: 17px 18px 1px;
  border: 1px #dbdbdb solid;
  background-color: #fff;
}

/* Box .box-img-w***
---------------------------------------------*/
#str-main .box-img-w180,
#str-main .box-img-w200 {
  margin-bottom: 20px;
  background-color: #fff;
  list-style: none;
  font-size: 12px;
}
#str-main .box-img-w180 .img,
#str-main .box-img-w200 .img {
  float: left;
}
#str-main .box-img-w200 .img * {
  margin-left: 5px;
}
#str-main .box-img-w180 .img img,
#str-main .box-img-w200 .img img {
  margin: 0;
}
#str-main .box-img-w180 .txt,
#str-main .box-img-w200 .txt {
  padding: 17px 19px 0;
  float: right;
}
#str-main .box-img-w180 .hdg,
#str-main .box-img-w200 .hdg {
  margin-bottom: 11px;
}
#str-main .box-img-w180 .txt {
  width: 782px;
}
#str-main #str-sidecont .box-img-w200 .txt {
  width: 542px;
}
#str-main .col-2 .box-img-w180 .txt,
#str-main .col-2-adjust-h .box-img-w180 .txt {
  width: 272px;
}

/* Box .box-imp-news
---------------------------------------------*/
#str-main .box-imp-news {
  margin: 11px 0 15px;
  padding: 0 37px 0;
  border: 1px #f47171 solid;
  background-color: #fff5f5;
}
#str-main .box-imp-news .hdg {
  min-height: 24px;
  margin: 0 -37px 9px;
  color: #fff;
  background-color: #f47171;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#str-main .box-imp-news .hdg:before {
  width: 28px;
  height: 24px;
  margin: 0 10px -3px 0;
  display: inline-block;
  background: url(/common/images/icon_important.png) no-repeat 0 0;
  content: "";
}
#str-main .box-imp-news table {
  margin-bottom: 9px;
}
#str-main .box-imp-news table th {
  white-space: nowrap;
}

/* Index .ind-01
---------------------------------------------*/
#str-main .ind-01 {
  margin-bottom: 40px;
  padding: 0 20px 1px;
  background-color: #fff;
}
#str-main .ind-01 .ind-01-hdg-01 {
  margin: 0 -20px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
#str-main .ind-01 .ind-01-hdg-01 a {
  width: 1000px; /* max-width */
  height: auto \9; /*IE8*/
  padding: 4px 28px 4px 19px;
  display: table-cell;
  color: #fff;
  background: #532f91 url(/common/images/anc_01.png) no-repeat right 50%;
  vertical-align: middle;
}
:root #str-main .ind-01 .ind-01-hdg-01 a {
  height: 44px; /* IE8以外 min-height */
}
#str-main .ind-01 .ind-01-hdg-02 {
  margin: 0 0 20px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
#str-main .ind-01 .ind-01-hdg-02 a {
  width: 1000px; /* max-width */
  height: auto; /* IE8 */
  padding: 4px 19px 4px;
  display: table-cell;
  color: #532f91;
  background: #d5cee0 url(/common/images/anc_09.png) no-repeat right 50%;
  vertical-align: middle;
}
:root #str-main .ind-01 .ind-01-hdg-02 a {
  height: 36px; /* IE8以外 min-height */
}
#str-main .ind-01 .ind-01-hdg-02 a:visited {
  color: #532f91;
}
#str-main .ind-01 .ind-01-hdg-01 a:hover,
#str-main .ind-01 .ind-01-hdg-01 a:active,
#str-main .ind-01 .ind-01-hdg-01 a:focus,
#str-main .ind-01 .ind-01-hdg-02 a:hover,
#str-main .ind-01 .ind-01-hdg-02 a:active,
#str-main .ind-01 .ind-01-hdg-02 a:focus {
  opacity: 0.6;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
#str-main .ind-01 .ind-01-hdg-01 + * {
  margin-top: 17px;
}

/* Layout .lyt-img-only
---------------------------------------------*/
#str-main .lyt-img-only {
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
#str-main .lyt-img-only img {
  max-width: 100%;
}
#str-main .lyt-img-only .caption {
  margin: -15px 0 20px;
  display: block;
}
#str-main .lyt-img-only.link-img a {
  max-width: 100%;
}

/* Layout .lyt-img
---------------------------------------------*/
#str-main .lyt-img {
  display: block;
}
#str-main .lyt-img .img.right {
  margin-left: 14px;
  float: right;
}
#str-main .lyt-img .img.left {
  margin-right: 14px;
  float: left;
}

/* Layout .lyt-img-w***
---------------------------------------------*/
#str-main .lyt-img-w130 .img,
#str-main .lyt-img-w160 .img,
#str-main .lyt-img-w200 .img {
  float: left;
}
#str-main #str-sidecont .box-01 .lyt-img-w130 .txt {
  width: 593px;
  float: right;
}
#str-main #str-sidecont .box-01 .lyt-img-w160 .txt {
  width: 563px;
  float: right;
}
#str-main .lyt-img-w200 .txt {
  width: 747px;
  float: right;
}

/* Layout .lyt-carousel
---------------------------------------------*/
#str-main .lyt-carousel .carousel-list {
  margin-bottom: 0;
  padding-bottom: 1px;
}
#str-main .lyt-carousel .turn button[disabled="disabled"] {
  display: none;
}
#str-main .lyt-carousel .turn {
  width: 100%;
  margin: -31px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 0;
  display: none;
}
#str-main .lyt-carousel .turn li {
  position: absolute;
  right: 0;
  list-style: none;
}
#str-main .lyt-carousel .turn li:first-child {
  left: 0;
}
#str-main .lyt-carousel .turn button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}
#str-main .lyt-carousel .turn button img {
  margin-bottom: 0;
}
#str-main .lyt-carousel .turn button:hover img,
#str-main .lyt-carousel .turn button:active img,
#str-main .lyt-carousel .turn button:focus img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.js-active #str-main .lyt-carousel {
  /* JS有効時 */
  width: 1094px;
  margin: 0 -47px;
  position: relative;
}
.js-active #str-main .lyt-carousel .carousel-list {
  margin: 0 47px;
  position: relative;
  z-index: 1;
}
.js-active #str-main .lyt-carousel .viewarea {
  margin: 0 47px;
  position: relative;
  overflow: hidden;
}
.js-active #str-main .lyt-carousel .viewarea .carousel-list {
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.js-active #str-main .lyt-carousel .viewarea .carousel-list {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.js-active #str-main .lyt-carousel .viewarea .carousel-list [role="tabpanel"] {
  width: 1000px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 20px;
  float: left;
}
.js-active
  #str-main
  .lyt-carousel
  .viewarea
  .carousel-list.col-4
  [role="tabpanel"],
.js-active
  #str-main
  .lyt-carousel
  .viewarea
  .carousel-list.col-4-adjust-h
  [role="tabpanel"] {
  width: 235px;
}
.js-active #str-main .lyt-carousel .turn {
  display: block;
}

/* Layout .lyt-tab
---------------------------------------------*/
#str-main .lyt-tab {
  margin-bottom: 40px;
}
#str-main .lyt-tab .tab {
  margin: 0;
  padding: 0;
}
#str-main .lyt-tab .tab li {
  min-width: 168px;
  margin: 0 0 0 3px;
  padding: 9px 3px 10px;
  border: 1px #dbdbdb solid;
  float: left;
  list-style: none;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
#str-main .lyt-tab .tab li:first-child {
  margin-left: 0;
}
#str-main .lyt-tab .tab a {
  margin: -9px -3px -10px;
  padding: 9px 3px 10px;
  display: block;
  background-color: #e7e4ed;
  cursor: pointer;
}
#str-main .lyt-tab .panel {
  margin-top: -1px;
  padding: 19px 19px 0;
  border: 1px #dbdbdb solid;
}
#str-main .lyt-tab .tab li[aria-selected="true"] {
  /* js有効時 */
  padding-top: 6px;
  padding-bottom: 11px;
  border-width: 0;
  border-top: 4px #532f91 solid;
  z-index: 1;
}
#str-main .lyt-tab .tab li[aria-selected="true"] {
  min-width: 170px;
}
#str-main .lyt-tab .tab li[aria-selected="true"] a {
  margin-top: -6px;
  margin-bottom: -11px;
  padding-top: 6px;
  padding-bottom: 11px;
  border-right: 1px #dbdbdb solid;
  border-left: 1px #dbdbdb solid;
  position: relative;
  color: #333;
  background-color: #f2f2f2;
}
#str-main .lyt-tab .tab li[aria-selected="true"] a:visited {
  color: #333;
}
#str-main .lyt-tab .tab li[aria-selected="true"] a:hover,
#str-main .lyt-tab .tab li[aria-selected="true"] a:active,
#str-main .lyt-tab .tab li[aria-selected="true"] a:focus {
  cursor: default;
  text-decoration: none;
}
#str-main .lyt-tab .panel[aria-hidden="true"] {
  display: none;
}

/* Layout .lyt-news
---------------------------------------------*/
#str-main .lyt-news {
  position: relative;
}
#str-main .lyt-news .btn-news {
  width: auto;
  margin-right: 0 !important;
  margin-left: 0 !important;
  position: absolute;
  top: -17px; /* IE8 */
  right: 0;
}
:root #str-main .lyt-news .btn-news {
  /* IE8以外 */
  top: 8px;
}
#str-main .lyt-news .rss a:hover img,
#str-main .lyt-news .rss a:active img,
#str-main .lyt-news .rss a:focus img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

/* Layout .lyt-recommend
---------------------------------------------*/
#str-main .lyt-recommend {
  margin: 11px 0 40px;
}
#str-main .lyt-recommend > .hdg {
  width: 1000px;
  margin: 0 auto 22px;
  font-size: 22px;
  font-weight: normal;
}
#str-main .lyt-recommend .box {
  padding-top: 30px;
  background-color: #ccc;
}
#str-main .lyt-recommend .box .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #str-main .lyt-recommend .box .inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/*--------------------------------------------------
    03-02. Independent Modules
--------------------------------------------------*/

/* HOME
---------------------------------------------*/
#page-home #str-main {
  padding-top: 0;
}
#page-home #str-main .lyt-network {
  background: #131633 url(/common/images/index_bg_01.jpg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  #page-home #str-main .lyt-network {
    background: linear-gradient(90deg, #31365e, #23294b);
  }
}
#page-home #str-main .lyt-network .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(/common/images/index_bg_02.jpg) no-repeat center top;
}
@media screen and (max-width: 768px) {
  #page-home #str-main .lyt-network .inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#page-home #str-main .lyt-network .column-txt {
  width: calc(45% - 40px);
  padding-top: 118px;
  padding-right: 40px;
  float: left;
}
@media screen and (max-width: 768px) {
  #page-home #str-main .lyt-network .column-txt {
    width: 100%;
    padding-top: 80px;
    padding-right: 0;
    float: none;
  }
}
#page-home #str-main .lyt-network img {
  max-width: 100%;
}
#page-home #str-main .lyt-network h2 {
  margin: 0 0 30px;
  padding: 0;
}
#page-home #str-main .lyt-network h2 img {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #page-home #str-main .lyt-network h2 img,
  #page-home #str-main .lyt-network p img {
    width: 100%;
  }
}
#page-home #str-main .lyt-network .col-2 {
  width: 55%;
  padding-top: 30px;
  float: right;
}
@media screen and (max-width: 768px) {
  #page-home #str-main .lyt-network .col-2 {
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 30px;
    float: none;
  }
}
#page-home #str-main .lyt-network .col-2 .segment {
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #page-home #str-main .lyt-network .col-2 .segment {
    width: 100%;
    margin: 0;
  }
}
#page-home #str-main .lyt-network .ind-network {
  margin-bottom: 10px;
  padding: 0 17px 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
#page-home #str-main .lyt-network .ind-network .ind-network-hdg {
  margin: 0 -17px 14px;
  padding: 4px 17px 5px;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#page-home
  #str-main
  .lyt-network
  .col-2
  .segment
  .ind-network
  .link-01.col-2-adjust-h {
  width: 100%;
  max-width: 256px;
}
#page-home
  #str-main
  .lyt-network
  .col-2
  .segment
  .ind-network
  .link-01.col-2-adjust-h
  li {
  width: calc(50% - 27px);
}
#page-home #str-main .lyt-recommend {
  margin: 0;
}
#page-home #str-main #main-footer {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .rwd-valid #main-footer {
    margin-top: 0;
    padding: 0;
  }
}

/*--------------------------------------------------
    03-03. Column adjustment
--------------------------------------------------*/

#str-main .col-2,
#str-main .col-2-adjust-h,
#str-main .col-3,
#str-main .col-3-adjust-h,
#str-main .col-4,
#str-main .col-4-adjust-h {
  width: 1020px;
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.rwd-valid #str-main .col-2,
#str-main .col-2-adjust-h {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#str-sidecont .col-2 {
  width: 750px;
}
#str-sidecont .col-3,
#str-sidecont .col-4 {
  width: 740px;
  margin-right: -5px !important;
  margin-left: -5px !important;
}

#str-main .col-2 > .segment,
#str-main .col-2-adjust-h > .segment,
#str-main .col-2 > li,
#str-main .col-2-adjust-h > li,
#str-main .col-3 > .segment,
#str-main .col-3-adjust-h > .segment,
#str-main .col-3 > li,
#str-main .col-3-adjust-h > li,
#str-main .col-4 > .segment,
#str-main .col-4-adjust-h > .segment,
#str-main .col-4 > li,
#str-main .col-4-adjust-h > li {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}
#str-main .col-5 > .segment,
#str-main .col-5-adjust-h > .segment,
#str-main .col-5 > li,
#str-main .col-5-adjust-h > li {
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}
.rwd-valid #str-main .col-2 > .segment,
.rwd-valid #str-main .col-2-adjust-h > .segment,
.rwd-valid #str-main .col-2 > li {
  width: calc(50% - 10px);
  margin-right: 0;
  margin-left: 0;
}
.rwd-valid #str-main .col-2 > .segment:nth-child(2n + 1),
.rwd-valid #str-main .col-2-adjust-h > .segment:nth-child(2n + 1),
.rwd-valid #str-main .col-2 > li:nth-child(2n + 1) {
  margin-right: 20px;
}
#str-sidecont .col-3 > .segment,
#str-sidecont .col-3-adjust-h > .segment,
#str-sidecont .col-3 > li,
#str-sidecont .col-3-adjust-h > li,
#str-sidecont .col-4 > .segment,
#str-sidecont .col-4-adjust-h > .segment,
#str-sidecont .col-4 > li,
#str-sidecont .col-4-adjust-h > li {
  margin-right: 5px;
  margin-left: 5px;
}
#str-main .col-2 > .segment,
#str-main .col-2-adjust-h > .segment,
#str-main .col-2 > li,
#str-main .col-2-adjust-h > li {
  width: 490px;
}
#str-main .col-2 .col-2 > .segment,
#str-main .col-2-adjust-h .col-2 > .segment,
#str-main .col-2 .col-2-adjust-h > .segment,
#str-main .col-2-adjust-h .col-2-adjust-h > .segment,
#str-main .col-2 .col-2 > li,
#str-main .col-2-adjust-h .col-2 > li,
#str-main .col-2 .col-2-adjust-h > li,
#str-main .col-2-adjust-h .col-2-adjust-h > li {
  width: 220px;
  margin-right: 5px !important;
  margin-left: 5px !important;
}
#str-sidecont .col-2 > .segment,
#str-sidecont .col-2-adjust-h > .segment,
#str-sidecont .col-2 > li,
#str-sidecont .col-2-adjust-h > li {
  width: 355px;
}

#str-main .col-3 > .segment,
#str-main .col-3-adjust-h > .segment,
#str-main .col-3 > li,
#str-main .col-3-adjust-h > li {
  width: 320px;
}
#str-sidecont .col-3 > .segment,
#str-sidecont .col-3-adjust-h > .segment,
#str-sidecont .col-3 > li,
#str-sidecont .col-3-adjust-h > li {
  width: 236px;
}
#str-sidecont .col-3 > .segment:nth-child(3n+1), /* IE8 でも崩れない設定 */
#str-sidecont .col-3 > .segment:nth-child(3n+2),
#str-sidecont .col-3-adjust-h > .segment:nth-child(3n+1),
#str-sidecont .col-3-adjust-h > .segment:nth-child(3n+2),
#str-sidecont .col-3 > li:nth-child(3n+1),
#str-sidecont .col-3 > li:nth-child(3n+2),
#str-sidecont .col-3-adjust-h > li:nth-child(3n+1),
#str-sidecont .col-3-adjust-h > li:nth-child(3n+2) {
  width: 237px;
}

#str-main .col-4 > .segment,
#str-main .col-4-adjust-h > .segment,
#str-main .col-4 > li,
#str-main .col-4-adjust-h > li {
  width: 235px;
}
#str-sidecont .col-4 > .segment,
#str-sidecont .col-4-adjust-h > .segment,
#str-sidecont .col-4 > li,
#str-sidecont .col-4-adjust-h > li {
  width: 175px;
}

#str-main .col-5,
#str-main .col-5-adjust-h {
  width: 1010px;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
#str-main .col-5 > .segment,
#str-main .col-5-adjust-h > .segment,
#str-main .col-5 > li,
#str-main .col-5-adjust-h > li {
  width: 192px;
}

#str-main .link-box-01.col-4 a .txt,
#str-main .link-box-01.col-4-adjust-h a .txt {
  width: 197px;
}

#str-main .link-box-04.col-2,
#str-main .link-box-04.col-2-adjust-h {
  margin-bottom: 10px;
}

#str-main .col-2 .box-img-w180 .txt .link-01.col-2,
#str-main .col-2-adjust-h .box-img-w180 .txt .link-01.col-2,
#str-main .col-2 .box-img-w180 .txt .link-01.col-2-adjust-h,
#str-main .col-2-adjust-h .box-img-w180 .txt .link-01.col-2-adjust-h {
  width: auto;
  margin-right: 0;
  margin-left: -15px;
}
#str-main .col-2 .box-img-w180 .txt .link-01.col-2 li,
#str-main .col-2-adjust-h .box-img-w180 .txt .link-01.col-2 li,
#str-main .col-2 .box-img-w180 .txt .link-01.col-2-adjust-h li,
#str-main .col-2-adjust-h .box-img-w180 .txt .link-01.col-2-adjust-h li {
  width: 109px;
  margin-right: 0;
  margin-left: 15px;
}

#str-main .col-2 .ind-01,
#str-main .col-2-adjust-h .ind-01,
#str-main .col-3 .ind-01,
#str-main .col-3-adjust-h .ind-01,
#str-main .col-4 .ind-01,
#str-main .col-4-adjust-h .ind-01,
#str-main .col-5 .ind-01,
#str-main .col-5-adjust-h .ind-01 {
  margin-bottom: 20px;
}
#str-main .col-2 .ind-01:last-child,
#str-main .col-2-adjust-h .ind-01:last-child,
#str-main .col-3 .ind-01:last-child,
#str-main .col-3-adjust-h .ind-01:last-child,
#str-main .col-4 .ind-01:last-child,
#str-main .col-4-adjust-h .ind-01:last-child,
#str-main .col-5 .ind-01:last-child,
#str-main .col-5-adjust-h .ind-01:last-child {
  margin-bottom: 40px;
}
#str-main .col-2 .ind-01.segment .link-01,
#str-main .col-2-adjust-h .ind-01.segment .link-01,
#str-main .col-2 .ind-01.segment .btn-03.col-2,
#str-main .col-2-adjust-h .ind-01.segment .btn-03.col-2,
#str-main .col-2 .ind-01.segment .btn-03.col-2-adjust-h,
#str-main .col-2-adjust-h .ind-01.segment .btn-03.col-2-adjust-h,
#str-main .col-2 .ind-01.segment .btn-04.col-2,
#str-main .col-2-adjust-h .ind-01.segment .btn-04.col-2,
#str-main .col-2 .ind-01.segment .btn-04.col-2-adjust-h,
#str-main .col-2-adjust-h .ind-01.segment .btn-04.col-2-adjust-h,
#str-main .col-2 .ind-01.segment .link-box-02.col-2,
#str-main .col-2-adjust-h .ind-01.segment .link-box-02.col-2,
#str-main .col-2 .ind-01.segment .link-box-02.col-2-adjust-h,
#str-main .col-2-adjust-h .ind-01.segment .link-box-02.col-2-adjust-h {
  width: 460px;
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.rwd-valid #str-main .col-2-adjust-h .ind-01.segment .link-01 {
  width: auto;
}

#str-main .col-2 .ind-01.segment .link-01 li,
#str-main .col-2-adjust-h .ind-01.segment .link-01 li {
  width: 201px;
  margin-right: 5px !important;
  margin-left: 5px !important;
}
#str-main .col-3 .ind-01.segment,
#str-main .col-3-adjust-h .ind-01.segment {
  width: 280px;
}

#str-sidecont .col-2 .ind-prdct-01.segment,
#str-sidecont .col-2-adjust-h .ind-prdct-01.segment {
  width: 340px;
}

#str-main .col-2 .ind-01 .lyt-img-w200 .txt,
#str-main .col-2-adjust-h .ind-01 .lyt-img-w200 .txt,
#str-main .col-2-rwd-adjust-h .ind-01 .lyt-img-w200 .txt {
  width: 237px;
}

#str-main .lyt-carousel .link-box-01.col-4,
#str-main .lyt-carousel .link-box-01.col-4-adjust-h,
#str-main .lyt-carousel .link-box-02.col-4,
#str-main .lyt-carousel .link-box-02.col-4-adjust-h,
#str-main .lyt-carousel .link-box-03.col-4,
#str-main .lyt-carousel .link-box-03.col-4-adjust-h {
  width: 1020px;
}

#str-main .lyt-tab .panel .btn-03.col-4,
#str-main .lyt-tab .panel .btn-03.col-4-adjust-h {
  width: 980px;
}
#str-main .lyt-tab .panel .btn-03.col-4 li,
#str-main .lyt-tab .panel .btn-03.col-4-adjust-h li {
  width: 223px;
}

@media screen and (max-width: 768px) {
  .rwd-valid #str-main .lyt-img-w200 .img {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    float: none;
  }
  .rwd-valid #str-main .lyt-img-w200 .txt {
    float: none;
    width: 100% !important;
  }
}

/* for Responsive Design
---------------------------------------------*/
.rwd-valid #str-main .col-2-rwd > .segment,
.rwd-valid #str-main .col-2-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-2-rwd > li,
.rwd-valid #str-main .col-3-rwd .segment,
.rwd-valid #str-main .col-3-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-3-rwd > li,
.rwd-valid #str-main .col-4-rwd .segment,
.rwd-valid #str-main .col-4-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-4-rwd > li,
.rwd-valid #str-main .col-5-rwd .segment,
.rwd-valid #str-main .col-5-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-5-rwd > li,
.rwd-valid #str-main .col-5-rwd-adjust-h > li {
  float: left;
}

.rwd-valid #str-main .col-2-rwd > .segment,
.rwd-valid #str-main .col-2-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-2-rwd > li {
  width: calc(50% - 10px);
}
.rwd-valid #str-main .col-2-rwd > .segment:nth-child(2n + 1),
.rwd-valid #str-main .col-2-rwd-adjust-h > .segment:nth-child(2n + 1),
.rwd-valid #str-main .col-2-rwd > li:nth-child(2n + 1) {
  margin-right: 20px;
}
.rwd-valid #str-main .col-2-rwd .col-2-rwd > .segment,
.rwd-valid #str-main .col-2-rwd .col-2-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-2-rwd-adjust-h .col-2-rwd > .segment,
.rwd-valid #str-main .col-2-rwd-adjust-h .col-2-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-2-rwd .col-2-rwd > li,
.rwd-valid #str-main .col-2-rwd .col-2-rwd-adjust-h > li,
.rwd-valid #str-main .col-2-rwd-adjust-h .col-2-rwd > li,
.rwd-valid #str-main .col-2-rwd-adjust-h .col-2-rwd-adjust-h > li {
  width: calc(50% - 5px);
}
.rwd-valid #str-main .col-2-rwd .col-2-rwd > .segment:nth-child(2n + 1),
.rwd-valid
  #str-main
  .col-2-rwd
  .col-2-rwd-adjust-h
  > .segment:nth-child(2n + 1),
.rwd-valid
  #str-main
  .col-2-rwd-adjust-h
  .col-2-rwd
  > .segment:nth-child(2n + 1),
.rwd-valid
  #str-main
  .col-2-rwd-adjust-h
  .col-2-rwd-adjust-h
  > .segment:nth-child(2n + 1),
.rwd-valid #str-main .col-2-rwd .col-2-rwd > li:nth-child(2n + 1),
.rwd-valid #str-main .col-2-rwd .col-2-rwd-adjust-h > li:nth-child(2n + 1),
.rwd-valid #str-main .col-2-rwd-adjust-h .col-2-rwd > li:nth-child(2n + 1),
.rwd-valid
  #str-main
  .col-2-rwd-adjust-h
  .col-2-rwd-adjust-h
  > li:nth-child(2n + 1) {
  margin-right: 10px;
}

.rwd-valid #str-main .col-3-rwd .segment,
.rwd-valid #str-main .col-3-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-3-rwd > li {
  width: calc((100% - 20.02px) / 3);
  margin-right: 10px;
}
.rwd-valid #str-main .col-3-rwd > .segment:nth-child(3n + 3),
.rwd-valid #str-main .col-3-rwd-adjust-h > .segment:nth-child(3n + 3),
.rwd-valid #str-main .col-3-rwd > li:nth-child(3n + 3) {
  margin-right: 0;
}

.rwd-valid #str-main .col-4-rwd > .segment,
.rwd-valid #str-main .col-4-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-4-rwd > li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.rwd-valid #str-main #str-sidecont .col-4-rwd > .segment,
.rwd-valid #str-main #str-sidecont .col-4-rwd-adjust-h > .segment,
.rwd-valid #str-main #str-sidecont .col-4-rwd > li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.rwd-valid #str-main .col-4-rwd > .segment:nth-child(4n + 4),
.rwd-valid #str-main .col-4-rwd-adjust-h > .segment:nth-child(4n + 4),
.rwd-valid #str-main .col-4-rwd > li:nth-child(4n + 4) {
  margin-right: 0 !important;
}

.rwd-valid #str-main .col-5-rwd > .segment,
.rwd-valid #str-main .col-5-rwd-adjust-h > .segment,
.rwd-valid #str-main .col-5-rwd > li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .rwd-valid #str-main .col-2-rwd > .segment,
  .rwd-valid #str-main .col-2-rwd-adjust-h > .segment,
  .rwd-valid #str-main .col-2-rwd > li,
  .rwd-valid #str-main .col-3-rwd > .segment,
  .rwd-valid #str-main .col-3-rwd-adjust-h > .segment,
  .rwd-valid #str-main .col-3-rwd > li,
  .rwd-valid #str-main .col-4-rwd .segment,
  .rwd-valid #str-main .col-4-rwd-adjust-h > .segment,
  .rwd-valid #str-main .col-4-rwd > li,
  .rwd-valid #str-main .col-5-rwd .segment,
  .rwd-valid #str-main .col-5-rwd-adjust-h > .segment,
  .rwd-valid #str-main .col-5-rwd > li {
    width: 100% !important;
    margin-right: 0;
    float: none;
  }
  #str-main .link-box-05.col-2-rwd li .thumb,
  #str-main .link-box-05.col-2-rwd li .txt {
    width: 50%;
  }
  .rwd-valid #str-main .col-2-rwd > .segment img:not(.icon-new-01),
  #str-main .link-box-05.col-2-rwd li .thumb img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}

/*==================================================
    04. Frame
==================================================*/

/*--------------------------------------------------
    Header Area
--------------------------------------------------*/

/* #header-01 .link-support
---------------------------------------------*/
#header-01 .link-support {
  margin: 0;
  padding: 0;
  border-right: 1px #3c296d solid;
  float: right;
  font-size: 12px;
}
#header-01 .link-support li {
  min-width: 69px;
  height: 25px;
  margin: 0;
  padding: 8px 10px 0;
  border-left: 1px #3c296d solid;
  float: left;
  background-color: #fff;
  list-style: none;
  text-align: center;
  white-space: nowrap;
}
#header-01 .link-support a {
  height: 100%;
  margin: -8px -10px 0;
  padding: 8px 10px 0;
  display: block;
  color: #fff;
  background-color: #532f91;
}
#header-01 .link-support a:visited {
  color: #fff;
}
#header-01 .link-support li a:hover,
#header-01 .link-support li a:active,
#header-01 .link-support li a:focus {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}

/* #header-03 .logo
---------------------------------------------*/
#header-03 .logo {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .rwd-valid #header-03 .logo {
    margin-bottom: 10px;
  }
  .rwd-valid #header-03 .logo img {
    width: 79px;
    height: 100%;
  }
}
/*--------------------------------------------------
    Contents Area
--------------------------------------------------*/

#str-main .topic-path {
  margin-bottom: 16px;
  font-size: 12px;
}
#str-main .topic-path a,
#str-main .topic-path a:visited {
  color: #333;
  text-decoration: underline;
}
#str-main .topic-path a:hover,
#str-main .topic-path a:active,
#str-main .topic-path a:focus {
  text-decoration: none;
}

/*--------------------------------------------------
    Footer Area
--------------------------------------------------*/

#main-footer .link-top {
  font-size: 16px;
  text-align: center;
  margin: 0 0 14px;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .rwd-valid #main-footer .link-top {
    margin: 0 -10px;
    background-color: #fff;
  }
}
#main-footer .link-top a {
  padding-top: 29px;
  position: relative;
  display: inline-block;
  color: #fefefe;
  background: url(/common/images/anc_11.png) no-repeat center 9px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .rwd-valid #main-footer .link-top a {
    height: 36px;
    margin: 0;
    padding-top: 0;
    position: relative;
    display: block;
    color: transparent;
    background: #2f2f2f none;
  }
  .rwd-valid #main-footer .link-top a:after {
    width: 9px;
    height: 9px;
    margin: -1px 0 0 -4.5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
#main-footer .link-top a:visited {
  color: #fefefe;
}
@media screen and (max-width: 768px) {
  .rwd-valid #main-footer .link-top a:visited {
    color: transparent;
  }
}
#main-footer .link-top a:hover,
#main-footer .link-top a:active,
#main-footer .link-top a:focus {
  color: #fefefe;
}
@media screen and (max-width: 768px) {
  .rwd-valid #main-footer .link-top a:hover,
  .rwd-valid #main-footer .link-top a:active,
  .rwd-valid #main-footer .link-top a:focus {
    opacity: 0.6;
    color: transparent;
  }
}

#footer-01 .link-legal {
  margin: -4px 0 0;
  padding: 20px 0;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 745px;
}
#footer-01 .link-legal li {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .rwd-valid #footer-01 .link-legal {
    height: auto;
    display: block;
    padding: 0 22px;
    width: auto;
    font-size: 12px;
    line-height: 2.17;
  }
}
#footer-01 .link-legal li {
  margin-right: 10px;
  list-style: none;
  width: calc(33.33% - 10px);
}
#footer-01 .link-legal li.col2 {
  width: calc(66.66% - 10px);
}
@media screen and (max-width: 768px) {
  .rwd-valid #footer-01 .link-legal li {
    display: inline-block;
    width: auto;
  }

  #footer-01 .link-legal li.col2 {
    width: auto;
  }
}
#footer-01 .link-legal li:first-child {
  margin-left: 0;
}
#footer-01 .link-legal a,
#footer-01 .link-legal a:visited,
#footer-01 .link-support a,
#footer-01 .link-support a:visited {
  color: #fefefe;
  text-decoration: underline;
}
#footer-01 .link-legal a:hover,
#footer-01 .link-legal a:active,
#footer-01 .link-legal a:focus,
#footer-01 .link-support a:hover,
#footer-01 .link-support a:active,
#footer-01 .link-support a:focus {
  color: #fefefe;
  text-decoration: none;
}
#footer-01 .link-support {
  display: none;
}
@media screen and (max-width: 768px) {
  .rwd-valid #footer-01 .link-support {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: block;
    font-size: 12px;
    text-align: center;
    background-color: #000;
  }
}
#footer-02 .copyright {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rwd-valid #footer-02 .copyright {
    font-size: 9px;
  }
}

#footer-btn {
  margin-top: 60px;
  margin-bottom: -60px;
  background-color: #fff;
}

@media screen and (max-width: 768px){
  #footer-btn {
    margin-bottom: -38px;
  }
}

#footer-btn .inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 10px 32px;
}

#footer-btn .btn-list {
  display: flex;
  padding: 0;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px){
  #footer-btn .btn-list {
    display: block;
  }
}

#footer-btn .btn-list li {
  width: calc(50% - 25px);
  margin-bottom: 0;
  list-style: none;
}

@media screen and (max-width: 768px){
  #footer-btn .btn-list li {
    width: 100%;
  }

  #footer-btn .btn-list li + li {
    margin-top: 16px;
  }
}

#footer-btn .btn-list li + li:not(.not-renew-css) {
  margin-left: 50px;
}

@media screen and (max-width: 768px){
  #footer-btn .btn-list li + li:not(.not-renew-css) {
    margin-left: 0;
  }
}

#footer-btn .btn-list li a {
  height: 72px;
  padding: 0 40px 0 20px;
  position: relative;
  display: block;
  color: #fff;
  background-color: #532f91;
  background-image: url(/common/images/anc_12.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px){
  #footer-btn .btn-list li a {
    background-size: 14px auto;
    font-size: 16px;
    font-weight: normal;
  }
}

#footer-btn .btn-list li a[target="_blank"] {
  background-image: none;
  padding-right: 20px;
  justify-content: space-between;
}

#footer-btn .btn-list li a:hover,
#footer-btn .btn-list li a:active,
#footer-btn .btn-list li a:focus{
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
  -ms-filter: "alpha(opacity=60)";
}
/*==================================================
    05. Support
==================================================*/

/* ClaerFix
---------------------------------------------*/
#header-01 .inner:after,
#header-03:after,
#main-wrapper:after,
#str-main .link-01:after,
#str-main .link-box-02:after,
#str-main .box-img-w180:after,
#str-main .box-img-w200:after,
#str-main .lyt-img:after,
#str-main .lyt-img-w130:after,
#str-main .lyt-img-w160:after,
#str-main .lyt-img-w200:after,
.js-active #str-main .lyt-carousel .viewarea .carousel-list:after,
#str-main .lyt-img-rwd:after,
#str-main .lyt-tab .tab:after,
#page-home .lyt-network .inner:after,
#page-home .lyt-product .inner:after,
#page-home .lyt-about .inner:after,
#str-main .col-2:after,
#str-main .col-2-adjust-h:after,
#str-main .col-3:after,
#str-main .col-3-adjust-h:after,
#str-main .col-4:after,
#str-main .col-4-adjust-h:after,
#str-main .col-5:after,
#str-main .col-5-adjust-h:after,
.rwd-valid #str-main .col-2-rwd:after,
.rwd-valid #str-main .col-2-rwd-adjust-h:after,
.rwd-valid #str-main .col-3-rwd:after,
.rwd-valid #str-main .col-3-rwd-adjust-h:after,
.rwd-valid #str-main .col-4-rwd:after,
.rwd-valid #str-main .col-4-rwd-adjust-h:after,
.rwd-valid #str-main .col-5-rwd:after,
.rwd-valid #str-main .col-5-rwd-adjust-h:after,
#header-01 .link-support:after,
#header-02 .btn-info:after,
#str-header .area-megadown .lyt-megadown:after,
#str-header .area-megadown .nav-megadown-01:after,
#str-header .area-megadown .nav-megadown-01 a:after {
  display: block;
  clear: both;
  content: "";
}

/* margin
---------------------------------------------*/
#str-main .mb-00 {
  margin-bottom: 0 !important;
}
#str-main .mb-05 {
  margin-bottom: 5px !important;
}
#str-main .mb-10 {
  margin-bottom: 10px !important;
}
#str-main .mb-20 {
  margin-bottom: 20px !important;
}
#str-main .mb-30 {
  margin-bottom: 30px !important;
}
#str-main .mb-40 {
  margin-bottom: 40px !important;
}

/* text-color
---------------------------------------------*/
#str-main .tc-corp {
  color: #532f91;
}

/* font
---------------------------------------------*/
#str-main .fsz-10h {
  font-size: 10.5px !important;
}
#str-main .fsz-12 {
  font-size: 12px !important;
}
#str-main .fsz-14 {
  font-size: 14px !important;
}
#str-main .fsz-18 {
  font-size: 18px !important;
}
#str-main .fsz-20 {
  font-size: 20px !important;
}
#str-main .fwg-bold {
  font-weight: bold !important;
}
#str-main .fwg-normal {
  font-weight: normal !important;
}
#str-main .fst-normal {
  font-style: normal;
}

/*==================================================
    06. for Old Design
==================================================*/

div#wrapper {
  margin-top: 9px;
}

#wrapper:after {
  display: block;
  clear: both;
  content: "";
}

div#mainContents {
  width: 730px;
  float: left;
}
/*==================================================
    07. Unique
==================================================*/

#str-main h3.cat-top-hdg {
  margin-top: 80px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px){
  #str-main h3.cat-top-hdg {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
  }
}

#str-main .cat-top-link-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-right: -20px;
}

@media screen and (max-width: 768px){
  #str-main .cat-top-link-box {
    margin-right: 0;
    margin-top: 0;
    display: block;
  }
}

#str-main .cat-top-link-box .segment {
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 40px;
  margin-right: 20px;
  width: calc(50% - 20px);
  padding: 20px 20px 40px;
}

@media screen and (max-width: 768px){
  #str-main .cat-top-link-box .segment {
    margin-right: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 45px;
  }
  #str-main .cat-top-link-box .segment:first-child {
    margin-top: 0;
  }
}

#str-main .cat-top-link-box .segment .btn-01 li {
  display: block;
}

#str-main .cat-top-link-box .segment .btn-01 {
  margin-bottom: 0;
}

#str-main .cat-top-link-box .segment .btn-01 li + li {
  margin-top: 10px;
}

#str-main .cat-top-link-box .segment .btn-01 a {
  min-width: 0;
  min-height: auto;
  height: auto;
  padding: 8px 30px 8px 19px;
  display: flex;
  align-items: center;
  white-space: normal;
}

#str-main .cat-top-link-box .segment .btn-01 a[target="_blank"] {
  background-image: none;
  padding-right: 20px;
  justify-content: space-between;
}

#str-main .cat-top-link-box .hdg {
  font-weight: normal;
  font-size: 20px;
}

@media screen and (max-width: 768px){
  #str-main .cat-top-link-box .hdg {
    margin-bottom: 16px;
  }
}

  #str-main .cat-top-link-box .hdg em {
  font-style: normal;
  font-weight: bold;
}

#str-main .cat-top-link-box .img {
  margin-bottom: 14px;
  width: 100%;
}

@media screen and (max-width: 768px){
  #str-main .cat-top-link-box .img {
    margin-bottom: 16px;
  }
}

#str-main .cat-top-link-box .inner-col {
    margin-right: -20px;
    display: flex;
}

@media screen and (max-width: 768px){
  #str-main .cat-top-link-box .inner-col {
      margin-right: 0;
      display: block;
  }
}

#str-main .cat-top-link-box .inner-col .inner-segment {
    margin-right: 20px;
    width: calc(50% - 20px);
}

@media screen and (max-width: 768px){
  #str-main .cat-top-link-box .inner-col .inner-segment {
      margin-right: 0;
      width: 100%;
  }

  #str-main .cat-top-link-box .inner-col .inner-segment + .inner-segment {
      margin-top: 30px;
  }
}

/*==================================================
    08. Carousel
==================================================*/
#str-main #main-header-02 {
  background-color: #393939;
  margin-bottom: 30px;
}

#str-main #main-header-02.gradient {
  background-image: linear-gradient(180deg, rgba(57,57,57,1) 0%, rgba(57,57,57,1) 222px, rgba(255,255,255,1) 222px, rgba(255,255,255,1) 100%);
  overflow: hidden;
}

#str-main #main-header-02 .inner {
  padding-top: 0;
}

#str-main #main-header-02.gradient .inner {
  padding-top: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#str-main #main-header-02 .lyt-img-only.link-img a {
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  #str-main #main-header-02 .is_pc {
    display: none;
  }
}

@media screen and (min-width: 767px){
  #str-main #main-header-02 .is_sp {
    display: none;
  }
}

.carousel {
  width: 906px;
  margin: auto;
}

@media screen and (max-width: 768px){
  .carousel {
    width: auto;
    margin: 0 -10px;
  }
}

/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-viewport {
  background-color: #fff;
}

.flickity-enabled {
  position: relative;
  padding: 0;
  margin-bottom: 0 !important;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.gallery-cell {
  width: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
#str-main .gallery-cell {
  list-style: none;
}
#str-main .gallery-cell a img {
  margin-bottom: 0;
}

#str-main .gallery-cell a img {
  width: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(calc(-50% - 32px));
          transform: translateY(calc(-50% - 32px));
}

@media screen and (max-width: 768px){
  .flickity-prev-next-button {
    background: #333;
  }
}

.flickity-prev-next-button:hover {
  opacity: 0.6;
}

.flickity-prev-next-button:hover {
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: -55px; }
.flickity-prev-next-button.next { right: -55px; }

@media screen and (max-width: 768px){
  .flickity-prev-next-button.previous { left: 20px; }
  .flickity-prev-next-button.next { right: 20px; }
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px){
  .flickity-prev-next-button svg {
    width: 15px;
    height: 15px;
  }
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */

.flickity-page-dots {
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px!important;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
