@charset "UTF-8";
@import url(font-awesome.min.css);
/* Reset
------------------------------------------------------------*/
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%;
}

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

/* link
------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #999999;
}

a:hover > img {
  opacity: 0.8;
}

p a {
  text-decoration: underline;
}

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #FFF;
}

body > div, input, button, textarea, select {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, YuGothic, "游ゴシック", sans-serif;
  line-height: 1.5;
  color: #000;
}

@media only screen and (max-width: 600px) {
  body > div, input, button, textarea, select {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* form
------------------------------------------------------------*/
input[type=text],
input[type=email],
textarea, select {
  background-color: #fff;
  max-width: 380px;
  padding: 6px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #CCCCCC;
  box-shadow: 0 2px 3px #efefef inset;
}

input[type=text].small,
input[type=email].small,
textarea.small, select.small {
  max-width: 240px;
}

@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  textarea, select {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

input[type=text].error,
input[type=email].error,
textarea.error, select.error {
  border: solid 2px #e74c3c !important;
}

textarea {
  vertical-align: top;
}

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

/* layout */
.ui-datepicker .ui-datepicker-title select {
  padding: 3px;
}

#fancybox-close {
  /*
    top: 25px!important;
    right: 25px!important;
    width: 25px!important;
    height: 25px!important;
*/
  top: 0px !important;
  right: 0px !important;
  width: 50px !important;
  height: 50px !important;
  background: transparent url(../img/common/iconClose.png) no-repeat center !important;
}

#fancybox-close:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #fancybox-close {
    top: 5px !important;
    right: 5px !important;
  }
}

#fancybox-left-ico, #fancybox-right-ico {
  background-image: none !important;
  position: relative;
  background-color: #FFF;
  width: 20px !important;
  height: 54px !important;
  margin-top: -40px !important;
}

#fancybox-left-ico {
  left: 8px !important;
  border-radius: 0 5px 5px 0;
}

#fancybox-left-ico:before {
  content: "\f053";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 19px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

#fancybox-right-ico {
  right: 8px !important;
  left: auto !important;
  border-radius: 5px 0 0 5px;
}

#fancybox-right-ico:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 0.5em;
  top: 19px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

#wrapper {
  min-width: 1020px;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
    padding-top: inherit;
  }
}

#header {
  min-width: 1020px;
  padding: 15px 0 0 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #header {
    position: relative;
    padding: 0;
    height: 60px;
    min-width: 0;
  }
  #header .pc {
    display: none;
  }
}

body.android #header,
body.iphone #header {
  position: static;
}

@media only screen and (max-width: 768px) {
  body.android #header,
  body.iphone #header {
    position: relative;
  }
}

#header .container {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #header .container {
    max-width: inherit;
    position: static;
  }
}

#header .pc .caption {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

#header .pc .siteTitle {
  margin-bottom: 20px;
}

#header .pc #gNav {
  border-bottom: solid 1px #000;
}

body#top #header .pc #gNav {
  border-bottom: none;
}

#header .pc #gNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#header .pc #gNav li {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 17px;
}

body#about #header .pc #gNav li.about,
body#guide #header .pc #gNav li.guide,
body#reform #header .pc #gNav li.reform,
body#interior #header .pc #gNav li.interior,
body#event #header .pc #gNav li.event,
body#topics #header .pc #gNav li.topics {
  border-bottom: solid 3px #000;
}

#header .pc #gNav li a {
  display: block;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-right: solid 1px #000;
  font-size: 12px;
  font-size: 1.2rem;
}

#header .pc #gNav li a.line2 {
  line-height: 1.5em;
}

#header .pc #gNav li:last-child a {
  border-right: none;
}

#header .pc .gNav_type02 {
  background-color: #000;
}

#header .pc .gNav_type02 li {
  padding: 12px 0 11px;
  vertical-align: middle;
  padding-bottom: 20px !important;
}

body.clubozone #header .pc .gNav_type02 li.clubozone,
body.business #header .pc .gNav_type02 li.business, #header .pc .gNav_type02 li.active {
  position: relative;
}

body.clubozone #header .pc .gNav_type02 li.clubozone:after,
body.business #header .pc .gNav_type02 li.business:after, #header .pc .gNav_type02 li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  display: block;
  background-color: #fff;
}

#header .pc .gNav_type02 li a {
  color: #FFF;
  border-right: solid 1px #FFF !important;
}

#header .pc .gNav_type02 li a:hover {
  opacity: 0.8;
}

#header .pc .gNav_type02 li:first-child a {
  border-left: solid 1px #FFF !important;
}

#header .pc .headerNavBlock {
  position: absolute;
  right: 0;
  top: 35px;
  display: table;
}

#header .pc .headerNavBlock:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#header .pc .headerNavBlock .sne, #header .pc .headerNavBlock .subNav, #header .pc .headerNavBlock .search {
  display: table-cell;
  vertical-align: top;
}

#header .pc .headerNavBlock .sns_type02 {
  margin-right: 9px;
}

#header .pc .headerNavBlock .sns li {
  float: left;
  margin-left: 10px;
  line-height: 42px;
}

#header .pc .headerNavBlock .sns li.tw a {
  background: #000;
}

#header .pc .headerNavBlock .sns li.fb a {
  background: #000;
}

#header .pc .headerNavBlock .sns li a {
  display: inline-block;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}

#header .pc .headerNavBlock .sns li a:hover {
  opacity: .8;
}

#header .pc .headerNavBlock .subNav {
  padding: 0 15px;
}

#header .pc .headerNavBlock .subNav li {
  float: left;
  margin: 0 15px;
  line-height: 42px;
}

#header .pc .headerNavBlock .subNav li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  padding-right: 5px;
  font-size: 11px;
  font-size: 1.1rem;
}

#header .pc .headerNavBlock .subNav li a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

#header .pc .headerNavBlock .search {
  position: relative;
}

#header .pc .headerNavBlock .search:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 20px;
  font-size: 2rem;
}

#header .pc .headerNavBlock .search input[type="text"] {
  background: #E7E7E7;
  border: none;
  padding: 12px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 198px;
  box-sizing: border-box;
}

#header .pc .headerNavBlock .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 50px;
  background-color: transparent;
  text-indent: -9999px;
  border: none;
}

#header .pc .group {
  position: absolute;
  right: 0;
  top: -15px;
}

#header .pc .group:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#header .pc .group_type02 {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

#header .pc .group li {
  float: left;
  margin-left: 35px;
}

#header .pc .group li a {
  display: inline-block;
  line-height: 32px;
  color: #FFF;
  padding: 0 20px 0 1px;
  border-bottom-right-radius: 5px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

#header .pc .group li a:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
  font-size: 1.1rem;
  padding-right: 8px;
}

#header .pc .group li a.type02:before {
  font-size: 12px;
  font-size: 1.2rem;
}

#header .pc .group li a:after {
  content: "";
  width: 50px;
  height: 32px;
  position: absolute;
  left: -24px;
  top: 0;
}

#header .pc .group li a:hover {
  opacity: .8;
}

#header .pc .group li.web a {
  background: #FA7474;
}

#header .pc .group li.web a:before {
  content: "\f054";
}

#header .pc .group li.web a:after {
  background: url(../img/common/bgHeaderNav02.png) no-repeat;
}

#header .pc .group li.web02 a {
  background-color: #FFF !important;
  color: #000 !important;
  box-shadow: 0 0 0 2px #000;
  -webkit-box-shadow: 0 0 0 2px #000;
  -moz-box-shadow: 0 0 0 2px #000;
}

#header .pc .group li.web02 a:after {
  left: -26px !important;
  height: 34px !important;
  background: url(../img/pro/bgHeaderNav03.png) no-repeat !important;
}

#header .pc .group li.pro a {
  background: #000000;
}

#header .pc .group li.pro a:before {
  content: "\f08b";
}

#header .pc .group li.pro a:after {
  background: url(../img/common/bgHeaderNav01.png) no-repeat;
}

#header .pc .group li.business a {
  background: #204066;
}

#header .pc .group li.business a:before {
  content: "\f08b";
}

#header .pc .group li.business a:after {
  background: url(../img/common/bgHeaderNav03.png) no-repeat;
}

#header .pc .group li.blank a:before {
  content: "\f08b";
}

#header .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #header .sp {
    display: block;
  }
}

#header .sp > .container {
  padding-right: 0;
  padding-left: 0;
}

#header .sp .siteTitle {
  width: 122px;
  padding: 15px 0 0;
}

#header .sp .siteTitle_pro {
  width: 142px;
}

#header .sp .menuBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: solid 1px #A0A0A0;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-align: center;
}

#header .sp .menuBtn i {
  padding: 10px 0 0;
}

#header .sp .menuBtn i:before {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}

#header .sp .menuBtn_type02 {
  background: #000;
}

#header .sp .menuBtn_type02 i {
  color: #FFF;
}

#header .sp .searchBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65px;
  margin: auto;
  border: solid 1px #A0A0A0;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-align: center;
}

#header .sp .searchBtn i {
  padding: 10px 0 0;
}

#header .sp .searchBtn i:before {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}

#header .sp .searchBtn.select, #header .sp .menuBtn.select {
  background-color: #000;
  color: #fff;
}

#header .sp .searchBtn.select.pro, #header .sp .menuBtn.select.pro {
  background-color: #FFF;
}

#header .sp .searchBtn.select.pro i, #header .sp .menuBtn.select.pro i {
  color: #000;
}

#header .sp .btnClose {
  padding: 8px 0;
  background-color: #333333;
  color: #fff;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

#header .sp .menuWrap {
  display: none;
  border-top: solid 1px #B2B2B2;
  padding: 0 0 20px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

#header .sp .searchWrap {
  display: none;
  display: none;
  border-top: solid 1px #B2B2B2;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 20px 0;
}

#header .sp .searchWrap .inner {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}

#header .sp .searchWrap .input, #header .sp .searchWrap .btn {
  display: table-cell;
  vertical-align: middle;
}

#header .sp .searchWrap .input {
  padding: 0 15px 0 0;
}

#header .sp .searchWrap .input input {
  width: 100%;
  box-sizing: border-box;
  background-color: #E7E7E7;
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}

#header .sp .searchWrap .btn {
  width: 65px;
}

#header .sp .searchWrap .btn button {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #B2B2B2;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

#header .sp .searchWrap .btn button i {
  margin: 0 4px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}

#header .sp #gNav {
  margin-bottom: 20px;
}

#header .sp #gNav li {
  border-bottom: solid 1px #000;
}

#header .sp #gNav a {
  display: block;
  padding: 10px 0;
  position: relative;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

#header .sp #gNav a:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

#header .sp #gNav a.icon01:before {
  content: "";
}

#header .sp .btnAccess {
  margin-bottom: 25px;
}

#header .sp .btnAccess a {
  display: block;
  background-color: #EFEAE8;
  border-radius: 4px;
  padding: 10px 0;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#pankuzu {
  padding: 18px 0 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #pankuzu {
    padding: 10px 0 0;
    margin-bottom: 10px;
  }
}

#pankuzu ul {
  margin-left: 15px;
}

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

@media only screen and (max-width: 768px) {
  #pankuzu ul {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #pankuzu ul {
    margin-left: 40px;
  }
}

#pankuzu li {
  float: left;
  line-height: 18px;
  font-size: 11px;
  font-size: 1.1rem;
  background: url(../img/common/iconArrow.png) no-repeat right 2px;
  padding-right: 15px;
  margin-right: 10px;
}

#pankuzu li a {
  text-decoration: underline;
}

#pankuzu li:first-child {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 600px) {
  #pankuzu li:first-child {
    margin-left: -40px;
  }
}

#pankuzu li:last-child {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

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

#contents #main {
  float: left;
  width: 714px;
}

@media only screen and (max-width: 768px) {
  #contents #main {
    float: none;
    width: auto;
  }
}

#contents #side {
  float: right;
  width: 262px;
}

@media only screen and (max-width: 768px) {
  #contents #side {
    float: none;
    width: auto;
  }
}

#contents #side > section {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #contents #side > section {
    margin-bottom: 10px;
  }
}

#contents.bgGray {
  background: #FAF8F7;
}

#contents.sideL #main {
  float: right;
}

@media only screen and (max-width: 768px) {
  #contents.sideL #main {
    float: none;
  }
}

#contents.sideL #side {
  float: left;
}

@media only screen and (max-width: 768px) {
  #contents.sideL #side {
    float: none;
  }
}

#contents .section {
  margin-bottom: 36px;
}

.container {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  background: #FFF;
  padding: 50px 0 0;
  position: relative;
}

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

#footer .container {
  padding-bottom: 30px;
}

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

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

#footer .left {
  float: left;
  width: 714px;
}

@media only screen and (max-width: 768px) {
  #footer .left {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  #footer .left .footerNav ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

#footer .left .footerNav li {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1em;
  line-height: 1;
}

#footer .left .footerNav li:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  #footer .left .footerNav li {
    width: 47%;
    margin: 0 0 15px;
    padding-left: 3%;
  }
}

#footer .left .footerNav li a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  position: relative;
  padding-left: 0;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  line-height: 0.9;
}

@media only screen and (max-width: 600px) {
  #footer .left .footerNav li a {
    display: inline-block;
  }
}

#footer .left .footerNav li a.iconBlank:after {
  content: "\f08e";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: -1.5em;
  top: -0.1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 600px) {
  #footer .left .footerNav li.line2 {
    margin-top: -2px;
    height: 2.8em;
  }
}

@media only screen and (max-width: 600px) {
  #footer .left .footerNav li.line2:before {
    top: 2px;
  }
}

@media only screen and (max-width: 600px) {
  #footer .left .footerNav li.line2 a {
    border-bottom: 0px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 600px) {
  #footer .left .footerNav li.line2 a span {
    display: inline;
    text-decoration: underline;
  }
}

#footer .right {
  float: right;
  width: 300px;
}

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

@media only screen and (max-width: 768px) {
  #footer .right {
    float: none;
    width: auto;
    margin: 0 -15px;
    border-top: solid 1px #000;
    padding: 25px 0;
  }
}

#footer .right .logo {
  position: relative;
  top: 12px;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  #footer .right .logo {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  #footer .right .logo {
    text-align: center;
    top: 0;
  }
  #footer .right .logo img {
    width: 160px;
  }
}

#footer .copyright {
  background: #000000;
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  #footer .copyright {
    padding: 8px 0;
    font-size: 7px;
    font-size: 0.7rem;
  }
}

#footer .pageTop {
  display: none;
  background: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 10px;
  bottom: 90px;
  display: none;
}

@media only screen and (max-width: 768px) {
  #footer .pageTop {
    width: 50px;
    height: 50px;
    bottom: 35px;
    line-height: 50px;
  }
}

#footer .pageTop:before {
  content: "\f077";
  font-family: FontAwesome;
  line-height: 1;
  color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
}

/*IE*/
.IE #footer .left .footerNav li a:before {
  top: 0.2em;
}

.IE #footer .left .footerNav li a.iconBlank:after {
  top: 0em;
}

/*Mac(Chrome,safari)*/
.mac.chrome #footer .left .footerNav li a:before, .mac.safari #footer .left .footerNav li a:before {
  top: 0.2em;
}

.mac.chrome #footer .left .footerNav li a.iconBlank:after, .mac.safari #footer .left .footerNav li a.iconBlank:after {
  top: 0.2em;
}

#mailForm #systemMsg {
  margin: 5px 0;
  color: #e74c3c;
  font-weight: bold;
}

#mailForm #formButton {
  text-align: center;
}

#mailForm #formButton input[type=submit] {
  background: #3E3E3E;
  color: #FFF;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 12px;
  font-size: 1.2rem;
  border: none;
}

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

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

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

@media only screen and (max-width: 768px) {
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.modSpOnly {
  display: none;
}

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

/* modTitle
------------------------------------------------------------*/
.modTitle01 {
  border-bottom: solid 2px #000;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

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

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

.modTitle01 .mainTitle {
  float: left;
  line-height: 1.5;
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  /*font-family:$titleFontFamily;*/
  font-size: 25px;
  font-size: 2.5rem;
  border-right: solid 1px;
  padding-right: 23px;
  margin-right: 23px;
}

@media only screen and (max-width: 600px) {
  .modTitle01 .mainTitle {
    font-size: 20px;
    font-size: 2rem;
    float: none;
    display: block;
    margin-right: 0;
    border-right: none;
    padding-right: none;
    line-height: 1.5;
  }
}

.modTitle01 .mainTitle_noBorder {
  border-right: none;
  padding-right: 0;
}

.modTitle01 .subTitle {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  float: left;
  line-height: 1.5;
  position: relative;
  top: 8px;
}

@media only screen and (max-width: 600px) {
  .modTitle01 .subTitle {
    float: none;
    display: block;
    line-height: inherit;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.modTitle01 .subTitle2 {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 2px;
  line-height: 1.5;
}

.modTitle01 .subTitle3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  top: 1px;
}

.modTitle01_block .mainTitle {
  float: none;
  display: block;
}

.modTitle01_block .subTitle3 {
  float: none;
}

.modTitle01.colorBlue {
  color: #425BA8;
  border-bottom: solid 2px #425BA8;
}

.modTitle01.colorGreen {
  color: #88AE5B;
  border-bottom: solid 2px #88AE5B;
}

.modTitle01.colorOrange {
  color: #E47829;
  border-bottom: solid 2px #E47829;
}

.modTitle01.colorGray {
  color: #7B7B7B;
  border-bottom: solid 2px #7B7B7B;
}

.modTitle01_message {
  position: relative;
  padding-left: 52px;
}

.modTitle01_message:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  position: absolute;
  top: -4px;
  left: 23px;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  font-weight: normal;
}

.modTitle01_message .mainTitle:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  bottom: 11px;
  left: 3px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-weight: normal;
}

.modTitle02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(../img/common/bgBorder.png) repeat-x center;
}

.modTitle02 .txt {
  background: #FAF8F7;
  padding-right: 10px;
}

.modTitle02_type02 .txt {
  background: #fff;
}

.modTitle03 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 2px #000;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 5px;
}

.modTitle03_icon01 {
  padding-left: 25px;
  padding-bottom: 5px;
  background: url(../img/common/iconCircle.png) no-repeat left 3px;
}

.modTitle03_icon01.colorBlue {
  background: url(../img/common/iconCircleBlue.png) no-repeat left 3px;
}

.modTitle03_icon01.colorGreen {
  background: url(../img/common/iconCircleGreen.png) no-repeat left 3px;
}

.modTitle03_icon01.colorOrange {
  background: url(../img/common/iconCircleOrange.png) no-repeat left 3px;
}

.modTitle03_icon01.colorGray {
  background: url(../img/common/iconCircleGray.png) no-repeat left 3px;
}

.modTitle04 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  padding-left: 85px;
}

