@charset "UTF-8";
@import url(font-awesome.min.css);
/*@mixin tabletL {
  //タブレット横の場合
  @media only screen and (max-width: $bpTabletL) {
	  @content;
  }
}*/
/* Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:600");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

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

li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/* link
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

button:hover {
  opacity: 0.7;
}

/* Fonts
------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

html {
  font-size: 62.5% !important;
  /* 10px base */
  font-family: -apple-system, BlinkMacSystemFont, MyYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  overflow: visible !important;
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body > div, input, button, textarea, select {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 992px) {
  body > div, input, button, textarea, select {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

input, button, textarea, select {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, MyYuGothicM, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/* form
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
  background-color: #eef0f3;
  border: solid 1px #c2c2c2;
  padding: 10px 20px;
  max-width: 420px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 992px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 600px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
    padding: 6px 12px;
    border-radius: 3px;
  }
}

input[type="text"].inline, input[type="tel"].inline, input[type="email"].inline, input[type="password"].inline, textarea.inline, select.inline {
  width: auto;
}

input[type="text"].large, input[type="tel"].large, input[type="email"].large, input[type="password"].large, textarea.large, select.large {
  max-width: 550px;
}

input[type="text"].error, input[type="tel"].error, input[type="email"].error, input[type="password"].error, textarea.error, select.error {
  border-color: #ff4a4b !important;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  width: 100%;
}

textarea {
  max-width: none;
}

select {
  max-width: 100%;
}

textarea {
  vertical-align: top;
}

textarea::-webkit-input-placeholder {
  color: #C7C9CB;
}

textarea::-moz-placeholder {
  color: #C7C9CB;
}

textarea:-ms-input-placeholder {
  color: #C7C9CB;
}

input::-webkit-input-placeholder {
  color: #C7C9CB;
}

input::-moz-placeholder {
  color: #C7C9CB;
}

input:-ms-input-placeholder {
  color: #C7C9CB;
}

input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled] {
  background-color: #ECEBEB;
}

/*
#overview
base
*/
/*
#styleguide
container

```
<div class="container">
     基本
</div>
```
*/
/*
#styleguide
container02

```
<div class="container02">
    基本 max-width:840px;
</div>
```
*/
/*
#styleguide
container03

```
<div class="container03">
    基本 max-width:1280px;
</div>
```
*/
body {
  background-image: url(../img/common/bg.png);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #fefdf6;
}

@media only screen and (max-width: 992px) {
  body {
    background-image: none;
  }
}

#header {
  z-index: 200;
  position: relative;
  /* #header */
}

@media only screen and (max-width: 992px) {
  #header {
    background-color: #0066b7;
    height: 60px;
  }
}

#header .telSp {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 60px;
  height: 60px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}

#header .telSp a {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}

#header .telSp a:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: middle;
}

#header .btnMenu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}

#header .btnMenu .open, #header .btnMenu .close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
}

#header .btnMenu .open:after, #header .btnMenu .close:after {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: FontAwesome;
  line-height: 1;
  width: 1em;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#header .btnMenu .open span, #header .btnMenu .close span {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

#header .btnMenu .open {
  display: block;
}

#header .btnMenu .open:after {
  content: "";
}

#header .btnMenu .close {
  display: none;
}

#header .btnMenu .close:after {
  content: "";
}

#header .btnMenu.select .open {
  display: none;
}

#header .btnMenu.select .close {
  display: block;
}

#header .nav {
  text-align: center;
  /* nav */
}

@media only screen and (max-width: 992px) {
  #header .nav {
    background-color: #fff;
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  #header .nav > ul {
    position: relative;
  }
  #header .nav > ul:after {
    content: "";
    background-color: #333;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#header .nav > ul > li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 992px) {
  #header .nav > ul > li {
    display: block;
    margin: 0;
    border-bottom: solid 1px #333;
  }
}

#header .nav > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  #header .nav > ul > li > a {
    display: block;
    position: relative;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#header .nav > ul > li > a:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  display: block;
  content: "";
  background: transparent;
  z-index: 0;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
  #header .nav > ul > li > a:before {
    display: none;
  }
}

#header .nav > ul > li > a:after {
  position: absolute;
  bottom: -5px;
  left: 33%;
  right: 33%;
  height: 1px;
  display: block;
  content: "";
  background: transparent;
  z-index: 1;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 992px) {
  #header .nav > ul > li > a:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 1em;
    transition: none;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}

#header .headerDefault .nav > ul > li > a:hover,
#header .headerDefault .nav > ul > li.pull:hover > a {
  opacity: 1;
  color: #FFF13D !important;
}

@media only screen and (max-width: 992px) {
  #header .headerDefault .nav > ul > li > a:hover,
  #header .headerDefault .nav > ul > li.pull:hover > a {
    color: #333 !important;
  }
}

#header .headerDefault .nav > ul > li > a:hover:before,
#header .headerDefault .nav > ul > li.pull:hover > a:before {
  left: 33%;
  right: 33%;
  background: transparent;
}

#header .headerDefault .nav > ul > li > a:hover:after,
#header .headerDefault .nav > ul > li.pull:hover > a:after {
  left: 0px;
  right: 0px;
  background: #FFF13D !important;
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  #header .headerDefault .nav > ul > li > a:hover:after,
  #header .headerDefault .nav > ul > li.pull:hover > a:after {
    background: transparent !important;
    left: auto;
    right: 0;
  }
}

#header .headerShort .nav > ul > li > a:hover,
#header .headerShort .nav > ul > li.pull:hover > a {
  opacity: 1;
}

#header .headerShort .nav > ul > li > a:hover:before,
#header .headerShort .nav > ul > li.pull:hover > a:before {
  left: 33%;
  right: 33%;
  background: transparent;
}

#header .headerShort .nav > ul > li > a:hover:after,
#header .headerShort .nav > ul > li.pull:hover > a:after {
  left: 0px;
  right: 0px;
  background: #ccc;
}

#vision .headerDefault .vision > a:before,
#service .headerDefault .service > a:before,
#case .headerDefault .case > a:before,
#company .headerDefault .company > a:before,
#recruit .headerDefault .recruit > a:before,
#news .headerDefault .news > a:before {
  left: 33%;
  right: 33%;
  background: transparent;
}

#vision .headerDefault .vision > a:after,
#service .headerDefault .service > a:after,
#case .headerDefault .case > a:after,
#company .headerDefault .company > a:after,
#recruit .headerDefault .recruit > a:after,
#news .headerDefault .news > a:after {
  left: 0px;
  right: 0px;
  background: #fff;
  opacity: 0.5;
}

@media only screen and (max-width: 992px) {
  #vision .headerDefault .vision > a:after,
  #service .headerDefault .service > a:after,
  #case .headerDefault .case > a:after,
  #company .headerDefault .company > a:after,
  #recruit .headerDefault .recruit > a:after,
  #news .headerDefault .news > a:after {
    background: transparent !important;
    left: auto;
    right: 0;
    opacity: 1;
  }
}

#vision .headerShort .nav .vision > a:before,
#service .headerShort .nav .service > a:before,
#case .headerShort .nav .case > a:before,
#company .headerShort .nav .company > a:before,
#recruit .headerShort .nav .recruit > a:before,
#news .headerShort .nav .news > a:before {
  left: 33%;
  right: 33%;
  background: transparent;
}

#vision .headerShort .nav .vision > a:after,
#service .headerShort .nav .service > a:after,
#case .headerShort .nav .case > a:after,
#company .headerShort .nav .company > a:after,
#recruit .headerShort .nav .recruit > a:after,
#news .headerShort .nav .news > a:after {
  left: 0px;
  right: 0px;
  background: #0066b7;
}

@media only screen and (max-width: 992px) {
  #header .nav > ul > li.pull > a:after {
    content: "";
  }
}

@media only screen and (max-width: 992px) {
  #header .nav > ul > li.pull.on > a:after {
    content: "";
  }
}

#header .nav .mMenu {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  padding-top: 30px;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu {
    position: static;
    padding-top: 0;
  }
}

#header .nav .mMenu .mMenuWrap {
  background-color: #EEEEEE;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .mMenuWrap {
    background-color: #fff;
  }
}

#header .nav .mMenu .mMenuInner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .mMenuInner {
    padding: 0;
  }
}

#header .nav .mMenu .menuBlock01 {
  padding: 50px 0;
  margin: 0 -1.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock01 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) and (max-width: 992px) {
  #header .nav .mMenu .menuBlock01 {
    margin: 0;
    padding: 0;
  }
}

#header .nav .mMenu .menuBlock01 a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock01 a {
    position: relative;
    background-color: #F5F5F5;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header .nav .mMenu .menuBlock01 a:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 1em;
    transition: none;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}

#header .nav .mMenu .menuBlock01 li {
  width: 22%;
  margin: 0 1.5%;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock01 li {
    width: auto;
    margin: 0;
    border-top: dotted 1px #bbb;
  }
}

#header .nav .mMenu .menuBlock01 .image {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock01 .image {
    display: none;
  }
}

#header .nav .mMenu .menuBlock01 .txt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

#header .nav .mMenu .menuBlock02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock02 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock02 li {
    display: block;
    width: 100%;
    border-top: dotted 1px #bbb;
  }
}

#header .nav .mMenu .menuBlock02 a {
  display: block;
  padding: 30px 20px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

#header .nav .mMenu .menuBlock02 a:hover {
  background-color: #D7D7D7;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock02 a:hover {
    background-color: #E8E8E8;
    text-decoration: none;
  }
}

@media only screen and (max-width: 992px) {
  #header .nav .mMenu .menuBlock02 a {
    position: relative;
    background-color: #F5F5F5;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header .nav .mMenu .menuBlock02 a:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 40px;
    height: 1em;
    transition: none;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}

#header .sns {
  text-align: right;
}

@media only screen and (max-width: 992px) {
  #header .sns {
    display: none;
  }
}

#header .sns li {
  margin-left: 10px;
  display: inline-block;
}

#header .sns a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  text-align: center;
}

#header .sns .fb a {
  background-image: url(../img/common/iconFb01.png);
  background-size: 12px auto;
}

#header .sns .tel a {
  background-image: url(../img/common/iconTel01.png);
  background-size: 17px auto;
}

#header .sns .contact a {
  background-image: url(../img/common/iconMail01.png);
  background-size: 19px auto;
}

#header .headerDefault {
  background-color: #0066b7;
  padding: 30px 0;
  /* .headerDefault */
}

@media only screen and (max-width: 992px) {
  #header .headerDefault {
    padding: 0;
  }
}

#header .headerDefault .inner {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  #header .headerDefault .inner {
    padding: 0;
  }
}

#header .headerDefault .siteTitle {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #header .headerDefault .siteTitle {
    padding: 15px 0 0 15px;
    margin-bottom: 0;
    text-align: left;
  }
  #header .headerDefault .siteTitle img {
    width: 160px;
  }
}

#header .headerDefault .nav > ul > li > a {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  #header .headerDefault .nav > ul > li > a {
    color: #333;
  }
}

#header .headerDefault .snsInner {
  position: relative;
}

#header .headerDefault .sns {
  position: absolute;
  top: -100px;
  right: 15px;
}

#header .headerShort {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: -120px;
  left: 0;
  transition: all 0.5s linear;
  /* .headerShort */
}

@media only screen and (max-width: 992px) {
  #header .headerShort {
    display: none;
  }
}

#header .headerShort .inner {
  max-width: 1500px;
  padding: 15px 15px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

#header .headerShort .siteTitle {
  width: 224px;
}

#header .headerShort .nav {
  font-size: 0;
}

#header .headerShort .nav .mMenu {
  padding-top: 15px;
}

#header .headerShort .sns {
  width: 200px;
}

#header .headerShort .sns a {
  width: 40px;
  height: 40px;
}

#header .headerShort .sns .fb a {
  background-image: url(../img/common/iconFb01_02.png);
}

#header .headerShort .sns .tel a {
  background-image: url(../img/common/iconTel01_02.png);
}

#header .headerShort .sns .contact a {
  background-image: url(../img/common/iconMail01_02.png);
}

@media only screen and (max-width: 992px) {
  #gNav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
  }
}

.topicpath {
  background-color: #fff;
  border-bottom: solid 2px #b9b9b9;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.topicpath .inner {
  max-width: 1500px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

.topicpath ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.topicpath li {
  float: left;
  position: relative;
  padding-left: 18px;
}

.topicpath li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-family: FontAwesome;
  line-height: 1;
  color: #929292;
}

.IE .topicpath li:before {
  top: -5px;
}

.topicpath a {
  display: block;
  color: #333;
  text-decoration: none;
}

.topicpath a:hover {
  opacity: 0.6;
}

