@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
  Common
--------------------------------------------------------------*/
html {
/*  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;*/
}
/*
body {
  background: #fff;
  font: 400 15px/2 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Poppins', 'Roboto', Arial, sans-serif;
  color: #000;
  padding:0;
  margin:0;
}
*/
img {
  max-width: 100%;
  height: auto;
}


/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}
ol, ul {
  list-style: none;
}
.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 140px 0 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


.icon-bar {
  background: #fff;
}
.navbar-toggle {
  background-color:#4B0080;
  border-radius: 0;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}
/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}



/*--------------------------------------------------------------
  Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}
.device-mobile {
    display: none;
}

/*--------------------------------------------------------------
  Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #7E69D3;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

ul:not(.main-nav ul),
p, ol, blockquote {
  margin: 0 0 20px;
}


blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin: 0 0 70px;
  font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 70px;
}
/*
#indexcontact {
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 0;
}
#indexcontact a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  height: 53px;
  cursor: pointer;
  background: linear-gradient(45deg, #726193 20%, #e37b7c 60%, #ffe4b4);
}
#indexcontact a:hover {
  background:rgba(0,0,0,.35);
}
*/


/*--------------------------------------------------------------
  Heade
--------------------------------------------------------------*/
/* Blog Page Header */
.blog-page-header {
    background-position: 50% 24%;
    padding: 12em 0 2em;
}
.blog-page-header::before {
  background: rgba(255,255,255,0.3);
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}


/*--------------------------------------------------------------
  Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
  margin-bottom: 20px;
}

.post-header {
  margin: 0 0 15px;
}


.post-meta {
  font-size: 13px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

.post .List {
    width: 35px;
    height: 35px;
    margin: 0 auto;
}
/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}
.post-more {
  position:relative;
  padding-bottom: 5px;
}
.post-more a::before {
    content: "";
    background-color: #ccc;
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;
    left: 0;
    -webkit-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -moz-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -o-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    -ms-transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
    transition: width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.post-more a:hover::before {
    left: 15%;
    width: 0;
    -webkit-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    -moz-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    -o-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    -ms-transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
    transition: left 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, width 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
}
.post-more a:hover {
  color: #7E69D3;
}
.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

/*.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
  text-decoration:none;
}

.pagination a.active {
  border-color: #CACACA;
}*/

/*--------------------------------------------------------------
  Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/*--------------------------------------------------------------
  sidebar
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 60px;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul.icon-list::before {
  display: none;
}
.widget .icon-list li {
  padding: 5px 0;
  line-height: 1.8;
}
.widget-title, .widget .icon-list li a {
  font: 400 15px/1.8 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", 'Poppins', 'Roboto', Arial, sans-serif;
}
.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}
.widget .icon-list li a::before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}
/* Category List */
.cat-list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}
.cat-list li:last-child {
  border-bottom: none;
  padding: 10px 0 0;
}
.cat-list li a {
  color: #000;
  font-size: 13px;
}
.cat-list li a:hover {
  color: #006bb7;
}
.cat-list li i {
  float: right;
  font-size: 10px;
  position: relative;
  top: 7px;
}


/* Tag List */
.tag-list a {
  margin: 0 2px 6px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
}
.tag-list a:hover {
  background:#006bb7;
}


#blog {
  background-image: url('../image/info/bg_blog.png');
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
}

#blog article {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d4d4d4;
}
#blog article dl {
    display: table;
    width: 100%;
}
#blog article dl dt {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-right: 6%;
  padding-top: 3px;
  font-weight: 400;
  color:#5D7174;
}
#blog article dl dd {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}



.copyright {
  font-size: 11px;
  color:#999DA0;
  margin-bottom: 0;
  z-index: 5000;
  font-family: YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: .15em;
}


