
@charset "UTF-8";
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  /* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
}

a {
  color: #043b7c;
}

a img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 70px;
    padding: 15px 6%;
    position: fixed;
    z-index: 10000;
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .header {
    width: 200px;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    z-index: 10000;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 63.77%;
  }
}

@media screen and (min-width: 769px) {
  .header__logo {
    padding: 25px 33px;
  }
}

@media screen and (max-width: 768px) {
  .header__links {
    width: 100%;
    padding-bottom: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .header__links--open {
    display: block;
  }
}

.header__list {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .header__list {
    padding-top: 10px;
  }
}

.header__item {
  border-top: 1px solid #e5e5e5;
}

.header__item a {
  padding: 13px 13px 13px 22px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  color: #114a97;
  display: block;
  position: relative;
}

.header__item a:before {
  width: 5px;
  height: 5px;
  border-top: solid 3px #043b7c;
  border-right: solid 3px #043b7c;
  display: block;
  content: "";
  position: absolute;
  top: 18px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__item a:hover {
  color: #fff;
  background-color: #043b7c;
}

.header__item a:hover:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.header__item--open > a:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__list2 {
  list-style-image: url(data:0);
}

@media screen and (max-width: 768px) {
  .header__list2 {
    width: 100%;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .header__list2 {
    width: 200px;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #043b7c;
    border-bottom: 1px solid #043b7c;
    display: none;
    position: fixed;
    top: 0;
    left: 200px;
    background-color: #004c9f;
  }
}

.header__list2 a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header__list2 a {
    border-top: 1px solid #e5e5e5;
    padding-left: 40px;
    color: #043b7c;
  }
}

@media screen and (min-width: 769px) {
  .header__list2 a {
    border-top: 1px solid #043b7c;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .header__list2 a:before {
    left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .header__list2 a:before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
}

.header__list2 a:hover {
  background-color: #043b7c;
}

.header__list2--open {
  display: block;
}

.header__list3 {
  list-style-image: url(data:0);
}

@media screen and (max-width: 768px) {
  .header__list3 {
    width: 100%;
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .header__list3 {
    width: 200px;
    height: 100%;
    border-bottom: 1px solid #333;
    display: none;
    position: fixed;
    top: 0;
    left: 400px;
    background-color: #585858;
  }
}

.header__list3 a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header__list3 a {
    padding-left: 60px;
    border-top: 1px solid #e5e5e5;
    color: #043b7c;
  }
}

@media screen and (min-width: 769px) {
  .header__list3 a {
    border-top: 1px solid #333;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .header__list3 a:before {
    left: 40px;
  }
}

@media screen and (min-width: 769px) {
  .header__list3 a:before {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
}

.header__list3 a:hover {
  background-color: #333;
}

.header__list3--open {
  display: block;
}

.lang__item {
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lang__item {
    margin: 0 auto 10px;
  }
}

@media screen and (min-width: 769px) {
  .lang__item {
    margin: 0 auto 20px;
  }
}

.lang__item a {
  padding: 12px 0;
  border: 1px solid #e5e5e5;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  text-align: center;
  display: block;
}

.lang__item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.search {
  width: 80%;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.search__button {
  padding: 12px 0;
  text-align: center;
  color: #114a97;
  font-size: 1.3rem;
  font-weight: bold;
}

.search__button:after {
  padding-right: 20px;
  content: "";
  background: url(../img/sunsep/icon/search__button.png) 100% 50% no-repeat;
}

.search__button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.search__form {
  display: none;
}

.search__form--open {
  padding: 10px;
  display: block;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .search__form--open {
    width: 100%;
    top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .search__form--open {
    top: -5px;
    left: 170px;
  }
}

.search__input:before {
  border: 15px solid transparent;
  content: "";
  position: absolute;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .search__input:before {
    border-bottom: 15px solid #043b7c;
    top: 0;
    left: 50%;
  }
}

@media screen and (min-width: 769px) {
  .search__input:before {
    border-right: 15px solid #043b7c;
    top: 50%;
    left: -12px;
  }
}

.search__input-text {
  padding: 10px 10px 10px 30px;
  border: 1px solid #043b7c;
  position: relative;
  background: #fff url(../img/sunsep/icon/search__input.png) 5px 50% no-repeat;
}

@media screen and (max-width: 768px) {
  .search__input-text {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .search__input-text {
    width: 410px;
  }
}

@media screen and (max-width: 768px) {
  .ham {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .ham {
    display: none;
  }
}

.ham__button {
  width: 30px;
  height: 24px;
  position: relative;
  display: block;
}

.ham__button span {
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #043b7c;
}

.ham__button span:nth-child(1) {
  top: 0;
}

.ham__button span:nth-child(2) {
  top: 0;
  bottom: 0;
}

.ham__button span:nth-child(3) {
  bottom: 0;
}

.ham__button--open span:nth-child(1) {
  width: 30px;
  height: 4px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ham__button--open span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
}

.ham__button--open span:nth-child(3) {
  width: 30px;
  height: 4px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .main {
    /* padding-top: 70px; */
  }
}

@media screen and (min-width: 769px) {
  .main {
    /* width: calc(100% - 200px);
    margin-left: 200px;
    float: left; */
  }
}