.topicpath .home {
  padding-left: 0;
}

.topicpath .home:before {
  display: none;
}

.topicpath .home a {
  width: 16px;
  background-image: url(../img/common/iconHome.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
}

.IE .topicpath .home a {
  background-position: left 2px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container02 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container03 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

#footer {
  /* #footer */
}

#footer .head {
  background-color: #0066b7;
  padding: 60px 0;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  #footer .head {
    padding: 20px 0;
  }
}

#footer .head .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  #footer .head .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#footer .head .title {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #footer .head .title {
    margin-bottom: 15px;
  }
}

#footer .head .title .main, #footer .head .title .sub {
  display: block;
}

#footer .head .title .main {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 992px) {
  #footer .head .title .main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#footer .head .title .sub {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 992px) {
  #footer .head .title .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#footer .head .access, #footer .head .contact {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  #footer .head .access, #footer .head .contact {
    width: auto;
  }
}

#footer .head .access {
  border-right: dotted 1px #fff;
  padding-right: 44px;
}

@media only screen and (max-width: 992px) {
  #footer .head .access {
    border-right: none;
    border-bottom: dotted 1px #fff;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
}

#footer .head .access li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

#footer .head .access li:not(:last-child) {
  margin-bottom: 30px;
}

#footer .head .access .name {
  width: 3em;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  #footer .head .access .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#footer .head .access .address {
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-right: 0px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
  #footer .head .access .address {
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#footer .head .access .map {
  width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
  #footer .head .access .map {
    width: 100%;
    margin-top: 10px;
    padding: 0 15vw;
    text-align: center;
  }
}

#footer .head .access .map a {
  display: inline-block;
  padding: 3px 15px;
  background-color: #BEC6C6;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  #footer .head .access .map a {
    display: block;
  }
}

#footer .head .contact {
  padding-left: 64px;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact {
    padding-left: 0;
  }
}

#footer .head .contact ul {
  margin-bottom: 15px;
}

#footer .head .contact li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#footer .head .contact .name {
  padding-right: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#footer .head .contact .tel {
  font-size: 14px;
  font-size: 1.4rem;
}

#footer .head .contact .tel .txt, #footer .head .contact .tel .num {
  display: inline;
  vertical-align: middle;
}

#footer .head .contact .tel .txt {
  margin-right: 5px;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact .tel .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#footer .head .contact .tel .num {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact .tel .num {
    font-size: 20px;
    font-size: 2rem;
  }
}

#footer .head .contact .tel a {
  color: #fff;
  text-decoration: none;
}

#footer .head .contact .btnContact {
  max-width: 300px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact .btnContact {
    max-width: 260px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#footer .head .contact .btnContact a {
  display: block;
  padding: 15px 40px;
  border: solid 2px #fff;
  border-radius: 2000px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact .btnContact a {
    padding: 10px 20px;
  }
}

#footer .head .contact .btnContact a:before {
  content: "";
  background-image: url(../img/common/iconMail01_03.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 992px) {
  #footer .head .contact .btnContact a:before {
    background-size: 20px auto;
    width: 20px;
    height: 15px;
  }
}

#footer .social {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .social a {
  display: block;
  padding: 30px 0 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 992px) {
  #footer .social a {
    padding: 15px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#footer .social .box {
  width: 17%;
}

@media only screen and (max-width: 992px) {
  #footer .social .box {
    width: 50%;
  }
}

#footer .social .icon {
  margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {
  #footer .social .icon img {
    width: 30px;
  }
}

@media only screen and (max-width: 992px) {
  #footer .social .txt {
    height: 30px;
    line-height: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#footer .social .fb {
  width: 33%;
}

@media only screen and (max-width: 992px) {
  #footer .social .fb {
    width: 50%;
  }
}

#footer .social .fb a {
  background-color: #3C579C;
}

#footer .social .trivia {
  width: 33%;
}

@media only screen and (max-width: 992px) {
  #footer .social .trivia {
    width: 50%;
  }
}

#footer .social .trivia a {
  background-color: #6A8A4E;
}

#footer .social .insta a {
  background-color: #C06C72;
}

#footer .social .youtube a {
  background-color: #7C7C7C;
}

#footer .fNav {
  background-color: #D8D7D6;
  padding: 40px 0 90px;
}

@media only screen and (max-width: 992px) {
  #footer .fNav {
    padding: 0;
  }
}

#footer .fNav .btnOpen {
  background-color: #054881;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  cursor: pointer;
}

#footer .fNav .btnOpen:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  margin-left: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

#footer .fNav .btnOpen.active:after {
  content: "";
}

#footer .fNav .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1150px;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .container {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  #fNav {
    display: none;
  }
}

#footer .fNav .box {
  width: 23%;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .box {
    width: auto;
  }
}

#footer .fNav a {
  text-decoration: none;
}

#footer .fNav .large {
  border-bottom: dotted 1px #333333;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .large {
    border-bottom-style: solid;
    border-bottom-color: #bbb;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#footer .fNav .large a {
  display: block;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .large a {
    position: relative;
    padding: 15px;
  }
  #footer .fNav .large a:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
  }
}

#footer .fNav .large02 {
  margin-bottom: 6px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .large02 {
    border-bottom: solid 1px #bbb;
    margin-bottom: 0;
  }
}

#footer .fNav .large02 a {
  display: block;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .large02 a {
    position: relative;
    padding: 15px;
  }
  #footer .fNav .large02 a:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
  }
}

#footer .fNav .large02 a:hover {
  text-decoration: underline;
}

#footer .fNav ul.type02 {
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  #footer .fNav ul.type02 {
    margin-top: 0;
  }
}

#footer .fNav ul li {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
  #footer .fNav ul li {
    margin-top: 0;
  }
  #footer .fNav ul li:not(:last-child) {
    border-bottom: dotted 1px #bbb;
  }
  #footer .fNav ul li:last-child {
    border-bottom: solid 1px #bbb;
  }
}

#footer .fNav ul a {
  display: block;
}

@media only screen and (max-width: 992px) {
  #footer .fNav ul a {
    padding: 15px;
    background-color: #E8E8E8;
    position: relative;
  }
  #footer .fNav ul a:after {
    content: "";
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
  }
}

#footer .fNav ul a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  #footer .fNav .box:last-child ul li:last-child {
    border-bottom: none;
  }
}

#footer .bottom {
  background-color: #D8D7D6;
  border-top: solid 1px #B9B9B9;
  padding: 20px 0;
}

#footer .bottom .inner {
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .bottom .copyright {
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
}

#footer .pageTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 78px;
  z-index: 100;
}

@media only screen and (max-width: 600px) {
  #footer .pageTop {
    right: 20px;
    bottom: 20px;
    width: 44px;
  }
}

/* CSS Document */
.container {
  max-width: 1036px;
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}

.container02 {
  max-width: 840px;
}

@media only screen and (max-width: 992px) {
  .container02 {
    max-width: 750px;
  }
}

.container03 {
  max-width: 1310px;
}

@media only screen and (max-width: 992px) {
  .container03 {
    max-width: 750px;
  }
}

@media only screen and (max-width: 992px) {
  .modPcOnly {
    display: none;
  }
}

.modSpOnly {
  display: none;
}

@media only screen and (max-width: 992px) {
  .modSpOnly {
    display: block;
  }
}

/*
#overview
modTitle
*/
/*
#styleguide
modPageTitle

```
<header class="modPageTitle">
      <div class="container">
        <h1 class="title">お問い合わせ</h1>
      </div>
</header>
```
*/
.modPageTitle {
  background-color: #E3E3D6;
  border-bottom: solid 1px #b9b9b9;
  padding: 40px 0;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-align: center;
  color: #000;
  /* .modPageTitle */
}