.modTitle04 span.category {
  background: #3E3E3E;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 27px;
  width: 70px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.modTitle04.colorBlue span.category {
  background: #425BA8;
}

.modTitle04.colorGreen span.category {
  background: #88AE5B;
}

.modTitle04.colorOrange span.category {
  background: #E47829;
}

.modTitle04.colorGray span.category {
  background: #7B7B7B;
}

.modTitle04 .close {
  margin-left: 10px;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff5367;
}

@media only screen and (max-width: 600px) {
  .modTitle04 .close {
    display: block;
    text-align: left;
    line-height: 1;
    margin-top: 0;
    margin-left: 0;
  }
}

.modTitle05 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.modTitle06 {
  margin-bottom: 15px;
  display: table;
  width: 100%;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

.modTitle06 span {
  display: table-cell;
  vertical-align: middle;
}

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

.modTitle06 .main {
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (max-width: 600px) {
  .modTitle06 .main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modTitle06 .sub {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .modTitle06 .sub {
    text-align: left;
  }
}

.modTitle06_jpFont .main {
  font-size: 20px;
  font-size: 2rem;
}

.modTitle07, .modTitle08 {
  background-color: #000;
  margin: 0 0 30px;
  padding: 10px 16px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .modTitle07, .modTitle08 {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .modTitle07, .modTitle08 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modTitle07 .large, .modTitle08 .large {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .modTitle07 .large, .modTitle08 .large {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modTitle07 .large02, .modTitle08 .large02 {
  margin-left: 15px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 768px) {
  .modTitle07 .large02, .modTitle08 .large02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modTitle07 .subTitle, .modTitle08 .subTitle {
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 12px;
}

.modTitle07_type02, .modTitle08_type02 {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  .modTitle07_type02, .modTitle08_type02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modTitle07 .eventDate, .modTitle08 .eventDate {
  font-size: 11px;
  font-size: 1.1rem;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-right: 10px;
  padding: 1px 5px;
  vertical-align: middle;
}

.IE .modTitle07, .modTitle08 {
  padding: 10px 16px 5px;
}

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

.modTitle09 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.modTitle09_num .inner {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}

.modTitle10 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modTitle11 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

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

.modTitle11 span {
  background-color: #221814;
  padding: 12px 20px 12px 16px;
  border-radius: 0 37px 37px 0;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .modTitle11 span {
    padding: 8px 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.modTitle12 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modTitle13 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.modTitle14 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  /*height:77px;*/
}

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

.modTitle14 .point {
  width: 85px;
  height: 60px;
  float: left;
  background-color: #221814;
  border-radius: 0 28px 28px 0;
  color: #fff;
  text-align: center;
  padding-top: 17px;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .modTitle14 .point {
    padding: 3% 0 0;
    width: 18%;
    padding-top: 5%;
    margin-right: 0;
  }
}

.modTitle14 .point .txt01 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 10px;
}

@media only screen and (max-width: 600px) {
  .modTitle14 .point .txt01 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.modTitle14 .point .txt02 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
}

@media only screen and (max-width: 600px) {
  .modTitle14 .point .txt02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.modTitle14 .body {
  padding-left: 15px;
}

@media only screen and (max-width: 600px) {
  .modTitle14 .body {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 22%;
  }
}

.modTitle14 .body .modLabel02 {
  margin-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modTitle14 .body .modLabel02 {
    margin-bottom: 5px;
  }
}

.modTitle14 .body p {
  line-height: 1.2;
}

@media only screen and (max-width: 600px) {
  .modTitle14 .body p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.modTitle15 {
  font-size: 20px;
  font-size: 2rem;
  border-top: 1px dotted #A5A5A5;
  padding: 20px 0;
  font-weight: bold;
}

.modTitle15 span.label {
  padding: 2px 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #e47829;
  border-radius: 2px;
  margin-right: 10px;
}

.modTitle15 span.title {
  vertical-align: middle;
}

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

/* modTxt
------------------------------------------------------------*/
.modTxtLead {
  margin: 0 0 20px 0;
}

.modTxt02 {
  margin: 15px 0;
}

.modTxt03 {
  margin-bottom: 40px;
}

.modTxt04 {
  font-size: 11px;
  font-size: 1.1rem;
}

.modTxtIndent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.modTxtCaption01 {
  font-size: 14px;
  font-size: 1.4rem;
}

.modTxtCaption01.-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.modTxtRed {
  color: #e74c3c;
}

.modTxtBold {
  font-weight: bold;
}

.modTxtLink {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

.modTxtLink.target:after {
  content: "\f08e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  margin-left: 3px;
  line-height: 1.5;
}

.modTxtLink_blank {
  position: relative;
}

.modTxtLink_blank:after {
  content: "\f08e";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: -1.5em;
  bottom: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modTxtLink_blank02 {
  position: relative;
}

.modTxtLink_blank02:after {
  content: "\f08e";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  padding-left: 0.5em;
  bottom: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modTxtLink_logout {
  position: relative;
}

.modTxtLink_logout:after {
  content: "\f08b";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: -1.5em;
  bottom: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modTxtLink_logout02 {
  position: relative;
  margin-left: 1em;
  text-decoration: none;
}

.modTxtLink_logout02:after {
  content: "\f08b";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: -1em;
  top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modTxtLink_pdf {
  position: relative;
}

.modTxtLink_pdf:after {
  content: "\f1c1";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: -1.5em;
  bottom: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modTxtLink_arrow {
  position: relative;
  margin-left: 1em;
  text-decoration: none;
}

.modTxtLink_arrow:hover {
  border-bottom: none;
}

.modTxtLink_arrow:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: -1em;
  top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modTxtLink_anc {
  position: relative;
  margin-left: 1.3em;
  text-decoration: none;
}

.modTxtLink_anc:before {
  content: "\f078";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: -1.3em;
  top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modTxtLink_underLine {
  border-bottom: solid 1px #333;
}

.modTxtLink_underLine:hover {
  border-bottom: none;
  padding-bottom: 1px;
}

.modTxtLink_noline {
  text-decoration: none !important;
}

.modTxtLink_check {
  position: relative;
  margin-left: 1em;
  text-decoration: none;
  border-bottom: solid 1px #333;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modTxtLink_check:hover {
  border-bottom: none;
}

.modTxtLink_check:before {
  content: "\f14c";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: -1em;
  top: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modTxtLink_txt01 {
  font-size: 14px;
  font-size: 1.4rem;
}

.modTxtLink_right {
  text-align: right;
}

.modTxtLinkList li {
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

.modTxtLinkList li:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modTxtLinkList a {
  text-decoration: underline;
  line-height: 1.6;
}

.modTxtLinkList a:hover {
  text-decoration: none;
}

.modTxtLinkList02 {
  padding-left: 40px;
  margin-left: -1%;
  margin-right: -1%;
}

@media only screen and (max-width: 979px) {
  .modTxtLinkList02 {
    padding-left: 5px;
  }
}

.modTxtLinkList02 li {
  margin-bottom: 10px;
  position: relative;
  font-size: 13.5px;
  font-size: 1.35rem;
  float: left;
  width: 32.33333%;
  margin: 0 0.5% 1%;
}

.modTxtLinkList02 li:before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: -14px;
  top: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media only screen and (max-width: 979px) {
  .modTxtLinkList02 li:before {
    left: 0;
  }
}

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

@media only screen and (max-width: 979px) {
  .modTxtLinkList02 li {
    width: 46%;
    padding-left: 2%;
  }
}

@media only screen and (max-width: 600px) {
  .modTxtLinkList02 li {
    width: 95%;
    padding: 1% 0;
    padding-left: 15px;
  }
}

.modTxtLinkList02_subList {
  padding-left: 22px;
}

@media only screen and (max-width: 979px) {
  .modTxtLinkList02_subList {
    padding-left: 5px;
  }
}

.modTxtLinkList02_subList li {
  font-size: 12px;
  font-size: 1.2rem;
}

.modTxtLinkList02_subList li:before {
  position: absolute;
  left: -14px;
  top: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 979px) {
  .modTxtLinkList02_subList li:before {
    left: 0;
  }
}

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

@media only screen and (max-width: 979px) {
  .modTxtLinkList02_subList li {
    width: 46%;
    padding-left: 2%;
  }
}

@media only screen and (max-width: 600px) {
  .modTxtLinkList02_subList li {
    width: 95%;
    padding-left: 15px;
    margin: 0 1% 1%;
  }
  .modTxtLinkList02_subList li a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.modTxtLinkList02 a {
  line-height: 1.6;
}

/*IE*/
.IE .modTxtLink:after {
  bottom: 7px;
}

.IE .modTxtLink.target:after {
  bottom: 2px;
}

.IE .modTxtLink:before {
  top: 3px;
}

/*Mac(Chrome,safari)*/
.mac.chrome .modTxtLink.target:after, .mac.safari .modTxtLink.target:after {
  bottom: -5px;
}

.mac.chrome .modTxtLink.target:before, .mac.safari .modTxtLink.target:before {
  top: 3px;
}

.mac.chrome .modTxtLink:after, .mac.safari .modTxtLink:after {
  bottom: 1px;
}

.mac.chrome .modTxtLink:before, .mac.safari .modTxtLink:before {
  top: 1px;
}

.modTxtLink02 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.modTxtLink02 a {
  text-decoration: underline;
  margin-right: 0.7em;
}

.modTxtLink02 .txt01 {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.modLink {
  background-color: #FAF9F7;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.modLink a {
  display: block;
  padding: 20px 39px 20px 20px;
  position: relative;
}

.modLink a:before {
  color: #222222;
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.modLink a:hover {
  color: #000;
  background: #FFF;
}

.modLink_anc a:before {
  content: "\f078";
}

.modLink02 {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 15px;
}

.modLink02:hover {
  opacity: 0.8;
}

.modLink02 .categoryList {
  position: absolute;
  top: 20px;
  left: 20px;
}

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

@media only screen and (max-width: 600px) {
  .modLink02 .categoryList {
    left: 15px;
  }
}

.modLink02 .categoryList li {
  font-size: 10px;
  font-size: 1rem;
  float: left;
  background: #101939;
  color: #FFF;
  padding: 3px 5px;
  margin-right: 5px;
}

.modLink02 a {
  box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  -webkit-box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  -moz-box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  display: block;
  padding: 45px 38px 15px 20px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modLink02 a {
    padding: 45px 35px 15px 15px;
  }
}

.modLink02 a:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -8px;
}

.modLink03 {
  box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  -webkit-box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  -moz-box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  margin-bottom: 15px;
  position: relative;
}

.modLink03:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -8px;
}

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

.modLink03 a {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

.modLink03 a .left {
  display: table-cell;
  padding: 25px;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .modLink03 a .left {
    padding: 15px 35px 15px 15px;
    position: relative;
  }
}

@media only screen and (max-width: 600px) {
  .modLink03 a .left:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 1.6rem;
    color: #222222;
    line-height: 1;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -8px;
  }
}

.modLink03 a .right {
  display: table-cell;
  width: 290px;
  box-sizing: border-box;
  background: #F2F2F2;
  padding: 0 50px 0 25px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .modLink03 a .right {
    width: auto;
    padding: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .modLink03 a .left, .modLink03 a .right {
    display: block;
  }
}

.modLink03 a .head {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

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

.modLink03 a .categoryList {
  float: left;
}

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

.modLink03 a .categoryList li {
  font-size: 10px;
  font-size: 1rem;
  float: left;
  background: #101939;
  color: #FFF;
  padding: 3px 5px;
  margin-right: 5px;
}

.modLink03 a .date {
  float: left;
  padding-top: 4px;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 600px) {
  .modLink03 a .date {
    float: none;
  }
}

.modLink03 a .title {
  margin-bottom: 10px;
}

.modLink03 a .subTitle {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}

.modTxtAttention {
  color: #CC0000;
}

.modTxtSub {
  margin-top: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5a5a5a;
}

.modTxtInactive {
  color: #666;
}

/* modBtn
------------------------------------------------------------*/
a.modBtn01 {
  background: #3E3E3E;
  color: #FFF;
  display: block;
  text-align: center;
  width: 60px;
  height: 50px;
  border-radius: 3px;
  position: relative;
}

a.modBtn01_colorRed {
  background: #FF0004;
}

a.modBtn01:before, a.modBtn01:after {
  position: relative;
  top: 7px;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

a.modBtn01 span {
  position: absolute;
  bottom: 5px;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

a.modBtn01:hover {
  opacity: .7;
}

a.modBtn01_twitter, a.modBtn01_facebook, a.modBtn01_deskTop {
  width: 59px;
}

a.modBtn01_deskTop:before {
  content: "\f108";
}

a.modBtn01_twitter {
  width: 58px;
  background: #55ACEF;
}

a.modBtn01_twitter:before {
  content: "\f099";
}

a.modBtn01_facebook {
  background: #3B5998;
}

a.modBtn01_facebook:before {
  content: "\f230";
}

a.modBtn01_entry {
  background: #E3782A;
  text-decoration: none !important;
}

a.modBtn01_entry span {
  position: static;
  line-height: 50px;
  font-size: 12px;
  font-size: 1.2rem;
}

a.modBtn01_basic {
  text-decoration: none !important;
  height: 30px;
  width: 100px;
}

a.modBtn01_basic span {
  position: static;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  a.modBtn01_basic span {
    position: absolute;
    top: 0;
    bottom: 5px;
  }
}

a.modBtn01_mail {
  width: 75px;
  background: #60B337;
  text-align: left;
}

a.modBtn01_mail:after {
  position: absolute;
  content: "";
  padding: 0 0 0 15px;
  top: 16px;
  right: 10px;
  vertical-align: top;
  line-height: 1;
}

a.modBtn01_mail span {
  width: auto;
  top: 11px;
  left: 10px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  a.modBtn01_mail span {
    line-height: 1.5;
  }
}

a.modBtn01_mail.noBlank {
  width: 59px;
  text-align: center;
}

a.modBtn01_mail.noBlank:after {
  display: none;
}

a.modBtn01_mail.noBlank span {
  left: 0;
  right: 0;
  text-align: center;
}

.modBtn02 {
  background: #3E3E3E;
  color: #FFF;
  border-radius: 3px;
}

.modBtn02:hover {
  background: #585858;
  color: #FFF;
}

.modBtn02_mini {
  padding: 6px 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.modBtn03 {
  text-align: center;
}

.modBtn03 a {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 110px 23px;
  display: block;
  background: #F0F0F0;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modBtn03 a {
    padding: 15px 45px 15px 30px;
  }
}

.modBtn03 a:hover {
  text-decoration: none;
}

.modBtn03 a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .modBtn03_arrowIconL a {
    padding-left: 55px;
  }
}

.modBtn03_arrowIconL a:before {
  content: "";
  font-family: "FontAwesome";
}

.modBtn03_arrowL a:before {
  right: auto;
  left: 20px;
}

.modBtn03_toTop a:before {
  content: "\f077";
}

.modBtn03_mini a {
  padding: 10px 40px 10px 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

.modBtn03_inline a {
  display: inline-block;
}

.modBtn03_inlineL {
  text-align: left;
}

.modBtn03_inline350 a {
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  padding-right: 50px;
  width: 350px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modBtn03_inline350 a {
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
  }
}

.modBtn03_logout a:before {
  content: "\f08b";
  font-family: FontAwesome;
}

.modBtn03_type02 a {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

.modBtn03_type02 i {
  font-size: 26px;
  font-size: 2.6rem;
}

.modBtn03_blank a:before {
  content: "\f08e";
}

.modBtn03_pdf a:before {
  content: "\f1c1";
}

.modBtn03_pc a:before {
  content: "\f108";
}

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

.modBtn03_list li {
  width: 47%;
  float: left;
}

.modBtn03_list li:nth-child(2n) {
  float: right;
}

.modBtn03_list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  vertical-align: middle;
  height: 4em;
  padding: 5px 40px 5px 23px;
}

@media only screen and (max-width: 600px) {
  .modBtn03_list li {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .modBtn03_list li a {
    display: block;
    height: auto;
    padding: 15px;
  }
  .modBtn03_list li:nth-child(2n) {
    float: none;
  }
}

.modBtn03_list02 {
  width: 100%;
}

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

.modBtn03_list02 li {
  width: 30%;
  float: left;
  line-height: 3.9;
  margin-right: 5%;
  vertical-align: middle;
}

.modBtn03_list02 li:last-Child {
  margin-right: 0;
  float: right;
}

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

.modBtn03_list02 a {
  display: block;
  padding: 0;
  height: 4em;
  padding: 5px 30px 5px 23px;
}

.modBtn03_noLink a {
  pointer-events: none;
}

.modBtn04 {
  text-align: center;
}

.modBtn04 a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  height: 59px;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 22px 110px;
  display: block;
  background: #FA7474;
  color: #FFF;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .modBtn04 a {
    padding: 15px;
    height: auto;
  }
}

.modBtn04 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modBtn04_inline a {
  display: inline-block;
}

.modBtn04_gray a {
  background: #F2F2F2;
  color: #5a5a5a;
}

.modBtn04_gray2 a {
  background: #5C5C5C;
}

.modBtn04_black a {
  background: #000;
  color: #FFF;
}

.modBtn04_arrow a > span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-decoration: underline;
}

.modBtn04_arrow a > span::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
}

.modBtn04_type02 a {
  box-sizing: border-box;
  width: 337px;
  padding: 0;
  margin: 0 auto;
  line-height: 59px;
  display: block;
  background: #FA7474;
  color: #FFF;
  position: relative;
}

.modBtn04_type02 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modBtn04_type02 a:before {
  content: "\f08e";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
}

.modBtn04_type03 a {
  width: 337px;
  height: auto;
  padding: 22px;
  margin: 0 auto;
}

.modBtn05 {
  color: #FFF;
  display: block;
  height: 42px;
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  width: 170px;
  background-color: #5C5C5C;
  text-align: center;
  line-height: 3;
}

.modBtn05:before {
  content: "\f0e0";
  top: 0;
  left: 0px;
  margin-right: 6px;
  position: relative;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBtn05_type01 {
  width: 354px;
}

.modBtn06 {
  text-align: center;
}

.modBtn06 a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  height: 59px;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 22px 40px 22px 80px;
  display: block;
  background: #495798;
  color: #FFF;
  position: relative;
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .modBtn06 a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 20px 20px 25px;
    height: auto;
  }
}

.modBtn06 a:before {
  content: "\f1c1";
  top: 50%;
  margin-top: -20px;
  left: 25px;
  margin-right: 6px;
  position: absolute;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .modBtn06 a:before {
    left: 10px;
    font-size: 20px;
    font-size: 2rem;
    margin-top: -13px;
    position: static;
  }
}

.modBtn06 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modBtn06_inline a {
  display: inline-block;
}

.modBtn07 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.modBtn07:hover {
  opacity: 0.9;
  color: #fff;
}

.modBtn07:hover img {
  opacity: 1;
}

.modBtn07 img {
  margin: 0 14px 0 0;
  vertical-align: middle;
}

.modBtn07 i {
  margin-left: 6px;
  font-weight: normal;
}

.modBtn07_inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
}

.modBtn07.colorGreen {
  background-color: #AFB601;
}

.modBtn08 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 16px 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  position: relative;
}

.modBtn08:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

.modBtn08:hover {
  opacity: 0.9;
  color: #999;
}

.modBtn08 i {
  margin-left: 6px;
  font-weight: normal;
}

.modBtn08_inline {
  padding-right: 35px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
}

.modBtn08_blank:before {
  content: "";
  font-family: "FontAwesome";
}

@media only screen and (max-width: 600px) {
  .modBtn_center .cosFl {
    float: none;
    margin: 0 auto;
  }
  .modBtn_center .cosFr {
    float: none;
    margin: 0 auto;
  }
}

/* modBlock
------------------------------------------------------------*/
.modBlock01 > a {
  display: table;
  table-layout: fixed;
  position: relative;
}

.modBlock01 > a:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
}

.modBlock01 > a:hover img {
  opacity: .8;
}

.modBlock01 .thumb {
  display: table-cell;
  width: 117px;
  vertical-align: top;
  padding-bottom: 10px;
}

.modBlock01 .body {
  display: table-cell;
  padding: 10px 40px 0 20px;
  vertical-align: top;
}

.modBlock01 .body .title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.modBlock01 .body .date {
  font-size: 10px;
  font-size: 1rem;
}

.modBlock01_noBorder {
  border-bottom: none !important;
}

.modBlock01_type02 {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #A5A5A5;
}

.modBlock01_type02 .body {
  padding-top: 0;
}

.modBlock01_type02 .thumb {
  width: 226px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type02 .thumb {
    width: 117px;
  }
}

.modBlock01_type02 .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type02 .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.modBlock01_type02 .text {
  width: 425px;
}

@media only screen and (max-width: 768px) {
  .modBlock01_type02 .text {
    width: auto;
  }
}

.modBlock01_type02 .text li {
  line-height: 1.9;
}

.modBlock01_type03 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #A5A5A5;
}

.modBlock01_type03 .body {
  padding-top: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type03 .body {
    display: block;
    padding-left: 0;
    position: relative;
  }
  .modBlock01_type03 .body:after {
    content: "\f08e";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
  }
}

.modBlock01_type03 .thumb {
  width: 226px;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type03 .thumb {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .modBlock01_type03 .thumb img {
    width: 100%;
    height: auto;
  }
}

.modBlock01_type03 .title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 10px;
  margin-bottom: 10px;
}

.modBlock01_type03 .title .subTitle {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.modBlock01_type03 .title .mainTitle {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.modBlock01_type03 .title.colorGreen {
  color: #51713e;
  border-left: 4px solid #51713e;
}

.modBlock01_type03 .title.colorOrange {
  color: #8c5230;
  border-left: 4px solid #8c5230;
}

.modBlock01_type03 .title.colorPurple {
  color: #740038;
  border-left: 4px solid #740038;
}

.modBlock01_type03 .text {
  width: 425px;
  line-height: 1.9;
}

@media only screen and (max-width: 768px) {
  .modBlock01_type03 .text {
    width: auto;
  }
}

.modBlock01_type03 a:after {
  content: "\f08e";
}

@media only screen and (max-width: 600px) {
  .modBlock01_type03 a:after {
    display: none;
  }
}

.modBlock01_type03 a:hover .title {
  opacity: 0.6;
}

.modBlock01_type04 {
  border: solid 2px #E5E5E5;
  border-radius: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .modBlock01_type04 > a:after {
    right: 10px;
  }
}

.modBlock01_type04 .body {
  padding-top: 0;
  padding: 10px 35px 0 20px;
}

@media only screen and (max-width: 768px) {
  .modBlock01_type04 .body {
    padding: 0 35px 0 20px;
  }
}

.modBlock01_type04 .body .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type04 .body .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.modBlock01_type04 .body .text {
  width: 500px;
}

@media only screen and (max-width: 768px) {
  .modBlock01_type04 .body .text {
    width: auto;
  }
}

.modBlock01_type04 .body .text li {
  line-height: 1.9;
}

.modBlock01_type04 .thumb {
  width: 132px;
  padding-bottom: 0px;
  padding-left: 12px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type04 .thumb {
    width: 117px;
  }
}

.modBlock01_type05 {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #A5A5A5;
}

.modBlock01_type05 .body {
  padding: 0px 0 0 22px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type05 .body {
    padding: 0px 0 0 20px;
  }
}

.modBlock01_type05 .thumb {
  width: 156px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type05 .thumb {
    width: 117px;
  }
}

.modBlock01_type05 .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type05 .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.modBlock01_type05 .text {
  /*			width:425px;*/
}

.modBlock01_type05 .text li {
  line-height: 1.9;
}

.modBlock01_type05 .text .text2 {
  padding: 10px 0;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type05 .text .text2 {
    padding: 0;
    margin: 0 0 10px;
  }
}

.modBlock01_type06 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type06 .body {
    padding: 0 10px 0 20px;
  }
}

.modBlock01_type06 .thumb {
  padding-bottom: 0px;
  text-align: center;
}

.modBlock01_type06 .thumb span {
  overflow: hidden;
  display: block;
  background-color: #FAF8F7;
}

.modBlock01_type06 .thumb span img {
  width: auto;
  max-height: 71px;
}

.modBlock01_type07 {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #A5A5A5;
}

.modBlock01_type07 a:hover .category {
  opacity: 0.8;
}

.modBlock01_type07 .body {
  padding-top: 0;
}

.modBlock01_type07 .thumbList {
  width: 260px;
}

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

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

.modBlock01_type07 .thumbList li {
  float: left;
  width: 50%;
  /*@include sphoneP{
					
					display:block;
					margin:0 0 20px;
					
				}*/
}

.modBlock01_type07 .thumbList li:last-Child {
  float: right;
}

.modBlock01_type07 .body {
  display: table-cell;
  padding: 10px 10px 0 20px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type07 .body {
    padding: 0 10px 0 20px;
  }
}

.modBlock01_type07 .body .title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .modBlock01_type07 .body .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.modBlock01_type07 .body .text {
  width: 425px;
}

@media only screen and (max-width: 768px) {
  .modBlock01_type07 .body .text {
    width: auto;
  }
}

.modBlock01_type07 .body .text li {
  line-height: 1.9;
}

.modBlock01_type07 .body .category {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #AFB600;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 6px;
}

.modBlock02 {
  display: table;
  table-layout: fixed;
  position: relative;
  padding: 25px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .modBlock02 {
    display: block;
    padding: 15px 0;
  }
}

.modBlock02 .thumb {
  display: table-cell;
  width: 197px;
  vertical-align: top;
  padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlock02 .thumb {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.modBlock02 .thumb img {
  width: 100%;
}

.modBlock02 .body {
  display: table-cell;
  padding: 0 40px 0 20px;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modBlock02 .body {
    display: block;
    padding: 0;
  }
}

.modBlock02 .body .text {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modBlock02 .body .text {
    margin-bottom: 10px;
  }
}

.modBlock02 .body dl dt {
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlock02 .body dl dt {
    float: none;
    margin-bottom: 5px;
  }
}

.modBlock02 .body dl dt:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 5px;
}

.modBlock02 .body dl dt.time:before {
  content: "\f017";
}

.modBlock02 .body dl dt.holiday:before {
  content: "\f073";
}

.modBlock02 .body dl dt.tel:before {
  content: "\f095";
}

.modBlock02 .body dl dd {
  padding-left: 6em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlock02 .body dl dd {
    padding-left: inherit;
    margin-bottom: 20px;
  }
}

.modBlock02 .body .overview {
  position: relative;
}

.modBlock02 .body .overview a.btn {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock02 .body .overview a.btn {
    position: static;
    width: 100%;
  }
}

.modBlock02_link dd {
  padding-right: 80px;
}

@media only screen and (max-width: 600px) {
  .modBlock02_link dd {
    padding-right: 0;
  }
}

.modBlock02_noPhoto .body {
  padding-left: 0;
}

.modBlock03 {
  background-color: #FAF8F7;
  border-radius: 10px;
  padding: 30px 40px;
}

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

.modBlock03 .txt {
  /*@include fz(14);
		line-height:1.8;*/
}

.modBlock04 {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 14px;
  margin: 0 0 40px;
  position: relative;
}

.modBlock04 .floor {
  background-color: #425BA8;
  position: absolute;
  top: 20px;
  left: -20px;
  padding: 12px 24px 12px 16px;
  border-radius: 0 37px 37px 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}

.modBlock04 .floor .txt01 {
  font-size: 17px;
  font-size: 1.7rem;
}

.modBlock04 .floor .txt01 span {
  font-size: 24px;
  font-size: 2.4rem;
}

.modBlock04 .floor_line2 {
  padding: 7px 19px 7px 11px;
  font-size: 11px;
  font-size: 1.1rem;
}

.modBlock04 .floor_line2 .txt01 {
  font-size: 16px;
  font-size: 1.6rem;
}

.modBlock04 .floor_line2 .txt01 span {
  font-size: 20px;
  font-size: 2rem;
}

.modBlock04 .floor_line2 .txt02 {
  font-size: 11px;
  font-size: 1.1rem;
}

.modBlock04.colorGreen .floor {
  background-color: #88AE5B;
}

.modBlock04.colorOrange .floor {
  background-color: #E47829;
}

.modBlock04.colorGray .floor {
  background-color: #7B7B7B;
}

.modBlock04 .mainVisual img {
  width: 100%;
}

.modBlock04 .inner {
  padding: 10px;
}

.modBlock04 .sub {
  margin: 0 -0.5% 20px;
}

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

.modBlock04 .sub li {
  float: left;
  width: 32.3%;
  margin: 0 0.5%;
}

.modBlock04 .sub img {
  width: 100%;
}

.modBlock04 .info {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .modBlock04 .info {
    display: block;
  }
}

.modBlock04 .logo, .modBlock04 .contact, .modBlock04 .link {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .modBlock04 .logo, .modBlock04 .contact, .modBlock04 .link {
    display: block;
  }
}

.modBlock04 .contact {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .modBlock04 .contact {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock04 .contact {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

.modBlock04 .logo {
  width: 180px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .modBlock04 .logo {
    float: left;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock04 .logo {
    width: auto;
    max-width: 245px;
    margin: 0 auto 10px;
    max-height: 50px;
    float: none;
  }
}

.modBlock04 .link {
  width: 315px;
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 600px) {
  .modBlock04 .link {
    width: auto;
    padding: 0 5px 0 0;
  }
}

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

@media only screen and (max-width: 600px) {
  .modBlock04 .link ul {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.modBlock04 .link li {
  float: left;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 600px) {
  .modBlock04 .link li {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock04 .link li a {
    display: inline-block;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock04 .link li {
    /*				&:first-child{
					text-align:right;				
				}
				&:last-child{
					text-align:left;				
				}*/
  }
}

.modBlock04 .product {
  background-color: #C7C7C7;
  font-size: 0;
}

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

.modBlock04 .product:before {
  content: "";
  width: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  height: 3px;
}

.modBlock04 .product li {
  background-color: #A2A2A2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
  margin: 3px 3px 0 0;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}

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

@media only screen and (max-width: 768px) {
  .modBlock05 {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.modBlock05 .thumb {
  float: left;
  width: 172px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .modBlock05 .thumb {
    float: none;
    display: table-cell;
    width: 28%;
  }
}

@media only screen and (max-width: 768px) {
  .modBlock05 .thumb.thumb02 {
    display: none;
  }
}

.modBlock05 .body {
  float: right;
  width: 350px;
  box-sizing: border-box;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .modBlock05 .body {
    float: none;
    display: table-cell;
    width: 70%;
  }
}

.modBlock05 .body > .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .modBlock05 .body > .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modBlock05 .body .caption {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
}

.modBlock05 .body .spaceName {
  display: table;
  table-layout: fixed;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  left: -35px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modBlock05 .body .spaceName {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.modBlock05 .body .spaceName > span {
  display: table-cell;
  vertical-align: middle;
}

.modBlock05 .body .spaceName .category {
  background: #3E3E3E;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 29px;
  width: 70px;
  height: 28px;
  display: block;
  left: 0;
  text-align: center;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 600px) {
  .modBlock05 .body .spaceName .category {
    font-size: 12px;
    font-size: 1.2rem;
    height: 24px;
    line-height: 25px;
  }
}

.modBlock05 .body .spaceName .category.colorBlue {
  background: #425BA8;
}

.modBlock05 .body .spaceName .category.colorGreen {
  background: #88AE5B;
}

.modBlock05 .body .spaceName .category.colorOrange {
  background: #E47829;
}

.modBlock05 .body .spaceName .category.colorGray {
  background: #7B7B7B;
}

.modBlock05 .body .spaceName .name {
  padding-left: 10px;
}

.modBlock06 {
  display: block;
  border: solid 2px #E5E5E5;
  border-radius: 10px;
  position: relative;
}

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

.modBlock06:hover img {
  opacity: 0.8;
}

.modBlock06_nohover:hover img {
  opacity: 1;
}

.modBlock06 .blankIcon:before, .modBlock06 .selfIcon:before {
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
}

.modBlock06 .blankIcon:before {
  content: "\f08e";
}

.modBlock06 .selfIcon:before {
  content: "\f054";
}

.modBlock06 .thumb {
  float: right;
  padding: 15px;
  width: 24%;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modBlock06 .thumb {
    float: none;
    width: 100%;
  }
}

.modBlock06 .body {
  padding: 15px;
  width: 75%;
  float: left;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modBlock06 .body {
    float: none;
    width: 100%;
  }
}

.modBlock06 .body .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.modBlock06 .body .comment {
  line-height: 1.8;
  color: #5a5a5a;
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 15px;
}

@media only screen and (max-width: 600px) {
  .modBlock06 .body .comment {
    padding-right: 0;
  }
}

.modBlock06_noImage .body {
  width: auto;
  float: none;
}

.modBlock06_noImage .body .comment {
  padding-right: 0;
}

.modBlockTxt {
  /*@include fz(14);*/
  /*line-height:1.8;*/
}

.modBlockTxt p {
  margin-bottom: 30px;
}

.modBlockTxt .txt01 {
  font-weight: bold;
}

.modBlockTxt_type01 {
  line-height: 1.5;
}

.modBlock08 {
  border: 1px solid #A5A5A5;
  padding: 36px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modBlock08 {
    padding: 18px;
  }
}

.modBlock08 dl {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 1px dotted #A5A5A5;
}

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

.modBlock08 dl dt {
  width: 24%;
  float: left;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .modBlock08 dl dt {
    width: 100%;
  }
}

.modBlock08 dl dd {
  margin-bottom: 27px;
  margin-left: 171px;
}

@media only screen and (max-width: 600px) {
  .modBlock08 dl dd {
    width: auto;
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock08 dl dt, .modBlock08 dl dd {
    margin-bottom: 10px;
  }
}

.modBlock08_type02 {
  border: none;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock08_type02 dl {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
}

@media only screen and (max-width: 600px) {
  .modBlock08_type02 dl dt {
    width: 30%;
    float: left;
    clear: left;
    margin-bottom: 5px;
  }
}

.modBlock08_type02 dl dd {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock08_type02 dl dd {
    margin-left: 35%;
    margin-bottom: 5%;
  }
}

.modBlock08_type02 .text {
  font-size: 11px;
  font-size: 1.1rem;
}

.modBlock08_type03 {
  border: none;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock08_type03 dl {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
}

.modBlock08_type03 dl dt {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .modBlock08_type03 dl dt {
    width: 100%;
  }
}

.modBlock08_type03 dl dd {
  margin-bottom: 12px;
  margin-left: 120px;
}

@media only screen and (max-width: 600px) {
  .modBlock08_type03 dl dd {
    margin-left: 0;
  }
}

.modBlock08_type04 {
  margin-bottom: 20px;
  padding: 15px 0;
}

@media only screen and (max-width: 979px) {
  .modBlock08_type04 {
    padding: 15px 20px;
  }
}

.modBlock08_type05 {
  background-color: #F3F3F3;
}

.modBlock08_type06 {
  background-color: #F3F3F3;
  padding: 20px;
}

.modBlock08_type06 .modPartsImage_imgR .body {
  width: 420px;
}

@media only screen and (max-width: 768px) {
  .modBlock08_type06 .modPartsImage_imgR .body {
    width: auto;
  }
}

.modBlock08_type06 .modPartsImage_imgR .thumb {
  width: 220px;
  padding-left: 5px;
}

.modBlock08_type07 {
  word-break: break-all;
  font-size: 88%;
  padding: 11px;
}

@media only screen and (max-width: 600px) {
  .modBlock09:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.modBlock09 .imgBlock {
  margin-bottom: 13px;
  position: relative;
  display: table;
  height: 186px;
  width: 186px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modBlock09 .imgBlock {
    height: 110px;
    width: 110px;
    float: left;
    margin-right: 10px;
  }
}

.modBlock09 .imgBlock a {
  border: 1px solid #CCCCCC;
  display: table-cell;
  vertical-align: middle;
  padding: 6px;
}

.modBlock09 .imgBlock a.modBtnMore:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #CCCCCC transparent;
  transition: all 0.3s ease;
}

.modBlock09 .imgBlock a.modBtnMore:hover {
  opacity: 0.8;
}

.modBlock09 .imgBlock .floor {
  position: absolute;
  left: 0;
  top: 14px;
}

@media only screen and (max-width: 768px) {
  .modBlock09 .imgBlock .floor {
    top: 5px;
  }
}

.modBlock09 .imgBlock .floor .name {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 27px;
  width: 50px;
  height: 25px;
  display: block;
  text-align: center;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 768px) {
  .modBlock09 .imgBlock .floor .name {
    line-height: 24px;
    width: 40px;
    height: 22px;
  }
}

.modBlock09 .imgBlock .floor .name.colorBlue {
  background: #425BA8;
}

.modBlock09 .imgBlock .floor .name.colorGreen {
  background: #88AE5B;
}

.modBlock09 .imgBlock .floor .name.colorOrange {
  background: #E47829;
}

.modBlock09 .imgBlock .floor .name.colorGray {
  background: #7B7B7B;
}

@media only screen and (max-width: 600px) {
  .modBlock09 .body {
    float: left;
  }
}

.modBlock09 .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.modBlock09 .category {
  margin-bottom: 5px;
}

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

.modBlock09 .category li {
  float: left;
  background-color: #A2A2A2;
  font-size: 10px;
  font-size: 1rem;
  color: #FFF;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 2px 6px;
  border-radius: 2px;
}

.modBlock09 .category li:last-Child {
  margin-right: 0;
}

.modBlock09 .tel {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

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

.modBlock09 .navBtnList li {
  float: left;
  margin-right: 5px;
}

.modBlock09 .navBtnList li:last-Child {
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock09 ul li .modPartsLine_dot {
    margin-top: 15px;
  }
}

.modBlock10 {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 25px 40px 24px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .modBlock10 {
    padding: 20px;
  }
}

.modBlock10:before {
  background-image: url(../img/smile/borderBlock.png);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.modBlock10_noIcon:before {
  display: none;
}

.modBlock10 > .title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FA7474;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #A5A5A5;
}

.modBlock10 > .title .caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  line-height: 2;
}

.modBlock10 > .title_type02 {
  font-size: 16px;
  font-size: 1.6rem;
}

.modBlock10 .main {
  padding: 10px 0;
}

.modBlock10_type2 {
  border: none;
  background: #F4F4F4;
}

.modBlock10_type2 a {
  text-decoration: underline;
}

.modBlock10_type2:before {
  background-image: url(../img/common/iconBlockBlack.png);
}

.modBlock10_type2 .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #FF5367;
  color: #FFF;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .modBlock10_type2 .icon {
    top: -10px;
  }
}

.modBlock10_type2 .icon.icon02 {
  right: 75px;
}

.modBlock10_type2 .subTitle {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock10_type2 .title {
  color: #000;
  border-bottom: none;
  padding-bottom: 10px;
}

.modBlock10_type2 .comment {
  line-height: 1.8;
  margin-bottom: 20px;
}

.modBlock10_type2 .caption {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.modBlock10_type2 .caption_txtRed {
  color: #ff5367;
}

.modBlock10_type2 .dlList {
  margin-bottom: 20px;
}

.modBlock10_type2 .dlList dt {
  font-weight: bold;
}

.modBlock11 {
  background-color: #F4F4F4;
  padding: 20px 25px 25px;
}

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

.modBlock11 .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.modBlock11 .list {
  margin-left: 20px;
}

.modBlock11 .list li {
  list-style-type: disc;
}

.modBlock11_type02 {
  padding: 30px;
}

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

.modBlock11_type02 .title {
  margin-bottom: 15px;
}

.modBlock11_type02 .infoList {
  font-size: 13px;
  font-size: 1.3rem;
}

.modBlock11_type02 .infoList dt {
  float: left;
  font-weight: bold;
  margin-right: 25px;
}

@media only screen and (max-width: 600px) {
  .modBlock11_type02 .infoList dt {
    float: none;
    margin-right: 0;
  }
}

.modBlock11_type02 .infoList dt.phone:before {
  content: "\f095";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modBlock11_type02 .infoList dt.address:before {
  content: "\f041";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modBlock11_type02 .infoList dt.fax:before {
  content: "\f1ac";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modBlock11_type02 .infoList dt.time:before {
  content: "\f017";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modBlock11_type02 .infoList dt.mail:before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.modBlock11_type02 .infoList dd {
  margin-bottom: 5px;
  margin-left: 92px;
}

@media only screen and (max-width: 600px) {
  .modBlock11_type02 .infoList dd {
    margin-left: 0;
  }
}

.modBlock11_type03 .title {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.modBlock11_type03 .imgBlock {
  width: 200px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .modBlock11_type03 .imgBlock {
    float: none;
    margin: 0 auto 20px;
  }
}

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

.modBlock11_type03 .text {
  line-height: 1.9;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock11_type03 .category {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #AFB600;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 5px;
}

.modBlock12 .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.modBlock12 .title02 {
  margin-bottom: 10px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modBlock12 .subTitle {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.modBlock12 .block {
  margin-bottom: 13px;
}

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

.modBlock12 .block .imgBlock {
  float: left;
  clear: both;
  margin-right: 20px;
}

.modBlock12 .block .imgBlock img {
  max-width: 100px;
}

@media only screen and (max-width: 600px) {
  .modBlock12 .block .imgBlock {
    width: 40%;
    margin-bottom: 10px;
  }
  .modBlock12 .block .imgBlock img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.modBlock12 .block .imgBlock02 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modBlock12 .block .imgBlock02 {
    width: 50%;
    float: left;
  }
  .modBlock12 .block .imgBlock02 img {
    width: 100%;
    height: auto;
  }
}

.modBlock12 .block .list {
  margin-right: 20px;
  float: right;
  width: 140px;
}

@media only screen and (max-width: 600px) {
  .modBlock12 .block .list {
    width: auto;
    float: none;
    margin-left: 50%;
  }
}

.modBlock12 .block .list li {
  font-size: 11px;
  font-size: 1.1rem;
  text-indent: -13px;
  margin-bottom: 5px;
}

.modBlock12 .block .list li a {
  text-indent: 0px;
}

.modBlock12 .block .txt {
  margin-bottom: 8px;
  padding-left: 120px;
}

.modBlock13 {
  border: 1px solid #E1E1E1;
  position: relative;
}

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

.modBlock13:before {
  content: "";
  position: absolute;
  background-image: url(../img/housing/sikaku01.png);
  width: 20px;
  height: 20px;
  top: -1px;
  right: -1px;
}

.modBlock13 .imgBlock, .modBlock13 .body {
  display: table-cell;
}

@media only screen and (max-width: 600px) {
  .modBlock13 .imgBlock, .modBlock13 .body {
    display: block;
  }
}

.modBlock13 .imgBlock {
  width: 296px;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modBlock13 .imgBlock {
    width: 100%;
  }
  .modBlock13 .imgBlock img {
    width: 100%;
    height: auto;
  }
}

.modBlock13 .body {
  vertical-align: top;
  padding: 15px 20px;
}

.modBlock13 .body .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
}

.modBlock13 .body .text {
  line-height: 1.9;
  margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
  .modBlock13 .body .text {
    margin-bottom: 15px;
  }
}

.modBlock13 .body .modTxtLink {
  font-size: 13px;
  font-size: 1.3rem;
}

.modBlock14 {
  border-top: 1px dotted #C9C9C9;
  padding: 18px 0;
}

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

.modBlock14 .imgBlock {
  float: right;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modBlock14 .imgBlock {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.modBlock14 .imgBlock .caption {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #5a5a5a;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.modBlock14 .body {
  float: left;
  vertical-align: top;
  width: 350px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modBlock14 .body {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}

.modBlock14 .body .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 15px;
}

.modBlock14 .body .title02 {
  border: 1px solid #C9C9C9;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 11px;
  margin-bottom: 15px;
}

.modBlock14 .body .text {
  line-height: 1.9;
  margin-bottom: 15px;
}

.modBlock14 .body .list li {
  margin-bottom: 10px;
}

.modBlock14_type02 .body {
  width: auto;
}

.modBlock14_type03 {
  padding: 30px 0;
}

.modBlock14_type03 .body {
  width: 410px;
}

@media only screen and (max-width: 600px) {
  .modBlock14_type03 .body {
    width: auto;
  }
}

.modBlock14_type03 .body .title {
  margin-bottom: 4px;
}

.modBlock14_type03 .body .category {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.modBlock14_type03 .body .category_color01 {
  background-color: #10193A;
}

.modBlock14_type03 .body .category_color02 {
  background-color: #8C5230;
}

.modBlock14_type03 .body .caption {
  margin-bottom: 10px;
}

.modBlock14_type03 .body .modTxtLink {
  font-size: 13px;
  font-size: 1.3rem;
}

.modBlock14_type04 {
  padding: 0;
  margin: 0;
  border: none;
}

.modBlock14_type04 .body {
  width: 60%;
}

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

@media only screen and (max-width: 768px) {
  .modBlock14_type04 .imgBlock {
    float: none;
    text-align: center;
  }
}

.modBlock14_BorderB {
  border-bottom: 1px dotted #C9C9C9;
}

.modBlock14_noBorder {
  border-top: none;
}

.modBlock14_imgLeft .imgBlock {
  float: left;
}

.modBlock14_imgLeft .body {
  float: right;
}

.modBlock15 {
  box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 8px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 8px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 8px 0px;
  padding: 15px;
  width: 286px;
  height: 130px;
  box-sizing: border-box;
  position: relative;
}

.modBlock15 .title {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.modBlock15 .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
}

.modBlock16 {
  background-color: #E47829;
  padding: 20px;
  position: relative;
}

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

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

.modBlock16 ul li {
  float: left;
  text-align: right;
  padding-right: 18px;
  box-sizing: border-box;
  width: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  .modBlock16 ul li {
    float: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}

.modBlock16 ul li .txt1 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.modBlock16 ul li .txt1_type01 {
  display: block;
}

.modBlock16 ul li:last-Child {
  float: right;
  padding-left: 20px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .modBlock16 ul li:last-Child {
    float: none;
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}

.modBlock16_icon01 {
  padding-left: 67px;
}

.modBlock16_icon01:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 50px;
  height: 50px;
  background: url(../img/pro/clubozone/img_professional.jpg) no-repeat;
  background-size: contain;
  margin-top: -25px;
}

.modBlock16_colorGray {
  background-color: #faf8f7;
}

.modBlock16_colorGray ul li {
  color: inherit;
}

.modBlock16_type2 {
  padding: 0;
}

.modBlock16_type2 ul {
  display: table;
}

.modBlock16_type2 ul li {
  float: none;
  width: 42%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .modBlock16_type2 ul li {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .modBlock16_type2 ul li span {
    display: block;
    text-align: center;
  }
}

.modBlock16_type2 ul li.image {
  width: 16%;
}

.modBlock16_type2 ul li.line2 {
  padding-bottom: 1em;
}

.modBlock16_type2 ul li:last-Child {
  float: none;
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock16_type2 ul li:last-Child {
    text-align: center;
  }
}

.modBlock16_type03 {
  position: relative;
}

.modBlock16_type03 .thumb {
  position: absolute;
  left: 10px;
  top: 10px;
}

.modBlock16_type03 .thumb img {
  width: 30%;
}

.modBlock16_type03 ul {
  position: relative;
  left: 35px;
}

.modBlock16_type03 ul li {
  padding-right: 0;
  width: 50%;
}

.modBlock16_type03 ul li:last-Child {
  float: right;
  padding-left: 20px;
  text-align: left;
}

.modBlock17 {
  border: 1px solid #E5E5E5;
  padding: 20px 30px;
  position: relative;
}

.modBlock17:before {
  content: "";
  position: absolute;
  background-image: url(../../event_seminar/seminar/img/housing/iconBlockGreen.png);
  width: 25px;
  height: 25px;
  top: -1px;
  left: -1px;
}

.modBlock17 .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #51713E;
  margin-bottom: 5px;
}

.modBlock17 dl {
  font-size: 14px;
  font-size: 1.4rem;
}

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

.modBlock17 dl dt {
  font-weight: bold;
  width: 130px;
  float: left;
  clear: both;
}

@media only screen and (max-width: 600px) {
  .modBlock17 dl dt {
    float: none;
    width: auto;
  }
}

.modBlock17 dl dt:before {
  content: "\f046";
  font: normal normal normal 14px/1 FontAwesome;
  width: 35px;
  margin-right: 7px;
  text-align: center;
}

.modBlock17 dl dd {
  float: left;
  line-height: 0.9;
  padding-bottom: 7px;
  margin: 5px 0;
}

@media only screen and (max-width: 600px) {
  .modBlock17 dl dd {
    line-height: inherit;
  }
}

.modBlock18 {
  padding: 18px 0;
}

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

.modBlock18 .imgBlock {
  float: right;
  width: 410px;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modBlock18 .imgBlock {
    float: none;
    width: auto;
    text-align: center;
  }
}

.modBlock18 .imgBlock .thumb {
  float: left;
  width: 200px;
}

@media only screen and (max-width: 600px) {
  .modBlock18 .imgBlock .thumb {
    width: 50%;
    text-align: center;
  }
}

.modBlock18 .imgBlock .thumb.thumb01 {
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlock18 .imgBlock .thumb.thumb01 {
    margin-right: 0;
    width: auto;
    height: auto;
  }
}

.modBlock18 .imgBlock .caption {
  display: block;
  color: #5a5a5a;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.modBlock18 .body {
  float: left;
  vertical-align: top;
  width: 280px;
}

@media only screen and (max-width: 600px) {
  .modBlock18 .body {
    float: none;
    width: auto;
  }
}

.modBlock18 .body .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.modBlock18 .body .text {
  line-height: 1.9;
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock18 .body .list li {
  margin-bottom: 10px;
}

.modBlock18 .body .textBlue {
  color: #1849b1;
}

.modBlock18_type02 .body {
  width: 330px;
}

@media only screen and (max-width: 600px) {
  .modBlock18_type02 .body {
    width: 100%;
  }
}

.modBlock18_type02 .imgBlock {
  width: 370px;
}

@media only screen and (max-width: 600px) {
  .modBlock18_type02 .imgBlock {
    width: auto;
    display: table;
    table-layout: fixed;
  }
}

.modBlock18_type02 .imgBlock .thumb {
  display: table;
  background-color: #eeeeee;
  width: 180px;
  height: 180px;
}

@media only screen and (max-width: 600px) {
  .modBlock18_type02 .imgBlock .thumb {
    width: auto;
    height: auto;
    display: table-cell;
    padding: 0 5px 0 0;
    background-color: #fff;
  }
}

.modBlock18_type02 .imgBlock .thumb:nth-child(2n) {
  margin-right: 0;
}

.modBlock18_type02 .imgBlock .thumb span {
  width: 180px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modBlock18_type02 .imgBlock .thumb span {
    width: auto;
    height: auto;
  }
}

.modBlock18_type02 .imgBlock .thumb span img {
  max-height: 180px;
  max-width: 180px;
}

@media only screen and (max-width: 600px) {
  .modBlock18_type02 .imgBlock .thumb span img {
    max-width: auto;
    max-height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .modBlock18_type03 .imgBlock .thumb.thumb01 {
    margin-right: 2%;
    width: 49%;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .modBlock18_type03 .imgBlock .thumb.thumb02 {
    width: 49%;
    text-align: center;
  }
}

.modBlock19 {
  background-color: #FAF8F7;
  padding: 20px 25px 25px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modBlock19 {
    padding: 15px;
  }
  .modBlock19:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.modBlock19 .title {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 20px;
}

.modBlock19 .title:before {
  content: "\f02e";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 0em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.modBlock19 .text {
  line-height: 1.9;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock19 .map {
  position: absolute;
  right: 25px;
  top: 20px;
}

@media only screen and (max-width: 600px) {
  .modBlock19 .map {
    position: static;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock19 .expansion, .modBlock19 .expansion2 {
    margin: 20px 0;
  }
}

.modBlock19 .mapBtn {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  padding: 5px 10px 5px 26px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  width: 80px;
  position: absolute;
  top: 220px;
  right: 25px;
}

@media only screen and (max-width: 600px) {
  .modBlock19 .mapBtn {
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -60px;
  }
}

.modBlock19 .mapBtn:before {
  content: "\f14c";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.modBlock19 .caption {
  color: #5a5a5a;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
  margin-left: 1em;
}

.modBlock19 .targetList {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

.modBlock19 .targetList dt, .modBlock19 .targetList dd {
  display: table-cell;
  vertical-align: top;
}

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

.modBlock19 .targetList dt {
  width: 8em;
}

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

.modBlock20 {
  position: relative;
}

.modBlock20 .txt01 {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  color: #5a5a5a;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .txt01 {
    position: static;
    margin-bottom: 5px;
  }
}

.modBlock20 .imgBlock {
  text-align: center;
  position: relative;
}

.modBlock20 .imgBlock .numBlock,
.modBlock20 .imgBlock .numBlock_nolink {
  display: block;
  position: absolute;
  background-color: #FFF;
  border: 3px solid #000;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  left: 164px;
  bottom: 43px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock,
  .modBlock20 .imgBlock .numBlock_nolink {
    width: 25px;
    height: 25px;
    display: table;
  }
}

.modBlock20 .imgBlock .numBlock:hover,
.modBlock20 .imgBlock .numBlock_nolink:hover {
  background-color: #000;
  color: #FFF;
  cursor: pointer;
}

.modBlock20 .imgBlock .numBlock.num01,
.modBlock20 .imgBlock .numBlock_nolink.num01 {
  left: 164px;
  bottom: 43px;
}

@media only screen and (max-width: 979px) {
  .modBlock20 .imgBlock .numBlock.num01,
  .modBlock20 .imgBlock .numBlock_nolink.num01 {
    left: 20.3%;
    bottom: 14.3%;
  }
}

.modBlock20 .imgBlock .numBlock.num02,
.modBlock20 .imgBlock .numBlock_nolink.num02 {
  left: 212px;
  top: -7px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock.num02,
  .modBlock20 .imgBlock .numBlock_nolink.num02 {
    left: 30.3%;
    top: 5%;
  }
}

.modBlock20 .imgBlock .numBlock.num03,
.modBlock20 .imgBlock .numBlock_nolink.num03 {
  left: 416px;
  bottom: 226px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock.num03,
  .modBlock20 .imgBlock .numBlock_nolink.num03 {
    left: 58.3%;
    bottom: 75.3%;
  }
}

.modBlock20 .imgBlock .numBlock.num04,
.modBlock20 .imgBlock .numBlock_nolink.num04 {
  left: 494px;
  bottom: 254px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock.num04,
  .modBlock20 .imgBlock .numBlock_nolink.num04 {
    left: 69.3%;
    bottom: 84.7%;
  }
}

.modBlock20 .imgBlock .numBlock.num05,
.modBlock20 .imgBlock .numBlock_nolink.num05 {
  left: 133px;
  bottom: 170px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock.num05,
  .modBlock20 .imgBlock .numBlock_nolink.num05 {
    left: 15.2%;
    bottom: 56.7%;
  }
}

.modBlock20 .imgBlock .numBlock.num06,
.modBlock20 .imgBlock .numBlock_nolink.num06 {
  left: 584px;
  bottom: 200px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock.num06,
  .modBlock20 .imgBlock .numBlock_nolink.num06 {
    left: 84.3%;
    bottom: 66.7%;
  }
}

.modBlock20 .imgBlock .numBlock .num,
.modBlock20 .imgBlock .numBlock_nolink .num {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -13px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock .numBlock .num,
  .modBlock20 .imgBlock .numBlock_nolink .num {
    position: static;
    display: table-cell;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    box-sizing: border-box;
  }
}

.modBlock20 .imgBlock .numBlock_nolink:hover {
  background-color: #FFF;
  color: #000;
  cursor: default;
}

.modBlock20 .imgBlock_type01 .numBlock.num01,
.modBlock20 .imgBlock_type01 .numBlock_nolink.num01 {
  left: 340px;
  bottom: 88px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock_type01 .numBlock.num01,
  .modBlock20 .imgBlock_type01 .numBlock_nolink.num01 {
    left: 47.7%;
    bottom: 29.3%;
  }
}

.modBlock20 .imgBlock_type01 .numBlock.num02,
.modBlock20 .imgBlock_type01 .numBlock_nolink.num02 {
  left: 500px;
  top: 30px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock_type01 .numBlock.num02,
  .modBlock20 .imgBlock_type01 .numBlock_nolink.num02 {
    left: 73.3%;
    top: 10.0%;
  }
}

.modBlock20 .imgBlock_type02 .numBlock.num01,
.modBlock20 .imgBlock_type02 .numBlock_nolink.num01 {
  left: 340px;
  bottom: 227px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock_type02 .numBlock.num01,
  .modBlock20 .imgBlock_type02 .numBlock_nolink.num01 {
    left: 46.7%;
    bottom: 72.7%;
  }
}

.modBlock20 .imgBlock_type02 .numBlock.num02,
.modBlock20 .imgBlock_type02 .numBlock_nolink.num02 {
  left: 183px;
  top: 105px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock_type02 .numBlock.num02,
  .modBlock20 .imgBlock_type02 .numBlock_nolink.num02 {
    left: 20.5%;
    top: 35.0%;
  }
}

.modBlock20 .imgBlock_type02 .numBlock.num03,
.modBlock20 .imgBlock_type02 .numBlock_nolink.num03 {
  left: 496px;
  bottom: 144px;
}

@media only screen and (max-width: 600px) {
  .modBlock20 .imgBlock_type02 .numBlock.num03,
  .modBlock20 .imgBlock_type02 .numBlock_nolink.num03 {
    left: 68.7%;
    bottom: 48.0%;
  }
}

.modBlock21 {
  border-top: 1px dotted #C9C9C9;
  padding: 18px 0;
}

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

.modBlock21 .imgBlock {
  width: 330px;
  float: right;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .modBlock21 .imgBlock {
    width: 60%;
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock21 .imgBlock {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.modBlock21 .imgBlock .caption {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #5a5a5a;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.modBlock21 .body {
  float: left;
  vertical-align: top;
  width: 350px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .modBlock21 .body {
    width: 38%;
  }
}

@media only screen and (max-width: 600px) {
  .modBlock21 .body {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}

.modBlock21 .body .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 15px;
}

.modBlock21 .body .title02 {
  border: 1px solid #C9C9C9;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 11px;
  margin-bottom: 15px;
}

.modBlock21 .body .text {
  line-height: 1.9;
  margin-bottom: 15px;
}

.modBlock21 .body .list li {
  margin-bottom: 10px;
}

.modBlock21 .body .left {
  width: 65%;
  float: left;
}

.modBlock21 .body .right {
  float: right;
  width: 35%;
  text-align: right;
}

.modBlock21_type02 .body {
  width: auto;
}

.modBlock21_type03 {
  padding: 30px 0;
}

.modBlock21_type03 .imgBlock {
  width: 280px;
  text-align: right;
}

.modBlock21_type03 .body {
  width: 410px;
}

@media only screen and (max-width: 600px) {
  .modBlock21_type03 .body {
    width: auto;
  }
}

.modBlock21_type03 .body .title {
  margin-bottom: 4px;
}

.modBlock21_type03 .body .category {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.modBlock21_type03 .body .category_color01 {
  background-color: #10193A;
}

.modBlock21_type03 .body .category_color02 {
  background-color: #8C5230;
}

.modBlock21_type03 .body .caption {
  margin-bottom: 10px;
}

.modBlock21_type03 .body .modTxtLink {
  font-size: 13px;
  font-size: 1.3rem;
}

.modBlock21_type04 {
  padding: 0;
  margin: 0;
  border: none;
}

.modBlock21_type04 .body {
  width: 60%;
}

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

.modBlock21_type04 .imgBlock {
  width: 37%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .modBlock21_type04 .imgBlock {
    float: none;
    text-align: center;
  }
}

.modBlock21_type05 .imgBlock {
  float: left;
  width: 55%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .modBlock21_type05 .imgBlock {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.modBlock21_type05 .body {
  float: right;
  width: 42%;
}

@media only screen and (max-width: 768px) {
  .modBlock21_type05 .body {
    width: 100%;
    float: none;
  }
}

.modBlock21_BorderB {
  border-bottom: 1px dotted #C9C9C9;
}

.modBlock21_noBorder {
  border-top: none;
}

.pdfBlock {
  width: 830px;
  background: #FFF;
  padding: 30px 45px 45px;
  box-sizing: border-box;
}

.pdfBlock .title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
}

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

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

.modBlockTbl .cell {
  display: table-cell;
  vertical-align: top;
  padding: 0 28px 0 0;
}

@media only screen and (max-width: 600px) {
  .modBlockTbl .cell {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
}

.modBlockTbl .cell:last-child {
  padding-right: 0;
}

.modBlockNotice {
  padding: 8px 0;
  margin-bottom: 20px;
  border: solid 3px #ff5367;
  color: #ff5367;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

.modBlockNotice_type02 {
  padding: 20px;
}

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

.modBlockNotice_type02 .head {
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .modBlockNotice_type02 .head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modBlockNotice_type02 .body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-align: left;
  font-weight: normal;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, YuGothic, "游ゴシック", sans-serif;
}

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

.modBlockNotice_type02 .body .text {
  margin-bottom: 20px;
}

.modBlockNotice_type02 .body .list .date {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 600px) {
  .modBlockNotice_type02 .body .list .date {
    display: block;
  }
}

.modBlockInner {
  border-bottom: dotted 1px #A5A5A5;
  padding: 0 0 30px;
  margin: 0 0 22px;
}

.modBlockInner02 {
  border-bottom: solid 1px #D7D7D7;
  padding: 0 0 30px;
  margin: 0 0 22px;
}

.modBlockInner03 {
  border-bottom: dotted 1px #A5A5A5;
  padding: 0 0 5px;
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.modBlockInner04 {
  border-bottom: dotted 1px #A5A5A5;
  padding-bottom: 5px;
}

.modBlockCalendar {
  margin-bottom: 20px;
}

.modBlockCalendar dl {
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-bottom: dashed 1px #A0A0A0;
  padding: 20px 0;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modBlockCalendar dl:last-child {
  border-bottom: none;
}

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

.modBlockCalendar dt {
  width: 140px;
  border-right: solid 1px #000000;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  padding-right: 20px;
}

@media only screen and (max-width: 600px) {
  .modBlockCalendar dt {
    width: 110px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 0px;
  }
}

.modBlockCalendar dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 148px;
  margin: auto;
  background-image: url(../img/common/iconFlow.png);
  width: 25px;
  height: 24px;
}

@media only screen and (max-width: 600px) {
  .modBlockCalendar dt:after {
    left: 98px;
  }
}

.modBlockCalendar dt span {
  font-size: 22px;
  font-size: 2.2rem;
}

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

.modBlockCalendar .comp dt:after {
  background-position: 0 -24px;
}

.modBlockCalendar dd {
  padding: 16px 0 16px 34px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 600px) {
  .modBlockCalendar dd {
    padding: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 600px) {
  .modBlockCalendar02 .left {
    float: none !important;
    width: auto !important;
  }
  .modBlockCalendar02 .right {
    float: none !important;
    margin-left: 0 !important;
    width: auto !important;
  }
}

.modBlockCalendar02 .txt01 {
  font-size: 12px;
  font-size: 1.2rem;
}

.modBlockCalendar02 .txt01 li {
  text-indent: -1.6em;
  margin-left: 1.6em;
}

.modBlockCalendar02 .txt01 span:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #3B72A4;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: top;
}

.modBlockCalendar02 .txt01 .cate02 span:before {
  background-color: #EB3811;
}

.modBlockFancyBox {
  background-color: #FFF;
}

.modBlockFancyBox .imgBlock {
  min-width: 300px;
  max-width: 400px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modBlockFancyBox .imgBlock {
    min-width: 100px;
  }
  .modBlockFancyBox .imgBlock img {
    width: 100%;
  }
}

.modBlockFancyBox .title {
  min-width: 300px;
  max-width: 350px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .modBlockFancyBox .title {
    min-width: 100px;
    max-width: none;
    padding-top: 30px;
  }
  .modBlockFancyBox .title img {
    width: 100%;
  }
}

.modBlockFancyBox .text {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
  padding: 20px 0 15px;
}

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

.modBlockFancyBox .text .left {
  float: left;
  margin-left: 10px;
}

.modBlockFancyBox .text .right {
  float: right;
  margin-right: 10px;
}

.modBlockInteriorColumn {
  display: block;
}

.modBlockInteriorColumn::after {
  content: "";
  display: table;
  clear: both;
}

.modBlockInteriorColumn .text {
  float: left;
}

@media only screen and (max-width: 768px) {
  .modBlockInteriorColumn .text {
    float: none;
    margin-bottom: 20px;
  }
}

.modBlockInteriorColumn .text .ttl {
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .modBlockInteriorColumn .text .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.modBlockInteriorColumn .text .desc {
  margin-bottom: 15px;
  font-size: 10px;
  font-size: 1rem;
  color: #666;
}

.modBlockInteriorColumn .text .desc:last-child {
  margin-bottom: 0;
}

.modBlockInteriorColumn .photo {
  width: 275px;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modBlockInteriorColumn .photo {
    width: 100%;
    float: none;
  }
}

.modBlockInterior {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  -ms-grid-columns: calc(100% - 225px) 225px;
  grid-template: "header thumb" auto "desc thumb" auto "link thumb" auto/calc(100% - 225px) 225px;
  background: #F4F4F4;
  padding: 30px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .modBlockInterior {
    display: block;
    padding: 30px 15px 15px;
  }
}

.modBlockInterior * {
  box-sizing: border-box;
}

.modBlockInterior .header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .modBlockInterior .header {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}

.modBlockInterior .header .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 52px;
  background: url(../img/common/iconAttention.png) no-repeat center/contain;
  overflow: hidden;
  text-indent: -9999px;
}

.modBlockInterior .header .ttl {
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .modBlockInterior .header .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.modBlockInterior .thumb {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: thumb;
  width: 225px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modBlockInterior .thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}

.modBlockInterior .desc {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: desc;
  line-height: 2;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .modBlockInterior .desc {
    width: 100%;
    padding-right: 0;
  }
}

.modBlockInterior .desc .bold {
  font-weight: bold;
}

.modBlockInterior .link {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: link;
}

.modBlockInfoSmall {
  color: #e74c3c;
  border: 1px solid #e74c3c;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .modBlockInfoSmall {
    padding: 5px;
  }
}

.modBlockInfoSmall__text {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .modBlockInfoSmall__text {
    font-size: 10px;
    font-size: 1rem;
  }
}

.modBlockInfoSmall__text:last-child {
  margin-bottom: 0;
}

/* modTable
------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .modTblSlide {
    overflow: scroll;
  }
}

.modTbl01 {
  border: solid 1px #D2D2D2;
  margin-bottom: 20px;
}

.modTbl01 th, .modTbl01 td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modTbl01 th {
  background: #666666;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  .modTbl01 td {
    text-align: left;
  }
}

.modTbl01 td .title {
  display: none;
}

@media only screen and (max-width: 600px) {
  .modTbl01 td .title {
    display: inline-block;
    float: left;
  }
}

.modTbl01 td.initial {
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
}

.modTbl01 td .strong {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.modTbl01 .noBorderRight {
  border-right: 0px;
}

.modTbl01_type2 th {
  padding: 30px 15px;
  background-color: #e2e2e4;
  color: #000;
  text-align: left;
  width: 20%;
}

.modTbl01_type2 td {
  padding: 30px 15px 25px;
}

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

.modTbl01_type2 td ul li {
  width: 30%;
  float: left;
  margin-bottom: 5px;
}

.modTbl01_type2 td span {
  font-size: 12px;
  font-size: 1.2rem;
}

.modTbl01_borderWhite {
  border: solid 1px #F5F5F5;
}

.modTbl01_borderWhite th, .modTbl01_borderWhite td {
  border-right: solid 1px #F5F5F5;
  border-bottom: solid 1px #F5F5F5;
}

.modTbl01_th_mini th {
  padding: 7px 15px;
}

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

.modTbl01_vAlignTop th, .modTbl01_vAlignTop td {
  vertical-align: top;
}

.modTbl01_tourSchedule {
  margin-bottom: 10px;
}

.modTbl01_tourSchedule th, .modTbl01_tourSchedule td {
  font-size: 13px;
  font-size: 1.3rem;
}

.modTbl01_tourSchedule th {
  padding: 3px 15px;
}

.modTbl01_tourSchedule td {
  padding: 10px 15px;
}

.modTbl01_tourSchedule .titleCell {
  background-color: #dedee0;
  text-align: center;
}

.modTbl01_tourSchedule .flag {
  position: relative;
  display: block;
}

.modTbl01_tourSchedule .flag:before {
  content: "\f024";
  font-family: FontAwesome;
  text-align: center;
  color: #000;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.modTbl01_rl .titleCell {
  line-height: 1.2;
  width: 1em;
  min-width: 1em;
  word-break: break-all;
}

.modTbl01_rl .titleCell.null {
  width: auto;
  min-width: none;
}

.modTbl01_rl .titleCell .rl {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}

@media only screen and (max-width: 600px) {
  .modTbl01_spWidth100per th, .modTbl01_spWidth100per td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 600px) {
  .modTbl01_seminarDetail td .txt {
    margin-left: 4rem;
  }
  .modTbl01_seminarDetail td .modBtn01 {
    clear: both;
  }
}

@media only screen and (max-width: 600px) {
  #modTbl01_spTbl .modTbl01 {
    width: 100%;
    display: block;
  }
  #modTbl01_spTbl .modTbl01 thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  #modTbl01_spTbl .modTbl01 tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  #modTbl01_spTbl .modTbl01 tbody tr {
    display: inline-block;
    margin: 0 -2px;
  }
  #modTbl01_spTbl .modTbl01 th {
    width: auto !important;
    display: block;
  }
  #modTbl01_spTbl .modTbl01 td {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #modTbl01_spTbl02 .modTbl01 {
    width: 100%;
    border: none;
  }
  #modTbl01_spTbl02 .modTbl01 thead {
    display: none;
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr {
    display: block;
    margin-bottom: 20px;
    border-left: solid 1px #D2D2D2;
    border-top: solid 1px #D2D2D2;
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td {
    display: block;
    padding-left: 90px;
    position: relative;
    background: url(../img/common/bgTblSp.png) repeat-y top left;
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: #666666;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 75px;
    box-sizing: border-box;
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:nth-child(1):before {
    content: "書名";
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:nth-child(2):before {
    content: "著者名";
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:nth-child(3):before {
    content: "出版社";
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:nth-child(4):before {
    content: "初版年";
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:nth-child(5):before {
    content: "出版年";
  }
  #modTbl01_spTbl02 .modTbl01 tbody tr td:after {
    display: inline-block;
    content: " ";
  }
}

.modTbl02 {
  border: solid 1px #CFCFCF;
  margin-bottom: 20px;
}

.modTbl02 th, .modTbl02 td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modTbl02 th {
  background: #E2E2E4;
  text-align: left;
}

.modTbl02 td {
  border-right: none;
  vertical-align: top;
}

.modTbl02 td .strong {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.modTbl02_type01 th {
  width: 250px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modTbl02_type01 th, .modTbl02_type01 td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 600px) {
  .modTbl02_type01 th {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .modTbl02_type01 td {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.modTblWrap {
  background: #F4F4F4;
  padding: 30px 30px 10px;
}

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

.modTbl03 {
  border: solid 1px #D2D2D2;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}

.modTbl03 caption {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modTbl03 th, .modTbl03 td {
  padding: 1px 4px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modTbl03 th {
  background: #F0F0F0;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}

.modTbl03 th.sun {
  background-color: #FAE6CF;
}

.modTbl03 td {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.modTbl03 td.holiday {
  background: #3B72A4;
  color: #fff;
  font-weight: bold;
}

.modTbl03 td.holiday_red {
  background: #EB3811;
  color: #fff;
  font-weight: bold;
}

.modTbl04 {
  background-color: #F5F4EF;
  margin-bottom: 10px;
  width: 100%;
}

.modTbl04 th, .modTbl04 td {
  border-bottom: 1px solid #CDCCC8;
}

.modTbl04 th span, .modTbl04 td span {
  display: block;
  padding: 10px 10px;
}

@media only screen and (max-width: 768px) {
  .modTbl04 th, .modTbl04 td {
    display: block;
  }
}

.modTbl04 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  width: 15%;
}

@media only screen and (max-width: 768px) {
  .modTbl04 th {
    width: auto;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* modList
------------------------------------------------------------*/
.modListNormal {
  margin: 0 0 0 2em;
}

.modListNormal li {
  margin: 0 0 0.8em;
}

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  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;
}

.modIndent03 li {
  text-indent: -2em;
  margin: 0 0 0 2em;
}

.modList01 {
  margin: 0 -9px 9px;
}

@media only screen and (max-width: 600px) {
  .modList01 {
    margin: 0 -2% 4%;
  }
}

.modList01.sp {
  display: none;
}

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

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

.modList01 li {
  float: left;
  width: 226px;
  margin: 9px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modList01 li {
    width: 46%;
    margin: 2%;
  }
}

.modList01 li.column2 {
  width: 469px;
}

.modList01 li.column2 a .body {
  padding: 10px 15px 9px;
}

.bgGray .modList01 li {
  box-shadow: #ddd 0px 0px 20px;
}

.modList01 li a:hover .thumb {
  opacity: .7;
}

.modList01 li a:hover .body {
  background: #F0F0F0;
  opacity: 1;
}

.modList01 li a:hover .body:before {
  background: #F0F0F0;
  opacity: 1;
}

.modList01 li a:hover .body:after {
  opacity: 1;
  color: #000;
}

.modList01 li a:hover .title {
  color: #000;
}

.modList01 li a:hover .label {
  opacity: .7;
}

.modList01 li .thumb {
  position: relative;
  text-align: center;
}

.modList01 li .thumb img {
  max-height: 138px;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .modList01 li .thumb img {
    max-height: 98px;
  }
}

.modList01 li .thumb.noHeight img {
  max-height: none;
}

.modList01 li .thumb .thumbTxt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #BFBFBF;
}

.modList01 li .thumb .thumbTxt span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

.modList01 li .thumb .category {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .modList01 li .thumb .category {
    position: static;
  }
}

.modList01 li .thumb .category:before {
  content: "";
  background-image: url(../img/common/categoryBox.png);
  width: 5px;
  height: 7px;
  position: absolute;
  left: 0px;
  bottom: -6px;
}

@media only screen and (max-width: 600px) {
  .modList01 li .thumb .category:before {
    display: none;
  }
}

.modList01 li .thumb .category.colorGreen:before {
  background-image: url(../img/common/categoryBox02.png);
}

.modList01 li .thumb .category.colorOrange:before {
  background-image: url(../img/common/categoryBox03.png);
}

.modList01 li .thumb .category.colorGray:before {
  background-image: url(../img/common/categoryBox04.png);
}

.modList01 li .thumb .category .name {
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF;
  line-height: 25px;
  padding: 0 20px;
  height: 24px;
  display: block;
  text-align: center;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 600px) {
  .modList01 li .thumb .category .name {
    border-radius: 0;
    text-align: left;
    padding: 5px;
    line-height: 1.2;
    height: auto;
  }
}

.modList01 li .thumb .category .name.colorBlue {
  background: #425BA8;
}

.modList01 li .thumb .category .name.colorGreen {
  background: #88AE5B;
}

.modList01 li .thumb .category .name.colorOrange {
  background: #E47829;
}

.modList01 li .thumb .category .name.colorGray {
  background: #7B7B7B;
}

.modList01 li .body {
  background: #FFF;
  padding: 15px 15px 40px;
  box-sizing: border-box;
  position: relative;
}

.modList01 li .body .innerList li {
  box-shadow: none;
  margin: 0px;
  padding: 0;
  float: none;
  display: inline-block;
  width: auto;
  text-indent: -0.7em;
  margin-left: 0.7em;
}

.modList01 li .body_type02 {
  padding: 15px;
}

.modList01 li .body.type02 .txt {
  padding-right: 30px;
}

.modList01 li .body_noLink:before {
  display: none;
}

.modList01 li .body_noLink:after {
  display: none;
}

.modList01 li .body:before {
  content: "";
  width: 35px;
  height: 35px;
  background: #FFF;
  position: absolute;
  top: -35px;
  right: 0;
  border-top-left-radius: 15px;
}

.modList01 li .body:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: -35px;
  right: -2px;
  width: 35px;
  line-height: 40px;
  text-align: center;
}

.modList01 li .body.blank:after {
  content: "";
}

.modList01 li .body.logout:after {
  content: "";
}

.modList01 li .body .title_text01 {
  font-size: 13px;
  font-size: 1.3rem;
}

.modList01 li .body .title_center {
  text-align: center;
}

.modList01 li .body .date, .modList01 li .body .caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #666;
  font-size: 10px;
  font-size: 1rem;
}

.modList01 li .body .date_right, .modList01 li .body .caption_right {
  right: 15px;
  left: auto;
}

.modList01 li .body .date_noAbsolute, .modList01 li .body .caption_noAbsolute {
  position: relative;
  bottom: 0;
  left: 0;
}

.modList01 li .body .category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #535353;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.modList01 li .body .close {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff5367;
}

.modList01 li .label {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -99999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 52px;
  height: 56px;
  z-index: 1;
}

.modList01 li .label.end {
  background-image: url(../img/common/labelEnd.png);
}

.modList01 li .label.new {
  background-image: url(../img/common/labelNew.png);
}

.modList01 li .label.attention {
  background-image: url(../img/common/labelAttention.png);
}

.modList01 li .label.kaisaichu {
  background-image: url(../img/common/labelKaisaichu.png);
}

.modList01 li.colorBlue .label.new {
  background-image: url(../img/common/labelNewBlue.png);
}

@media only screen and (max-width: 600px) {
  .modList01 li.pc {
    display: none;
  }
}

.modList01 li.sp {
  display: none;
}

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

.modList01_type2 li .label, .modList01_type3 li .label {
  width: 36px;
  height: 39px;
}

.modList01_type2 li .label.end, .modList01_type3 li .label.end {
  background-image: url(../img/common/labelEnd02.png);
}

.modList01_type2 li .label.new, .modList01_type3 li .label.new {
  background-image: url(../img/common/labelNew02.png);
}

.modList01_type2 li .label.attention, .modList01_type3 li .label.attention {
  background-image: url(../img/common/labelAttention02.png);
}

.modList01_type2 li .label.kaisaichu, .modList01_type3 li .label.kaisaichu {
  background-image: url(../img/common/labelKaisaichu02.png);
}

.modList01_type2 li.colorBlue .label.new, .modList01_type3 li.colorBlue .label.new {
  background-image: url(../img/common/labelNewBlue02.png);
}

.modList01_typeHukidashi li {
  box-shadow: none;
}

.modList01_typeHukidashi li a {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
  display: block;
}

.modList01_typeHukidashi li a .body {
  padding: 15px;
}

.modList01_typeHukidashi li a .body .date {
  position: static;
  margin-bottom: 5px;
}

.modList01_typeHukidashi li a .body .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 5px;
}

.modList01_typeHukidashi li a .body .title.bold {
  font-weight: bold;
}

.modList01_typeHukidashi li a .body .subTitle {
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 600px) {
  .modList01_typeHukidashi li .thumb img {
    max-height: 138px;
  }
}

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

.modList01_typeHukidashi li .categoryList li {
  width: auto;
  font-size: 10px;
  font-size: 1rem;
  float: left;
  background: #65193C;
  color: #FFF;
  padding: 3px 5px;
  margin: 0 5px 5px 0;
}

.modList01_typeHukidashi li .categoryList_2 li {
  margin: 5px 5px 5px 0;
  background: #000;
}

.modList01_typeHukidashi li .hukidashi {
  margin-top: 10px;
  background: #F2F2F2;
  padding: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
}

.modList01_typeHukidashi li .hukidashi:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #F2F2F2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -8px;
}

.modList01_type2 {
  margin: 0 0 20px;
  /* //type2*/
}

.modList01_type2 li {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  box-shadow: none;
}

.modList01_type2 li a {
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}

.modList01_type2 li .thumb {
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 59px;
}

.modList01_type2 li .thumb span {
  overflow: hidden;
  display: block;
}

.modList01_type2 li .thumb span img {
  width: auto;
  max-height: 67px;
}

.modList01_type2 li .body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px 0 20px !important;
}

.modList01_type2 li .body .title {
  overflow: hidden;
  margin-bottom: 3px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modList01_type2 li .body .date {
  position: static !important;
}

.modList01_type2 li .body:before {
  display: none;
}

.modList01_type2 li .body:after {
  top: 10px !important;
  margin-top: 0 !important;
  right: 10px !important;
}

.modList01_type3 {
  margin: 0 0 20px;
  /* //type3*/
}

.modList01_type3 li {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  box-shadow: none;
}

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

.modList01_type3 li a {
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}

.modList01_type3 li a:hover .body {
  background: #FFF !important;
}

.modList01_type3 li .title {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
  .modList01_type3 li .title {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.modList01_type3 li .thumb {
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modList01_type3 li .thumb {
    width: 100px;
  }
}

.modList01_type3 li .thumb span {
  overflow: hidden;
  display: block;
  background-color: #f0eeec;
}

.modList01_type3 li .thumb span img {
  max-height: 67px;
}

.modList01_type3 li .body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px 0 20px !important;
  background: #faf8f7 !important;
}

@media only screen and (max-width: 600px) {
  .modList01_type3 li .body {
    padding: 0 20px 0 10px !important;
  }
}

.modList01_type3 li .body .title {
  margin-bottom: 3px;
}

.modList01_type3 li .body .date {
  position: static !important;
}

.modList01_type3 li .body .date .category {
  position: static;
  font-size: 10px;
  font-size: 1rem;
  color: #FFF;
  width: 123px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .modList01_type3 li .body .date .category {
    display: block;
  }
}

.modList01_type3 li .body .date .category.color01 {
  background: #101939;
}

.modList01_type3 li .body:before {
  display: none;
}

.modList01_type3 li .body:after {
  top: 10px !important;
  margin-top: 0 !important;
  right: 10px !important;
}

@media only screen and (max-width: 600px) {
  .modList01_type3 li .body:after {
    right: 0 !important;
  }
}

.modList01_type4, .modList01_type16 {
  margin: 0 0 20px;
  /* //type4*/
}

.modList01_type4 li, .modList01_type16 li {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  box-shadow: none;
}

.modList01_type4 li a, .modList01_type16 li a {
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  background: #faf8f7 !important;
}

.modList01_type4 li a:hover, .modList01_type16 li a:hover {
  color: #000;
  background: #FFF !important;
}

.modList01_type4 li a:hover .body, .modList01_type16 li a:hover .body {
  background: #FFF !important;
}

.modList01_type4 li a .thumb, .modList01_type16 li a .thumb {
  width: 170px;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .thumb img, .modList01_type16 li a .thumb img {
    max-height: 138px;
  }
}

.modList01_type4 li a .body, .modList01_type16 li a .body {
  display: table-cell;
  vertical-align: top;
  padding: 25px !important;
  background: #faf8f7 !important;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body, .modList01_type16 li a .body {
    padding: 10px !important;
    padding-right: 25px !important;
  }
}

.modList01_type4 li a .body.type02, .modList01_type16 li a .body.type02 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  vertical-align: middle;
}

.modList01_type4 li a .body .spaceName, .modList01_type16 li a .body .spaceName {
  position: relative;
  left: -35px;
  margin-bottom: 11px;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  min-height: 25px;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body .spaceName, .modList01_type16 li a .body .spaceName {
    left: 0px;
    position: static;
    height: 1.6em;
    margin-left: 33px;
  }
}

.modList01_type4 li a .body .spaceName .category, .modList01_type16 li a .body .spaceName .category {
  position: static;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1px 25px;
  color: #FFF;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline;
  text-align: center;
  margin-right: 10px;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body .spaceName .category, .modList01_type16 li a .body .spaceName .category {
    padding: 1px 15px;
    position: absolute;
    top: 10px;
    height: 1.6em;
    left: -8px;
  }
}

.modList01_type4 li a .body .spaceName .category.color01, .modList01_type16 li a .body .spaceName .category.color01 {
  background: #101939;
}

.modList01_type4 li a .body .spaceName .category.color02, .modList01_type16 li a .body .spaceName .category.color02 {
  background: #425BA8;
}

.modList01_type4 li a .body .spaceName .category.color03, .modList01_type16 li a .body .spaceName .category.color03 {
  background: #88AE5B;
}

.modList01_type4 li a .body .spaceName .category.color04, .modList01_type16 li a .body .spaceName .category.color04 {
  background: #E47829;
}

.modList01_type4 li a .body .spaceName .category.color05, .modList01_type16 li a .body .spaceName .category.color05 {
  background: #7B7B7B;
}

.modList01_type4 li a .body .title, .modList01_type16 li a .body .title, .modList01_type4 li a .body .title_noCut, .modList01_type16 li a .body .title_noCut {
  margin-bottom: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
}

.modList01_type4 li a .body .title .titleLabel, .modList01_type16 li a .body .title .titleLabel, .modList01_type4 li a .body .title_noCut .titleLabel, .modList01_type16 li a .body .title_noCut .titleLabel {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body .title, .modList01_type16 li a .body .title, .modList01_type4 li a .body .title_noCut, .modList01_type16 li a .body .title_noCut {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body .txt, .modList01_type16 li a .body .txt {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body .text, .modList01_type16 li a .body .text {
    margin-right: 0px !important;
  }
}

.modList01_type4 li a .body .date, .modList01_type16 li a .body .date {
  position: static;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
}

.modList01_type4 li a .body .name, .modList01_type16 li a .body .name {
  position: static;
  bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body .name, .modList01_type16 li a .body .name {
    bottom: 25px;
  }
}

.modList01_type4 li a .body .scene, .modList01_type16 li a .body .scene {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
}

.modList01_type4 li a .body:before, .modList01_type16 li a .body:before {
  display: none;
}

.modList01_type4 li a .body:after, .modList01_type16 li a .body:after {
  top: 47px;
  margin-top: 0 !important;
  right: 10px !important;
}

@media only screen and (max-width: 600px) {
  .modList01_type4 li a .body:after, .modList01_type16 li a .body:after {
    top: 50% !important;
    margin-top: -16px !important;
    right: 0px !important;
    width: 25px;
  }
}

.modList01_type5 {
  /* //type5*/
}

@media only screen and (max-width: 600px) {
  .modList01_type5 {
    margin: 0 0 4%;
  }
}

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

.modList01_type5 li a .thumb {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modList01_type5 li a .thumb {
    padding: 10px 0 0 0;
  }
}

.modList01_type5 li a .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .modList01_type5 li a .title {
    text-align: center;
  }
}

.modList01_type5 li a .body {
  padding: 10px 15px 29px;
}

@media only screen and (max-width: 600px) {
  .modList01_type5 li a .body {
    padding: 10px 15px;
  }
}

.modList01_type5 li a .body:before, .modList01_type5 li a .body:after {
  display: none;
}

.modList01_type5 li a .body .caption {
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 600px) {
  .modList01_type5 li a .body .caption {
    text-align: center;
    position: static;
  }
}

.modList01_type5 li a .thumb {
  position: relative;
  text-align: center;
  height: 138px;
}

.modList01_type5 li a .thumb img {
  max-height: 138px;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .modList01_type5 li a .thumb img {
    max-height: 98px;
  }
}

.modList01_type6 {
  /* //type6*/
}

.modList01_type6 li a .thumb {
  position: relative;
  text-align: center;
  height: 138px;
}

.modList01_type6 li a .thumb img {
  max-height: 138px;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .modList01_type6 li a .thumb img {
    max-height: 98px;
  }
}

.modList01_type6 li a .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.modList01_type6 li a .body {
  padding: 10px 15px 20px;
}

.modList01_type6 li a .body .caption, .modList01_type6 li a .body .caption02 {
  position: absolute;
  top: 66px;
  left: 15px;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
}

.modList01_type6 li a .body .caption {
  position: static;
}

.modList01_type6 li a .body .caption02 {
  position: static;
  top: 80px;
  left: 15px;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
}

.modList01_type7 {
  /* //type7*/
}

.modList01_type7 li {
  width: 347px;
}

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

.modList01_type7 li a .thumb {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modList01_type7 li a .thumb img {
    width: 100%;
    height: auto;
  }
}

.modList01_type7 li a .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.modList01_type7 li a .body {
  padding: 10px 15px 29px;
}

.modList01_type7 li a .body:before, .modList01_type7 li a .body:after {
  display: none;
}

.modList01_type7 li a .thumb img {
  max-height: none;
}

@media only screen and (max-width: 600px) {
  .modList01_type7 li a .thumb img {
    max-height: 138px;
  }
}

.modList01_type8 {
  /* //type8*/
}

.modList01_type8 li {
  width: 165px;
}

@media only screen and (max-width: 600px) {
  .modList01_type8 li {
    width: 46%;
  }
}

.modList01_type8 li .thumb {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modList01_type8 li .thumb img {
    width: 100%;
    height: auto;
  }
}

.modList01_type8 li .title {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

.modList01_type8 li .body {
  padding: 10px 10px 6px;
}

.modList01_type8 li .body:before, .modList01_type8 li .body:after {
  display: none;
}

.modList01_type8 li a {
  display: block;
}

.modList01_type9 {
  margin: 0 -9px 9px;
  /* //type9*/
}

@media only screen and (max-width: 600px) {
  .modList01_type9 {
    margin: 0 -2% 4%;
  }
}

.modList01_type9 li {
  width: 240px;
  margin: 0 9px 9px;
}

@media only screen and (max-width: 600px) {
  .modList01_type9 li {
    width: 46%;
    margin: 2%;
  }
}

.modList01_type9 li a .thumb {
  text-align: center;
}

.modList01_type9 li a .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.modList01_type9 li a .caption {
  font-size: 11px;
  font-size: 1.1rem;
}

.modList01_type9 li a .body {
  padding: 10px 14px 40px;
}

@media only screen and (max-width: 600px) {
  .modList01_type9 li a .body {
    padding: 10px 14px;
  }
}

.modList01_type10 {
  margin: 0 -9px 30px;
  /* //type10*/
}

@media only screen and (max-width: 600px) {
  .modList01_type10 {
    margin: 0 -2% 4%;
  }
}

.modList01_type10 li {
  width: auto;
  margin: 0 9px 9px;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .modList01_type10 li {
    width: 46%;
    margin: 2%;
  }
}

.modList01_type10 li a .thumb {
  text-align: center;
  position: relative;
}

.modList01_type10 li a .thumb:before {
  content: "";
  width: 35px;
  height: 35px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 15px;
}

.modList01_type10 li a .thumb:after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: -6px;
  right: -2px;
  width: 35px;
  line-height: 40px;
  text-align: center;
}

.modList01_type10 li a .thumb.blank:after {
  content: "\f08e";
}

.modList01_type10 li a .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.modList01_type10 li a .caption {
  font-size: 11px;
  font-size: 1.1rem;
}

.modList01_type10 li a .body {
  padding: 10px 14px 0px;
  position: absolute;
}

.modList01_type11 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  /* //type11*/
}

@media only screen and (max-width: 600px) {
  .modList01_type11 {
    margin: 0 -1% 4% 0;
  }
}

.modList01_type11 li {
  box-shadow: none;
  width: 47%;
  padding-top: 30px;
  border-top: dotted 1px #999;
}

@media only screen and (max-width: 600px) {
  .modList01_type11 li {
    width: 47%;
    margin: 2%;
  }
}

.modList01_type11 li:first-child, .modList01_type11 li:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.modList01_type11 li:nth-child(even) {
  margin: 30px 0 0 2.5%;
}

.modList01_type11 li:nth-child(odd) {
  margin: 30px 2.5% 0 0;
}

.modList01_type11 li .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 17px;
}

@media only screen and (max-width: 600px) {
  .modList01_type11 li .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    letter-spacing: -0.16rem;
    margin-right: -9%;
  }
}

@media only screen and (max-width: 768px) {
  .modList01_type11 li .title .categoryWrap {
    display: block;
  }
}

.modList01_type11 li .title .category {
  margin-right: 10px;
  background: #3E3E3E;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 29px;
  width: 70px;
  height: 28px;
  display: inline-block;
  left: 0;
  text-align: center;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media only screen and (max-width: 600px) {
  .modList01_type11 li .title .category {
    font-size: 12px;
    font-size: 1.2rem;
    width: 70px;
    height: 20px;
    line-height: 21px;
  }
}

.modList01_type11 li .title .category.colorBlue {
  background: #425BA8;
}

.modList01_type11 li .title .category.colorGreen {
  background: #88AE5B;
}

.modList01_type11 li .title .category.colorOrange {
  background: #E47829;
}

.modList01_type11 li .title .category.colorGray {
  background: #7B7B7B;
}

.modList01_type11 li .thumb img {
  width: 100%;
}

.modList01_type11 li .thumb,
.modList01_type11 li .text {
  width: 285px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .modList01_type11 li .thumb,
  .modList01_type11 li .text {
    width: auto;
  }
}

.modList01_type11 li .text {
  padding-top: 20px;
}

.modList01_type11 a .thumb:before {
  content: "";
  width: 35px;
  height: 35px;
  background: #FFF;
  position: absolute;
  bottom: -1px;
  right: 0;
  border-top-left-radius: 15px;
}

.modList01_type11 a .thumb:after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: -6px;
  right: -2px;
  width: 35px;
  line-height: 40px;
  text-align: center;
}

.modList01_type11 a .thumb.blank:after {
  content: "\f08e";
}

.modList01_type12 {
  /* //type12*/
}

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

.modList01_type12 li {
  box-shadow: none;
}

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

.modList01_type12 li a {
  color: #5a5a5a;
}

@media only screen and (max-width: 600px) {
  .modList01_type12 li a {
    width: 100%;
    display: table;
  }
}

.modList01_type12 li a .thumb {
  text-align: center;
  height: auto;
}

.modList01_type12 li a .thumb img {
  max-height: inherit;
}

@media only screen and (max-width: 600px) {
  .modList01_type12 li a .thumb {
    width: 40%;
    display: table-cell;
  }
}

.modList01_type12 li a .title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 3px;
}

.modList01_type12 li a .body {
  padding: 10px 15px 29px;
}

@media only screen and (max-width: 600px) {
  .modList01_type12 li a .body {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    box-sizing: border-box;
  }
}

.modList01_type12 li a .body:before, .modList01_type12 li a .body:after {
  display: none;
}

.modList01_type12 li a .body .caption {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  .modList01_type12 li a .body .caption {
    position: static;
  }
}

.modList01_type12 li a .modTxtLink_blank:after {
  right: -1rem;
}

.modList01_type13 {
  margin: 0 0 20px;
  /* //type13*/
}

.modList01_type13 li {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  box-shadow: none;
}

.modList01_type13 li:hover {
  color: #000;
}

.modList01_type13 li:hover .thumb, .modList01_type13 li:hover .body {
  background: #FFF !important;
}

.modList01_type13 li a {
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
}

.modList01_type13 li a:hover {
  color: #000;
}

.modList01_type13 li a:hover .body {
  background: #FFF !important;
}

.modList01_type13 li a .thumb {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  background: #f0eeec;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .thumb {
    width: 28%;
    background: #f0eeec !important;
  }
}

.modList01_type13 li a .thumb img {
  max-width: 150px;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .thumb img {
    max-width: 100%;
  }
}

.modList01_type13 li a .body {
  display: table-cell;
  vertical-align: top;
  padding: 15px 20px;
  background: #faf8f7 !important;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .body {
    padding: 15px 0 10px 15px;
  }
}

.modList01_type13 li a .body .title {
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .body .title {
    margin-bottom: 5px;
    line-height: 1.2;
  }
}

.modList01_type13 li a .body .position {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .body .position {
    margin-bottom: 5px;
    position: relative;
    padding-right: 30px;
  }
}

.modList01_type13 li a .body .sentence {
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .body .sentence {
    margin-bottom: 5px;
  }
}

.modList01_type13 li a .body .publication {
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  overflow: hidden;
  height: 17px;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .body .publication {
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.modList01_type13 li a .body:before {
  display: none;
}

.modList01_type13 li a .body:after {
  top: 47px;
  margin-top: 0 !important;
  right: 10px !important;
}

@media only screen and (max-width: 768px) {
  .modList01_type13 li a .body:after {
    right: -5px !important;
  }
}

.modList01_type14 {
  /* //type14*/
}

.modList01_type14 .thumb {
  height: 208px;
  background-color: #F6F6F6;
  position: relative;
}

.modList01_type14 .thumb img {
  max-height: 204px !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

.modList01_type14 .body .title {
  font-size: 13px;
  font-size: 1.3rem;
}

.modList01_type14 .body:hover {
  background-color: #F6F6F6 !important;
}

.modList01_type14 .body:hover:before {
  background-color: #F6F6F6 !important;
}

.modList01_type14 .body:after {
  content: "" !important;
  font: normal normal normal 14px/1 FontAwesome;
}

.modList01_type15 {
  /* //type15*/
}

.modList01_type15 .thumb {
  position: relative;
  height: 138px;
}

.modList01_type15 .thumb img {
  max-height: 138px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modList01_noHeight li {
  background-color: #fff;
}

.modList01_type16 li a .thumb {
  width: 138px;
}

.modList01_type16 li a .body .spaceName .category {
  padding: 2px 22px 2px;
}

@media only screen and (max-width: 768px) {
  .modList01_type16 li a .body .spaceName .category {
    padding: 3px 16px 0px;
  }
}

.modList01_type16 li a .body .date {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .modList01_type16 li a .body .date {
    padding-right: 0px;
  }
}

.modList01_type16 li a .body .txt {
  padding-right: 30px;
}

body.IE .modList01 li a .body:before {
  right: -1px;
}

.modList02 {
  background: #faf8f7;
  border: solid 1px #cfcfcf;
  padding: 12px;
}

.modList02_noBottomB {
  border-bottom: none;
}

.modList02 .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 10px 8px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #7B7B7B;
}

.modList02 dl {
  /* /dl */
}

.modList02 dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-bottom: dotted 1px #858585;
  padding: 0 15px 5px 5px;
  margin: 0 0 5px;
  position: relative;
  cursor: pointer;
}

.modList02 dl dt:hover {
  opacity: .7;
}

.modList02 dl dt:after {
  content: "\f13a";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  top: 6px;
  line-height: 1;
}

.modList02 dl dt.open:after {
  content: "\f139";
}

.modList02 dl dd {
  display: none;
  padding-bottom: 5px;
}

.modList02 ul {
  /* /ul */
}

.modList02 ul li {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

.modList02 ul li a {
  display: block;
  position: relative;
  padding: 6px 8px 6px 20px;
}

.modList02 ul li a:before {
  position: absolute;
  left: 8px;
  top: 7px;
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  padding-right: 5px;
}

.modList02 ul li.active a {
  color: #999999;
}

.modList02 ul li .close {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ff5367;
  margin-left: 10px;
  font-weight: normal;
}

.modList02_mini ul li {
  font-size: 11px;
  font-size: 1.1rem;
}

.modList02_simple dl dt {
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  border: none;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.modList02_simple dl dd {
  border-top: dotted 1px #858585;
  margin-top: 10px;
  padding-top: 10px;
}

.modList02.colorBlue dt {
  color: #425BA8;
}

.modList02.colorGreen dt {
  color: #88AE5B;
}

.modList02.colorOrange dt {
  color: #E47829;
}

.modList02.colorGray dt {
  color: #7B7B7B;
}

.modList02.topNoBorder {
  border-top: none;
}

.modList02 .caption {
  padding: 0 0 10px;
  text-align: center;
}

.modList02 .caption .text {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.modList03 {
  /* /modList03 */
}

.modList03 ul li {
  border-bottom: dotted 1px;
  margin-bottom: 30px;
}

.modList04 {
  margin: 0 -2%;
}

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

.modList04 li {
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  border-bottom: 1px dotted #A5A5A5;
  margin-bottom: 20px;
}

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

.modList04 li:nth-Child(5), .modList04 li:nth-Child(6) {
  border-bottom: none;
}

.modList04 li .title {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.modList04 li .title a {
  text-decoration: underline;
}

.modList04 li .title a:hover {
  text-decoration: none;
}

.modList04 li .title:before {
  content: "\f054";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modList04 li .contentList {
  margin-bottom: 20px;
}

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

.modList04 li .contentList .imgBlock {
  float: left;
}

@media only screen and (max-width: 600px) {
  .modList04 li .contentList .imgBlock {
    width: 25%;
  }
}

.modList04 li .contentList .text {
  float: right;
  width: 68%;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  .modList04 li .contentList .text {
    width: 73%;
  }
}

.modList05 .slick-slide:focus {
  outline: none;
}

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

.modList05 .slider {
  border: 1px solid #CCCCCC;
  height: 498px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .modList05 .slider {
    height: auto;
  }
}

.modList05 .slider .slick-prev {
  left: 0;
  background-image: url(../img/interior/sliderBtnL.png);
}

.modList05 .slider .slick-next {
  right: 0;
  background-image: url(../img/interior/sliderBtnR.png);
}

.modList05 .slider .slick-prev, .modList05 .slider .slick-next {
  z-index: 1;
  width: 28px;
  height: 54px;
}

@media only screen and (max-width: 600px) {
  .modList05 .slider .slick-prev, .modList05 .slider .slick-next {
    margin-top: 9px;
  }
}

.modList05 .slider .slick-prev:before, .modList05 .slider .slick-next:before {
  content: "";
}

@media only screen and (max-width: 768px) {
  .modList05 .slider .slick-slider {
    margin-bottom: 0;
  }
}

.modList05 table {
  height: 498px;
  width: 498px;
}

@media only screen and (max-width: 600px) {
  .modList05 table {
    width: 100%;
    height: auto;
  }
}

.modList05 table td {
  vertical-align: middle;
  text-align: center;
}

.modList05 table td .imgBlock01 {
  max-height: 498px;
}

@media only screen and (max-width: 600px) {
  .modList05 table td .imgBlock01 {
    min-height: 200px;
    max-height: 500px;
    position: relative;
  }
}

.modList05 table td .imgBlock01 img {
  display: inline-block;
  max-height: 498px;
  max-width: 498px;
}

@media only screen and (max-width: 600px) {
  .modList05 table td .imgBlock01 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.modList05 .slider2 {
  margin: 0 -19px;
}

@media only screen and (max-width: 600px) {
  .modList05 .slider2 {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 600px) {
  .modList05 .slider2 > ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.modList05 .slider2 li {
  margin: 0 11px;
  padding: 10px 0;
  text-align: center;
}

.modList05 .slider2 li .imgBlock01 {
  width: 86px;
  height: 88px;
  border: 4px solid #fff;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFF;
}

.modList05 .slider2 li.slick-current .imgBlock01, .modList05 .slider2 li:hover .imgBlock01 {
  border-color: #F0F0F0;
}

@media only screen and (max-width: 600px) {
  .modList05 .slider2 li:hover .imgBlock01 {
    border-color: #FFF;
  }
}

@media only screen and (max-width: 600px) {
  .modList05 .slider2 li.slick-current .imgBlock01 {
    border-color: #FFF;
  }
}

.modList05 > li {
  float: left;
  width: 498px;
  height: 625px;
}

@media only screen and (max-width: 600px) {
  .modList05 > li {
    float: none;
    width: auto;
    height: auto;
  }
}

.modList05 > li:last-Child {
  float: right;
  width: 186px;
}

@media only screen and (max-width: 600px) {
  .modList05 > li:last-Child {
    float: none;
    width: auto;
  }
}

.modList05 .modBlock09 + .modBlock09 {
  margin-top: 20px;
}

.modList06 li {
  position: relative;
  margin-bottom: 20px;
}

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

.modList06 li:last-Child {
  margin-bottom: 0;
}

.modList06 li.discount:before {
  content: "\4F1A\54E1\9650\5B9A\5272\5F15";
  background-color: #F8713C;
}

.modList06 li.buy:before {
  content: "\4F1A\54E1\9650\5B9A\8CFC\5165";
  background-color: #FF5367;
}

.modList06 li:before {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F8713C;
  border-radius: 2px;
  padding: 0 12px;
  color: #FFF;
}

@media only screen and (max-width: 600px) {
  .modList06 li:before {
    position: static;
  }
}

.modList06 li .imgBlock {
  float: left;
  margin-right: 20px;
  width: 130px;
}

@media only screen and (max-width: 600px) {
  .modList06 li .imgBlock {
    width: 117px;
  }
}

@media only screen and (max-width: 600px) {
  .modList06 li .imgBlock.-spBlock {
    float: none;
    margin: 0 auto 15px;
  }
}

.modList06 li .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.modList06 li .caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.modList06 li .caption .modTxtLink {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  top: 10px;
}

.modList06 li .title {
  padding-left: 150px;
}

@media only screen and (max-width: 600px) {
  .modList06 li .title {
    padding-left: 120px;
  }
}

.modList06 li .caption {
  padding-left: 150px;
}

@media only screen and (max-width: 600px) {
  .modList06 li .caption {
    padding-top: 5px;
    padding-left: 0;
  }
}

.modList06_dotBorder li {
  padding-bottom: 20px;
  border-bottom: dotted 1px #ccc;
}

.modList07 {
  padding: 20px;
  background-color: #F4F4F4;
}

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

.modList07 > li {
  display: table-cell;
  width: 34%;
}

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

.modList07 > li:nth-Child(1) {
  line-height: 2;
}

.modList07 > li:nth-Child(1) {
  float: left;
  text-align: left;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .modList07 > li:nth-Child(1) {
    float: none;
    width: auto;
  }
}

.modList07 > li:nth-Child(2) {
  float: right;
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .modList07 > li:nth-Child(2) {
    float: none;
    width: auto;
    line-height: 2;
  }
}

.modList07 .navBtnList {
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
}

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

.modList07 .navBtnList li {
  float: left;
  margin-right: 5px;
}

.modList08 {
  margin: 0 -8px 9px;
}

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

.modList08 li {
  float: left;
  width: 166px;
  height: 177px;
  margin: 0 8px;
  background-color: #F5F5F5;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modList08 li {
    width: 50%;
    margin: 0;
  }
}

.modList08 li table {
  height: 177px;
}

.modList08 li table td {
  vertical-align: middle;
}

.modList08 li:nth-Child(1) img {
  width: 90%;
}

.modList08 li img {
  border: 1px solid #FFF;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px 2px;
}

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

.modList09 li {
  float: left;
  margin-right: 15px;
}

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

.modList09 li .text {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.modList09 li .text02 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .modList09 li:nth-Child(1), .modList09 li:nth-Child(2) {
    float: left;
    width: 50%;
    margin: 0 0 10px;
  }
}

.modList09 li:nth-Child(3) {
  float: right;
  width: 37%;
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .modList09 li:nth-Child(3) {
    float: none;
    width: auto;
  }
}

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

.modList10 > li {
  float: left;
  width: 50%;
  padding: 20px 25px;
  box-sizing: border-box;
  background-color: #FAF8F7;
}

@media only screen and (max-width: 600px) {
  .modList10 > li {
    float: none;
    width: auto;
    padding: 15px;
  }
}

.modList10 > li:nth-Child(1) {
  border-radius: 10px 0 0 10px;
  border-right: 2px solid #FFF;
}

.modList10 > li:nth-Child(2) {
  border-radius: 0 10px 10px 0;
}

.modList10 > li .list > li {
  text-indent: -14px;
  margin-left: 20px;
  margin-bottom: 5px;
}

.modList10 > li .list > li:before {
  content: "\30FB";
}

.modList10 > li .blockList {
  font-size: 14px;
  font-size: 1.4rem;
}

.modList10 > li .blockList > li {
  border-bottom: 1px dotted #A0A0A0;
  margin-bottom: 20px;
}

.modList10 > li .blockList > li.noBorder {
  border-bottom: none;
  margin-bottom: 0;
}

.modList10 > li .blockList > li .case {
  color: #51713E;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 12px;
}

.modList10 > li .blockList > li .case:before {
  content: "CASE-1";
  color: #FFF;
  background-color: #51713E;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  margin-right: 12px;
  padding: 5px 3px 5px 0px;
  width: 68px;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomright: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.modList10 > li .blockList > li .case_01:before {
  content: "CASE-1";
}

.modList10 > li .blockList > li .case_02:before {
  content: "CASE-2";
}

.modList10 > li .blockList > li .case_03:before {
  content: "CASE-3";
}

.modList10 > li .blockList > li .case_04 {
  color: #8C5230;
}

.modList10 > li .blockList > li .case_04:before {
  content: "CASE-4";
  background-color: #8C5230;
}

.modList10 > li .blockList > li .case_05 {
  color: #8C5230;
}

.modList10 > li .blockList > li .case_05:before {
  content: "CASE-5";
  background-color: #8C5230;
}

.modList10 > li .blockList > li table {
  font-size: 14px;
  font-size: 1.4rem;
  border-collapse: separate;
  border-spacing: 0px 4px;
}

.modList10 > li .blockList > li table th {
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 1px;
}

.modList10 > li .blockList > li table th .box {
  border: 1px solid #000;
  padding: 0 3px;
}

.modList10 > li .blockList > li table td {
  width: 236px;
  line-height: 1.6;
  margin-left: 86px;
  vertical-align: top;
  padding-left: 10px;
}

.modList10 > li .blockList > li .check {
  margin-bottom: 20px;
}

.modList10 > li .blockList > li .check:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList10 > li .blockList > li .check .imgBlock {
  float: left;
}

.modList10 > li .blockList > li .check .message {
  width: 70%;
  float: right;
  background-color: #FFF;
  padding: 15px 17px;
  border-radius: 5px;
  position: relative;
}

.modList10 > li .blockList > li .check .message:before {
  content: "";
  background-image: url(../img/housing/sankaku02.png);
  width: 10px;
  height: 12px;
  position: absolute;
  left: -10px;
  top: 12px;
}

.modList10 > li .title {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #000;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

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

.modList10_type02 .blockList li {
  border-bottom: none;
}

.modList10_type02 .blockList li .modTxtLink {
  font-size: 12px;
  font-size: 1.2rem;
}

.modList10_type02 .blockList li:last-Child {
  margin-bottom: 0;
}

.modList10_type02 .blockList li .modList01_type2 li .thumb {
  width: 92px;
  vertical-align: top;
  background-color: #FFF;
}

.modList10_type02 .blockList li .modList01_type2 li .thumb img {
  max-height: 100px;
}

.modList10_type02 .blockList li .modList01_type2 li:hover .thumb, .modList10_type02 .blockList li .modList01_type2 li:hover .body {
  background: #F0F0F0;
}

.modList10_type02 .blockList li .modList01_type2 li .body {
  padding: 16px 12px;
}

.modList10_type02 .blockList li .modList01_type2 li .body .title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #707070;
  height: inherit;
  white-space: normal;
  text-overflow: inherit;
}

.modList10_type02 .blockList li .modList01_type2 li .body:after {
  top: 50% !important;
  margin-top: -16px !important;
  right: 0px !important;
}

.modList10_type02 .blockList li .modList01_type2 li .body .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707070;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modList10_type02 .blockList li .modList01_type2_thumColor2 li .thumb {
  background: #f0eeec;
  height: 86px;
  vertical-align: middle;
}

.modList10_type02 .blockList li .modList01_type2_thumColor2 li .thumb img {
  max-height: 86px;
}

.modList10_type02 .blockList li .modList01_type2_thumColor2 li:hover .thumb {
  background: #FFF;
}

.modList10_type02 .blockList li .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  margin-bottom: 15px !important;
  padding-bottom: 0;
}

.modList10_type02 .blockList li .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 17px;
}

.modList11 {
  position: relative;
  padding: 30px 30px 25px;
  margin-left: 25px;
  box-shadow: rgba(89, 89, 89, 0.2) 0px 0px 8px 0px;
  -webkit-box-shadow: rgba(89, 89, 89, 0.2) 0px 0px 8px 0px;
  -moz-box-shadow: rgba(89, 89, 89, 0.2) 0px 0px 8px 0px;
}

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

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

body.IE8 .modList11 {
  border: solid 1px #CCC;
}

.modList11_color01 .step {
  background-color: #51713E;
}

.modList11_color02 .step {
  background-color: #8C5230;
}

.modList11_color02 .title {
  color: #51713E;
}

.modList11_color02 .title:before {
  background-color: #51713E;
}

.modList11 .title_color01 {
  color: #51713E;
}

.modList11 .title_color01:before {
  background-color: #51713E;
}

.modList11 .title_color02 {
  color: #8C5230;
}

.modList11 .title_color02:before {
  background-color: #8C5230;
}

.modList11:before {
  content: "";
  position: absolute;
  background-image: url(../img/housing/sankaku01.png);
  width: 29px;
  height: 17px;
  display: block;
  bottom: -37px;
  left: 50%;
  margin-left: -15px;
}

.modList11_noSankaku:before {
  display: none;
}

.modList11 .step {
  position: absolute;
  top: 24px;
  left: -25px;
  padding: 11px 13px 13px 10px;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  width: 78px;
  height: 71px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modList11 .step {
    top: 0px;
  }
}

.modList11 .step .txt01 {
  font-size: 12px;
  font-size: 1.2rem;
}

.modList11 .step .txt02 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 600px) {
  .modList11 .step .txt02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.modList11 .stepTitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 20px 40px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #A0A0A0;
}

@media only screen and (max-width: 600px) {
  .modList11 .stepTitle {
    padding: 10px 0 20px 45px;
  }
}

.modList11 .stepTitle .caption {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}

@media only screen and (max-width: 600px) {
  .modList11 .stepTitle .caption {
    margin: 25px 0 0 -45px;
  }
}

.modList11 .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .modList11 .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.modList11 .title_noMb {
  margin-bottom: 0;
}

.modList11 .title:before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

.modList11 .block {
  background-color: #FAF8F7;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
}

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

@media only screen and (max-width: 600px) {
  .modList11 .block {
    padding: 15px;
  }
}

.modList11 .block .imgBlock {
  float: right;
}

@media only screen and (max-width: 600px) {
  .modList11 .block .imgBlock {
    text-align: center;
    margin-top: 20px;
    float: none;
    width: 100%;
  }
}

.modList11 .block .content {
  float: left;
}

@media only screen and (max-width: 600px) {
  .modList11 .block .content {
    float: none;
    width: 100%;
  }
}

.modList11 .block .content .modTxtLink {
  color: #5A5A5A;
}

.modList11 .block .content .osusume {
  margin-bottom: 20px;
}

.modList11 .block .content .point .text {
  margin-left: 20px;
  line-height: 1.9;
}

@media only screen and (max-width: 600px) {
  .modList11 .block .content .point .text {
    margin-left: 0;
  }
  .modList11 .block .content .point .text a {
    display: inline-block;
  }
}

.modList11 .block .content li {
  margin-bottom: 10px;
  position: relative;
}

.modList11 .block .content li.iconHukidasi:after {
  content: "";
  background-image: url(../img/housing/iconHukidasi.png);
  display: inline-block;
  width: 21px;
  height: 18px;
  position: relative;
  top: 6px;
  right: -5px;
}

.modList11 .block .content .subTitle {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.modList11 .block .content .subTitle:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
}

.modList11 .block .content .subTitle_osusume:before {
  background-image: url(../img/housing/iconOsusume.png);
}

.modList11 .block .content .subTitle_point:before {
  background-image: url(../img/housing/iconPoint.png);
}

.modList11 .block .content .text {
  font-size: 12px;
  font-size: 1.2rem;
}

.modList11 .block .content .text a {
  text-decoration: underline;
}

.modList11 .block .content .text a:hover {
  text-decoration: none;
}

.modList12Wrap {
  margin-right: 2em;
}

.modList12 ol li {
  font-size: 14px;
  font-size: 1.4rem;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1.3em;
}

.modList12 ol li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

.modList12 ol li:last-Child {
  margin-bottom: 0;
}

.modList12 ol li .modTxtLink_arrow {
  margin-left: 2em;
}

.modList12 ol li .modTxtLink_arrow:before {
  left: 0;
}

.modList12_type02 ol li {
  font-size: 14px;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin-bottom: 1.3em;
  margin-left: 2em;
}

.modList12_type02 ol li:before {
  display: none;
}

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

.modList12_type02 ol li.digit2 {
  margin-left: 3em;
  text-indent: -2em;
}

.modList12_type02_small ol li {
  margin-bottom: 0.4em;
}

.modList12_type03 li:before {
  content: "\25A1";
}

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

.modList13 .text {
  float: left;
  width: 60%;
  padding-right: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .modList13 .text {
    width: auto;
    float: none;
    padding-right: 0;
  }
}

.modList13 .text_noImage {
  width: auto;
  padding-right: 0;
}

.modList13 .imgList {
  float: right;
  width: 40%;
}

@media only screen and (max-width: 600px) {
  .modList13 .imgList {
    width: auto;
    float: none;
    margin: 0 -2%;
  }
  .modList13 .imgList:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.modList13 .imgList li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modList13 .imgList li {
    float: left;
    width: 46%;
    margin: 0 2% 4%;
  }
}

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

.modList13 .imgList_type02 {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  .modList13 .imgList_type02 {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .modList13 .imgList_type03 {
    margin: -30px -2% 40px;
  }
}

@media only screen and (max-width: 600px) {
  .modList13 .imgList_type03 li {
    float: none;
    width: auto;
  }
}

.modList14 li {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #5a5a5a;
}

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

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

.modList14 li .sub {
  margin-left: 10px;
}

.modList14 li .num {
  display: block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.modList15 {
  box-shadow: rgba(89, 89, 89, 0.4) 0px 0px 9px -1px;
  background-color: #FAF8F7;
  padding: 10px;
  margin-bottom: 20px;
  /* /modList15 */
}

.modList15 li {
  background-color: #fff;
  border-bottom: dotted 1px #ccc;
  padding: 10px;
}

.modList15 li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.modList15 .title02 {
  font-weight: bold;
}

.modList15 .scence {
  font-size: 10px;
  font-size: 1rem;
  color: #666;
}

.modList15 .subTitle01 {
  font-size: 11px;
  font-size: 1.1rem;
}

.modList15 .txt01 {
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.modList15 .txt01 span:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .modList15 .txt01 span {
    margin-right: 0px;
    display: block;
  }
}

.modList15 .area {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.modList16 {
  margin: 0 -1.5%;
}

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

.modList16 li {
  float: left;
  margin: 0 1.5% 3%;
  width: 47%;
}

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

.modList16 li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 90px;
  background: #FAF8F7;
}

.modList16 li a .thumb, .modList16 li a .body {
  display: table-cell;
}

.modList16 li a .thumb {
  width: 90px;
  background-size: cover;
}

.modList16 li a .body {
  padding: 15px 40px 15px 15px;
  position: relative;
}

.modList16 li a .body .title {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
}

.modList16 li a .body .text {
  font-size: 12px;
  font-size: 1.2rem;
}

.modList16 li a .body:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

.modList16 li a .body:hover {
  opacity: 1;
  background: #FFF;
}

.modList17 li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 50px;
}

.modList17 li > span {
  position: absolute;
  left: 0;
  top: -8px;
  background: #CCC;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.modList18 {
  border-top: 1px dotted #A5A5A5;
  padding-top: 20px;
  margin-bottom: 20px;
}

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

.modList18 li {
  width: 50%;
  margin-bottom: 20px;
}

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

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

.modList19 > li {
  float: left;
  width: 48%;
  box-sizing: border-box;
  background-color: #FAF8F7;
  border-top: 2px solid #000;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .modList19 > li {
    width: 100%;
  }
}

.modList19 > li:nth-Child(odd) {
  margin-right: 4%;
}

@media only screen and (max-width: 768px) {
  .modList19 > li:nth-Child(odd) {
    margin-right: 0;
  }
}

.modList19 > li .head {
  padding: 20px 25px 0;
  border-bottom: 1px dotted #A0A0A0;
  margin-bottom: 10px;
}

.modList19 > li .body {
  padding: 0 25px 20px;
}

.modList19 > li .tag {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 20px;
  border-radius: 0 0 0 15px;
}

.modList19 > li .category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  background-color: #e47829;
  padding: 2px 10px;
  margin-bottom: 15px;
}

.modList19 > li .title {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.modList19 > li .title .subTitle {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.modList19 > li .text {
  margin-bottom: 15px;
}

.modList19 > li .text02 {
  margin-bottom: 10px;
  line-height: 1.7;
}

.modList19 > li .thumb {
  margin-bottom: 15px;
}

.modListDl01 > dt {
  float: left;
  clear: both;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .modListDl01 > dt {
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.modListDl01 > dt > i {
  width: 1.8em;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
}

.modListDl01 > dd {
  border-bottom: dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 140px;
}

@media only screen and (max-width: 600px) {
  .modListDl01 > dd {
    padding-left: 0;
  }
}

.modListDl01 > dd:last-child {
  border-bottom: none;
}

.modListDl01_type02 {
  border-top: 2px solid #000;
  padding-top: 15px;
}

.modListDl01_type02 > dd {
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-left: 115px;
}

@media only screen and (max-width: 600px) {
  .modListDl01_type02 > dd {
    padding-left: 8px;
  }
}

.modListDl01_type02 > dd .txt01 {
  font-size: 10px;
  font-size: 1rem;
}

.modListDl01_type02 > dd .txt02 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modListDl01_type02 > dd .txt03 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.modListDl01_type02 > dd:last-child {
  border-bottom: dotted 1px;
}

.modListDl02 dt {
  font-size: 11px;
  font-size: 1.1rem;
}

.modListDl02 dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.modListDl03 dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.modListDl04 {
  margin-top: 12px;
  margin-bottom: 15px;
}

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

.modListDl04 dt, .modListDl04 dd {
  padding: 3px 0;
  margin: 0 10px 5px 0;
}

.modListDl04 dt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #7b7b7b;
  width: 70px;
  text-align: center;
  float: left;
  clear: both;
}

.modListDl04 dd {
  padding-left: 80px;
}

.modListBtn {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: solid 2px #E5E5E5;
  border-radius: 10px;
  margin: 0 0 46px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 768px) {
  .modListBtn {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .modListBtn {
    border-radius: 0;
    text-align: left;
  }
}

.modListBtn li {
  display: table-cell;
  vertical-align: top;
  border-right: solid 2px #E5E5E5;
}

@media only screen and (max-width: 600px) {
  .modListBtn li {
    display: block;
    border-right: none;
  }
}

.modListBtn li:first-child a {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .modListBtn li:first-child a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.modListBtn li:last-child {
  border-right: none;
}

.modListBtn li:last-child a {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .modListBtn li:last-child a {
    border-radius: 0;
  }
}

.modListBtn li.active a {
  color: #FFF;
  background: #425CA9;
}

.modListBtn a {
  display: table;
  width: 100%;
  padding: 15px 0;
  min-height: 38px;
}

@media only screen and (max-width: 600px) {
  .modListBtn a {
    min-height: inherit;
    padding: 10px 0;
  }
}

.modListBtn .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

@media only screen and (max-width: 600px) {
  .modListBtn .inner {
    vertical-align: top;
  }
}

.modListBtn .inner span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  text-decoration: underline;
}

.modListBtn .inner span.colorBlue {
  color: #425BA8;
}

.modListBtn .inner span.colorGreen {
  color: #88AE5B;
}

.modListBtn .inner span.colorOrange {
  color: #E47829;
}

.modListBtn .inner span:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
}

.modListBtn .inner span.right:before {
  content: "";
}

.modListBtn .inner .caption {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .modListBtn .inner .caption {
    display: none;
  }
}

.modListBtn_tab .inner span {
  text-align: left;
}

.modListBtn_tab .inner span:before {
  content: "";
}

.modListBtn_type02 ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.modListBtn_type02 ul:first-child {
  border-bottom: solid 2px #E5E5E5;
}

@media only screen and (max-width: 600px) {
  .modListBtn_type02 ul:first-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 600px) {
  .modListBtn_type_sp_line {
    display: block;
  }
  .modListBtn_type_sp_line li {
    display: block;
  }
  .modListBtn_type_sp_line li a {
    min-height: inherit;
    padding: 10px 0;
  }
  .modListBtn_type_sp_line li .inner {
    display: block;
    padding: 0 10px;
  }
  .modListBtn_type_sp_line li .inner br {
    display: none;
  }
}

.modListBtn02 {
  margin-bottom: 30px;
  display: table;
}

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

.modListBtn02_color01 li .step {
  color: #597647;
  border-bottom: 2px solid #597647;
}

.modListBtn02_color01 li a {
  background-color: #EDF1EB;
}

.modListBtn02_color01 li a:after {
  color: #C7CFC3;
}

.modListBtn02_color01 li:hover a {
  background-color: #859B78;
}

.modListBtn02_color01 li:hover a:after {
  color: #51713E;
}

.modListBtn02_color01 li:before {
  color: #51713E;
}

.modListBtn02_color02 li .step {
  color: #8D5230;
  border-bottom: 2px solid #8D5230;
}

.modListBtn02_color02 li a {
  background-color: #F3EDEA;
}

.modListBtn02_color02 li a:after {
  color: #D9CBC5;
}

.modListBtn02_color02 li:hover a {
  background-color: #AF866E;
}

.modListBtn02_color02 li:hover a:after {
  color: #8D5230;
}

.modListBtn02_color02 li:before {
  color: #8D5230;
}

.modListBtn02 li {
  display: table-cell;
  position: relative;
}

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

.modListBtn02 li a {
  display: block;
  width: 141px;
  padding: 10px 14px 17px;
  margin-right: 2px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .modListBtn02 li a {
    width: auto;
    padding: 10px;
    margin-right: 0;
    text-align: left;
  }
}

.modListBtn02 li a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -5px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .modListBtn02 li a:after {
    bottom: 50%;
    right: 15px;
    left: auto;
    margin-bottom: -0.5em;
  }
}

.modListBtn02 li:hover .step {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}

.modListBtn02 li:hover a {
  color: #FFF;
}

.modListBtn02 li:hover a:after {
  color: #51713E;
}

.modListBtn02 li:last-Child a {
  width: 142px;
  margin-right: 0;
}

@media only screen and (max-width: 600px) {
  .modListBtn02 li:last-Child a {
    width: auto;
  }
}

.modListBtn02 li:last-Child:before {
  display: none;
}

.modListBtn02 li .step {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}

.modListBtn02 li .step:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .modListBtn02 li .step {
    margin-bottom: 3px;
    margin-right: 3px;
  }
}

.modListBtn02 li .step .num {
  font-size: 16px;
  font-size: 1.6rem;
}

.modListBtn02 li .title {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modListBtn02 li .title {
    display: inline-block;
    margin-left: 5px;
  }
}

.modListBtn02 li:before {
  content: "\f138";
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  right: -4px;
  margin-top: -5px;
  width: 12px;
  height: 13px;
  text-align: center;
  z-index: 1;
  font-size: 19px;
  font-size: 1.9rem;
  background-color: #FFF;
  border-radius: 20px;
  line-height: 1;
  line-height: 0.6;
}

@media only screen and (max-width: 600px) {
  .modListBtn02 li:before {
    right: 50%;
    top: auto;
    bottom: -8px;
    content: "\f13a";
  }
}

.modListBtn02_type02 {
  margin: 0 auto 30px;
}

.modListBtn02_type02 li a {
  padding: 10px 5px 17px;
  width: 177px;
}

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

.modListBtn02_type02 li:last-Child a {
  width: 177px !important;
}

@media only screen and (max-width: 600px) {
  .modListBtn02_type02 li:last-Child a {
    width: auto !important;
  }
}

.modListBtn03 {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modListBtn03 li {
  border: solid 2px #000;
}

.modListBtn03 li.active a {
  color: #FFF;
  background: #000;
}

.modListBtn03 a {
  display: block;
  width: 100%;
  padding: 5px 0;
  min-height: 38px;
}

.modListBtn03 .inner {
  display: block;
  line-height: 40px;
  padding: 0 10px;
}

.modListBtn03 .inner span {
  display: inline-block;
  position: relative;
}

.modListBtn03.modListBtn_tab {
  border-bottom: solid 2px #000;
}

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

.modListBtn03.modListBtn_tab li {
  width: 48.5%;
  border-bottom: none;
}

.modListBtn03.modListBtn_tab li:first-Child {
  float: left;
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab li:first-Child {
    float: none;
  }
}

.modListBtn03.modListBtn_tab li:last-Child {
  float: right;
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab li:last-Child {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab li {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
}

.modListBtn03.modListBtn_tab .inner span {
  text-align: center;
}

.modListBtn03.modListBtn_tab .inner span:before {
  content: "";
  display: none;
}

.modListBtn03.modListBtn_tab_type01 li {
  width: 31%;
  border-bottom: none;
  float: left;
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab_type01 li {
    float: none;
  }
}

.modListBtn03.modListBtn_tab_type01 li:first-Child {
  margin-right: 19px;
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab_type01 li:first-Child {
    margin-right: 0;
  }
}

.modListBtn03.modListBtn_tab_type01 li:last-Child {
  float: right;
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab_type01 li:last-Child {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  .modListBtn03.modListBtn_tab_type01 li {
    width: 100%;
    float: none;
  }
}

.modListFaq {
  border: solid 1px #D8D8D8;
  padding: 20px;
  position: relative;
}

.modListFaq_bottom_no_border {
  border-bottom: none;
}

.modListFaq .listQ {
  cursor: pointer;
}

.modListFaq .listQ:hover {
  opacity: .7;
}

.modListFaq .listQ dl {
  display: table;
  table-layout: fixed;
}

.modListFaq .listQ dt, .modListFaq .listQ dd {
  display: table-cell;
  vertical-align: top;
}

.modListFaq .listQ dt {
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  width: 40px;
  line-height: 1;
  text-align: right;
}

.modListFaq .listQ dd {
  padding-left: 20px;
}

.modListFaq .listQ.open:hover {
  opacity: 1;
}

.modListFaq .listA {
  margin-top: 20px;
  display: none;
}

.modListFaq .listA dl {
  display: table;
  table-layout: fixed;
  border-top: dotted 1px #666;
}

.modListFaq .listA dt, .modListFaq .listA dd {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}

.modListFaq .listA dt {
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  width: 40px;
  line-height: 1;
  color: #FA8A86;
}

.modListFaq .listA dd {
  padding-left: 20px;
}

.modListFaq .listA dd .underline {
  text-decoration: underline;
  font-weight: bold;
}

.modListFaq .listA.open {
  display: block;
}

.modListFaq_type02 .listQ dl {
  width: 100%;
}

.modListFaq_type02 .listQ dt {
  width: 80px;
}

.modListFaq_type02 .listQ.open {
  cursor: default;
}

.modListFaq_type02 .listA dl {
  width: 100%;
}

.modListFaq_type02 .listA dt {
  width: 80px;
}

.modListFaq_type02 .listA a {
  word-break: break-all;
}

.modListFaq .imageBlock {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

.modListFaq .imageBlock .body, .modListFaq .imageBlock .thumb {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .modListFaq .imageBlock .body, .modListFaq .imageBlock .thumb {
    display: block;
  }
}

.modListFaq .imageBlock .thumb {
  width: 40%;
  padding-left: 10px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modListFaq .imageBlock .thumb {
    padding-left: 0;
    width: auto;
    margin-top: 20px;
  }
}

.modListFaq02 {
  border: solid 1px #D8D8D8;
  padding: 20px;
  position: relative;
}

.modListFaq02 .infoList {
  border-bottom: 0;
  margin-bottom: 0;
}

.modListFaq02_bottom_no_border {
  border-bottom: none;
}

.modListFaq02 .listQ {
  cursor: pointer;
}

.modListFaq02 .listQ:hover {
  opacity: .7;
}

.modListFaq02 .listQ > dl {
  display: table;
  table-layout: fixed;
}

.modListFaq02 .listQ > dl > dt, .modListFaq02 .listQ > dl > dd {
  display: table-cell;
  vertical-align: top;
}

.modListFaq02 .listQ > dl > dt {
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  width: 40px;
  line-height: 1;
  text-align: right;
}

.modListFaq02 .listQ > dl > dd {
  padding-left: 20px;
}

.modListFaq02 .listQ.open:hover {
  opacity: 1;
}

.modListFaq02 .listA {
  margin-top: 20px;
  display: none;
}

.modListFaq02 .listA > dl {
  display: table;
  table-layout: fixed;
  border-top: dotted 1px #666;
}

.modListFaq02 .listA > dl > dt, .modListFaq02 .listA > dl > dd {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}

.modListFaq02 .listA > dl > dt {
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  width: 40px;
  line-height: 1;
  color: #FA8A86;
}

.modListFaq02 .listA > dl > dd {
  padding-left: 20px;
}

.modListFaq02 .listA.open {
  display: block;
}

.modListFaq02 .list > li {
  margin-left: 1.3em;
  text-indent: -1.3em;
  margin-top: 10px;
}

.modListFaq02 .list > li li {
  margin-left: 0em;
  text-indent: 0em;
}

.modListFaq02 .modTxtLink_underLine:hover {
  padding-bottom: 1px;
}

@media only screen and (max-width: 768px) {
  .modListBnr:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.modListBnr .sp {
  display: none !important;
}

.modListBnr li {
  margin-bottom: 9px;
}

@media only screen and (max-width: 768px) {
  .modListBnr li {
    width: 49%;
    margin: 0 auto 3%;
    float: left;
    text-align: right;
  }
  .modListBnr li:nth-child(2n) {
    float: right;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .modListBnr li {
    margin: 0 auto 6%;
    max-height: 90px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 600px) {
  .modListBnr li {
    max-height: 60px;
  }
}

.modListBnr li a {
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #D3D3D3;
}

.modListBnr li a:hover {
  opacity: .8;
}

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

@media only screen and (max-width: 768px) {
  .modListBnr li a.sp {
    display: inline-block !important;
  }
}

.modListBnr li a img {
  display: block;
}

.modBookList {
  padding: 0;
  width: 710px;
  text-align: left;
}

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

.modBookList > a {
  display: block;
}

.modBookList .backnumberList {
  margin: 0 -8px 25px -6px;
}

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

@media only screen and (max-width: 768px) {
  .modBookList .backnumberList {
    margin: 0 0 4% 0;
  }
}

.modBookList .backnumberList .backnumber {
  width: 165px;
  height: 360px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  margin: 6px 8px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 13px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 13px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 13px 3px;
}

@media only screen and (max-width: 768px) {
  .modBookList .backnumberList .backnumber {
    width: 48%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .modBookList .backnumberList .backnumber:nth-child(odd) {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .modBookList .backnumberList .backnumber:nth-child(even) {
    float: right;
  }
}

.modBookList .backnumberList .backnumber a {
  width: 165px;
  height: 360px;
}

@media only screen and (max-width: 768px) {
  .modBookList .backnumberList .backnumber a {
    width: auto;
  }
}

.modBookList .backnumberList .backnumber a:hover {
  color: #000;
  background-color: #F1F1F1;
}

.modBookList .backnumberList .backnumber .body {
  margin-bottom: 9px;
}

.modBookList .backnumberList .backnumber .text {
  padding: 0 8px;
}

.modBookList .backnumberList .backnumber .no {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.modBookList .backnumberList .backnumber .title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.modBookList .infoBlock {
  border: 1px solid #CCCCCC;
  padding: 35px 40px 40px;
}

.modBookList .infoBlock .title {
  font-weight: bold;
  margin-bottom: 15px;
}

.modBookList .infoBlock > a {
  text-decoration: underline;
}

.modBookList .infoBlock a {
  display: inline-block;
}

.modListMenu01 {
  overflow: hidden;
  border-top: solid 2px #000;
}

.modListMenu01 > ul {
  margin: 0 -2%;
}

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

.modListMenu01 > ul > li {
  float: left;
  width: 46%;
  margin: 20px 2% 0;
  border-top: dotted 1px #ccc;
  padding: 20px 0 0;
}

@media only screen and (max-width: 600px) {
  .modListMenu01 > ul > li {
    float: none;
    width: auto;
  }
}

.modListMenu01 > ul > li:first-child, .modListMenu01 > ul > li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

.modListMenu01 .modBlock12 .block {
  margin-bottom: 0;
}

.modTxtLinkList_inline li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.modTxtLinkList li .target:after {
  content: "\f08e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  margin-left: 3px;
  line-height: 1.5;
}

.modListFlow li {
  padding: 20px 20px 20px 85px;
  position: relative;
  border: solid 1px #CCC;
  background: #FFF;
  margin: 0 0 38px;
}

.modListFlow li:after {
  content: "";
  display: block;
  width: 29px;
  height: 17px;
  background: url(../img/common/iconArrowDown.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -15px;
}

.modListFlow li:last-child:after {
  display: none;
}

.modListFlow li:last-child {
  margin: 0;
}

.modListFlow li .no {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Avenir Heavy, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  position: absolute;
  top: 26px;
  left: 30px;
}

.modListFlow li .title {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.modListFlow li .txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5a5a5a;
}

.modListGroup {
  padding: 0 0 30px;
}

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

.modListGroup ul.pro li:first-child a {
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .modListGroup ul.pro li:last-child a {
    line-height: 3.4;
  }
}

.modListGroup li {
  float: left;
  width: 50%;
}

.modListGroup li a {
  color: #FFF;
  display: block;
  padding: 8px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #header .modListGroup li a {
    font-size: 10px;
    font-size: 1rem;
  }
}

.modListGroup li.smile a {
  background: #FA7474;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 768px) {
  .modListGroup li.smile a {
    line-height: 20px;
  }
}

.modListGroup li.pro a {
  background: #000;
  margin: 0 0 0 5px;
  line-height: 20px;
}

.modListGroup li.pro a i {
  margin: 0 0 0 4px;
}

.modListGroup li.web a {
  border: solid 2px #000;
  margin: 0 0 0 5px;
  border-radius: 4px;
  line-height: 20px;
  height: 36px;
  color: #000;
}

.modListGroup li.web a i {
  margin: 0 0 0 4px;
}

.modListGroup li.pro02 a {
  background-color: #000;
  margin: 0 0 0 5px;
  border-radius: 4px;
  line-height: 20px;
}

.modListGroup li.pro02 a i {
  margin: 0 0 0 4px;
}

.modListGroup li.business a {
  background: #204066;
  margin: 0 0 0 5px;
  line-height: 20px;
}

.modListGroup li.business a i {
  margin: 0 0 0 4px;
}

.modSearchList {
  margin-bottom: 50px;
}

.modSearchList .txtSearchNum {
  margin-bottom: 15px;
}

.modSearchList .txtSearchNum span {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

.modSearchList ul {
  margin-bottom: 50px;
}

.modSearchList li {
  margin-bottom: 30px;
}

.modSearchList li .title {
  margin-bottom: 5px;
  color: #034ea3;
  font-weight: bold;
  text-decoration: underline;
}

.modSearchList li a:hover .title {
  text-decoration: none;
}

.modSearchList li .desc {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
}

.modSearchList li .desc br {
  display: none;
}

.modSearchList li mark {
  background-color: #ffd2d9;
}

.modListInteriorColumn > li {
  border-bottom: 1px dotted #C9C9C9;
}

.modListInteriorColumn > li > div {
  padding: 30px 0;
}

.modListInteriorColumn > li:first-child > div {
  padding-top: 15px;
}

.modListInteriorColumn > li:last-child {
  border-bottom: none;
}

/* modForm
------------------------------------------------------------*/
.modFormTbl {
  display: block;
  width: auto;
  margin-bottom: 40px;
}

.modFormTbl th, .modFormTbl td {
  padding: 0 0 24px;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .modFormTbl th, .modFormTbl td {
    display: block;
    padding: 0 0 10px;
    padding: 6px 7px;
  }
}

@media only screen and (max-width: 768px) {
  .modFormTbl th input[type=text],
  .modFormTbl th input[type=email],
  .modFormTbl th textarea, .modFormTbl td input[type=text],
  .modFormTbl td input[type=email],
  .modFormTbl td textarea {
    width: 100%;
    max-width: 100%;
  }
  .modFormTbl th select, .modFormTbl td select {
    padding: 6px 0px;
    width: 90%;
  }
}

.modFormTbl th {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  font-weight: bold;
  text-align: left;
}

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

.modFormTbl td label {
  margin-right: 10px;
  margin-left: 5px;
}

.modFormTbl td .hanrei {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.modFormTbl td div.hanrei {
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .modFormTbl td input, .modFormTbl td textarea, .modFormTbl td select {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modFormTbl td.textBlock01 input {
    width: 45%;
  }
  .modFormTbl td.textBlock02 input {
    width: 27%;
  }
}

.modFormTbl_type02 {
  margin-bottom: 0;
  display: inline-block;
}

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

.modFormTbl_type02 td.ttl {
  width: auto;
  text-align: left;
  padding-left: 0;
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .modFormTbl_type02 td.ttl {
    float: none;
    display: block;
  }
}

.modFormTbl_type02 td {
  float: left;
  padding-bottom: 0;
}

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

.modRadioList li {
  float: left;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 50px 10px 0;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .modRadioList li {
    margin: 0 20px 8px 0;
    padding: 0 0 0 22px;
  }
}

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

.modRadioList li:before {
  content: "\f10c";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1em;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: baseline;
  color: #D2D2D2;
}

@media only screen and (max-width: 979px) {
  .modRadioList li:before {
    width: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modRadioList li.on:before {
  content: "\f192";
  color: #666666;
}

.modRadioList input {
  display: none;
}

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

.modCheckList li {
  float: left;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 50px 10px 0;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .modCheckList li {
    margin: 0 20px 8px 0;
    padding: 0 0 0 22px;
  }
}

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

.modCheckList li:before {
  content: "\f096";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1em;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: baseline;
  color: #D2D2D2;
}

@media only screen and (max-width: 979px) {
  .modCheckList li:before {
    width: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modCheckList li.on:before {
  content: "\f046";
  color: #666666;
}

.modCheckList input {
  display: none;
}

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

@media only screen and (max-width: 768px) {
  .modFormRequired {
    line-height: 1.3;
  }
}

.modFormTxtError,
.modFormTbl .error {
  margin: 5px 0 0;
  color: #e74c3c;
  font-weight: bold;
}

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

.modFormName li {
  float: left;
  width: 30%;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .modFormName li {
    width: 48%;
    margin: 0 4% 0 0;
  }
  .modFormName li:last-child {
    margin: 0;
  }
}

.modFormName .txt {
  width: auto;
  margin: 0.4em 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .modFormName .txt {
    margin: 0 0 5px;
  }
}

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

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

.modFormZip li {
  float: left;
}

.modFormZip .input {
  width: 34%;
}

@media only screen and (max-width: 768px) {
  .modFormZip .input {
    width: 40%;
  }
}

.modFormZip .txt {
  padding: 0.5em 8px 0;
  width: 1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modFormZip .txt {
    padding-right: 4px;
    padding-left: 4px;
  }
}

.modFormZip .btn {
  width: 26%;
  padding: 0 0 0 10px;
}

.modFormZip .btn .modBtn01 {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 768px) {
  .modFormZip .btn {
    width: 35%;
  }
}

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

.modFormBirth li {
  float: left;
}

@media only screen and (max-width: 768px) {
  .modFormBirth li {
    margin-top: 8px;
  }
}

.modFormBirth .select {
  width: 20%;
  margin-right: 14px;
}

@media only screen and (max-width: 768px) {
  .modFormBirth .select {
    width: 26%;
    margin-right: 10px;
  }
  .modFormBirth .select.year, .modFormBirth .select.month, .modFormBirth .select.day {
    width: auto;
    float: left;
    clear: none;
  }
}

@media only screen and (max-width: 768px) {
  .modFormBirth .month {
    clear: both;
  }
}

.modFormBirth .txt {
  width: 1em;
  padding: 0.5em 0 0;
  margin-right: 12px;
}

.modFormBirth .txt02 {
  width: 2em;
  padding: 0.5em 0 0;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .modFormBirth .txt02 {
    padding: 1em 0 0;
    margin: 0 0 0 10px;
  }
}

.modFormDate {
  position: relative;
}

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

.modFormDate li {
  float: left;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .modFormDate li {
    margin-top: 8px;
  }
}

.modFormDate li.calendarBtn {
  margin-left: 7px;
}

@media only screen and (max-width: 600px) {
  .modFormDate li.calendarBtn {
    margin-left: 4px;
  }
}

.modFormDate li.calendarBtn a {
  border: 2px solid #000;
  background: #FFF;
  width: 35px;
  height: 32px;
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
}

.modFormDate li.calendarBtn a:before {
  content: "\f073";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -11px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.modFormDate .inputTxt {
  width: 35px;
  margin-right: 5px;
  padding: 6px 5px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modFormDate .inputTxt {
    width: 65px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modFormDate .inputTxt {
    width: 48px !important;
  }
}

.modFormDate .inputTxt.year {
  width: 47px;
}

.modFormDate .txt {
  width: 1em;
  padding: 1em 0 0;
  margin-right: 2px;
}

@media only screen and (max-width: 768px) {
  .modFormDate .txt {
    padding: 0.5em 0 0;
  }
}

.modFormDate .txt02 {
  width: 2em;
  padding: 0.5em 0 0;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .modFormDate .txt02 {
    padding: 1em 0 0;
    margin: 0 0 0 10px;
  }
}

.modFormDate img.ui-datepicker-trigger {
  position: absolute;
  left: 0;
  opacity: 0;
}

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

.modFormTel li {
  float: left;
}

.modFormTel .input {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .modFormTel .input {
    width: 27%;
  }
}

.modFormTel .txt {
  padding: 0.5em 8px 0;
  width: 1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modFormTel .txt {
    padding-left: 4px;
    padding-right: 4px;
  }
}

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

.modFormBtn > div {
  display: table-cell;
  padding-right: 20px;
  padding-left: 20px;
}

.modFormBtn > div:first-child {
  padding-right: 20px;
}

.modFormBtn > div:last-child {
  padding-left: 20px;
}

.modFormBtn > div button {
  width: 100%;
  border: none;
  background: #F0F0F0;
  padding: 20px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.modFormBtn > div button:hover {
  opacity: 0.8;
}

.modFormBtn > div button.edit {
  position: relative;
}

.modFormBtn > div button.edit:before {
  content: "\f053";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: -5px;
}

.modFormBtn > div button.submit {
  background: #425CA9;
  color: #FFF;
}

.modFormBtn_type02 > div {
  text-align: center;
}

.modFormBtn_type02 > div button {
  width: 100%;
  border: 2px solid #000;
  background: #FFF;
  padding: 6px 0;
  text-indent: 12px;
  width: 99px;
  margin-bottom: 6px;
  font-size: 13px;
  font-size: 1.3rem;
}

.modFormBtn_type02 > div button.serach {
  position: relative;
}

.modFormBtn_type02 > div button.serach:before {
  content: "\f002";
  font-family: FontAwesome;
  line-height: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: -5px;
}

.modFormBtn_type03 > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.modFormBtn_type03 > div button {
  padding: 10px 0;
  background-color: #3E3E3E;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin: 0 0 6px;
}

.modFormBtn_type03 > div button:before {
  content: "\f002";
  font-family: FontAwesome;
  line-height: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: -5px;
}

.modSearch {
  margin-bottom: 10px;
}

.modSearch_type01 input[type=text] {
  width: 236px;
}

@media only screen and (max-width: 768px) {
  .modFormPostal input[type=text] {
    width: 40% !important;
  }
}

.modFormPostal .pc {
  display: block;
}

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

.modFormPostal .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modFormPostal .sp {
    display: block;
  }
}

.modFormCheckBlock {
  text-align: center;
  padding: 25px;
  background: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #CCC;
  color: #333;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .modFormCheckBlock {
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.modFormCheckBlock .modCheckList {
  display: table;
  margin: 0 auto;
  font-size: 14px;
}

.modFormCheckBlock .modCheckList li {
  margin-right: 0;
  font-weight: bold;
}

.modFormCheckBlock__text p {
  margin-bottom: 10px;
}

.modFormCheckBlock__text p .underline {
  text-decoration: underline;
}

.modFormCheckBlock__text p:last-child {
  margin-bottom: 0;
}

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

.modNav01 li {
  float: left;
  width: 50%;
  margin: 0 0 15px;
}

.modNav01 a {
  text-decoration: underline;
  position: relative;
  padding-left: 1em;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.modNav01 a:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  left: 0;
  top: .3em;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}

.modNav01 a.iconBlank {
  padding-right: 1.5em;
}

.modNav01 a.iconBlank:after {
  content: "\f08e";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 0;
  top: .3em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

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

.modFacilityColumn .body {
  float: left;
  width: 463px;
}

.modFacilityColumn .side {
  float: right;
  width: 196px;
}

.modPager ul {
  text-align: center;
  margin-bottom: 20px;
}

.modPager ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 35px;
  margin: 0 2px;
}

@media only screen and (max-width: 600px) {
  .modPager ul li {
    line-height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.modPager ul li.active {
  width: 35px;
  height: 35px;
  background: none;
}

@media only screen and (max-width: 600px) {
  .modPager ul li.active {
    width: 25px;
    height: 25px;
  }
}

.modPager ul li.prev i {
  position: relative;
  left: -2px;
  top: 1px;
  font-weight: normal;
}

.modPager ul li.next i {
  position: relative;
  left: 1px;
  top: 1px;
  font-weight: normal;
}

.modPager ul li a {
  display: block;
  background: #faf8f7;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

@media only screen and (max-width: 600px) {
  .modPager ul li a {
    width: 25px;
    height: 25px;
  }
}

.modPager ul li a:hover {
  background: none;
  text-decoration: none;
  color: #000;
}

.modPager02 ul {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

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

.modPager02 ul li a {
  text-decoration: underline;
}

.modPager02 ul li:first-child {
  float: left;
}

.modPager02 ul li:first-child a {
  padding-left: 10px;
}

.modPager02 ul li:last-child {
  float: right;
}

.modPager02 ul li:last-child a {
  padding-right: 10px;
}

.textAlignRight {
  text-align: right;
}

.textAlignCenter {
  text-align: center;
}

.modSpaceMap {
  position: relative;
}

.modSpaceMap .map {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .modSpaceMap .map {
    width: auto;
    height: auto;
  }
}

.modSpaceMap .icon {
  position: absolute;
}

.modSpaceMap .icon a:hover {
  opacity: 0.8;
}

.feature {
  width: 830px;
  background: #FFF;
  padding: 30px 45px 45px;
  box-sizing: border-box;
}

@media only screen and (max-width: 979px) {
  .feature {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .feature {
    width: 100%;
    padding: 30px 5px 25px;
  }
}

.feature .title {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .feature .title {
    margin-bottom: 5px;
  }
}

.feature p span {
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, YuGothic, "游ゴシック", sans-serif !important;
}

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

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

.feature ul.modTxtLinkList {
  margin-left: 0;
  margin-top: 1em;
}

.feature ul.modTxtLinkList li {
  list-style: none;
}

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

.feature .body .photo {
  width: 460px;
  float: left;
}

@media only screen and (max-width: 979px) {
  .feature .body .photo {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .feature .body .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.feature .body strong {
  font-weight: bold;
}

.feature .body em {
  font-weight: bold;
  font-style: oblique;
}

.feature .body hr {
  display: block;
}

.feature .body .comment {
  float: right;
  width: 250px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 979px) {
  .feature .body .comment {
    width: 35%;
  }
}

@media only screen and (max-width: 768px) {
  .feature .body .comment {
    width: 100%;
  }
}

.feature .body .comment .text {
  margin-bottom: 20px;
}

.feature .body .comment .linkList li a {
  position: relative;
  padding-left: 15px;
}

.feature .body .comment .linkList li a:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
}

.modLabel01 {
  padding: 2px 14px;
  border-radius: 0 12px 12px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  font-size: 1rem;
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, YuGothic, "游ゴシック", sans-serif;
  color: #fff;
}

.modLabel01.colorOrange {
  background-color: #E47829;
}

.modLabel01.colorBlue {
  background-color: #425BA8;
}

.modLabel01.colorGreen {
  background-color: #88AE5B;
}

.modLabel01.colorGray {
  background-color: #7B7B7B;
}

.modLabel02 {
  padding: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
}

.modLabel02.colorBlue {
  background-color: #5caed3;
}

.modLabel02.colorBlack {
  background-color: #000;
}

.modLabel02.colorYellow {
  background-color: #e0bf35;
}

.modLabel02.colorGray {
  background-color: #b2b2b2;
}

.modLabel02.colorPink {
  background-color: #fff;
  color: #fa7474;
  border: 1px solid #fa7474;
}

.modLabel02.colorWhite {
  background-color: #fff;
  color: #000;
  border: 1px solid #b2b2b2;
}

.modLabel03 {
  padding: 0 5px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  border-radius: 2px;
}

.modLabel03.colorRed {
  background-color: #e8340c;
}

.modLabel03.colorPurple {
  background-color: #101939;
  font-size: 10px;
  font-size: 1rem;
}

.modLabel03.colorGreen {
  background-color: #14DA6D;
}

.modLabel03.colorWhite {
  background-color: #fff;
  color: #000;
}

.modLabel03.modLabel03_type02 {
  border-radius: 0px;
}

@media only screen and (max-width: 600px) {
  #businessLoungeBlock .span6 {
    width: 100%;
    float: none;
    margin: 0;
  }
  #businessLoungeBlock .span6:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #businessLoungeBlock .span6 .span5 {
    width: 40.42553191489362%;
    float: left;
  }
  #businessLoungeBlock .span6 .span7 {
    width: 57.44680851063829%;
    float: right;
  }
}

/* wysiwyg
------------------------------------------------------------*/
#main .wysiwyg p img[style="float: right;"] {
  margin-left: 20px;
}

#main .wysiwyg p img[style="float: left;"] {
  margin-right: 20px;
}

#main .wysiwyg hr {
  display: block;
}

#main .wysiwyg strong {
  font-weight: bold;
}

#main .wysiwyg ul, #main .wysiwyg ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

#main .wysiwyg li {
  list-style-type: inherit;
}

#main .wysiwyg table {
  border: solid 1px #D2D2D2;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #main .wysiwyg table {
    width: 100% !important;
  }
}

#main .wysiwyg table th, #main .wysiwyg table td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

@media only screen and (max-width: 600px) {
  #main .wysiwyg table th, #main .wysiwyg table td {
    padding: 5px !important;
  }
}

#main .wysiwyg table th {
  background: #666666;
  color: #FFF;
}

#main .wysiwyg table td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modParts {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.modParts .modTxtLink {
  text-decoration: underline;
}

.modParts_type01 {
  line-height: 1.7;
}

@media only screen and (max-width: 600px) {
  .modParts.interiorColumn_detail img.mt-image-right, .modParts.interiorColumn_detail img.mt-image-left, .modParts.interiorColumn_detail img[style*="float"] {
    display: block !important;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.modPartsTitle {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.modPartsTitleGroup01 {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.modPartsTitleGroup01 .top {
  border-bottom: solid 2px #000;
  margin-bottom: 15px;
}

.modPartsTitleGroup01 .top .main {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.modPartsTitleGroup01 .top .sub1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.modPartsTitleGroup01 .top .sub2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

.modPartsTitleGroup01 .bottom .category li {
  float: left;
  margin-right: 5px;
  border-radius: 3px;
  background: #111A3B;
  color: #FFF;
  line-height: 1;
  padding: 3px 3px;
  font-size: 10px;
  font-size: 1rem;
}

.modPartsTitleGroup01 .bottom .date {
  /*&:before{
				content:"実施期間：";
				font-weight:bold;
			}*/
}

.modPartsTitleGroup01 .bottom .category {
  font-size: 12px;
  font-size: 1.2rem;
}

.modPartsTitleGroup01 .bottom .publication {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

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

@media only screen and (max-width: 600px) {
  .modPartsImage .thumb {
    text-align: center;
  }
}

.modPartsImage .thumb .caption {
  color: #5a5a5a;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 10px 5px;
  text-align: left;
  word-break: break-all;
}

.modPartsImage .thumb .caption.right {
  text-align: right;
}

.modPartsImage .thumb .caption_type01 {
  padding: 10px 45px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage .thumb .caption_type01 {
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 600px) {
  .modPartsImage .thumb_center {
    display: inline-block;
    max-width: 225px;
    margin-right: auto;
    margin-left: auto;
  }
  .modPartsImage .thumb_center .caption {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.modPartsImage .thumb_img2 .left {
  width: 47%;
  float: left;
}

.modPartsImage .thumb_img2 .right {
  width: 47%;
  float: right;
}

.modPartsImage .infoBlock {
  line-height: 2.5;
  margin: 10px 0;
}

.modPartsImage .infoBlock_type01 {
  line-height: 2;
  margin: 10px 0 17px;
}

.modPartsImage_imgR .thumb {
  float: right;
  width: 225px;
  padding-left: 20px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgR .thumb {
    float: none;
    width: auto;
  }
}

.modPartsImage_imgR .thumb img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgR .thumb {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .modPartsImage_imgR .thumb img {
    margin-bottom: 10px;
  }
}

.modPartsImage_imgR .body {
  float: left;
  width: 465px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgR .body {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .modPartsImage_imgR .text {
    float: left;
  }
}

.modPartsImage_imgR_type2 .body {
  float: left;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgR_type2 .body {
    float: none;
    margin-bottom: 0px;
  }
}

.modPartsImage_imgL .thumb {
  float: left;
  width: 225px;
}

.modPartsImage_imgL .thumb img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgL .thumb {
    float: none;
    width: auto;
  }
}

.modPartsImage_imgL .body {
  float: right;
  width: 465px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgL .body {
    float: none;
    width: auto;
  }
}

.modPartsImage_imgL_type01 .body {
  width: auto;
}

.modPartsImage_imgL_type02 .thumb {
  float: left;
  width: 200px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgL_type02 .thumb {
    float: none;
    width: auto;
  }
}

.modPartsImage_imgL_type02 .body {
  float: right;
  width: 510px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgL_type02 .body {
    float: none;
    width: auto;
  }
}

.modPartsImage_img2 {
  margin-left: -1%;
  margin-right: -1%;
}

.modPartsImage_img2 .thumb {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.modPartsImage_img2 .caption {
  width: 83%;
}

.modPartsImage_img3 {
  margin-left: -1%;
  margin-right: -1%;
}

.modPartsImage_img3 .thumb {
  float: left;
  width: 31.33333%;
  margin: 0 1%;
}

.modPartsImage_img3 .thumb.widthAuto {
  width: auto;
}

.modPartsImage_img4 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.modPartsImage_img4 .thumb {
  float: left;
  width: 24%;
  margin: 0 0.5%;
}

.modPartsImage_img5 .body {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 600px) {
  .modPartsImage_img5 .body {
    width: 100%;
  }
}

.modPartsImage_img5 .thumb {
  width: 120px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_img5 .thumb {
    width: 100%;
  }
}

.modPartsImage_img5 .thumb img:last-child {
  margin-bottom: 0;
}

.modPartsImage_img6 .body {
  width: calc(100% - 305px);
}

@media only screen and (max-width: 600px) {
  .modPartsImage_img6 .body {
    width: 100%;
  }
}

.modPartsImage_img6 .thumb {
  width: 275px;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_img6 .thumb {
    width: 100%;
  }
}

.modPartsImage_imgCenter {
  text-align: center;
}

.modPartsImage_imgCenter .thumb {
  width: 468px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .modPartsImage_imgCenter .thumb {
    width: auto;
  }
}

.modPartsImage_imgCenter .thumb_type01 {
  width: auto;
}

.modPartsImage_imgCenter .thumb_type01 img {
  width: 100%;
}

.modPartsLine {
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
  border-top: solid 1px #666;
}

@media only screen and (max-width: 768px) {
  .modPartsLine {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .modPartsLine {
    padding: 0;
    margin: 0 0 20px 0;
  }
}

.modPartsLine_bold {
  border-top: solid 2px #666;
}

.modPartsLine_dot {
  border-top: dotted 1px #666;
}

.modPartsLine_cotactSet {
  padding: 10px 0 0 0;
  margin-bottom: 40px;
}

.modPartsLine_cotactSet .title {
  font-size: 13px;
  font-size: 1.3rem;
}

.modPartsLine_cotactSet .title span {
  font-weight: bold;
  padding-right: 20px;
}

.modPartsLine_cotactSet .link {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 600px) {
  .modPartsLine_type02 {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
}

.modPartsLinkBox {
  border: solid 2px #E1E1E1;
  border-radius: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

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

.modPartsLinkBox .box {
  display: table-cell;
  position: relative;
}

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

.modPartsLinkBox .box:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: -5px;
}

.modPartsLinkBox .box a {
  display: block;
  padding: 20px 30px 20px;
}

@media only screen and (max-width: 600px) {
  .modPartsLinkBox .box a {
    padding: 15px 35px 15px 15px;
  }
}

.modPartsLinkBox .box a .title {
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  margin-bottom: 15px;
}

.modPartsLinkBox .box a .textBlock:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modPartsLinkBox .box a .textBlock .thumb {
  width: 60px;
  float: left;
  clear: both;
}

.modPartsLinkBox .box a .textBlock .text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 70px;
}

.modPartsLinkBox .box:first-child {
  border-right: solid 2px #E1E1E1;
}

@media only screen and (max-width: 600px) {
  .modPartsLinkBox .box:first-child {
    border-right: none;
  }
}

.modPartsLinkBox_blank .box:before {
  content: "\f08e";
}

.modPartsLinkBox_single {
  display: block;
}

.modPartsLinkBox_single .box {
  min-height: 80px;
  display: table;
  border-right: none !important;
}

.modPartsLinkBox_single .box a {
  display: table-cell;
  vertical-align: middle;
}

.modPartsLinkBox_single .box .title {
  margin-bottom: 0 !important;
}

.modPartsLinkBox_column01 {
  display: block;
}

.modPartsLinkBox_column01 .box {
  min-height: 80px;
  display: table;
  width: 100%;
  border-right: none !important;
}

.modPartsLinkBox_column01 .box a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.modPartsLinkBox_column01 .box .title {
  margin-bottom: 0 !important;
}

.modPartsLinkBox_type02 .box:before {
  display: none;
}

.modPartsLinkBox_type02 .box a {
  text-decoration: underline;
}

.modPartsLinkBox_type02 .box a .textBlock {
  font-weight: bold;
  text-align: center;
}

.modPartsLinkBox_type02 .box a .textBlock .thumb {
  width: auto;
  float: none;
  margin-bottom: 9px;
}

.modPartsLinkBox_type02 .box a .textBlock .text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 0;
}

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

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

.modPartsTxt a {
  text-decoration: underline;
}

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

@media only screen and (max-width: 768px) {
  .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;
}

.modPartsTxt hr {
  display: block;
  border: none;
  border-top: 1px dotted #A5A5A5;
}

.modPartsTxt em {
  font-style: oblique;
}

.modPartsTxt.txtSmall {
  color: #5a5a5a;
  font-size: 1.2rem;
  line-height: 1.2;
}

.modPartsTxt02 {
  padding: 25px;
  background: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  border: solid 1px #CCC;
  color: #333;
}

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

.modPartsTxt02_type01 {
  font-size: 14px;
  font-size: 1.4rem;
}

.modWisywig {
  margin-bottom: 30px;
  /*ul,ol{
		padding-left:1.5em;
		margin-bottom:1em;
	}
	li{
		list-style-type:inherit;
	}*/
}

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

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

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

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

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

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

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

.modWisywig strong {
  font-weight: bold;
}

.modWisywig p img[style="float: right;"] {
  margin-left: 20px;
}

.modWisywig p img[style="float: left;"] {
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .modWisywig img {
    width: 50%;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .modWisywig img.rw100 {
    width: 100%;
    height: auto;
  }
}

.modWisywig hr {
  display: block;
}

.modWisywig table {
  border: solid 1px #D2D2D2;
  margin-bottom: 20px;
}

.modWisywig table th, .modWisywig table td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modWisywig table th {
  background: #666666;
  color: #FFF;
}

.modWisywig table td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modWisywig .head {
  display: none;
}

.modWisywig .foot {
  display: none;
}

.modWisywig .modBlock10 {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 25px 40px 24px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .modWisywig .modBlock10 {
    padding: 20px;
  }
}

.modWisywig .modBlock10 li {
  list-style: none;
}

.modWisywig .modBlock10:before {
  background-image: url(../img/smile/borderBlock.png);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.modWisywig .modBlock10_noIcon:before {
  display: none;
}

.modWisywig .modBlock10 > .title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FA7474;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #A5A5A5;
}

.modWisywig .modBlock10 > .title .caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  line-height: 2;
}

.modWisywig .modBlock10 > .title_type02 {
  font-size: 16px;
  font-size: 1.6rem;
}

.modWisywig .modBlock10 .main {
  padding: 10px 0;
}

.modWisywig .modBlock10_type2 {
  border: none;
  background: #F4F4F4;
}

.modWisywig .modBlock10_type2 a {
  text-decoration: underline;
}

.modWisywig .modBlock10_type2:before {
  background-image: url(../img/common/iconBlockBlack.png);
}

.modWisywig .modBlock10_type2 .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #FF5367;
  color: #FFF;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
}

.modWisywig .modBlock10_type2 .icon.icon02 {
  right: 75px;
}

.modWisywig .modBlock10_type2 .subTitle {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
}

.modWisywig .modBlock10_type2 .title {
  color: #000;
  border-bottom: none;
}

.modWisywig .modBlock10_type2 .comment {
  line-height: 1.8;
  margin-bottom: 40px;
}

.modWisywig .modBlock10_type2 .caption {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.modWisywig .modBlock10_type2 .caption_txtRed {
  color: #ff5367;
}

.modWisywig .modBlock10_type2 .dlList {
  margin-bottom: 20px;
}

.modWisywig .modBlock10_type2 .dlList dt {
  font-weight: bold;
}

.modWisywig h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  margin: 30px 0 20px;
  /*        background-color:#000;
        margin:0 0 15px;
        padding:10px 16px;
        color:#fff;
        @include fz(20);
        font-family:$titleFontFamily;
        font-weight:bold;
            .large{
                @include fz(22);
            }
            
            .large02{
                        margin-left:15px;
                @include fz(22);
            }
            
            .subTitle{
                @include fz(11);
                margin-left:12px;
            }
            
            &_type02{
                @include fz(20);
            }
            
            .eventDate {
                @include fz(11);
                color:#000;
                background-color:#fff;
                border-radius: 3px;
                text-align: center;
                margin-right: 10px;
                padding: 1px 5px;
                vertical-align: middle;
            }
*/
}

.modWisywig h3:before {
  content: "";
  background-color: #221814;
  padding: 5px 10px 5px 15px;
  border-radius: 0 37px 37px 0;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3;
  margin-right: 10px;
}

.modWisywig h4 {
  /*        border-top:2px solid #000;
        border-bottom:2px solid #000;
        padding:10px 10px;
        margin:30px 0 20px;
*/
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0 10px;
}

.modWisywig h4.modTitle05 {
  font-size: 15px;
  font-size: 1.5rem;
}

.modWisywig p.cosTxtBold {
  font-size: 14px;
  font-size: 1.4rem;
}

.modWisywig .floatRight {
  float: right;
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .modWisywig .floatRight {
    float: none;
    margin-left: auto;
  }
}

@media only screen and (max-width: 600px) {
  .modWisywig .floatRight .head,
  .modWisywig .floatRight .body,
  .modWisywig .floatRight .foot {
    text-align: center;
  }
}

.modWisywig .floatRight .body {
  margin-bottom: 20px;
}

.modWisywig .floatRight .caption {
  margin-top: -20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .modWisywig .floatRight .caption {
    margin-top: -10px;
    text-align: center;
  }
}

.modWisywig table {
  border: solid 1px #D2D2D2;
  margin-bottom: 20px;
}

.modWisywig table th, .modWisywig table td {
  padding: 15px;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  background: #FFF;
}

.modWisywig table th {
  background: #666666;
  color: #FFF;
}

.modWisywig table td .strong {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.modWisywig table.modTbl01_borderWhite {
  border: solid 1px #F5F5F5;
}

.modWisywig table.modTbl01_borderWhite th, .modWisywig table.modTbl01_borderWhite td {
  border-right: solid 1px #F5F5F5;
  border-bottom: solid 1px #F5F5F5;
}

.modWisywig table.modTbl01_th_mini th {
  padding: 7px 15px;
}

.modWisywig table.modTbl01_vAlignTop th, .modWisywig table.modTbl01_vAlignTop td {
  vertical-align: top;
}

.modWisywig table.modTbl01_tourSchedule {
  margin-bottom: 10px;
}

.modWisywig table.modTbl01_tourSchedule th, .modWisywig table.modTbl01_tourSchedule td {
  font-size: 13px;
  font-size: 1.3rem;
}

.modWisywig table.modTbl01_tourSchedule th {
  padding: 3px 15px;
}

.modWisywig table.modTbl01_tourSchedule td {
  padding: 10px 15px;
}

.modWisywig table.modTbl01_tourSchedule .titleCell {
  background-color: #dedee0;
  text-align: center;
}

.modWisywig table.modTbl01_tourSchedule .flag {
  position: relative;
}

.modWisywig table.modTbl01_tourSchedule .flag:before {
  content: "\f024";
  font-family: FontAwesome;
  color: #000;
  line-height: 1;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

/* 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;
}

.cosWmax100per {
  width: auto !important;
  max-width: 100%;
}

.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) {
  .cosRW100per {
    width: 100% !important;
  }
}

/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-left: auto;
  margin-right: 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: 600px) {
  .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;
}

.cosTxt10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.cosTxt11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.cosTxt12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.cosTxt13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.cosTxt14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.cosTxt15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.cosTxt16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.cosTxt18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.cosTxt20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.cosTxt24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.cosTxt26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

/* grid
------------------------------------------------------------*/
.cosGrid {
  width: 100%;
  *zoom: 1;
}

.cosGrid:before,
.cosGrid:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGrid:after {
  clear: both;
}

.cosGrid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  box-sizing: border-box;
}

.cosGrid [class*="span"]:first-child {
  margin-left: 0;
}

.cosGrid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.cosGrid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.cosGrid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.cosGrid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.cosGrid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.cosGrid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.cosGrid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.cosGrid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.cosGrid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.cosGrid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.cosGrid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.cosGrid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.cosGrid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.cosGrid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.cosGrid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.cosGrid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.cosGrid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.cosGrid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.cosGrid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.cosGrid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.cosGrid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.cosGrid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.cosGrid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.cosGrid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.cosGrid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.cosGrid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.cosGrid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.cosGrid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.cosGrid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.cosGrid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.cosGrid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.cosGrid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.cosGrid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.cosGrid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.cosGrid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.cosGrid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.cosGrid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

@media only screen and (max-width: 600px) {
  .cosGrid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 600px) {
  .cosGrid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 600px) {
  .cosGrid [class*="offset"]:first-child {
    margin-left: 0;
  }
}

.cosGridXs {
  width: 100%;
  *zoom: 1;
}

.cosGridXs:before,
.cosGridXs:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGridXs:after {
  clear: both;
}

.cosGridXs > [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  box-sizing: border-box;
}

.cosGridXs [class*="span"]:first-child {
  margin-left: 0;
}

.cosGridXs .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.cosGridXs > .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.cosGridXs > .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.cosGridXs > .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.cosGridXs > .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.cosGridXs > .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.cosGridXs > .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.cosGridXs > .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.cosGridXs > .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.cosGridXs > .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.cosGridXs > .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.cosGridXs > .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.cosGridXs > .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.cosGridXs > .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.cosGridXs > .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.cosGridXs > .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.cosGridXs > .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.cosGridXs > .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.cosGridXs > .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.cosGridXs > .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.cosGridXs > .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.cosGridXs > .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.cosGridXs > .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.cosGridXs > .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.cosGridXs > .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.cosGridXs > .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.cosGridXs > .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.cosGridXs > .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.cosGridXs > .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.cosGridXs > .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.cosGridXs > .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.cosGridXs > .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.cosGridXs > .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.cosGridXs > .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.cosGridXs > .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.cosGridXs > .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.cosGridXs > .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

.cosGrid [class*="span"] img,
.cosGridXs [class*="span"] img {
  /*@include sphoneP{
				width:100%;
				height:auto;
				
			}*/
}

/* etc
------------------------------------------------------------*/
.cosHide {
  display: none;
}

.cosFl {
  float: left;
}

.cosFr {
  float: right;
}

.cosInlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

@media only screen and (max-width: 768px) {
  .cosTxtCenterSp {
    text-align: center !important;
  }
}

.wrapper_type02 .mainVisual {
  background-image: url(../img/pro/mainVisual.png);
  height: 226px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .wrapper_type02 .mainVisual {
    height: auto;
    padding: 20px 0;
  }
}

.wrapper_type02 .mainVisual .catchBlock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  height: 80px;
  color: #FFF;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .wrapper_type02 .mainVisual .catchBlock {
    width: 100%;
    position: static;
    height: auto;
  }
}

.wrapper_type02 .mainVisual .catchBlock .text {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .wrapper_type02 .mainVisual .catchBlock .text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.wrapper_type02 .mainVisual .catchBlock .text:before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #FFF;
  top: 57px;
  left: 50%;
  margin-left: -38px;
  width: 75px;
}

.wrapper_type02 .mainVisual .catchBlock .text02 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: YuGothic, "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.wrapper_type02 #pankuzu {
  padding: 6px 0 10px;
}

.modList01_type9 .body {
  padding: 10px 10px 80px 14px;
  height: auto;
  box-sizing: border-box;
}

.modList01_type9 .caption {
  position: static !important;
}

.modBlock08_type04_pro {
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #000;
}

.modBlock08_type04_pro h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.modBlock08_type04_pro .text2 {
  padding: 0;
  padding: 0 !important;
}

.spaceBlock {
  padding: 50px 0;
}

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

.utilityBlock {
  background-color: #FAF8F7;
  padding: 50px 0;
}

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

#sec1, #sec2 {
  margin-top: -175px;
  padding-top: 175px;
}

.no_before:before {
  content: none !important;
}

@media only screen and (max-width: 979px) {
  .no_before {
    padding-left: 0% !important;
  }
}

.bg_change {
  background-color: #EBF4F4;
}

.seminer_wrap {
  overflow: hidden;
}

.seminer_btn {
  width: 35%;
  margin-bottom: 20px;
  float: right;
}

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

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