/*--------------------------------------------------------------
  Padding Space Position
--------------------------------------------------------------*/
.vertical_writing {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .vertical_writing {
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
    text-align: center;
  }
}
.relative {
  position:relative;
}
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space80 {
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space100 {
  margin-bottom: 100px;
}
.spaceTop10 {
  margin-top: 10px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.no-float {
  float:none;
  margin:0 auto;
}
.padding05 {
  padding: 5px 0 !important;
}
.padding10 {
  padding: 10px 0 !important;
}
.padding15 {
    padding: 15px 0 !important;
}
.padding20 {
  padding: 20px 0 !important;
}
.padding30 {
  padding: 30px 0 !important;
}
.padding40 {
  padding: 40px 0 !important;
}
.padding50 {
  padding: 50px 0 !important;
}
.padding60 {
  padding: 60px 0 !important;
}
.padding70 {
  padding: 70px 0 !important;
}
.padding80 {
  padding: 80px 0 !important;
}
.padding90 {
  padding: 90px 0 !important;
}
.padding100 {
  padding: 100px 0 !important;
}
.padding-Top20 {
  padding-top: 20px;
}
.padding-Left20 {
  padding-left: 20px;
}
.margin-auto {
  margin:0 auto !important;
}
/*--------------------------------------------------------------
  Print Style
--------------------------------------------------------------*/
@media print {
  .animated, .animate, .wow {
  opacity: 1 !important;
  }
  section {
  padding: 1.5em 0!important;
  }
}
.whitemark {
/*   color:#fff; */
  font-size: 10px;
  margin: 0;
  display:none;
}



/*--------------------------------------------------------------
ADD 201805
--------------------------------------------------------------*/
/*お知らせ一覧サムネール*/
.eyecatch-wrap img{
  margin:10px;
  width:100%;
  height: auto;
}

.wrap{
  margin-left:10px;
}

.content-all{
  width:85%;
  max-width: 1200px;
  margin:0 auto;
}

.info-left{
  width:65%;
  float:left;
}

.info-right{
  width:30%;
  max-width:305px;
  float:right;
}

.single-wrap{
  width:90%;
  margin:0 auto;
}

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

/*----------------------------------------
ページアップ
------------------------------------------*/
.top-btn {
    color: #fff;
    font-family: "YuMincho","Yu Mincho","Hiragino Mincho Pro","MS PMincho",serif;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 15px;
}

a.top-btn:hover {
    color: #000;
}


/*----------------------------------------
ページネーション
------------------------------------------*/
.page-numbers{
  text-decoration: none;
  font-size:1.3em;
  border:1px solid #999;
  padding:3px 5px;
  margin:0 2px;
}

.next,
.prev{
  font-size:1.2em;
  border:none;
}

.next:hover,
.prev:hover{
  background-color:transparent!important;
  color:inherit!important;
  opacity: 0.5;
}

.icon-arrow-left22,
.icon-arrow-right22{
  position: relative;
}

.icon-arrow-left22::before{
    position: absolute;
    top: 5px;
    left:-25px;
}

.icon-arrow-right22::before{
    position: absolute;
    top: 5px;
    right:-25px;
}

/*span.current{
  background-color:#999;
  color:#fff;
}*/

a.page-numbers:hover{
  background-color:#999;
  color:#fff;
}

.post-meta a{
  border:1px solid #999;
  padding:3px;
  text-decoration: none;
}

.post-meta a:hover{
  background-color:#999;
  color:#fff;
}

a.more-link{
  text-decoration: none;
}

.icon-list a,
.cat-item a{
  text-decoration: none;
}

/*----------------------------------------
ページネーション 通常版
------------------------------------------*/
.pagination a{
  border: 1px solid #999;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #555;
  padding: 4px 10px;
  text-decoration:none;
  margin:0 2px;
}

.pagination a:hover{
  background-color:#999;
  color:#fff;
}

.pagination span.current{
  border: 1px solid #999;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 10px;
  margin:0 2px;
  background-color:#999;
  color:#fff;
}