@media only screen and (max-width: 992px) {
  .modPageTitle {
    padding: 30px 0;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}

/*
#styleguide
modTitle01

```
<h2 class="modTitle01">
    <span class="main">個人情報保護方針</span>
    <span class="sub">採用選考に関する個人情報の取扱いについて</span>
    <span class="sub eng">Top Message</span>
</h2>
```
*/
.modTitle01 {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .modTitle01 {
    margin-bottom: 30px;
  }
}

.modTitle01 .main {
  display: block;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 992px) {
  .modTitle01 .main {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.modTitle01 .main.small {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 992px) {
  .modTitle01 .main.small {
    font-size: 20px;
    font-size: 2rem;
  }
}

.modTitle01 .sub {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  color: #0066b7;
}

@media only screen and (max-width: 992px) {
  .modTitle01 .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.modTitle01 .sub.eng {
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  .modTitle01 .sub.eng {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.modTitle01 span + span {
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
  .modTitle01 span + span {
    margin-top: 10px;
  }
}

/*
#styleguide
modTitle02

@modTitle02_icon

```

<h2 class="modTitle02">modTitle02</h2>
<h2 class="modTitle02 modTitle02_icon">modTitle02_icon(beforeの初期設定がつきます)</h2>
```
*/
.modTitle02 {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .modTitle02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

/*
#styleguide
modTitle03

@modTitle03_type02

```
<h2 class="modTitle03">modTitle03</h2>
<h2 class="modTitle03 modTitle03_type02">modTitle03_type02</h2>
```
*/
.modTitle03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .modTitle03 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.modTitle03_type02 {
  color: #0066b7;
}

/*
#styleguide
modTitle04

```
<h2 class="modTitle04"><span>modTitle04</span></h2>
```
*/
.modTitle04 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 600px) {
  .modTitle04 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
}

.modTitle04 span {
  display: inline-block;
  position: relative;
  padding: 0 110px;
}

@media only screen and (max-width: 600px) {
  .modTitle04 span {
    padding: 0 50px;
  }
}

.modTitle04 span:before, .modTitle04 span:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  width: 85px;
  height: 1px;
  background: #252525;
}

@media only screen and (max-width: 600px) {
  .modTitle04 span:before, .modTitle04 span:after {
    width: 40px;
  }
}

.modTitle04 span:before {
  left: 0;
}

.modTitle04 span:after {
  right: 0;
}

.modTitle05 {
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .modTitle05 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 600px) {
  .modTitle05 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

/*
#overview
modTxt
*/
/*
#styleguide
modTxt01

```
<p class="modTxt01">modTxt01　margin-bottom: 50px;</p>
<p class="modTxt01 modTxt01_middle">modTxt01_middle　margin-bottom: 30px;</p>
```
*/
.modTxt01 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .modTxt01 {
    margin-bottom: 30px;
  }
}

.modTxt01_middle {
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .modTxt01_middle {
    margin-bottom: 20px;
  }
}

/*
#styleguide
modTxtColor

```
<p class="modTxtColor">$mainColor</p>
```
*/
.modTxtColor {
  color: #0066b7;
}

/*
#overview
modBtn
*/
/*
#styleguide
modBtn01

@modBtn01_arrowL
@modBtn01_type02

```
<p><a href="#" class="modBtn01">ボタン</a></p>
<p><a href="#" class="modBtn01 modBtn01_arrowL">ボタン 矢印左</a></p>
<p><a href="#" class="modBtn01 modBtn01_type02">ボタン 灰色</a></p>
```
*/
.modBtn01 {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 200px;
  padding: 15px 50px;
  border: none;
  background-color: #1542b7;
  background-image: linear-gradient(to right, #0065c4, #0065c4 50%, #002da6 100%);
  transition: opacity .8s;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  text-align: center;
  /* .modBtn01 */
}

.IE .modBtn01 {
  padding: 17px 50px 12px;
}

@media only screen and (max-width: 992px) {
  .modBtn01 {
    padding: 12px 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modBtn01_type02 {
  background: #8b8b8b;
}

.modBtn01:after {
  content: "";
  background-image: url(../img/common/arrow01.png);
  background-position: 0 0;
  background-size: 10px auto;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.modBtn01_arrowL:after {
  background-image: url(../img/common/arrow01L.png);
  left: 20px;
  right: auto;
}

.modBtn01_contact {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 25px 70px;
  max-width: 370px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .modBtn01_contact {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 15px 10px;
    max-width: 280px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 600px) {
  .modBtn01_contact {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modBtn01_contact:after {
  right: 40px;
  background-size: 12px;
  width: 12px;
  height: 19px;
}

@media only screen and (max-width: 992px) {
  .modBtn01_contact:after {
    right: 20px;
    background-size: 10px auto;
    width: 10px;
    height: 16px;
  }
}

/*
#styleguide
modBtn02

@modBtn02_arrowB
@modBtn02_arrowL
@modBtn02_arrowR

```
<p><a href="#" class="modBtn02">ボタン</a></p>
<p><a href="#" class="modBtn02 modBtn02_arrowB">ボタン 矢印下</a></p>
<p><a href="#" class="modBtn02 modBtn02_arrowL">ボタン 矢印左</a></p>
<p><a href="#" class="modBtn02 modBtn02_arrowR">ボタン 矢印右</a></p>
```
*/
.modBtn02 {
  display: block;
  background-color: #fff;
  border: solid 2px #002e8c;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #002e8c;
  border-radius: 200px;
  /* .modBtn01 */
}

.IE .modBtn02 {
  padding: 18px 40px 12px;
}

@media only screen and (max-width: 992px) {
  .modBtn02 {
    padding: 15px 10px;
  }
}

.modBtn02:hover {
  opacity: 0.7;
}

.modBtn02_arrowB:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: auto;
  height: 1em;
  margin: auto;
  font-size: 28px;
  font-size: 2.8rem;
}

.modBtn02_arrowL {
  padding: 15px 40px;
}

.modBtn02_arrowL:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: auto;
  height: 1em;
  margin: auto;
  font-size: 28px;
  font-size: 2.8rem;
}

.modBtn02_arrowR {
  padding: 15px 40px;
}

.modBtn02_arrowR:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: auto;
  height: 1em;
  margin: auto;
  font-size: 28px;
  font-size: 2.8rem;
}

/*
#styleguide
modBtnList

```
<ul class="modBtnList">
    <li>
      <button type="submit" class="modBtn01">確認画面へ</button>
    </li>
</ul>

<p>.submitがつくとSP時に一番上にきます</p>
<ul class="modBtnList">
    <li>
      <button type="submit" class="modBtn01 modBtn01_type02 modBtn01_arrowL">修正する</button>
    </li>
    <li class="submit">
      <button type="submit" class="modBtn01">送信する</button>
    </li>
</ul>
```
*/
.modBtnList {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  /* .modBtnList */
}

@media only screen and (max-width: 992px) {
  .modBtnList {
    margin-bottom: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modBtnList li {
  min-width: 275px;
  margin: 0 20px;
}

@media only screen and (max-width: 992px) {
  .modBtnList li {
    margin: 0 0 15px;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 992px) {
  .modBtnList .submit {
    -ms-flex-order: 0;
    order: 0;
  }
}

/*
#styleguide
modBtnList02

@modBtnList02_type02

```
<ul class="modBtnList02">
  <li><a href="#" class="modBtn02 modBtn02_arrowB">もっと見る</a></li>
</ul>
<p></p>
<ul class="modBtnList02 modBtnList02_type02">
    <li class="prev"> <a href="../" class="modBtn02 modBtn02_arrowL"><span class="pc">前の記事へ</span><span class="sp">前へ</span></a> </li>
    <li class="next"> <a href="../" class="modBtn02 modBtn02_arrowR"><span class="pc">次の記事へ</span><span class="sp">次へ</span></a> </li>
    <li> <a href="../" class="modBtn02">新情報一覧へ戻る</a> </li>
</ul>
```
*/
.modBtnList02 {
  /* .modBtnList02 */
}

.modBtnList02 li {
  max-width: 487px;
  margin: 0 auto;
}

.modBtnList02_type02 {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .modBtnList02_type02 {
    width: auto;
  }
}

.modBtnList02_type02 li {
  max-width: 400px;
}

.modBtnList02_type02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modBtnList02_type02 .prev,
.modBtnList02_type02 .next {
  width: 185px;
}

.modBtnList02_type02 .prev .sp,
.modBtnList02_type02 .next .sp {
  display: none;
}

@media only screen and (max-width: 992px) {
  .modBtnList02_type02 .prev,
  .modBtnList02_type02 .next {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .modBtnList02_type02 .prev .pc,
  .modBtnList02_type02 .next .pc {
    display: none;
  }
  .modBtnList02_type02 .prev .sp,
  .modBtnList02_type02 .next .sp {
    display: inline-block;
  }
}

.modBtnList02_type02 .prev {
  float: left;
}

@media only screen and (max-width: 992px) {
  .modBtnList02_type02 .prev {
    float: none;
  }
}

.modBtnList02_type02 .next {
  float: right;
}

@media only screen and (max-width: 992px) {
  .modBtnList02_type02 .next {
    float: none;
  }
}

/*
#overview
modBlock
*/
/*
#styleguide
modBlockInner

@modBlockInner_type01
@modBlockInner_type02
@modBlockInner_type03
@modBlockInner_type04
@modBlockInner_type05
@modBlockInner_type06
@modBlockInner_type07


```
<div class="modBlockInner">
    padding: 60px 0;
</div>
<div class="modBlockInner modBlockInner_type01">
    .modBlockInner_type01（白背景）
</div>
<div class="modBlockInner modBlockInner_type02">
     .modBlockInner_type02（緑背景）
</div>
<div class="modBlockInner modBlockInner_type03">
    .modBlockInner_type03（ベージュ背景）
</div>
<div class="modBlockInner modBlockInner_type04">
    .modBlockInner_type04（黄背景）
</div>
<div class="modBlockInner modBlockInner_type05">
    .modBlockInner_type05（濃いベージュ背景）
</div>
<div class="modBlockInner modBlockInner_type06">
    .modBlockInner_type06（濃い黄背景）
</div>
<div class="modBlockInner modBlockInner_type07">
    .modBlockInner_type07（薄いグレー背景）
</div>

```
*/
/*
#styleguide
modBlockInner
の派生

@modBlockInner02
@modBlockInner_bottom

```
<div class="modBlockInner02">
    .modBlockInner02 padding: 20px 0;
</div>
<div class="modBlockInner03">
    .modBlockInner03 padding: 95px 0;
</div>
<div class="modBlockInner_bottom">
    .modBlockInner_bottom padding-bottom: 80px;
</div>
```
*/
.modBlockInner {
  padding: 60px 0;
  /* .modBlockInner */
}

.modBlockInner_bottom {
  padding-bottom: 80px;
}

.modBlockInner02 {
  padding: 20px 0;
}

.modBlockInner03 {
  padding: 95px 0;
}

@media only screen and (max-width: 600px) {
  .modBlockInner03 {
    padding: 60px 0;
  }
}

.modBlockInner_type01 {
  background-color: #fff;
}

.modBlockInner_type02 {
  background-color: #D7E9E9;
}

.modBlockInner_type03 {
  background-color: #fefdf6;
}

.modBlockInner_type04 {
  background-color: #fff1ca;
}

.modBlockInner_type05 {
  background-color: #f2eee8;
}

.modBlockInner_type06 {
  background-color: #ddcf62;
}

.modBlockInner_type07 {
  background-color: #f5faf9;
}

/*
#styleguide
modBlockShadow

```
<div class="modBlockShadow">
    シャドウをつける
</div>
```
*/
.modBlockShadow {
  background-color: #fff;
  padding: 65px;
  box-shadow: 0.707px 0.707px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}

@media only screen and (max-width: 600px) {
  .modBlockShadow {
    padding: 25px;
    margin-bottom: 40px;
  }
}

.container > .modBlockShadow:last-child {
  margin-bottom: 0;
}

/*
#styleguide
modBlockContact

```
<div class="modBlockContact">
          <div class="titleBlock">
            <p class="icon"><img src="/assets/img/common/iconTel02.png" alt=""></p>
            <h2 class="title"><span>お電話での</span>ご連絡先</h2>
          </div>
          <div class="detail">
            <div class="info">
              <dl>
                <dt>本社工場（香川）：</dt>
                <dd>
                  <p class="tel modTelLink">0875-27-9280</p>
                </dd>
              </dl>
              <dl>
                <dt>東京営業所：</dt>
                <dd>
                  <p class="tel modTelLink">03-5623-3268</p>
                </dd>
              </dl>
            </div>
            <address class="address">
            株式会社 北四国グラビア印刷<br>
            本社工場（香川）　香川県観音寺市粟井町755<br>
            東京営業所　東京都中央区東日本橋3-12-12櫻正宗東日本橋ビル9F
            </address>
          </div>
        </div>
```
*/
.modBlockContact {
  display: table;
  width: 100%;
  table-layout: fixed;
  /* .modBlockContact */
}

@media only screen and (max-width: 600px) {
  .modBlockContact {
    display: block;
    width: auto;
  }
}

.modBlockContact .titleBlock, .modBlockContact .detail {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .titleBlock, .modBlockContact .detail {
    display: block;
  }
}

.modBlockContact .titleBlock {
  width: 190px;
  background-color: #0066b7;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .titleBlock {
    width: auto;
    padding: 10px;
  }
}

.modBlockContact .titleBlock .icon {
  width: 76px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .titleBlock .icon {
    width: 40px;
    margin-bottom: 5px;
  }
}

.modBlockContact .titleBlock .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.modBlockContact .titleBlock .title span {
  display: block;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .titleBlock .title span {
    display: inline;
  }
}

.modBlockContact .detail {
  background-color: #fff;
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .detail {
    padding: 10px;
  }
}

.modBlockContact .info {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D2D2D2;
}

.modBlockContact .info dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .info dl {
    display: block;
    width: auto;
  }
}

.modBlockContact .info dt, .modBlockContact .info dd {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .info dt, .modBlockContact .info dd {
    display: block;
  }
}

.modBlockContact .info dt {
  width: 150px;
}

@media only screen and (max-width: 600px) {
  .modBlockContact .info dt {
    width: auto;
  }
}

.modBlockContact .info dd {
  line-height: 1.4;
}

.modBlockContact .info .tel {
  display: inline;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 992px) {
  .modBlockContact .info .tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.modBlockContact .address .name {
  margin-bottom: 4px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*
#overview
modTable
*/
/*
#styleguide
modTbl01

```
<table class="modTbl01">
<tbody>
    <tr>
    <th>1970<span>（昭和45）</span></th>
    <td>前会長   奥田正幸が香川県観音寺市八幡町において北四国グラビア印刷創業<br>
    ポリチューブ４色機導入(既設は、600㎜幅３色印刷機のみ)</td>
    </tr>
</tbody>
</table>
```
*/
/* modTable
------------------------------------------------------------*/
.modTbl01 {
  border-top: 1px dotted #666666;
}

.modTbl01 th,
.modTbl01 td {
  padding: 20px;
  border-bottom: 1px dotted #666666;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modTbl01 th,
  .modTbl01 td {
    padding: 10px 5px;
  }
}

.modTbl01 th {
  width: 170px;
}

@media only screen and (max-width: 600px) {
  .modTbl01 th {
    width: 100px;
  }
  .modTbl01 th span {
    display: block;
    text-indent: -0.7em;
  }
}

/*
#overview
modList
*/
/*
#styleguide
modList　modIndent

```
<ul class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ul>
<ol class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ol>
<ul class="modIndent01">
    <li>※テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>※リスト</li>
</ul>
<ul class="modIndent02">
    <li>１.　テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>２.　リスト</li>
</ul>
<ul class="modList01">
    <li>Illustrator に原寸で配置したサイズでの解像度が350dpiになるようにしてください。</li>
    <li> 拡大縮小率70%〜141％を超えると画質が劣化するのでご注意ください。</li>
</ul>
```
*/
.modListNormal {
  margin: 0 0 0 2em;
}

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  width: 2em;
  text-align: center;
}

ol.modListNormal li {
  list-style: decimal;
}

/* indent */
.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em;
}

.modList01 li {
  position: relative;
  margin-left: 17px;
  margin-bottom: 10px;
}

.modList01 li:last-child {
  margin-bottom: 0;
}

.modList01 li:before {
  position: absolute;
  top: 10px;
  left: -17px;
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  text-align: center;
  background: #666;
}

@media only screen and (max-width: 600px) {
  .modList01 li:before {
    top: 8px;
    left: -15px;
    width: 5px;
    height: 5px;
  }
}

/* modForm
------------------------------------------------------------*/
.modFormTbl {
  table-layout: fixed;
  margin-bottom: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  /* .modFormTbl */
}

@media only screen and (max-width: 600px) {
  .modFormTbl {
    display: block;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .modFormTbl tr, .modFormTbl tbody, .modFormTbl th, .modFormTbl td {
    display: block;
  }
}

.modFormTbl th, .modFormTbl td {
  background-color: #fff;
  padding: 20px 30px;
  vertical-align: middle;
  border-bottom: solid 1px #d7e9e9;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modFormTbl th, .modFormTbl td {
    padding: 15px 10px;
    border-bottom: none;
  }
}

.modFormTbl_conf th, .modFormTbl_conf td {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .modFormTbl_conf th, .modFormTbl_conf td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.modFormTbl th {
  width: 250px;
}

@media only screen and (max-width: 600px) {
  .modFormTbl th {
    width: auto;
    margin: 0 0 1px;
  }
}

.modFormTbl .alignT th {
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modFormTbl td {
    margin-bottom: 1px;
  }
}

.modFormRequired {
  background-color: #f22857;
  padding: 1px 10px;
  margin-right: 8px;
  border-radius: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}

.modFormName {
  display: table;
  width: 100%;
  table-layout: fixed;
  max-width: 530px;
  /* .modFormName */
}

@media only screen and (max-width: 600px) {
  .modFormName {
    display: block;
    width: auto;
  }
}

.modFormName li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px 0 0;
}

@media only screen and (max-width: 600px) {
  .modFormName li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}

.modFormName li:last-child {
  padding: 0 0 0 12px;
}

@media only screen and (max-width: 600px) {
  .modFormName li:last-child {
    padding: 0;
  }
}

.modFormName dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.modFormName dt, .modFormName dd {
  display: table-cell;
  vertical-align: middle;
}

.modFormName dt {
  width: 40px;
}

.modFormTel {
  /* .modFormTel */
}

.modFormTel ul {
  display: table;
  table-layout: fixed;
}

.modFormTel li {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.modFormTel .txt {
  width: 24px;
  text-align: center;
}

.modFormAddr {
  /* .modFormAddr */
}

.modFormAddr li {
  margin-bottom: 15px;
}

.modFormAddr .zip {
  display: table;
}

.modFormAddr .zip .input, .modFormAddr .zip .btn, .modFormAddr .zip .txt {
  display: table-cell;
  vertical-align: middle;
}

.modFormAddr .zip .txt {
  width: 40px;
}

@media only screen and (max-width: 600px) {
  .modFormAddr .zip .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modFormAddr .zip .input {
  width: 227px;
  padding: 0 17px 0 0;
}

@media only screen and (max-width: 992px) {
  .modFormAddr .zip .input {
    width: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .modFormAddr .zip .input {
    width: 100px;
    padding-right: 8px;
  }
}

.modFormAddr .zip .btn {
  width: 120px;
}

.modFormAddr .zip .btn a {
  display: block;
  padding: 10px;
  background-color: #7C7C7C;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modFormAddr .zip .btn a {
    padding: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.modFormAddr .zip .btn a:hover {
  background-color: #828282;
}

.modFormErrorTxt {
  margin: 6px 0 0;
  color: #ff4a4b;
  font-weight: bold;
}

.modFormTxt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
  .modFormTxt {
    margin-bottom: 20px;
  }
}

.modFormTxtComp {
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
  .modFormTxtComp {
    margin-bottom: 30px;
  }
}

.modFormTxtComp .txt01 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 992px) {
  .modFormTxtComp .txt01 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* wysiwyg
------------------------------------------------------------*/
.modPartsImage, .modPartsImageList, .modPartsYoutube, .modPartsTxt {
  max-width: 720px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage, .modPartsImageList, .modPartsYoutube, .modPartsTxt {
    margin-bottom: 20px;
  }
}

.modPartsImage {
  text-align: center;
  color: #959595;
  font-size: 11px;
  font-size: 1.1rem;
}

.modPartsImage .caption {
  margin: 5px 0 0;
}

.modPartsImage a:hover {
  opacity: 0.8;
}

.modPartsImageList {
  overflow: hidden;
  text-align: center;
}

.modPartsImageList ul {
  margin: 0 -1%;
}

.modPartsImageList ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modPartsImageList li {
  float: left;
  width: 48%;
  margin: 0 1%;
}

@media only screen and (max-width: 600px) {
  .modPartsImageList li {
    margin: 0 0 10px;
    float: none;
    width: auto;
  }
}

.modPartsImageList_column03 li {
  width: 31.3%;
}

@media only screen and (max-width: 600px) {
  .modPartsImageList_column03 li {
    width: auto;
    margin: 0 0 10px;
  }
}

.modPartsYoutube {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 992px) {
  .modPartsYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .modPartsYoutube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.modPartsTxt iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 992px) {
  .modPartsTxt iframe {
    height: 250px;
  }
}

.modPartsTxt ul {
  margin-left: 2em;
}

.modPartsTxt ul li {
  list-style: disc;
}

.modPartsTxt ol {
  margin-left: 2.2em;
}

.modPartsTxt ol li {
  list-style: decimal;
}

.modPartsTxt strong,
.modPartsTxt th {
  font-weight: bold;
}

.modPartsTxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modPartsTxt img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

.modPartsTxt img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.modPartsTxt .alignright {
  float: right;
}

.modPartsTxt .alignleft {
  float: left;
}

.modPartsTxt strong {
  font-weight: bold;
}

/*
#overview
modNav
*/
/*
#styleguide
modNavPage

```
<div class="modNavPage">
    <ul>
        <li><a href="/company/outline/">
            <div class="img"><img src="../../assets/img/company/index/phOutline.jpg" alt="会社概要"/></div>
            <div class="txt">
            <p class="title">会社概要</p>
            <p>ダミーテキストダミーテキスト</p>
            </div>
        </a></li>
        <li><a href="/company/history/">
            <div class="img"><img src="../../assets/img/company/index/phHistory.jpg" alt="沿革"/></div>
            <div class="txt">
            <p class="title">沿革</p>
            <p>ダミーテキストダミーテキスト</p>
            </div>
        </a></li>
        <li><a href="/company/access/">
            <div class="img"><img src="../../assets/img/company/index/phAccess.jpg" alt="アクセス"/></div>
            <div class="txt">
            <p class="title">アクセス</p>
            <p>ダミーテキストダミーテキスト</p>
            </div>
        </a></li>
        <li><a href="/company/greeting/">
            <div class="img"><img src="../../assets/img/company/index/phGreeting.jpg" alt="経営理念・トップメッセージ"/></div>
            <div class="txt">
            <p class="title">経営理念・トップメッセージ</p>
            <p>ダミーテキストダミーテキスト</p>
            </div>
        </a></li>
    </ul>
</div>
```
*/
.modNavPage:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modNavPage ul {
  margin: 0 -0.5%;
}

@media only screen and (max-width: 600px) {
  .modNavPage ul {
    margin: 0;
  }
}

.modNavPage li {
  width: 23.9%;
  float: left;
  margin: 0 0.5% 2%;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  .modNavPage li {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
  }
}

.modNavPage a {
  display: block;
  box-shadow: 0.707px 0.707px 4px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .modNavPage .img {
    display: table-cell;
    width: 100px;
  }
}

.modNavPage .txt {
  padding: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 992px) {
  .modNavPage .txt {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 600px) {
  .modNavPage .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 600px) {
  .modNavPage .txt p {
    display: none;
    margin-top: 0;
  }
}

.modNavPage .txt p + p {
  margin-top: 10px;
}

.modNavPage .txt .title {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 992px) {
  .modNavPage .txt .title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}

@media only screen and (max-width: 600px) {
  .modNavPage .txt .title {
    display: block;
    font-weight: normal;
  }
}

/*
#styleguide
modNavQality

```
<ul class="modNavQality">
    <li>
        <p class="title"><span class="main">印刷品質</span><span class="sub">Printing Quality</span></p>
        <p class="image"><a href="service/quality/"><img src="../../assets/img/top/imgQuality01.png" alt=""></a></p>
        <p class="txt">独自のカラーマネジメントと10色輪転機が、鮮やかにシズル感あふれるカラー表現を可能にします。</p>
        <p class="btn"><a href="#" class="modBtn01">詳しく見る</a></p>
    </li>
    <li>
        <p class="title"><span class="main">サポート品質</span><span class="sub">Support Quality</span></p>
        <p class="image"><a href="service/support/"><img src="../../assets/img/top/imgQuality02.png" alt=""></a></p>
        <p class="txt">基幹システムがすべての工程を管理し、スピードと正確性を徹底追求します。</p>
        <p class="btn"><a href="service/support/" class="modBtn01">詳しく見る</a></p>
    </li>
    <li>
        <p class="title"><span class="main">価格品質</span><span class="sub">Price Quality</span></p>
        <p class="image"><a href="service/cost/"><img src="../../assets/img/top/imgQuality03.png" alt=""></a></p>
        <p class="txt">自社一貫体制によって企画〜印刷、納品まで一貫して行い、多工程の軟包装製造コストを低減します。</p>
        <p class="btn"><a href="service/cost/" class="modBtn01">詳しく見る</a></p>
    </li>
</ul>
```
*/
.modNavQality {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .modNavQality {
    display: block;
  }
}

.modNavQality li {
  width: 32.3%;
}

@media only screen and (max-width: 600px) {
  .modNavQality li {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .modNavQality li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.modNavQality a {
  display: block;
  text-decoration: none;
}

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

@media only screen and (max-width: 600px) {
  .modNavQality .title {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-left: 10px;
  }
}

.modNavQality .title .main, .modNavQality .title .sub {
  display: block;
}

.modNavQality .title .main {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 600px) {
  .modNavQality .title .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.modNavQality .title .sub {
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  color: #0066b7;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 600px) {
  .modNavQality .title .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modNavQality .image {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modNavQality .image {
    -ms-flex-order: 1;
    order: 1;
    width: 42%;
    margin-bottom: 0;
  }
}

.modNavQality .txt {
  margin-bottom: 30px;
  padding: 0 10px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  .modNavQality .txt {
    display: none;
  }
}

.modNavQality .btn {
  margin: 0 30px;
}

@media only screen and (max-width: 600px) {
  .modNavQality .btn {
    display: none;
  }
}

/*
#styleguide
modNavItem

@modNavItem_type02

```
<ul class="modNavItem">
    <li><a href="/service/food/">
        <p class="image"><img src="../../assets/img/service/index/service01.jpg" alt=""/></p>
        <div class="detail">
        <p class="title">食品パッケージで選ばれる理由</p>
        <p class="txt">蒸気で簡単にレンジ調理が可能な機能付きパッケージ（特許出願中）</p>
        </div></a>
    </li>
    <li><a href="/service/cosme/">
        <p class="image"><img src="../../assets/img/service/index/service02.jpg" alt=""/></p>
        <div class="detail">
        <p class="title">化粧品パッケージが選ばれる理由</p>
        <p class="txt">従来のグラビア印刷では難しかった小ロットにも対応！</p>
        </div></a>
    </li>
    <li><a href="#">
        <p class="image"><img src="../../assets/img/service/index/service03.jpg" alt=""/></p>
        <div class="detail">
        <p class="title">蒸らしてデリシャス</p>
        <p class="txt">蒸気で簡単にレンジ調理が可能な機能付きパッケージ（特許出願中）</p>
        </div></a>
    </li>
    <li><a href="#">
        <p class="image"><img src="../../assets/img/service/index/service04.jpg" alt=""/></p>
        <div class="detail">
        <p class="title">小ロット・多用途のデジタル印刷</p>
        <p class="txt">従来のグラビア印刷では難しかった小ロットにも対応！</p>
        </div></a>
    </li>
</ul>
<ul class="modNavItem modNavItem_type02">
    <li><a href="#">
        <p class="image"><img src="../assets/img/service/index/service05.jpg" alt=""/></p>
        <div class="detail">
        <p class="title">事例紹介はこちら</p>
        </div></a>
    </li>
    <li><a href="#">
        <p class="image"><img src="../assets/img/service/index/service06.jpg" alt=""/></p>
        <div class="detail">
        <p class="title">対応可能な形態例</p>
        </div></a>
    </li>
</ul>

```
*/
.modNavItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.modNavItem li {
  width: 23.5%;
  background-color: #fff;
  box-shadow: 0.707px 0.707px 4px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 600px) {
  .modNavItem li {
    width: 48%;
  }
  .modNavItem li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.modNavItem a {
  display: block;
  text-decoration: none;
}

.modNavItem .image {
  text-align: center;
}

.modNavItem .detail {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .modNavItem .detail {
    padding: 10px;
  }
}

.modNavItem .title {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 600px) {
  .modNavItem .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.modNavItem .txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .modNavItem .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.modNavItem_type02 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.modNavItem_type02 li {
  width: auto;
}

.modNavItem_type02 li:not(:last-child) {
  margin-bottom: 20px;
}

.modNavItem_type02 .detail {
  padding: 17px 10px;
}

.modNavItem_type02 .title {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 0.15em;
}

.modNavItem_type02 .title:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 1em;
  margin: auto;
  font-size: 20px;
  font-size: 2rem;
  color: #0066b7;
}

@media only screen and (max-width: 600px) {
  .modNavItem_type02 a {
    display: table;
    width: 100%;
  }
  .modNavItem_type02 .image {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  .modNavItem_type02 .detail {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .modNavItem_type02 .detail .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.modNavItem_column2 {
  max-width: 635px;
}

@media only screen and (max-width: 992px) {
  .modNavItem_column2 {
    max-width: none;
  }
}

.modNavItem_column2 li {
  width: 48%;
}

/*
#styleguide
modNav01

```
<div class="modNav01">
    <ul>
        <li class="active"><a href="category/">すべてのカテゴリー</a></li>
        <li><a href="category/">お知らせ</a></li>
        <li><a href="category/">社内の取り組み</a></li>
        <li><a href="category/">会社情報</a></li>
        <li><a href="category/">採用情報</a></li>
        <li><a href="category/">その他</a></li>
    </ul>
</div>
```
*/
.modNav01 {
  overflow: hidden;
  /* .modNav01 */
}

.modNav01 ul {
  position: relative;
}

.modNav01 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modNav01 li {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modNav01 li {
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.modNav01 li:last-child a {
  margin-right: 0;
}

.modNav01 li:last-child:nth-child(6n) a {
  margin-right: 0;
}

.modNav01 a {
  background-color: #ebf4ff;
  position: relative;
  display: block;
  color: #0066b7;
  padding: 15px 10px 15px 20px;
  margin-right: 3px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modNav01 a {
    padding: 8px 15px;
    border: solid 1px #CFCFCF;
  }
}

.modNav01 a:hover {
  background-color: #f2f2f2;
}

.modNav01 .active a {
  background-color: #0066b7;
  color: #fff;
}

/*
#overview
other
*/
/*↓消さないこと*/
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

/*↑消さないこと*/
/*
#styleguide
modPageVisual


```
<div class="modPageVisual company_access"></div>
```
*/
.modPageVisual {
  height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* .modPageVisual */
}

@media only screen and (max-width: 992px) {
  .modPageVisual {
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .modPageVisual {
    height: 150px;
  }
}

.modPageVisual.company_access {
  background-image: url(../img/company/access/bgPageVisual.jpg);
}

.modDlQa {
  /* .modDlQa */
}

.modDlQa dl {
  padding: 20px;
  border-top: 1px dotted #666666;
  border-bottom: 1px dotted #666666;
}

.modDlQa dl:last-child {
  border-top: none;
}

@media only screen and (max-width: 600px) {
  .modDlQa dl {
    padding: 15px 0;
  }
}

.modDlQa dt,
.modDlQa dd {
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
}

.modDlQa dt:before,
.modDlQa dd:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 3px;
}

.modDlQa dt {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 15px;
}

.modDlQa dt:before {
  background: url(../img/common/iconQ.png) no-repeat top left;
  background-size: 100% auto;
}

.modDlQa dd:before {
  background: url(../img/common/iconA.png) no-repeat top left;
  background-size: 100% auto;
}

@media only screen and (max-width: 600px) {
  .modDlQa dd:before {
    top: 5px;
  }
}

/*
#styleguide
modCategory

```
<p class="modCategory modCategory01"><span>お知らせ</span></p>
<p class="modCategory modCategory02"><span>社内の取り組み</span></p>
<p class="modCategory modCategory03"><span>会社情報</span></p>
<p class="modCategory modCategory04"><span>採用情報</span></p>
<p class="modCategory modCategory05"><span>その他</span></p>
```
*/
.modCategory {
  font-size: 10px;
  font-size: 1rem;
  /* .modCategory */
}

.modCategory span {
  width: 73px;
  background-color: #0066b7;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

.IE .modCategory span {
  line-height: 1;
  padding: 7px 0 3px;
}

.modCategory01 span {
  background-color: #0066b7;
}

.modCategory02 span {
  background-color: #eda128;
}

.modCategory03 span {
  background-color: #1bb8b0;
}

.modCategory04 span {
  background-color: #c3a128;
}

.modCategory05 span {
  background-color: #6a6a6a;
}

/* width
------------------------------------------------------------*/
.cosW5, .cosW10, .cosW15, .cosW20, .cosW25, .cosW30, .cosW35, .cosW40, .cosW45, .cosW50, .cosW55, .cosW60, .cosW65, .cosW70, .cosW75, .cosW80, .cosW85, .cosW90, .cosW95, .cosW100, .cosW105, .cosW110, .cosW115, .cosW120, .cosW125, .cosW130, .cosW135, .cosW140, .cosW145, .cosW150, .cosW155, .cosW160, .cosW165, .cosW170, .cosW175, .cosW180, .cosW185, .cosW190, .cosW195, .cosW200, .cosW205, .cosW210, .cosW215, .cosW220, .cosW225, .cosW230, .cosW235, .cosW240, .cosW245, .cosW250, .cosW255, .cosW260, .cosW265, .cosW270, .cosW275, .cosW280, .cosW285, .cosW290, .cosW295, .cosW300, .cosW305, .cosW310, .cosW315, .cosW320, .cosW325, .cosW330, .cosW335, .cosW340, .cosW345, .cosW350, .cosW355, .cosW360, .cosW365, .cosW370, .cosW375, .cosW380, .cosW385, .cosW390, .cosW395, .cosW400, .cosW405, .cosW410, .cosW415, .cosW420, .cosW425, .cosW430, .cosW435, .cosW440, .cosW445, .cosW450, .cosW455, .cosW460, .cosW465, .cosW470, .cosW475, .cosW480, .cosW485, .cosW490, .cosW495, .cosW500, .cosW505, .cosW510, .cosW515, .cosW520, .cosW525, .cosW530, .cosW535, .cosW540, .cosW545, .cosW550, .cosW555, .cosW560, .cosW565, .cosW570, .cosW575, .cosW580, .cosW585, .cosW590, .cosW595, .cosW600, .cosW605, .cosW610, .cosW615, .cosW620, .cosW625, .cosW630, .cosW635, .cosW640, .cosW645, .cosW650, .cosW655, .cosW660, .cosW665, .cosW670, .cosW675, .cosW680, .cosW685, .cosW690, .cosW695, .cosW700, .cosW705, .cosW710, .cosW715, .cosW720, .cosW725, .cosW730, .cosW735, .cosW740, .cosW745, .cosW750, .cosW755, .cosW760, .cosW765, .cosW770, .cosW775, .cosW780, .cosW785, .cosW790, .cosW795, .cosW800, .cosW805, .cosW810, .cosW815, .cosW820, .cosW825, .cosW830, .cosW835, .cosW840, .cosW845, .cosW850, .cosW855, .cosW860, .cosW865, .cosW870, .cosW875, .cosW880, .cosW885, .cosW890, .cosW895 {
  max-width: 100%;
}

.cosW100per {
  width: 100% !important;
}

.cosW5 {
  width: 5px !important;
}

.cosW10 {
  width: 10px !important;
}

.cosW15 {
  width: 15px !important;
}

.cosW20 {
  width: 20px !important;
}

.cosW25 {
  width: 25px !important;
}

.cosW30 {
  width: 30px !important;
}

.cosW35 {
  width: 35px !important;
}

.cosW40 {
  width: 40px !important;
}

.cosW45 {
  width: 45px !important;
}

.cosW50 {
  width: 50px !important;
}

.cosW55 {
  width: 55px !important;
}

.cosW60 {
  width: 60px !important;
}

.cosW65 {
  width: 65px !important;
}

.cosW70 {
  width: 70px !important;
}

.cosW75 {
  width: 75px !important;
}

.cosW80 {
  width: 80px !important;
}

.cosW85 {
  width: 85px !important;
}

.cosW90 {
  width: 90px !important;
}

.cosW95 {
  width: 95px !important;
}

.cosW100 {
  width: 100px !important;
}

.cosW105 {
  width: 105px !important;
}

.cosW110 {
  width: 110px !important;
}

.cosW115 {
  width: 115px !important;
}

.cosW120 {
  width: 120px !important;
}

.cosW125 {
  width: 125px !important;
}

.cosW130 {
  width: 130px !important;
}

.cosW135 {
  width: 135px !important;
}

.cosW140 {
  width: 140px !important;
}

.cosW145 {
  width: 145px !important;
}

.cosW150 {
  width: 150px !important;
}

.cosW155 {
  width: 155px !important;
}

.cosW160 {
  width: 160px !important;
}

.cosW165 {
  width: 165px !important;
}

.cosW170 {
  width: 170px !important;
}

.cosW175 {
  width: 175px !important;
}

.cosW180 {
  width: 180px !important;
}

.cosW185 {
  width: 185px !important;
}

.cosW190 {
  width: 190px !important;
}

.cosW195 {
  width: 195px !important;
}

.cosW200 {
  width: 200px !important;
}

.cosW205 {
  width: 205px !important;
}

.cosW210 {
  width: 210px !important;
}

.cosW215 {
  width: 215px !important;
}

.cosW220 {
  width: 220px !important;
}

.cosW225 {
  width: 225px !important;
}

.cosW230 {
  width: 230px !important;
}

.cosW235 {
  width: 235px !important;
}

.cosW240 {
  width: 240px !important;
}

.cosW245 {
  width: 245px !important;
}

.cosW250 {
  width: 250px !important;
}

.cosW255 {
  width: 255px !important;
}

.cosW260 {
  width: 260px !important;
}

.cosW265 {
  width: 265px !important;
}

.cosW270 {
  width: 270px !important;
}

.cosW275 {
  width: 275px !important;
}

.cosW280 {
  width: 280px !important;
}

.cosW285 {
  width: 285px !important;
}

.cosW290 {
  width: 290px !important;
}

.cosW295 {
  width: 295px !important;
}

.cosW300 {
  width: 300px !important;
}

.cosW305 {
  width: 305px !important;
}

.cosW310 {
  width: 310px !important;
}

.cosW315 {
  width: 315px !important;
}

.cosW320 {
  width: 320px !important;
}

.cosW325 {
  width: 325px !important;
}

.cosW330 {
  width: 330px !important;
}

.cosW335 {
  width: 335px !important;
}

.cosW340 {
  width: 340px !important;
}

.cosW345 {
  width: 345px !important;
}

.cosW350 {
  width: 350px !important;
}

.cosW355 {
  width: 355px !important;
}

.cosW360 {
  width: 360px !important;
}

.cosW365 {
  width: 365px !important;
}

.cosW370 {
  width: 370px !important;
}

.cosW375 {
  width: 375px !important;
}

.cosW380 {
  width: 380px !important;
}

.cosW385 {
  width: 385px !important;
}

.cosW390 {
  width: 390px !important;
}

.cosW395 {
  width: 395px !important;
}

.cosW400 {
  width: 400px !important;
}

.cosW405 {
  width: 405px !important;
}

.cosW410 {
  width: 410px !important;
}

.cosW415 {
  width: 415px !important;
}

.cosW420 {
  width: 420px !important;
}

.cosW425 {
  width: 425px !important;
}

.cosW430 {
  width: 430px !important;
}

.cosW435 {
  width: 435px !important;
}

.cosW440 {
  width: 440px !important;
}

.cosW445 {
  width: 445px !important;
}

.cosW450 {
  width: 450px !important;
}

.cosW455 {
  width: 455px !important;
}

.cosW460 {
  width: 460px !important;
}

.cosW465 {
  width: 465px !important;
}

.cosW470 {
  width: 470px !important;
}

.cosW475 {
  width: 475px !important;
}

.cosW480 {
  width: 480px !important;
}

.cosW485 {
  width: 485px !important;
}

.cosW490 {
  width: 490px !important;
}

.cosW495 {
  width: 495px !important;
}

.cosW500 {
  width: 500px !important;
}

.cosW505 {
  width: 505px !important;
}

.cosW510 {
  width: 510px !important;
}

.cosW515 {
  width: 515px !important;
}

.cosW520 {
  width: 520px !important;
}

.cosW525 {
  width: 525px !important;
}

.cosW530 {
  width: 530px !important;
}

.cosW535 {
  width: 535px !important;
}

.cosW540 {
  width: 540px !important;
}

.cosW545 {
  width: 545px !important;
}

.cosW550 {
  width: 550px !important;
}

.cosW555 {
  width: 555px !important;
}

.cosW560 {
  width: 560px !important;
}

.cosW565 {
  width: 565px !important;
}

.cosW570 {
  width: 570px !important;
}

.cosW575 {
  width: 575px !important;
}

.cosW580 {
  width: 580px !important;
}

.cosW585 {
  width: 585px !important;
}

.cosW590 {
  width: 590px !important;
}

.cosW595 {
  width: 595px !important;
}

.cosW600 {
  width: 600px !important;
}

.cosW605 {
  width: 605px !important;
}

.cosW610 {
  width: 610px !important;
}

.cosW615 {
  width: 615px !important;
}

.cosW620 {
  width: 620px !important;
}

.cosW625 {
  width: 625px !important;
}

.cosW630 {
  width: 630px !important;
}

.cosW635 {
  width: 635px !important;
}

.cosW640 {
  width: 640px !important;
}

.cosW645 {
  width: 645px !important;
}

.cosW650 {
  width: 650px !important;
}

.cosW655 {
  width: 655px !important;
}

.cosW660 {
  width: 660px !important;
}

.cosW665 {
  width: 665px !important;
}

.cosW670 {
  width: 670px !important;
}

.cosW675 {
  width: 675px !important;
}

.cosW680 {
  width: 680px !important;
}

.cosW685 {
  width: 685px !important;
}

.cosW690 {
  width: 690px !important;
}

.cosW695 {
  width: 695px !important;
}

.cosW700 {
  width: 700px !important;
}

.cosW705 {
  width: 705px !important;
}

.cosW710 {
  width: 710px !important;
}

.cosW715 {
  width: 715px !important;
}

.cosW720 {
  width: 720px !important;
}

.cosW725 {
  width: 725px !important;
}

.cosW730 {
  width: 730px !important;
}

.cosW735 {
  width: 735px !important;
}

.cosW740 {
  width: 740px !important;
}

.cosW745 {
  width: 745px !important;
}

.cosW750 {
  width: 750px !important;
}

.cosW755 {
  width: 755px !important;
}

.cosW760 {
  width: 760px !important;
}

.cosW765 {
  width: 765px !important;
}

.cosW770 {
  width: 770px !important;
}

.cosW775 {
  width: 775px !important;
}

.cosW780 {
  width: 780px !important;
}

.cosW785 {
  width: 785px !important;
}

.cosW790 {
  width: 790px !important;
}

.cosW795 {
  width: 795px !important;
}

.cosW800 {
  width: 800px !important;
}

.cosW805 {
  width: 805px !important;
}

.cosW810 {
  width: 810px !important;
}

.cosW815 {
  width: 815px !important;
}

.cosW820 {
  width: 820px !important;
}

.cosW825 {
  width: 825px !important;
}

.cosW830 {
  width: 830px !important;
}

.cosW835 {
  width: 835px !important;
}

.cosW840 {
  width: 840px !important;
}

.cosW845 {
  width: 845px !important;
}

.cosW850 {
  width: 850px !important;
}

.cosW855 {
  width: 855px !important;
}

.cosW860 {
  width: 860px !important;
}

.cosW865 {
  width: 865px !important;
}

.cosW870 {
  width: 870px !important;
}

.cosW875 {
  width: 875px !important;
}

.cosW880 {
  width: 880px !important;
}

.cosW885 {
  width: 885px !important;
}

.cosW890 {
  width: 890px !important;
}

.cosW895 {
  width: 895px !important;
}

@media only screen and (max-width: 600px) {
  .cosWper10 {
    width: 10% !important;
    max-width: 100%;
  }
  .cosWper15 {
    width: 15% !important;
    max-width: 100%;
  }
  .cosWper20 {
    width: 20% !important;
    max-width: 100%;
  }
  .cosWper25 {
    width: 25% !important;
    max-width: 100%;
  }
  .cosWper30 {
    width: 30% !important;
    max-width: 100%;
  }
  .cosWper35 {
    width: 35% !important;
    max-width: 100%;
  }
  .cosWper40 {
    width: 40% !important;
    max-width: 100%;
  }
  .cosWper45 {
    width: 45% !important;
    max-width: 100%;
  }
  .cosWper50 {
    width: 50% !important;
    max-width: 100%;
  }
  .cosWper55 {
    width: 55% !important;
    max-width: 100%;
  }
  .cosWper60 {
    width: 60% !important;
    max-width: 100%;
  }
  .cosWper65 {
    width: 65% !important;
    max-width: 100%;
  }
  .cosWper70 {
    width: 70% !important;
    max-width: 100%;
  }
  .cosWper75 {
    width: 75% !important;
    max-width: 100%;
  }
  .cosWper80 {
    width: 80% !important;
    max-width: 100%;
  }
  .cosWper85 {
    width: 85% !important;
    max-width: 100%;
  }
  .cosWper90 {
    width: 90% !important;
    max-width: 100%;
  }
  .cosWper95 {
    width: 95% !important;
    max-width: 100%;
  }
}

/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-right: auto;
  margin-left: auto;
}

.cosMl0 {
  margin-left: 0px !important;
}

.cosMl5 {
  margin-left: 5px !important;
}

.cosMl10 {
  margin-left: 10px !important;
}

.cosMl20 {
  margin-left: 20px !important;
}

.cosMl30 {
  margin-left: 30px !important;
}

.cosMl40 {
  margin-left: 40px !important;
}

.cosMl50 {
  margin-left: 50px !important;
}

.cosMl60 {
  margin-left: 60px !important;
}

.cosMl70 {
  margin-left: 70px !important;
}

.cosMl80 {
  margin-left: 80px !important;
}

.cosMl90 {
  margin-left: 90px !important;
}

.cosMl100 {
  margin-left: 100px !important;
}

.cosMl110 {
  margin-left: 110px !important;
}

.cosMl120 {
  margin-left: 120px !important;
}

.cosMl130 {
  margin-left: 130px !important;
}

.cosMl140 {
  margin-left: 140px !important;
}

.cosMl150 {
  margin-left: 150px !important;
}

.cosMl160 {
  margin-left: 160px !important;
}

.cosMl170 {
  margin-left: 170px !important;
}

.cosMl180 {
  margin-left: 180px !important;
}

.cosMl190 {
  margin-left: 190px !important;
}

.cosMl200 {
  margin-left: 200px !important;
}

.cosMl210 {
  margin-left: 210px !important;
}

.cosMl220 {
  margin-left: 220px !important;
}

.cosMl230 {
  margin-left: 230px !important;
}

.cosMl240 {
  margin-left: 240px !important;
}

.cosMl250 {
  margin-left: 250px !important;
}

.cosMl260 {
  margin-left: 260px !important;
}

.cosMl270 {
  margin-left: 270px !important;
}

.cosMl280 {
  margin-left: 280px !important;
}

.cosMl290 {
  margin-left: 290px !important;
}

.cosMl300 {
  margin-left: 300px !important;
}

.cosMt0 {
  margin-top: 0px !important;
}

.cosMt5 {
  margin-top: 5px !important;
}

.cosMt10 {
  margin-top: 10px !important;
}

.cosMt15 {
  margin-top: 15px !important;
}

.cosMt20 {
  margin-top: 20px !important;
}

.cosMt30 {
  margin-top: 30px !important;
}

.cosMt40 {
  margin-top: 40px !important;
}

.cosMt50 {
  margin-top: 50px !important;
}

.cosMt60 {
  margin-top: 60px !important;
}

.cosMt70 {
  margin-top: 70px !important;
}

.cosMt80 {
  margin-top: 80px !important;
}

.cosMt90 {
  margin-top: 90px !important;
}

.cosMt100 {
  margin-top: 100px !important;
}

.cosMt110 {
  margin-top: 110px !important;
}

.cosMt120 {
  margin-top: 120px !important;
}

.cosMt130 {
  margin-top: 130px !important;
}

.cosMt140 {
  margin-top: 140px !important;
}

.cosMt150 {
  margin-top: 150px !important;
}

.cosMt160 {
  margin-top: 160px !important;
}

.cosMt170 {
  margin-top: 170px !important;
}

.cosMt180 {
  margin-top: 180px !important;
}

.cosMt190 {
  margin-top: 190px !important;
}

.cosMt200 {
  margin-top: 200px !important;
}

.cosMt210 {
  margin-top: 210px !important;
}

.cosMt220 {
  margin-top: 220px !important;
}

.cosMt230 {
  margin-top: 230px !important;
}

.cosMt240 {
  margin-top: 240px !important;
}

.cosMt250 {
  margin-top: 250px !important;
}

.cosMt260 {
  margin-top: 260px !important;
}

.cosMt270 {
  margin-top: 270px !important;
}

.cosMt280 {
  margin-top: 280px !important;
}

.cosMt290 {
  margin-top: 290px !important;
}

.cosMt300 {
  margin-top: 300px !important;
}

.cosMr0 {
  margin-right: 0px !important;
}

.cosMr5 {
  margin-right: 5px !important;
}

.cosMr10 {
  margin-right: 10px !important;
}

.cosMr20 {
  margin-right: 20px !important;
}

.cosMr30 {
  margin-right: 30px !important;
}

.cosMr40 {
  margin-right: 40px !important;
}

.cosMr50 {
  margin-right: 50px !important;
}

.cosMr60 {
  margin-right: 60px !important;
}

.cosMr70 {
  margin-right: 70px !important;
}

.cosMr80 {
  margin-right: 80px !important;
}

.cosMr90 {
  margin-right: 90px !important;
}

.cosMr100 {
  margin-right: 100px !important;
}

.cosMr110 {
  margin-right: 110px !important;
}

.cosMr120 {
  margin-right: 120px !important;
}

.cosMr130 {
  margin-right: 130px !important;
}

.cosMr140 {
  margin-right: 140px !important;
}

.cosMr150 {
  margin-right: 150px !important;
}

.cosMr160 {
  margin-right: 160px !important;
}

.cosMr170 {
  margin-right: 170px !important;
}

.cosMr180 {
  margin-right: 180px !important;
}

.cosMr190 {
  margin-right: 190px !important;
}

.cosMr200 {
  margin-right: 200px !important;
}

.cosMr210 {
  margin-right: 210px !important;
}

.cosMr220 {
  margin-right: 220px !important;
}

.cosMr230 {
  margin-right: 230px !important;
}

.cosMr240 {
  margin-right: 240px !important;
}

.cosMr250 {
  margin-right: 250px !important;
}

.cosMr260 {
  margin-right: 260px !important;
}

.cosMr270 {
  margin-right: 270px !important;
}

.cosMr280 {
  margin-right: 280px !important;
}

.cosMr290 {
  margin-right: 290px !important;
}

.cosMr300 {
  margin-right: 300px !important;
}

.cosMb0 {
  margin-bottom: 0px !important;
}

.cosMb5 {
  margin-bottom: 5px !important;
}

.cosMb10 {
  margin-bottom: 10px !important;
}

.cosMb15 {
  margin-bottom: 15px !important;
}

.cosMb20 {
  margin-bottom: 20px !important;
}

.cosMb30 {
  margin-bottom: 30px !important;
}

.cosMb40 {
  margin-bottom: 40px !important;
}

.cosMb50 {
  margin-bottom: 50px !important;
}

.cosMb60 {
  margin-bottom: 60px !important;
}

.cosMb70 {
  margin-bottom: 70px !important;
}

.cosMb80 {
  margin-bottom: 80px !important;
}

.cosMb90 {
  margin-bottom: 90px !important;
}

.cosMb100 {
  margin-bottom: 100px !important;
}

.cosMb110 {
  margin-bottom: 110px !important;
}

.cosMb120 {
  margin-bottom: 120px !important;
}

.cosMb130 {
  margin-bottom: 130px !important;
}

.cosMb140 {
  margin-bottom: 140px !important;
}

.cosMb150 {
  margin-bottom: 150px !important;
}

.cosMb160 {
  margin-bottom: 160px !important;
}

.cosMb170 {
  margin-bottom: 170px !important;
}

.cosMb180 {
  margin-bottom: 180px !important;
}

.cosMb190 {
  margin-bottom: 190px !important;
}

.cosMb200 {
  margin-bottom: 200px !important;
}

.cosMb210 {
  margin-bottom: 210px !important;
}

.cosMb220 {
  margin-bottom: 220px !important;
}

.cosMb230 {
  margin-bottom: 230px !important;
}

.cosMb240 {
  margin-bottom: 240px !important;
}

.cosMb250 {
  margin-bottom: 250px !important;
}

.cosMb260 {
  margin-bottom: 260px !important;
}

.cosMb270 {
  margin-bottom: 270px !important;
}

.cosMb280 {
  margin-bottom: 280px !important;
}

.cosMb290 {
  margin-bottom: 290px !important;
}

.cosMb300 {
  margin-bottom: 300px !important;
}

.cosPl0 {
  padding-left: 0px !important;
}

.cosPl5 {
  padding-left: 5px !important;
}

.cosPl10 {
  padding-left: 10px !important;
}

.cosPl20 {
  padding-left: 20px !important;
}

.cosPl30 {
  padding-left: 30px !important;
}

.cosPl40 {
  padding-left: 40px !important;
}

.cosPl50 {
  padding-left: 50px !important;
}

.cosPl60 {
  padding-left: 60px !important;
}

.cosPl70 {
  padding-left: 70px !important;
}

.cosPl80 {
  padding-left: 80px !important;
}

.cosPl90 {
  padding-left: 90px !important;
}

.cosPl100 {
  padding-left: 100px !important;
}

.cosPl110 {
  padding-left: 110px !important;
}

.cosPl120 {
  padding-left: 120px !important;
}

.cosPl130 {
  padding-left: 130px !important;
}

.cosPl140 {
  padding-left: 140px !important;
}

.cosPl150 {
  padding-left: 150px !important;
}

.cosPl160 {
  padding-left: 160px !important;
}

.cosPl170 {
  padding-left: 170px !important;
}

.cosPl180 {
  padding-left: 180px !important;
}

.cosPl190 {
  padding-left: 190px !important;
}

.cosPl200 {
  padding-left: 200px !important;
}

.cosPl210 {
  padding-left: 210px !important;
}

.cosPl220 {
  padding-left: 220px !important;
}

.cosPl230 {
  padding-left: 230px !important;
}

.cosPl240 {
  padding-left: 240px !important;
}

.cosPl250 {
  padding-left: 250px !important;
}

.cosPl260 {
  padding-left: 260px !important;
}

.cosPl270 {
  padding-left: 270px !important;
}

.cosPl280 {
  padding-left: 280px !important;
}

.cosPl290 {
  padding-left: 290px !important;
}

.cosPl300 {
  padding-left: 300px !important;
}

.cosPt0 {
  padding-top: 0px !important;
}

.cosPt5 {
  padding-top: 5px !important;
}

.cosPt10 {
  padding-top: 10px !important;
}

.cosPt20 {
  padding-top: 20px !important;
}

.cosPt30 {
  padding-top: 30px !important;
}

.cosPt40 {
  padding-top: 40px !important;
}

.cosPt50 {
  padding-top: 50px !important;
}

.cosPt60 {
  padding-top: 60px !important;
}

.cosPt70 {
  padding-top: 70px !important;
}

.cosPt80 {
  padding-top: 80px !important;
}

.cosPt90 {
  padding-top: 90px !important;
}

.cosPt100 {
  padding-top: 100px !important;
}

.cosPt110 {
  padding-top: 110px !important;
}

.cosPt120 {
  padding-top: 120px !important;
}

.cosPt130 {
  padding-top: 130px !important;
}

.cosPt140 {
  padding-top: 140px !important;
}

.cosPt150 {
  padding-top: 150px !important;
}

.cosPt160 {
  padding-top: 160px !important;
}

.cosPt170 {
  padding-top: 170px !important;
}

.cosPt180 {
  padding-top: 180px !important;
}

.cosPt190 {
  padding-top: 190px !important;
}

.cosPt200 {
  padding-top: 200px !important;
}

.cosPt210 {
  padding-top: 210px !important;
}

.cosPt220 {
  padding-top: 220px !important;
}

.cosPt230 {
  padding-top: 230px !important;
}

.cosPt240 {
  padding-top: 240px !important;
}

.cosPt250 {
  padding-top: 250px !important;
}

.cosPt260 {
  padding-top: 260px !important;
}

.cosPt270 {
  padding-top: 270px !important;
}

.cosPt280 {
  padding-top: 280px !important;
}

.cosPt290 {
  padding-top: 290px !important;
}

.cosPt300 {
  padding-top: 300px !important;
}

.cosPr0 {
  padding-right: 0px !important;
}

.cosPr5 {
  padding-right: 5px !important;
}

.cosPr10 {
  padding-right: 10px !important;
}

.cosPr20 {
  padding-right: 20px !important;
}

.cosPr30 {
  padding-right: 30px !important;
}

.cosPr40 {
  padding-right: 40px !important;
}

.cosPr50 {
  padding-right: 50px !important;
}

.cosPr60 {
  padding-right: 60px !important;
}

.cosPr70 {
  padding-right: 70px !important;
}

.cosPr80 {
  padding-right: 80px !important;
}

.cosPr90 {
  padding-right: 90px !important;
}

.cosPr100 {
  padding-right: 100px !important;
}

.cosPr110 {
  padding-right: 110px !important;
}

.cosPr120 {
  padding-right: 120px !important;
}

.cosPr130 {
  padding-right: 130px !important;
}

.cosPr140 {
  padding-right: 140px !important;
}

.cosPr150 {
  padding-right: 150px !important;
}

.cosPr160 {
  padding-right: 160px !important;
}

.cosPr170 {
  padding-right: 170px !important;
}

.cosPr180 {
  padding-right: 180px !important;
}

.cosPr190 {
  padding-right: 190px !important;
}

.cosPr200 {
  padding-right: 200px !important;
}

.cosPr210 {
  padding-right: 210px !important;
}

.cosPr220 {
  padding-right: 220px !important;
}

.cosPr230 {
  padding-right: 230px !important;
}

.cosPr240 {
  padding-right: 240px !important;
}

.cosPr250 {
  padding-right: 250px !important;
}

.cosPr260 {
  padding-right: 260px !important;
}

.cosPr270 {
  padding-right: 270px !important;
}

.cosPr280 {
  padding-right: 280px !important;
}

.cosPr290 {
  padding-right: 290px !important;
}

.cosPr300 {
  padding-right: 300px !important;
}

.cosPb0 {
  padding-bottom: 0px !important;
}

.cosPb5 {
  padding-bottom: 5px !important;
}

.cosPb10 {
  padding-bottom: 10px !important;
}

.cosPb20 {
  padding-bottom: 20px !important;
}

.cosPb30 {
  padding-bottom: 30px !important;
}

.cosPb40 {
  padding-bottom: 40px !important;
}

.cosPb50 {
  padding-bottom: 50px !important;
}

.cosPb60 {
  padding-bottom: 60px !important;
}

.cosPb70 {
  padding-bottom: 70px !important;
}

.cosPb80 {
  padding-bottom: 80px !important;
}

.cosPb90 {
  padding-bottom: 90px !important;
}

.cosPb100 {
  padding-bottom: 100px !important;
}

.cosPb110 {
  padding-bottom: 110px !important;
}

.cosPb120 {
  padding-bottom: 120px !important;
}

.cosPb130 {
  padding-bottom: 130px !important;
}

.cosPb140 {
  padding-bottom: 140px !important;
}

.cosPb150 {
  padding-bottom: 150px !important;
}

.cosPb160 {
  padding-bottom: 160px !important;
}

.cosPb170 {
  padding-bottom: 170px !important;
}

.cosPb180 {
  padding-bottom: 180px !important;
}

.cosPb190 {
  padding-bottom: 190px !important;
}

.cosPb200 {
  padding-bottom: 200px !important;
}

.cosPb210 {
  padding-bottom: 210px !important;
}

.cosPb220 {
  padding-bottom: 220px !important;
}

.cosPb230 {
  padding-bottom: 230px !important;
}

.cosPb240 {
  padding-bottom: 240px !important;
}

.cosPb250 {
  padding-bottom: 250px !important;
}

.cosPb260 {
  padding-bottom: 260px !important;
}

.cosPb270 {
  padding-bottom: 270px !important;
}

.cosPb280 {
  padding-bottom: 280px !important;
}

.cosPb290 {
  padding-bottom: 290px !important;
}

.cosPb300 {
  padding-bottom: 300px !important;
}

@media only screen and (max-width: 992px) {
  .cosRMl0 {
    margin-left: 0px !important;
  }
  .cosRMl5 {
    margin-left: 5px !important;
  }
  .cosRMl10 {
    margin-left: 10px !important;
  }
  .cosRMl20 {
    margin-left: 20px !important;
  }
  .cosRMl30 {
    margin-left: 30px !important;
  }
  .cosRMl40 {
    margin-left: 40px !important;
  }
  .cosRMl50 {
    margin-left: 50px !important;
  }
  .cosRMl60 {
    margin-left: 60px !important;
  }
  .cosRMl70 {
    margin-left: 70px !important;
  }
  .cosRMl80 {
    margin-left: 80px !important;
  }
  .cosRMl90 {
    margin-left: 90px !important;
  }
  .cosRMl100 {
    margin-left: 100px !important;
  }
  .cosRMl110 {
    margin-left: 110px !important;
  }
  .cosRMl120 {
    margin-left: 120px !important;
  }
  .cosRMl130 {
    margin-left: 130px !important;
  }
  .cosRMl140 {
    margin-left: 140px !important;
  }
  .cosRMl150 {
    margin-left: 150px !important;
  }
  .cosRMl160 {
    margin-left: 160px !important;
  }
  .cosRMl170 {
    margin-left: 170px !important;
  }
  .cosRMl180 {
    margin-left: 180px !important;
  }
  .cosRMl190 {
    margin-left: 190px !important;
  }
  .cosRMl200 {
    margin-left: 200px !important;
  }
  .cosRMl210 {
    margin-left: 210px !important;
  }
  .cosRMl220 {
    margin-left: 220px !important;
  }
  .cosRMl230 {
    margin-left: 230px !important;
  }
  .cosRMl240 {
    margin-left: 240px !important;
  }
  .cosRMl250 {
    margin-left: 250px !important;
  }
  .cosRMl260 {
    margin-left: 260px !important;
  }
  .cosRMl270 {
    margin-left: 270px !important;
  }
  .cosRMl280 {
    margin-left: 280px !important;
  }
  .cosRMl290 {
    margin-left: 290px !important;
  }
  .cosRMl300 {
    margin-left: 300px !important;
  }
  .cosRMt0 {
    margin-top: 0px !important;
  }
  .cosRMt5 {
    margin-top: 5px !important;
  }
  .cosRMt10 {
    margin-top: 10px !important;
  }
  .cosRMt15 {
    margin-top: 15px !important;
  }
  .cosRMt20 {
    margin-top: 20px !important;
  }
  .cosRMt30 {
    margin-top: 30px !important;
  }
  .cosRMt40 {
    margin-top: 40px !important;
  }
  .cosRMt50 {
    margin-top: 50px !important;
  }
  .cosRMt60 {
    margin-top: 60px !important;
  }
  .cosRMt70 {
    margin-top: 70px !important;
  }
  .cosRMt80 {
    margin-top: 80px !important;
  }
  .cosRMt90 {
    margin-top: 90px !important;
  }
  .cosRMt100 {
    margin-top: 100px !important;
  }
  .cosRMt110 {
    margin-top: 110px !important;
  }
  .cosRMt120 {
    margin-top: 120px !important;
  }
  .cosRMt130 {
    margin-top: 130px !important;
  }
  .cosRMt140 {
    margin-top: 140px !important;
  }
  .cosRMt150 {
    margin-top: 150px !important;
  }
  .cosRMt160 {
    margin-top: 160px !important;
  }
  .cosRMt170 {
    margin-top: 170px !important;
  }
  .cosRMt180 {
    margin-top: 180px !important;
  }
  .cosRMt190 {
    margin-top: 190px !important;
  }
  .cosRMt200 {
    margin-top: 200px !important;
  }
  .cosRMt210 {
    margin-top: 210px !important;
  }
  .cosRMt220 {
    margin-top: 220px !important;
  }
  .cosRMt230 {
    margin-top: 230px !important;
  }
  .cosRMt240 {
    margin-top: 240px !important;
  }
  .cosRMt250 {
    margin-top: 250px !important;
  }
  .cosRMt260 {
    margin-top: 260px !important;
  }
  .cosRMt270 {
    margin-top: 270px !important;
  }
  .cosRMt280 {
    margin-top: 280px !important;
  }
  .cosRMt290 {
    margin-top: 290px !important;
  }
  .cosRMt300 {
    margin-top: 300px !important;
  }
  .cosRMr0 {
    margin-right: 0px !important;
  }
  .cosRMr5 {
    margin-right: 5px !important;
  }
  .cosRMr10 {
    margin-right: 10px !important;
  }
  .cosRMr20 {
    margin-right: 20px !important;
  }
  .cosRMr30 {
    margin-right: 30px !important;
  }
  .cosRMr40 {
    margin-right: 40px !important;
  }
  .cosRMr50 {
    margin-right: 50px !important;
  }
  .cosRMr60 {
    margin-right: 60px !important;
  }
  .cosRMr70 {
    margin-right: 70px !important;
  }
  .cosRMr80 {
    margin-right: 80px !important;
  }
  .cosRMr90 {
    margin-right: 90px !important;
  }
  .cosRMr100 {
    margin-right: 100px !important;
  }
  .cosRMr110 {
    margin-right: 110px !important;
  }
  .cosRMr120 {
    margin-right: 120px !important;
  }
  .cosRMr130 {
    margin-right: 130px !important;
  }
  .cosRMr140 {
    margin-right: 140px !important;
  }
  .cosRMr150 {
    margin-right: 150px !important;
  }
  .cosRMr160 {
    margin-right: 160px !important;
  }
  .cosRMr170 {
    margin-right: 170px !important;
  }
  .cosRMr180 {
    margin-right: 180px !important;
  }
  .cosRMr190 {
    margin-right: 190px !important;
  }
  .cosRMr200 {
    margin-right: 200px !important;
  }
  .cosRMr210 {
    margin-right: 210px !important;
  }
  .cosRMr220 {
    margin-right: 220px !important;
  }
  .cosRMr230 {
    margin-right: 230px !important;
  }
  .cosRMr240 {
    margin-right: 240px !important;
  }
  .cosRMr250 {
    margin-right: 250px !important;
  }
  .cosRMr260 {
    margin-right: 260px !important;
  }
  .cosRMr270 {
    margin-right: 270px !important;
  }
  .cosRMr280 {
    margin-right: 280px !important;
  }
  .cosRMr290 {
    margin-right: 290px !important;
  }
  .cosRMr300 {
    margin-right: 300px !important;
  }
  .cosRMb0 {
    margin-bottom: 0px !important;
  }
  .cosRMb5 {
    margin-bottom: 5px !important;
  }
  .cosRMb10 {
    margin-bottom: 10px !important;
  }
  .cosRMb15 {
    margin-bottom: 15px !important;
  }
  .cosRMb20 {
    margin-bottom: 20px !important;
  }
  .cosRMb30 {
    margin-bottom: 30px !important;
  }
  .cosRMb40 {
    margin-bottom: 40px !important;
  }
  .cosRMb50 {
    margin-bottom: 50px !important;
  }
  .cosRMb60 {
    margin-bottom: 60px !important;
  }
  .cosRMb70 {
    margin-bottom: 70px !important;
  }
  .cosRMb80 {
    margin-bottom: 80px !important;
  }
  .cosRMb90 {
    margin-bottom: 90px !important;
  }
  .cosRMb100 {
    margin-bottom: 100px !important;
  }
  .cosRMb110 {
    margin-bottom: 110px !important;
  }
  .cosRMb120 {
    margin-bottom: 120px !important;
  }
  .cosRMb130 {
    margin-bottom: 130px !important;
  }
  .cosRMb140 {
    margin-bottom: 140px !important;
  }
  .cosRMb150 {
    margin-bottom: 150px !important;
  }
  .cosRMb160 {
    margin-bottom: 160px !important;
  }
  .cosRMb170 {
    margin-bottom: 170px !important;
  }
  .cosRMb180 {
    margin-bottom: 180px !important;
  }
  .cosRMb190 {
    margin-bottom: 190px !important;
  }
  .cosRMb200 {
    margin-bottom: 200px !important;
  }
  .cosRMb210 {
    margin-bottom: 210px !important;
  }
  .cosRMb220 {
    margin-bottom: 220px !important;
  }
  .cosRMb230 {
    margin-bottom: 230px !important;
  }
  .cosRMb240 {
    margin-bottom: 240px !important;
  }
  .cosRMb250 {
    margin-bottom: 250px !important;
  }
  .cosRMb260 {
    margin-bottom: 260px !important;
  }
  .cosRMb270 {
    margin-bottom: 270px !important;
  }
  .cosRMb280 {
    margin-bottom: 280px !important;
  }
  .cosRMb290 {
    margin-bottom: 290px !important;
  }
  .cosRMb300 {
    margin-bottom: 300px !important;
  }
  .cosRPl0 {
    padding-left: 0px !important;
  }
  .cosRPl5 {
    padding-left: 5px !important;
  }
  .cosRPl10 {
    padding-left: 10px !important;
  }
  .cosRPl20 {
    padding-left: 20px !important;
  }
  .cosRPl30 {
    padding-left: 30px !important;
  }
  .cosRPl40 {
    padding-left: 40px !important;
  }
  .cosRPl50 {
    padding-left: 50px !important;
  }
  .cosRPl60 {
    padding-left: 60px !important;
  }
  .cosRPl70 {
    padding-left: 70px !important;
  }
  .cosRPl80 {
    padding-left: 80px !important;
  }
  .cosRPl90 {
    padding-left: 90px !important;
  }
  .cosRPl100 {
    padding-left: 100px !important;
  }
  .cosRPl110 {
    padding-left: 110px !important;
  }
  .cosRPl120 {
    padding-left: 120px !important;
  }
  .cosRPl130 {
    padding-left: 130px !important;
  }
  .cosRPl140 {
    padding-left: 140px !important;
  }
  .cosRPl150 {
    padding-left: 150px !important;
  }
  .cosRPl160 {
    padding-left: 160px !important;
  }
  .cosRPl170 {
    padding-left: 170px !important;
  }
  .cosRPl180 {
    padding-left: 180px !important;
  }
  .cosRPl190 {
    padding-left: 190px !important;
  }
  .cosRPl200 {
    padding-left: 200px !important;
  }
  .cosRPl210 {
    padding-left: 210px !important;
  }
  .cosRPl220 {
    padding-left: 220px !important;
  }
  .cosRPl230 {
    padding-left: 230px !important;
  }
  .cosRPl240 {
    padding-left: 240px !important;
  }
  .cosRPl250 {
    padding-left: 250px !important;
  }
  .cosRPl260 {
    padding-left: 260px !important;
  }
  .cosRPl270 {
    padding-left: 270px !important;
  }
  .cosRPl280 {
    padding-left: 280px !important;
  }
  .cosRPl290 {
    padding-left: 290px !important;
  }
  .cosRPl300 {
    padding-left: 300px !important;
  }
  .cosRPt0 {
    padding-top: 0px !important;
  }
  .cosRPt5 {
    padding-top: 5px !important;
  }
  .cosRPt10 {
    padding-top: 10px !important;
  }
  .cosRPt20 {
    padding-top: 20px !important;
  }
  .cosRPt30 {
    padding-top: 30px !important;
  }
  .cosRPt40 {
    padding-top: 40px !important;
  }
  .cosRPt50 {
    padding-top: 50px !important;
  }
  .cosRPt60 {
    padding-top: 60px !important;
  }
  .cosRPt70 {
    padding-top: 70px !important;
  }
  .cosRPt80 {
    padding-top: 80px !important;
  }
  .cosRPt90 {
    padding-top: 90px !important;
  }
  .cosRPt100 {
    padding-top: 100px !important;
  }
  .cosRPt110 {
    padding-top: 110px !important;
  }
  .cosRPt120 {
    padding-top: 120px !important;
  }
  .cosRPt130 {
    padding-top: 130px !important;
  }
  .cosRPt140 {
    padding-top: 140px !important;
  }
  .cosRPt150 {
    padding-top: 150px !important;
  }
  .cosRPt160 {
    padding-top: 160px !important;
  }
  .cosRPt170 {
    padding-top: 170px !important;
  }
  .cosRPt180 {
    padding-top: 180px !important;
  }
  .cosRPt190 {
    padding-top: 190px !important;
  }
  .cosRPt200 {
    padding-top: 200px !important;
  }
  .cosRPt210 {
    padding-top: 210px !important;
  }
  .cosRPt220 {
    padding-top: 220px !important;
  }
  .cosRPt230 {
    padding-top: 230px !important;
  }
  .cosRPt240 {
    padding-top: 240px !important;
  }
  .cosRPt250 {
    padding-top: 250px !important;
  }
  .cosRPt260 {
    padding-top: 260px !important;
  }
  .cosRPt270 {
    padding-top: 270px !important;
  }
  .cosRPt280 {
    padding-top: 280px !important;
  }
  .cosRPt290 {
    padding-top: 290px !important;
  }
  .cosRPt300 {
    padding-top: 300px !important;
  }
  .cosRPr0 {
    padding-right: 0px !important;
  }
  .cosRPr5 {
    padding-right: 5px !important;
  }
  .cosRPr10 {
    padding-right: 10px !important;
  }
  .cosRPr20 {
    padding-right: 20px !important;
  }
  .cosRPr30 {
    padding-right: 30px !important;
  }
  .cosRPr40 {
    padding-right: 40px !important;
  }
  .cosRPr50 {
    padding-right: 50px !important;
  }
  .cosRPr60 {
    padding-right: 60px !important;
  }
  .cosRPr70 {
    padding-right: 70px !important;
  }
  .cosRPr80 {
    padding-right: 80px !important;
  }
  .cosRPr90 {
    padding-right: 90px !important;
  }
  .cosRPr100 {
    padding-right: 100px !important;
  }
  .cosRPr110 {
    padding-right: 110px !important;
  }
  .cosRPr120 {
    padding-right: 120px !important;
  }
  .cosRPr130 {
    padding-right: 130px !important;
  }
  .cosRPr140 {
    padding-right: 140px !important;
  }
  .cosRPr150 {
    padding-right: 150px !important;
  }
  .cosRPr160 {
    padding-right: 160px !important;
  }
  .cosRPr170 {
    padding-right: 170px !important;
  }
  .cosRPr180 {
    padding-right: 180px !important;
  }
  .cosRPr190 {
    padding-right: 190px !important;
  }
  .cosRPr200 {
    padding-right: 200px !important;
  }
  .cosRPr210 {
    padding-right: 210px !important;
  }
  .cosRPr220 {
    padding-right: 220px !important;
  }
  .cosRPr230 {
    padding-right: 230px !important;
  }
  .cosRPr240 {
    padding-right: 240px !important;
  }
  .cosRPr250 {
    padding-right: 250px !important;
  }
  .cosRPr260 {
    padding-right: 260px !important;
  }
  .cosRPr270 {
    padding-right: 270px !important;
  }
  .cosRPr280 {
    padding-right: 280px !important;
  }
  .cosRPr290 {
    padding-right: 290px !important;
  }
  .cosRPr300 {
    padding-right: 300px !important;
  }
  .cosRPb0 {
    padding-bottom: 0px !important;
  }
  .cosRPb5 {
    padding-bottom: 5px !important;
  }
  .cosRPb10 {
    padding-bottom: 10px !important;
  }
  .cosRPb20 {
    padding-bottom: 20px !important;
  }
  .cosRPb30 {
    padding-bottom: 30px !important;
  }
  .cosRPb40 {
    padding-bottom: 40px !important;
  }
  .cosRPb50 {
    padding-bottom: 50px !important;
  }
  .cosRPb60 {
    padding-bottom: 60px !important;
  }
  .cosRPb70 {
    padding-bottom: 70px !important;
  }
  .cosRPb80 {
    padding-bottom: 80px !important;
  }
  .cosRPb90 {
    padding-bottom: 90px !important;
  }
  .cosRPb100 {
    padding-bottom: 100px !important;
  }
  .cosRPb110 {
    padding-bottom: 110px !important;
  }
  .cosRPb120 {
    padding-bottom: 120px !important;
  }
  .cosRPb130 {
    padding-bottom: 130px !important;
  }
  .cosRPb140 {
    padding-bottom: 140px !important;
  }
  .cosRPb150 {
    padding-bottom: 150px !important;
  }
  .cosRPb160 {
    padding-bottom: 160px !important;
  }
  .cosRPb170 {
    padding-bottom: 170px !important;
  }
  .cosRPb180 {
    padding-bottom: 180px !important;
  }
  .cosRPb190 {
    padding-bottom: 190px !important;
  }
  .cosRPb200 {
    padding-bottom: 200px !important;
  }
  .cosRPb210 {
    padding-bottom: 210px !important;
  }
  .cosRPb220 {
    padding-bottom: 220px !important;
  }
  .cosRPb230 {
    padding-bottom: 230px !important;
  }
  .cosRPb240 {
    padding-bottom: 240px !important;
  }
  .cosRPb250 {
    padding-bottom: 250px !important;
  }
  .cosRPb260 {
    padding-bottom: 260px !important;
  }
  .cosRPb270 {
    padding-bottom: 270px !important;
  }
  .cosRPb280 {
    padding-bottom: 280px !important;
  }
  .cosRPb290 {
    padding-bottom: 290px !important;
  }
  .cosRPb300 {
    padding-bottom: 300px !important;
  }
}

/* text
------------------------------------------------------------*/
.cosTxtBold {
  font-weight: bold !important;
}

.cosTxtRight {
  text-align: right !important;
}

.cosTxtCenter {
  text-align: center !important;
}

.cosTxtLeft {
  text-align: left !important;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxMiddleRight {
  width: auto !important;
  background-image: none !important;
}

#cboxOverlay {
  background-image: none !important;
  background-color: #000 !important;
}

#cboxContent {
  background-color: transparent !important;
}

#cboxClose {
  top: 20px !important;
  right: 20px !important;
  background-image: url(../img/common/iconClose.png) !important;
  background-position: 0 0 !important;
  background-size: 40px auto !important;
  width: 40px !important;
  height: 40px !important;
}

/*# sourceMappingURL=maps/common.css.map */