.footer {
  padding: 30px 0;
  font-size: 1.4rem;
  background-color: #043b7c;
}

.footer:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .footer__inner {
    max-width: 960px;
    margin-left: 120px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .footer__inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .footer__link {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .footer__link {
    width: 200px;
    float: left;
  }
}

.footer__link a {
  color: #fff;
  text-decoration: none;
}

.footer__copy {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .footer__copy {
    float: right;
    text-align: right;
  }
}

.read-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 25px;
}

.note-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    margin-bottom: 80px;
  }
}

.container__text {
  margin-bottom: 20px;
}

.container__text span {
  color: #043b7c;
  font-weight: 900;
}

.container__image {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.container__image-list {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .container__image-list {
    flex-wrap: wrap;
  }
}

.container__image-list-item {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .container__image-list-item {
    width: 48%;
  }
}

@media screen and (min-width: 769px) {
  .container__image-list-item {
    width: 30%;
    min-width: 300px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .container__image-list-item {
    width: 48%;
    min-width: auto;
  }
}

.container__image-list-item .item__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
}

.container__box {
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .container__box {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .container__box {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .container__list {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 769px) {
  .container__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .container__list-item {
    width: 40%;
  }
}

.container__list .list-img {
  text-align: center;
}

.container__catch {
  position: relative;
  padding: 30px 0;
  font-size: 3.0rem;
  font-weight: 400;
  text-align: center;
}

.container__catch img {
  position: absolute;
  top: 0;
  left: 45%;
}

.table {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.table__tr {
  border-top: 1px solid #e5e5e5;
}

.table__th {
  text-align: left;
  vertical-align: top;
  background-color: #e5ebf2;
}

@media screen and (max-width: 768px) {
  .table__th {
    padding: 10px;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .table__th {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .table__td {
    padding: 10px;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .table__td {
    padding: 20px;
  }
}

.list__item {
  list-style-type: disc;
  margin-left: 25px;
}

.list2 {
  margin-bottom: 20px;
}

.list2__item {
  padding-left: 15px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  position: relative;
}

.list2__item:before {
  width: 6px;
  height: 2px;
  content: "";
  display: block;
  background-color: #043b7c;
  position: absolute;
  top: 8px;
  left: 0;
}

.list-swg {
  margin-bottom: 20px;
}

.list-swg__item {
  padding-left: 15px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  position: relative;
}

.list-swg__item:before {
  width: 6px;
  height: 2px;
  content: "";
  display: block;
  background-color: #0f8328;
  position: absolute;
  top: 8px;
  left: 0;
}

.pl15 {
  padding-left: 15px;
}

.list4 {
  margin-bottom: 20px;
}

.list4__item {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.list4__item span {
  color: #043b7c;
}

.btn_list_area:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .btn_list_area li {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn_list_area li:nth-child(even) {
    float: left;
    margin-right: 4%;
  }
  .btn_list_area li:nth-child(odd) {
    float: right;
  }
}

@media screen and (min-width: 769px) {
  .btn_list_area li {
    width: 29.41%;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn_list_area li:nth-child(3n+1) {
    float: left;
    margin-right: 5.81%;
  }
  .btn_list_area li:nth-child(3n+2) {
    float: left;
  }
  .btn_list_area li:nth-child(3n) {
    float: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .btn_list_area li {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn_list_area li:nth-child(3n+1) {
    margin-right: 4%;
  }
}

.btn_list_area li a {
  display: block;
  border: 1px solid #043b7c;
  text-decoration: none;
  padding: 15px;
  font-size: 1.4rem;
  color: #333;
  font-weight: 900;
}

.btn_list_area2 {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .btn_list_area2 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .btn_list_area2 {
    width: 80%;
  }
}

.btn_list_area2 li {
  width: 48%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .container__box-list {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .container__box-list dt {
    width: 50%;
  }
}

.container__box-list dd {
  color: #043b7c;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .container__box-list dd {
    width: 50%;
  }
}

.list_area:after {
  content: "";
  display: block;
  clear: both;
}

.list_area .list3 {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}

.list_area .list3__item {
  padding-left: 15px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  position: relative;
}

.list_area .list3__item:before {
  width: 6px;
  height: 2px;
  content: "";
  display: block;
  background-color: #043b7c;
  position: absolute;
  top: 8px;
  left: 0;
}

.num-list__item {
  list-style-type: decimal;
  margin-left: 25px;
}

.num-list2 {
  padding-left: 25px;
  text-indent: -25px;
}

.num-list2 li {
  counter-increment: cnt;
}

.num-list2 li:before {
  content: "(" counter(cnt) ") ";
}

.post-list {
  border-bottom: 1px solid #e5e5e5;
}

.post-list a {
  text-decoration: none;
  color: #000;
}

.pager {
  text-align: center;
  margin-bottom: 80px;
}

.pager span {
  padding: 5px 10px;
  border: 1px solid #043b7c;
  color: #043b7c;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pager span {
    margin: 0 1px;
  }
}

@media screen and (min-width: 769px) {
  .pager span {
    margin: 0 3px;
  }
}

.pager span:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.pager .prev {
  border: none;
}

.pager .prev:after {
  content: " 前へ";
}

.pager .next {
  border: none;
}

.pager .next:before {
  content: "次へ ";
}

.pager .current {
  color: #fff;
  background-color: #043b7c;
}

.pager .current:hover {
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

.pager .invalid:hover {
  cursor: default;
}

.pager .ellipsis {
  border: none;
  color: #000;
}

.pager .ellipsis:hover {
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}

.post-pager {
  margin-bottom: 80px;
  position: relative;
}

.post-pager__index {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.post-pager__index a {
  padding: 15px;
  border: 1px solid #043b7c;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .post-pager__index a {
    width: 288px;
  }
}

.post-pager__index a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.post-pager__prev {
  width: 20%;
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
}

.post-pager__prev a {
  font-size: 1.4rem;
  color: #043b7c;
  text-decoration: none;
}

.post-pager__prev a:before {
  content: "< ";
}

.post-pager__prev a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.post-pager__next {
  width: 20%;
  padding: 15px 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.post-pager__next a {
  font-size: 1.4rem;
  color: #043b7c;
  text-decoration: none;
}

.post-pager__next a:after {
  content: " >";
}

.post-pager__next a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.post-pager .pager-none {
  display: none;
}

.home-image {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .home-image {
    display: none;
  }
}

.home-image img {
  width: 100%;
}

.home-image-sp {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .home-image-sp {
    display: none;
  }
}

.bx-wrapper {
  border: none;
}

.bx-pager {
  margin-bottom: 50px;
  z-index: 60;
}

.home-product {
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .home-product {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .home-product {
    width: 80%;
  }
}

.home-product__list {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .home-product__list {
    margin-bottom: 75px;
  }
}

.home-product__list:after {
  content: "";
  display: block;
  clear: both;
}

.home-product__item {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home-product__item {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .home-product__item {
    width: 47.4%;
  }
}

@media screen and (min-width: 769px) {
  .home-product__item:nth-child(1) {
    float: left;
  }
}

@media screen and (min-width: 769px) {
  .home-product__item:nth-child(2) {
    float: right;
  }
}

.home-product__all {
  text-align: center;
}

.home-product__all a {
  padding: 15px;
  border: 1px solid #043b7c;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .home-product__all a {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .home-product__all a {
    width: 388px;
  }
}

.home-product__all a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.home-topics {
  width: 100%;
  padding: 45px 0;
  background: url(../img/sunsep/background/home-topics.png) 0 0 repeat;
  margin-bottom: 50px;
  background-size: 100%;
}

.topics-box {
  border-top: 3px solid #043b7c;
  margin: 0 auto 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.topics-box:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .topics-box {
    width: 90%;
    padding: 15px 10px;
  }
}

@media screen and (min-width: 769px) {
  .topics-box {
    width: 960px;
    padding: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .topics-box {
    width: 90%;
  }
}

.topics-box a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 769px) {
  .topics-box__titlearea {
    width: 250px;
    float: left;
  }
}

.topics-box__title {
  font-weight: bold;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .topics-box__title {
    margin-bottom: 35px;
  }
}

.topics-box__subtitle {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1em;
  display: block;
}

.topics-box__more--pc, .topics-box__more--sp {
  width: 160px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .topics-box__more--pc, .topics-box__more--sp {
    display: none;
  }
}

.topics-box__more--pc:after, .topics-box__more--sp:after {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  content: " ";
  background-color: #fff;
}

.topics-box__more--pc a, .topics-box__more--sp a {
  color: #fff;
  display: block;
  text-decoration: none;
  background-color: #043b7c;
}

.topics-box__more--pc a:hover, .topics-box__more--sp a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

@media screen and (max-width: 768px) {
  .topics-box__more--sp {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .topics-box__more--sp {
    display: none;
  }
}

.topics-box__list {
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 768px) {
  .topics-box__list {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .topics-box__list {
    max-width: 625px;
    width: 100%;
    float: right;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .topics-box__list {
    float: right;
  }
}

.topics-box__item, .post-list__item {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  font-size: 1.6rem;
  font-weight: bold;
}

.topics-box__date, .post-list__date {
  padding-right: 10px;
  color: #043b7c;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .topics-box__date, .post-list__date {
    display: block;
  }
}

.home-news {
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .home-news {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .home-news {
    width: 960px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .home-news {
    width: 90%;
  }
}

.home-link {
  margin-bottom: 80px;
}

.home-link__list {
  width: 70%;
  margin: 0 auto;
}

.home-link__list:after {
  content: "";
  display: block;
  clear: both;
}

.home-link__company {
  width: 42.6%;
  border: 1px solid #043b7c;
  float: left;
}

.home-link__company a {
  padding: 80px 0 20px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  background: url(../img/sunsep/icon/company.png) 50% 30px no-repeat;
}

.home-link__company a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.home-link__company-center {
  width: 50%;
  border: 1px solid #043b7c;
  margin: 0 auto;
}

.home-link__company-center a {
  padding: 80px 0 20px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  background: url(../img/sunsep/icon/company.png) 50% 30px no-repeat;
}

.home-link__company-center a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.home-link__contact {
  width: 42.6%;
  border: 1px solid #043b7c;
  float: right;
}

.home-link__contact a {
  padding: 80px 0 20px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  background: url(../img/sunsep/icon/contact.png) 50% 30px no-repeat;
}

.home-link__contact a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.mainimage, .mainimage--news, .mainimage--topics, .mainimage--contact-sunsep, .mainimage--contact-selemion, .mainimage--contact, .mainimage--company, .mainimage--product, .mainimage--404 {
  width: 100%;
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 768px) {
  .mainimage, .mainimage--news, .mainimage--topics, .mainimage--contact-sunsep, .mainimage--contact-selemion, .mainimage--contact, .mainimage--company, .mainimage--product, .mainimage--404 {
    padding: 10% 5%;
    background-size: cover, cover;
  }
}

@media screen and (min-width: 769px) {
  .mainimage, .mainimage--news, .mainimage--topics, .mainimage--contact-sunsep, .mainimage--contact-selemion, .mainimage--contact, .mainimage--company, .mainimage--product, .mainimage--404 {
    /* padding: 7% 10% 13%; */
    padding: 5% 10% 0;
    background-size: 100%, 100%;
  }
}

.mainimage__title, .mainimage__title-small {
  /* color: #fff; */
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mainimage__title, .mainimage__title-small {
    font-size: 2.2rem;
    line-height: 1.3em;
  }
}

@media screen and (min-width: 769px) {
  .mainimage__title, .mainimage__title-small {
    font-size: 3.4rem;
    line-height: 1em;
  }
}

.mainimage__title:after, .mainimage__title-small:after {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: block;
  content: attr(data-en);
}

@media screen and (max-width: 768px) {
  .mainimage__title:after, .mainimage__title-small:after {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .mainimage__title:after, .mainimage__title-small:after {
    font-size: 2.0rem;
  }
}

.mainimage__title:before, .mainimage__title-small:before {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: block;
  content: attr(data-sub);
}

@media screen and (max-width: 768px) {
  .mainimage__title:before, .mainimage__title-small:before {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .mainimage__title:before, .mainimage__title-small:before {
    font-size: 2.0rem;
  }
}

.mainimage__title-small {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .mainimage--news {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/news.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--news {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/news.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mainimage--topics {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/topics.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--topics {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/topics.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mainimage--contact-sunsep {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/contact-sunsep.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--contact-sunsep {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/contact-sunsep.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mainimage--contact-selemion {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/contact-selemion.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--contact-selemion {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/contact-selemion.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mainimage--contact {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/contact.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--contact {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/contact.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mainimage--company {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/company.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--company {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/company.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mainimage--product {
    background-image: url(../img/sunsep/background/mainimage_sp.png), url(../img/sunsep/mainimage/product.jpg);
  }
}

@media screen and (min-width: 769px) {
  .mainimage--product {
    background-image: url(../img/sunsep/background/mainimage.png), url(../img/sunsep/mainimage/product.jpg);
  }
}

.mainimage--product {
  border-bottom: 2px solid #eee;
}

.mainimage--404 {
  background-color: #043b7c;
}

.contents {
  padding: 0 0px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .contents {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .contents {
    width: 80%;
    /* margin: -80px auto 0; */
    margin: 0 auto 40px;
  }
}

.contents__inner, .contents__inner--fixed {
  min-height: 500px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .contents__inner, .contents__inner--fixed {
    padding: 0 5%;
  }
}

@media screen and (min-width: 769px) {
  .contents__inner, .contents__inner--fixed {
    padding: 0 50px;
  }
}

@media screen and (min-width: 769px) {
  .contents__inner--fixed {
    max-width: 860px;
  }
}

@media screen and (max-width: 768px) {
  .topicpath {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .topicpath {
    height: 80px;
  }
}

.topicpath__list {
  font-size: 1.2rem;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .topicpath__list {
    padding: 10px 10px 30px;
  }
}

@media screen and (min-width: 769px) {
  .topicpath__list {
    padding: 30px 30px 0;
    text-align: right;
  }
}

.topicpath__item {
  font-size: 1.2rem;
  display: inline;
}

.topicpath__item:before {
  content: "｜";
  color: #e5e5e5;
}

@media screen and (min-width: 769px) {
  .topicpath__item:before {
    padding: 0 5px;
  }
}

.topicpath__item:first-child:before {
  content: "";
}

.topicpath__item a {
  color: #333;
  text-decoration: none;
}

.topicpath__item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.topicpath__item img {
  vertical-align: middle;
}

/* 会社案内：TOP */
.company-index__list:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .company-index__list {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.company-index__item {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .company-index__item {
    width: 47.09%;
  }
}

@media screen and (min-width: 769px) {
  .company-index__item:nth-child(2n+1) {
    float: left;
    clear: both;
  }
}

@media screen and (min-width: 769px) {
  .company-index__item:nth-child(2n) {
    float: right;
  }
}

.company-index__item--center {
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .company-index__item--center {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .company-index__item--center {
    width: 47.09%;
    clear: both;
    text-align: center;
  }
}

.career-table {
  width: 100%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .career-table {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .career-table {
    margin-bottom: 50px;
  }
}

.career-table__th {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .career-table__th {
    padding: 5px 5px 0;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .career-table__th {
    width: 20%;
    padding: 15px 20px;
    border-bottom: 1px solid #c1c1c1;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .career-table__td {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .career-table__td {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.vision {
  margin-bottom: 40px;
}

.vision:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .vision__image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .vision__image {
    float: right;
  }
}

.gms__title {
  padding: 22px 0 15px 30px;
  font-size: 2.2rem;
  position: relative;
}

.gms__title:before {
  width: 100%;
  content: attr(data-num);
  font-size: 6.0rem;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #043b7c;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: alpha(opacity=20);
  position: absolute;
  top: -22px;
  left: 0;
}

.gms__text {
  margin-bottom: 28px;
}

.gms__sign {
  font-size: 2.2rem;
  text-align: right;
}

.access {
  margin-bottom: 30px;
}

.access:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .access__info {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .access__info {
    width: calc(100% - 150px);
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .access__button {
    padding: 0 10%;
  }
}

@media screen and (min-width: 769px) {
  .access__button {
    width: 120px;
    float: right;
  }
}

.access__button a {
  padding: 8px;
  border: 1px solid #043b7c;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}

.access__button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.news-index__list {
  margin-bottom: 50px;
}

.topics-index__product {
  border: 1px solid #043b7c;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: flex;
}

.topics-index__product:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .topics-index__product {
    width: 66.98%;
  }
}

.topics-index__selemion, .topics-index__sunsep {
  width: 50%;
  text-align: center;
  float: left;
}

.topics-index__selemion a, .topics-index__sunsep a {
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #333;
  text-decoration: none;
  display: block;
}

.topics-index__selemion a:hover, .topics-index__sunsep a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.topics-index__selemion--current, .topics-index__sunsep--current {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.topics-index__selemion--current a, .topics-index__sunsep--current a {
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #043b7c;
}

.topics-index__selemion--current a:hover, .topics-index__sunsep--current a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.topics-index__productnamesub {
  font-size: 1.2rem;
  display: block;
}

.topics-index__list {
  margin-bottom: 50px;
}

.post__date {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #043b7c;
  margin-bottom: 15px;
}

.post__title {
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.post__body {
  margin-bottom: 80px;
  font-size: 1.4rem;
}

.post__body p {
  margin-bottom: 20px;
}

.post__body ul {
  margin-bottom: 20px;
}

.post__body li {
  padding-left: 15px;
  position: relative;
}

.post__body li:before {
  width: 6px;
  height: 2px;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #043b7c;
}

.post__body table {
  width: 100%;
  margin-bottom: 50px;
}

.post__body th {
  padding: 10px;
  border: 1px solid #f6f6f6;
  text-align: center;
  background-color: #e5ebf2;
}

.post__body td {
  padding: 10px;
  border: 1px solid #f6f6f6;
  text-align: center;
}

.post__body img {
  display: block;
  margin: 0 auto 40px;
}

.contact__title {
  border-bottom: 1px solid #043b7c;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 25px;
}

.contact__link {
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.contact__link-list {
  margin-bottom: 60px;
  text-align: center;
}

.contact__link-item {
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .contact__link-item {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .contact__link-item {
    display: inline;
  }
}

.contact__link-item a {
  padding: 18px 20px;
  border: 1px solid #043b7c;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .contact__link-item a {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .contact__link-item a {
    display: inline-block;
  }
}

.contact__link-item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.form {
  margin-bottom: 150px;
}

.form__note {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.form__must {
  font-size: 1.4rem;
  font-weight: bold;
  color: #d61e1e;
}

.form__label {
  font-weight: bold;
  margin-bottom: 5px;
}

.form__input {
  margin-bottom: 35px;
}

.form__text {
  width: 100%;
  padding: 8px;
  border: 1px solid #adadad;
  font-size: 1.6rem;
}

.form__text-short {
  padding: 8px;
  border: 1px solid #adadad;
}

@media screen and (max-width: 768px) {
  .form__text-short {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .form__text-short {
    width: 180px;
  }
}

.form__select {
  padding: 8px;
  border: 1px solid #adadad;
  font-size: 1.6rem;
}

.form__textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #adadad;
}

.form__submit {
  text-align: center;
}

.form__button {
  width: 288px;
  padding: 20px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  background-color: #043b7c;
}

.form__button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.form__separate {
  padding: 0 10px;
  color: #adadad;
}

.error {
  color: #f00;
  font-weight: bold;
}

.heading {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1em;
  margin-bottom: 45px;
}

.heading:after {
  display: block;
  color: #043b7c;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  content: attr(data-en);
}

.heading2 {
  border-bottom: 1px solid #043b7c;
}

@media screen and (max-width: 768px) {
  .heading2 {
    padding-bottom: 5px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .heading2 {
    padding-bottom: 10px;
    font-size: 2.2rem;
    margin-bottom: 13px;
  }
}

.heading-subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.heading3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.heading3 span {
  color: #00bffe;
}

.heading4 {
  color: #043b7c;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.heading5 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .heading5 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  .heading5 {
    font-size: 2.8rem;
  }
}

.heading5:after {
  color: #043b7c;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: block;
  content: attr(data-en);
}

@media screen and (max-width: 768px) {
  .heading5:after {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .heading5:after {
    font-size: 1.6rem;
  }
}

.heading6 {
  padding: 22px 0 15px 30px;
  font-size: 2.2rem;
  position: relative;
}

.heading6:before {
  width: 100%;
  content: attr(data-num);
  font-size: 6.0rem;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #043b7c;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: alpha(opacity=20);
  position: absolute;
  top: -22px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .about {
    margin-bottom: 80px;
  }
  .about:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 769px) {
  .about__info {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .about__info {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about__image {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .about__image {
    float: right;
    width: 43.60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .about__image {
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .about__info2 {
    float: right;
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .about__info2 {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about__image2 {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .about__image2 {
    float: left;
    text-align: right;
    width: 43.60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .about__image2 {
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.about__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #043b7c;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.about__text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.about-box {
  width: 100%;
  font-size: 1.4rem;
  background-color: #f2f5f8;
}

@media screen and (max-width: 768px) {
  .about-box {
    margin: 0 auto 50px;
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  .about-box {
    margin: 0 auto 80px;
    position: relative;
    max-width: 900px;
  }
  .about-box:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .about-box__image {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .about-box__image {
    left: -20px;
    top: -20px;
    width: 40%;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .about-box__info {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .about-box__info {
    float: right;
    width: 60%;
    padding: 60px 30px 60px 10px;
  }
}

.about-box__info__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #043b7c;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 25px;
}

.about-box__info__title a {
  text-decoration: none;
}

.about-box__info__title :hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.about-box__text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.comment, .comment2 {
  border-radius: 10px;
  margin-bottom: 50px;
  font-size: 1.4rem;
  background-color: #f2f5f8;
}

.comment:after, .comment2:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .comment, .comment2 {
    padding: 20px;
  }
}

@media screen and (min-width: 769px) {
  .comment, .comment2 {
    padding: 20px 30px;
  }
}

.comment__title, .comment2__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #043b7c;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.comment__info {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .comment__info {
    max-width: 800px;
    margin: 0 auto;
  }
}

.comment__image {
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .comment__image {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .comment__image {
    width: 90%;
    text-align: center;
  }
}

.comment__text {
  text-align: right;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comment__text {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .comment__text {
    width: 90%;
    max-width: 737px;
  }
}

.comment2 {
  margin-bottom: 20px;
}

.comment2__title {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .comment2__image {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .comment2__image {
    width: 293px;
    float: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .comment2__image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .comment2__text {
    width: calc(100% - 320px);
    float: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .comment2__text {
    width: 100%;
  }
}

sup {
  font-size: 0.8em;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

sub {
  font-size: 0.8em;
}

.product__main {
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.product__main img {
  margin-bottom: 10px;
}

.product__text {
  width: 100%;
  text-align: left;
}

.product__size {
  text-align: center;
  margin-bottom: 40px;
}

.product__feature {
  margin-bottom: 50px;
}

.product__feature:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .product__feature-item {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .product__feature-item {
    width: 44.19%;
  }
}

@media screen and (min-width: 769px) {
  .product__feature-item:nth-child(2n+1) {
    float: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .product__feature-item:nth-child(2n+1) {
    float: none;
  }
}

@media screen and (min-width: 769px) {
  .product__feature-item:nth-child(2n) {
    float: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .product__feature-item:nth-child(2n) {
    float: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .product__feature-item {
    width: 100%;
  }
}

.product__table {
  margin-bottom: 40px;
}

.product__table-scroll {
  overflow-x: auto;
}

.product__table-scroll .product__table-layout {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 1.2rem;
}

.product__table-scroll .product__table-layout tbody tr {
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.product__table-scroll .product__table-layout tbody tr th {
  font-weight: normal;
  vertical-align: middle;
  word-break: keep-all;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
}

.product__table-scroll .product__table-layout tbody tr .product__table-value {
  background-color: #e5ebf2;
  padding: 10px 20px;
}

.product__table-scroll .product__table-layout tbody tr .product__table-number {
  background-color: #f2f5f8;
  padding: 10px 20px;
}

.product__table-scroll .product__table-layout tbody tr .product__table-value-box {
  color: #000;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}

.product__table-scroll .product__table-layout tbody tr td {
  vertical-align: middle;
  word-break: keep-all;
  white-space: nowrap;
}

.product__table-scroll .product__table-layout tbody tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.product__table .product__table-text {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.product-cta {
  margin-bottom: 75px;
}

.product-cta:after {
  content: "";
  display: block;
  clear: both;
}

.product-cta__list {
  margin: 0 auto 65px;
}

@media screen and (max-width: 768px) {
  .product-cta__list {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__list {
    width: 76.27%;
    max-width: 1000px;
  }
}

.product-cta__list:after {
  content: "";
  display: block;
  clear: both;
}

.product-cta__spec, .product-cta__catalog, .product-cta__catalog-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-cta__spec, .product-cta__catalog, .product-cta__catalog-center {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__spec, .product-cta__catalog, .product-cta__catalog-center {
    width: 43.89%;
    float: left;
  }
}

.product-cta__spec a, .product-cta__catalog a, .product-cta__catalog-center a {
  padding: 15px;
  border: 1px solid #043b7c;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.product-cta__spec a:hover, .product-cta__catalog a:hover, .product-cta__catalog-center a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

@media screen and (min-width: 769px) {
  .product-cta__catalog {
    float: right;
  }
}

.product-cta__catalog a:before {
  padding: 2px 30px 2px 0;
  content: "";
  background: url(../img/sunsep/icon/pdf.png) 0 0 no-repeat;
}

.product-cta__catalog-center {
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 769px) {
  .product-cta__catalog-center {
    margin: 0 auto;
    float: none;
    width: 50%;
  }
}

.product-cta__catalog-center a:before {
  padding: 2px 30px 2px 0;
  content: "";
  background: url(../img/sunsep/icon/pdf.png) 0 0 no-repeat;
}

.product-cta__only {
  float: none;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .product-cta__only {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__only {
    width: 60%;
  }
}

.product-cta__list-selemion {
  width: 100%;
  margin: 0 auto 65px;
}

.product-cta__list-selemion:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .product-cta__list-selemion li {
    width: 90%;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__list-selemion li {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .product-cta__list-selemion li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .product-cta__list-selemion li {
    width: 90%;
    margin: 0 auto 20px;
    float: none;
  }
  .product-cta__list-selemion li:last-child {
    margin-right: auto;
  }
}

.product-cta__about-selemion {
  margin: 0 auto 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-cta__about-selemion {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__about-selemion {
    width: 60%;
  }
}

.product-cta__about-selemion a {
  padding: 30px 0;
  border: 1px solid #043b7c;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.product-cta__about-selemion a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.product-cta__contact {
  margin: 0 auto 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-cta__contact {
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__contact {
    width: 288px;
  }
}

.product-cta__contact a {
  padding: 85px 0 18px;
  border: 1px solid #043b7c;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  background: url(../img/sunsep/icon/contact.png) 50% 34px no-repeat;
}

.product-cta__contact a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.product-cta__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.product-cta__sunsep-module, .product-cta__oem {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .product-cta__sunsep-module, .product-cta__oem {
    width: 90%;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 769px) {
  .product-cta__sunsep-module, .product-cta__oem {
    width: 42.6%;
    float: left;
  }
}

.product-cta__sunsep-module a, .product-cta__oem a {
  padding: 80px 0 15px;
  border: 1px solid #043b7c;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  margin-bottom: 5px;
  background: url(../img/sunsep/icon/sunsep-module.png) 50% 20px no-repeat;
}

.product-cta__sunsep-module a:hover, .product-cta__oem a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

@media screen and (min-width: 769px) {
  .product-cta__oem {
    float: right;
  }
}

.product-cta__oem a {
  padding: 90px 0 29px;
  background: url(../img/sunsep/icon/oem.png) 50% 20px no-repeat;
}

.spec {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.spec__tablememo {
  text-align: right;
  font-size: 1.4rem;
}

.spec__tablememo2 {
  font-size: 1.4rem;
}

.spec-title {
  margin: 50px 0 20px;
}

.spec-title-swb {
  margin: 0 0 20px;
}

.spec-table, .spec-table2 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.spec-table th, .spec-table2 th {
  padding: 10px;
  border: 1px solid #f6f6f6;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #e5ebf2;
}

.spec-table td, .spec-table2 td {
  padding: 10px;
  border: 1px solid #e7e7e7;
  text-align: center;
  vertical-align: middle;
}

.spec-table td a :hover, .spec-table2 td a :hover {
  opacity: 0.7;
}

.spec-table .layout-left, .spec-table2 .layout-left {
  text-align: left;
}

.spec-table2 {
  table-layout: fixed;
}

.spec-table2 th {
  width: 19.77%;
}

.spec-table2 td {
  text-align: left;
}

.spec-table3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.spec-table3 th {
  padding: 10px;
  border: 1px solid #f6f6f6;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #e5ebf2;
}

.spec-table3 .spec-table__title {
  color: #0f8328;
  background-color: #e3f0d8;
  padding: 10px 20px;
}

.spec-table3 .spec-table__title img {
  vertical-align: middle;
}

.spec-table3 .spec-table__title a {
  text-decoration: none;
  color: #0f8328;
}

.spec-table3 .spec-table__title a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.spec-table3 .series-title {
  font-size: 1.8rem;
}

.spec-table3 th.last-color {
  border-bottom: 2px solid #f6f6f6;
}

.spec-table3 td {
  padding: 10px;
  border: 1px solid #e7e7e7;
  text-align: center;
  vertical-align: middle;
}

.spec-table3 td .spec-table__about {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .spec-table3 td .spec-table__about {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spec-table3 td .spec-table__about {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    justify-content: space-around;
  }
}

.spec-table3 td .spec-table__about li {
  text-align: left;
}

.spec-table3 td.last-color {
  border-bottom: 2px solid #e7e7e7;
}

.spec-table3 .spec-table__series {
  color: #0f8328;
  font-weight: 900;
}

.spec-table3 .layout-left {
  text-align: left;
}

.small {
  font-size: 1.0rem;
}

.swb-cell, .swc-cell, .swf-cell {
  min-width: 19px;
  padding: 0 !important;
  border-right: none !important;
  background-color: #aed484 !important;
}

.swc-cell {
  background-color: #f7c773 !important;
}

.swf-cell {
  background-color: #9dd6e0 !important;
}

.type-cell {
  border-left: none !important;
  font-weight: bold;
  background-color: #e5ebf2;
  border: 1px solid #f6f6f6 !important;
}

.type-cell a {
  color: #000;
  text-decoration: none;
}

.size-cell {
  font-size: 1.2rem;
}

.size-cell:nth-child(2n+1) {
  border-left: 2px dotted #e7e7e7 !important;
  border-right: 2px dotted #e7e7e7 !important;
}

.blank-cell {
  font-weight: bold;
  background-color: #f7f7f7;
}

.standard-spec:after {
  content: "";
  display: block;
  clear: both;
}

.standard-spec__item {
  width: 29.41%;
}

.standard-spec__item:nth-child(3n+1) {
  float: left;
  margin-right: 5.81%;
}

.standard-spec__item:nth-child(3n+2) {
  float: left;
}

.standard-spec__item:nth-child(3n) {
  float: right;
}

.feature-list__item {
  padding-left: 12px;
  font-size: 1.4rem;
  position: relative;
}

.feature-list__item:before {
  width: 6px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #043b7c;
}

.usage {
  /* 2番目と3番目のspanを45度に */
}

.usage__title {
  padding: 10px 30px;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 25px;
  cursor: pointer;
  background-color: #043b7c;
  position: relative;
}

.usage__title span {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  margin-top: 16px;
  right: 40px;
  top: 0;
}

.usage__title span:before, .usage__title span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 20px;
}

.usage__title span:before {
  -webkit-transform: translate(6px, 0) rotate(45deg);
          transform: translate(6px, 0) rotate(45deg);
}

.usage__title span:after {
  -webkit-transform: translate(-6px, 0) rotate(-45deg);
          transform: translate(-6px, 0) rotate(-45deg);
}

.usage__title.usage__list--open span:before {
  -webkit-transform: translate(-6px, 0) rotate(45deg);
          transform: translate(-6px, 0) rotate(45deg);
}

.usage__title.usage__list--open span:after {
  -webkit-transform: translate(6px, 0) rotate(-45deg);
          transform: translate(6px, 0) rotate(-45deg);
}

.usage__list {
  display: block;
  overflow: hidden;
  max-height: 0;
}

.usage__list--open {
  max-height: 10000px;
}

.usage__item {
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  position: relative;
}

.usage__item:before {
  width: 6px;
  height: 2px;
  content: "";
  display: block;
  background-color: #043b7c;
  position: absolute;
  top: 10px;
  left: 0;
}

.customorder-oem__list {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .customorder-oem__list {
    background-image: url(../img/sunsep/background/customorder-oem-bg_sp.png);
    background-position: center;
  }
}

@media screen and (min-width: 769px) {
  .customorder-oem__list {
    background-image: url(../img/sunsep/background/customorder-oem-bg_pc.png);
  }
}

@media screen and (max-width: 768px) {
  .customorder-oem__list ul {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .customorder-oem__list ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .customorder-oem__list ul li {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .customorder-oem__list ul li {
    width: 30%;
  }
}

.container-more__list {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.container-more__btn {
  max-width: 300px;
  width: 40%;
  margin: 20px auto 0;
}

.container-more__btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  background-color: #043b7c;
  text-align: center;
  padding: 10px;
}

.btn_about-forblue {
  margin-bottom: 40px;
}

.btn_about-forblue a {
  border: 1px solid #333;
  font-weight: normal;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn_about-forblue a {
    width: 80%;
    padding: 15px;
  }
}

@media screen and (min-width: 769px) {
  .btn_about-forblue a {
    width: 388px;
    padding: 0 30px 15px;
  }
}

.btn_about-forblue a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.btn_about-forblue a img {
  text-align: center;
}

.slide-btn {
  text-align: center;
}

.btn_about-forblue {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

.btn_about-forblue a {
  background: url(../img/sunsep/product/forblue_logo.jpg) 50% 10px no-repeat;
  border: 1px solid #043b7c;
  font-weight: normal;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  border: 1px solid #333;
  font-weight: normal;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  padding: 85px 10px 12px;
}

@media screen and (max-width: 768px) {
  .btn_about-forblue a {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .btn_about-forblue a {
    width: 388px;
  }
}

.btn_about-forblue a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.btn_about-forblue a img {
  text-align: center;
}

.va-top {
  vertical-align: super;
  font-size: 50%;
}

.cn-inquiry {
  width: 440px;
  min-width: 440px;
  margin: 30px auto 30px;
  border: 1px solid #043b7c;
  padding: 18px;
}

.cn-inquiry p {
  font-size: 80%;
  margin-top: 8px;
}


@media screen and (max-width: 768px) {
  .cn-inquiry {
    width: 90%;
    min-width: 90%;
  }
  .cn-inquiry a {
    word-break: break-word;
  }
}

.text-bold {
  font-weight: bold;
}