html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* SASS variables are information about icon's compiled state, stored under its original file name
 *
 * .icon-home
 *   width: $icon-home-width
 *
 * The large array-like variables contain all information about a single icon
 * $icon-home: x y offset_x offset_y width height total_width total_height image_path
 */
/* The provided mixins are intended to be used with the array-like variables
 *
 * .icon-home
 *   @include sprite-width($icon-home)
 *
 * .icon-email
 *   @include sprite($icon-email)
 */
body {
  min-width: 960px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #40afe5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.is_sp {
  display: none;
}

.icon {
  text-indent: 200%;
  overflow: hidden;
  white-space: pre;
}

.tags {
  list-style: none;
}
.tags:after {
  content: "";
  display: block;
  clear: both;
}
.tags li {
  border: 1px solid #87cae7;
  border-radius: 5px;
  background-color: #e7fbfb;
  padding: 0 5px;
  color: #272727;
  text-decoration: none;
  float: left;
  margin-right: 2px;
  font-size: 11px;
  line-height: 18px;
}
.tags li a {
  color: #272727;
  text-decoration: none;
}

#GlobalHeader {
  border-top: 6px solid #40afe5;
  position: relative;
}
#GlobalHeader h1 {
  position: absolute;
  left: 0;
  top: 25px;
}
#GlobalHeader h1 a {
  display: block;
  background-image: url(img/common.png);
  background-position: 0px -169px;
  width: 216px;
  height: 40px;
  text-indent: 200%;
  overflow: hidden;
  white-space: pre;
}
#GlobalHeader p.tagline {
  position: absolute;
  top: 51px;
  left: 234px;
  font-size: 12px;
  font-style: italic;
}
#GlobalHeader a.powered {
  display: block;
  background-image: url(img/common.png);
  background-position: 0px -14px;
  width: 148px;
  height: 22px;
  position: absolute;
  top: 46px;
  left: 482px;
}
#GlobalHeader form.search {
  position: absolute;
  right: 0;
  top: 30px;
}
#GlobalHeader form.search input {
  position: absolute;
  left: 0;
  top: 0;
}

form.search {
  border: 1px solid #676767;
  width: 200px;
  height: 24px;
  position: relative;
}
form.search input {
  display: block;
  width: 173px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  border: none;
  height: 24px;
}
form.search button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border: none;
  background: none;
  width: 27px;
  height: 24px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: black;
}
form.search button span.icon.search {
  display: block;
  border: none;
  font-size: 9px;
  background-image: url(img/common.png);
  background-position: 0px 0px;
  width: 14px;
  height: 12px;
  margin-left: 7px;
}

.article-list.pattern1 .article {
  position: relative;
  border-bottom: 1px solid #b5b5b5;
  padding-top: 20px;
}
.article-list.pattern1 .article:after {
  content: "";
  display: block;
  clear: both;
}
.article-list.pattern1 .article.hover {
  background-color: #ecfbff;
}
.article-list.pattern1 .eye-catch {
  float: left;
  height: 119px;
  width: 181px;
  margin-left: 8px;
  margin-bottom: 20px;
  background-position: 0 0;
  background-size: cover;
  background-image: url("");
}
.article-list.pattern1 .con {
  float: right;
  width: 252px;
  min-height: 139px;
  position: relative;
}
.article-list.pattern1 h2 {
  font-size: 17px;
  line-height: 21px;
  padding-bottom: 0.5em;
}
.article-list.pattern1 a.cate {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #3bb7ed;
}
.article-list.pattern1 p.date {
  text-align: right;
  font-size: 13px;
  font-family: "Arial Regular", sans-serif;
}
.article-list.pattern1 ul.tags {
  padding-bottom: 20px;
}
.article-list.pattern1 li {
  float: right;
}
.article-list.pattern1 a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 0, 0, 0);
}

.box_list {
  margin-bottom: 12px;
}
.box_list:after {
  content: "";
  display: block;
  clear: both;
}
.box_list .item {
  background-color: white;
  border: 1px solid #aaaaaa;
  display: block;
  width: 204px;
  height: 236px;
  box-sizing: border-box;
  float: left;
  position: relative;
  padding: 10px;
  overflow: hidden;
  margin-left: 12px;
}
.box_list .item:first-child {
  margin-left: 0;
}
.box_list .item.hover {
  background-color: #ecfbff;
}
.box_list .eyecatch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 180px;
  height: 120px;
}
.box_list .content {
  position: relative;
}
.box_list .content h3 {
  position: absolute;
  top: 29px;
  left: 0;
  font-size: 12px;
  line-height: 16px;
}
.box_list .content .cate {
  position: absolute;
  top: 0;
  left: 0;
  color: #3bb7ed;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
}
.box_list .content .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  line-height: 26px;
  font-family: "Arial Regular", sans-serif;
}
.box_list a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

aside#RightNavi {
  margin-bottom: 32px;
}
aside#RightNavi nav.popular-articles h2 {
  background-color: #40afe5;
  color: white;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
aside#RightNavi nav.popular-articles h2 span {
  font-family: "Arial Bold", sans-serif;
  font-style: italic;
  padding-left: 0.5em;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
aside#RightNavi nav.popular-articles .item {
  padding-bottom: 15px;
}
aside#RightNavi nav.popular-articles .item:after {
  content: "";
  display: block;
  clear: both;
}
aside#RightNavi nav.popular-articles .rank {
  background-image: url(img/common.png);
  background-position: 0px -116px;
  width: 24px;
  height: 24px;
  float: left;
}
aside#RightNavi nav.popular-articles .rank1 {
  background-position: 0px -116px;
}
aside#RightNavi nav.popular-articles .rank2 {
  background-position: 0px -38px;
}
aside#RightNavi nav.popular-articles .rank3 {
  background-position: 0px -90px;
}
aside#RightNavi nav.popular-articles .rank4 {
  background-position: 0px -142px;
}
aside#RightNavi nav.popular-articles .rank5 {
  background-position: 0px -64px;
}
aside#RightNavi nav.popular-articles .con {
  float: right;
  width: 265px;
}
aside#RightNavi nav.popular-articles h3 {
  font-size: 14px;
  display: inline;
}
aside#RightNavi nav.popular-articles h3 a {
  text-decoration: none;
  color: #272727;
}
aside#RightNavi nav.popular-articles h3 a:hover {
  text-decoration: none;
  color: #40afe5;
}
aside#RightNavi nav.popular-articles a.cate {
  color: #3bb7ed;
  font-size: 11px;
  padding-left: 1em;
  cursor: pointer;
  font-weight: bold;
}
aside#RightNavi nav.popular-articles a.cate:hover {
  text-decoration: underline;
}
aside#RightNavi .follow_site {
  padding-top: 15px;
}
aside#RightNavi .follow_site .twitter {
  padding-bottom: 10px;
}
aside#RightNavi .follow_site .feed {
  background: url(img/rss.png) 0 0 no-repeat;
  padding: 0 0 0 45px;
  height: 36px;
  margin-bottom: 5px;
}
aside#RightNavi .follow_site .feedly {
  background: url(img/feedly.png) 0 0 no-repeat;
  padding: 5px 0 0 45px;
  height: 36px;
  margin-bottom: 32px;
}

.facebook_page_plugin.no_sp {
  height: 500px;
}

.banners {
  margin-top: 1em;
}
.banners h2 {
  display: none;
}
.banners li {
  margin-bottom: 0.8em;
}
.banners a {
  display: block;
}
.banners a:hover {
  opacity: 0.8;
}
.banners img {
  max-width: 100%;
  height: auto;
}

#GlobalFooter {
  background-color: #2b2b2b;
  padding: 20px 0 55px;
  color: white;
  font-size: 12px;
}
#GlobalFooter ul li {
  float: left;
  border-left: 1px solid white;
  padding: 0 12px 0 12px;
}
#GlobalFooter ul li:first-child {
  border: none;
  padding-left: 0;
}
#GlobalFooter ul li a {
  color: white;
  text-decoration: none;
}
#GlobalFooter ul li a:hover {
  text-decoration: underline;
}
#GlobalFooter .copyright {
  float: right;
}

.container#Main {
  margin-top: 75px;
}
.container#Main:after {
  content: "";
  display: block;
  clear: both;
}
.container#Main .contents {
  float: left;
  width: 645px;
}
.container#Main .contents:after {
  content: "";
  display: block;
  clear: both;
}
.container#Main aside#RightNavi {
  float: right;
  width: 300px;
}
.container#Main.subpage aside#RightNavi {
  padding-top: 21px;
}

#BreadcrumbList {
  padding-top: 12px;
  font-size: 12px;
}

#LeftNavi,
#CategoryNavi {
  width: 180px;
  float: left;
  margin-top: 24px;
}
#LeftNavi nav,
#CategoryNavi nav {
  background: #f7f6e9 url(img/category-nav-bg.png) right 0 no-repeat;
}
#LeftNavi nav h2,
#CategoryNavi nav h2 {
  display: block;
  height: 30px;
  width: 91px;
  line-height: 30px;
  color: white;
  font-size: 16px;
  background-color: #40afe5;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
}
#LeftNavi nav ul,
#CategoryNavi nav ul {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#LeftNavi nav ul li,
#CategoryNavi nav ul li {
  font-size: 12px;
}
#LeftNavi nav ul li a,
#CategoryNavi nav ul li a {
  line-height: 1.2;
  display: block;
  background: #f7f6e9 url(img/icon-triangle-black.png) 12px center no-repeat;
  padding: 8px 0 8px 26px;
  color: black;
  text-decoration: none;
}
#LeftNavi nav ul li a:hover,
#CategoryNavi nav ul li a:hover {
  background-color: #dad9ce;
}

#RightNavi #CategoryNavi {
  width: 100%;
}
#RightNavi #CategoryNavi nav {
  background-position: right 0;
}

#Page {
  margin: 22px 0;
  padding-bottom: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #535353;
  border-bottom: 1px solid #2b2b2b;
}
#Page header {
  position: relative;
  margin-bottom: 24px;
}
#Page header .box {
  background-color: #40afe5;
  color: white;
  padding: 12px 12px 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  position: relative;
}
#Page header .box .cate {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #2b2b2b;
  position: absolute;
  bottom: 5px;
  right: 12px;
}
#Page header p.write {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
}
#Page .content {
  margin-bottom: 32px;
}
#Page .content p {
  margin-bottom: 1em;
}
#Page .content h1, #Page .content h2, #Page .content h3, #Page .content h4, #Page .content h5, #Page .content h6 {
  font-weight: bold;
  margin: 1em 0;
}
#Page .content h1,#Page .content h2 { /* 2015.7.13 h2を追加*/
  font-size: 22px;
}
#Page .content h3, #Page .content h4 { /* 2015.7.13 h2を削除*/
  font-size: 20px;
}
#Page .content h4 {
  color: #40afe5;
}
#Page .content h5 {
  font-size: 18px;
}
#Page .content h6 {
  font-size: 16px;
  color: #40afe5;
}
#Page .content strong {
  font-weight: bold;
}
#Page .content a {
  text-decoration: underline;
}
#Page .content a:hover {
  color: #9ad5f1;
}
#Page .content a[target="_blank"] {
  background: url(img/icon-blank.png) 0 center no-repeat;
  padding-left: 24px;
}
#Page .content i {
  font-style: italic;
}
#Page .content img {
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
}
#Page .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#Page .content .alignleft {
  float: left;
  margin-right: 1em;
}
#Page .content .alignright {
  float: right;
  margin-left: 1em;
}
#Page .content .clear {
  clear: both;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: none;
}
#Page .content ul, #Page .content ol {
  list-style-position: outside;
  margin-bottom: 0.5em;
}
#Page .content ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
#Page .content ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
#Page .content hr {
  border: 0;
  height: 0;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #dedede;
  clear: both;
}
#Page .content hr.clear {
  visibility: hidden;
}
#Page .content table {
  margin: 16px 0;
}
#Page .content table.aligncenter {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
#Page .content table caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #40afe5;
}
#Page .content table th, #Page .content table td {
  border: 1px solid #eeeeee;
  padding: 6px;
}
#Page .content table th {
  background-color: #40afe5;
  color: white;
  font-weight: bold;
  text-align: center;
}
#Page .content blockquote {
  background: #f7f6e9 url(img/icon-blockquote.png) 10px 10px no-repeat;
  border-radius: 10px;
  padding: 28px 22px;
}
#Page .content blockquote p {
  margin-bottom: 1em;
}
#Page .content .translation_balloon {
  background-color: #f7f6e9;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 1em;
}
#Page .content .translation_balloon p {
  margin-bottom: 0;
}
#Page .sns {
  margin: 6px 0;
  list-style: none;
}
#Page .sns:after {
  content: "";
  display: block;
  clear: both;
}
#Page .sns li {
  float: left;
  padding-right: 12px;
  margin-top: 4px;
}
#Page .sns li:first-child {
  margin-top: 0;
}
#Page.simple {
  border-bottom: none;
}
#Page.simple header .box {
  padding-bottom: 6px;
}

.related h2 {
  margin: 12px 0;
}

a.pagetop {
  background: url(img/icon-pagetop.png) 0 center no-repeat;
  display: block;
  padding-left: 25px;
  color: #272727;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  float: right;
  margin-top: -45px;
}
a.pagetop:hover {
  text-decoration: underline;
}

#EyeCatchSlider {
  position: relative;
  width: 645px;
  height: 300px;
}
#EyeCatchSlider .item {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 645px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
#EyeCatchSlider .item .blue {
  position: absolute;
  top: 198px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(64, 175, 229, 0.58);
}
#EyeCatchSlider .item h2 {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 26px;
  color: white;
  font-weight: bold;
}
#EyeCatchSlider .item .des {
  position: absolute;
  top: 49px;
  left: 11px;
  font-size: 14px;
  color: white;
}
#EyeCatchSlider .item p.cate {
  position: absolute;
  top: 0;
  left: 0;
  background: url("img/eyec-tag-bg.png") right 0 no-repeat;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  padding: 0 2em 0 1em;
  color: white;
}
#EyeCatchSlider .item p.date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.37);
  color: white;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  padding: 10px;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
#EyeCatchSlider .item a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#EyeCatchSlider .sp-next-arrow:after,
#EyeCatchSlider .sp-next-arrow:before,
#EyeCatchSlider .sp-previous-arrow:after,
#EyeCatchSlider .sp-previous-arrow:before {
  width: 15%;
}
#EyeCatchSlider .sp-grab,
#EyeCatchSlider .sp-grabbing {
  cursor: pointer;
}
#EyeCatchSlider .sp-buttons {
  position: absolute;
  bottom: 0px;
}
#EyeCatchSlider .sp-buttons .sp-button {
  border-color: white;
  background-color: white;
}
#EyeCatchSlider .sp-buttons .sp-button.sp-selected-button {
  border-color: #5498c3;
  background-color: #5498c3;
}

#FrontLatestArticleList,
#CategoryLatestArticleList {
  width: 449px;
  float: right;
  margin-top: 18px;
  margin-bottom: 18px;
}
#FrontLatestArticleList h2.title,
#CategoryLatestArticleList h2.title {
  background-color: #40afe5;
  color: white;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
}

#FrontPageArticleFooter,
.sp_pagination {
  background-color: #e1e1e1;
  padding-bottom: 20px;
}
#FrontPageArticleFooter:after,
.sp_pagination:after {
  content: "";
  display: block;
  clear: both;
}
#FrontPageArticleFooter ul.pagination,
.sp_pagination ul.pagination {
  text-align: center;
  padding-top: 24px;
}
#FrontPageArticleFooter ul.pagination li,
.sp_pagination ul.pagination li {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  height: 37px;
  margin-right: 8px;
  font-family: "Arial Regular", sans-serif;
}
#FrontPageArticleFooter ul.pagination li a,
.sp_pagination ul.pagination li a {
  display: block;
  line-height: 37px;
  color: white;
  text-decoration: none;
  background-color: #9f9f9f;
  font-family: "Arial Regular", sans-serif;
  padding: 0 10px;
}
#FrontPageArticleFooter ul.pagination li a:hover,
.sp_pagination ul.pagination li a:hover {
  opacity: 0.8;
}
#FrontPageArticleFooter ul.pagination li.active,
.sp_pagination ul.pagination li.active {
  background-color: #58b9f4;
  color: white;
  line-height: 37px;
  padding: 0 10px;
}
#FrontPageArticleFooter ul.pagination li.dot,
.sp_pagination ul.pagination li.dot {
  background: url(img/icon-dot.png) 0 center no-repeat;
  width: 14px;
  height: 37px;
}

.subpage #FrontLatestArticleList,
.subpage #CategoryLatestArticleList {
  margin-top: 21px;
}

.empty-result {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
}
.empty-result form.search {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  body {
    min-width: initial;
  }

  .no_sp {
    display: none;
  }

  .is_sp {
    display: initial;
  }

  .container {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }

  #GlobalHeader {
    position: fixed;
    width: 100%;
    z-index: 500;
    background-color: white;
    margin-top: 0;
    top: 0;
    border-top: none;
  }
  #GlobalHeader .container {
    height: 50px;
    border-top: 6px solid #40afe5;
    border-bottom: 6px solid #40afe5;
    z-index: 200;
    background-color: white;
  }
  #GlobalHeader h1 {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 10px;
  }
  #GlobalHeader h1 a {
    background-image: url(img/common.png);
    background-position: 0px -525px;
    width: 310px;
    height: 56px;
    background-size: 310px 386px;
    width: 155px;
    height: 28px;
    background-position: 0px -262.5px;
  }
  #GlobalHeader #SP_search_btn {
    background-image: url(img/common.png);
    background-position: 0px -211px;
    width: 46px;
    height: 47px;
    background-size: 310px 386px;
    width: 23px;
    height: 23.5px;
    background-position: 0px -105.5px;
    position: absolute;
    left: 10px;
    top: 12px;
  }
  #GlobalHeader form.search {
    transition: all 0.5s ease;
    left: -200%;
    top: 0px;
    width: 100%;
    height: 49px;
    background-color: white;
    z-index: 210;
    border: none;
  }
  #GlobalHeader form.search.active {
    left: 0px;
  }
  #GlobalHeader form.search input {
    width: 80%;
    border: 1px solid #cccccc;
    border-radius: 12px;
    line-height: 36px;
    height: 36px;
    margin: 7px auto 0;
    position: static;
    outline: none;
    font-size: 16px;
  }
  #GlobalHeader form.search button {
    display: none;
  }
  #GlobalHeader form.search a.cancel {
    position: absolute;
    top: 18px;
    left: 5px;
  }

  .category_menu {
    background-image: url(img/common.png);
    background-position: 0px -583px;
    width: 77px;
    height: 62px;
    background-size: 310px 386px;
    width: 38.5px;
    height: 31px;
    background-position: 0px -291.5px;
    position: absolute;
    right: 20px;
    top: 10px;
  }

  #SP_Category {
    transition: all 0.5s ease;
    position: absolute;
    top: -600px;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #f7f6e9;
  }
  #SP_Category.active {
    top: 62px;
  }
  #SP_Category ul {
    padding: 0;
    margin: 0;
  }
  #SP_Category ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #SP_Category li {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    line-height: 14px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid black;
    font-size: 11px;
  }
  #SP_Category li:nth-child(odd) {
    border-right: 1px solid black;
  }
  #SP_Category li a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  #SP_Category li span {
    z-index: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    color: black;
    text-decoration: none;
  }

  .article-list.pattern1 .article {
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 14px;
    box-sizing: border-box;
  }
  .article-list.pattern1 .article:last-child {
    border: none;
  }
  .article-list.pattern1 .eye-catch {
    float: left;
    width: 32%;
    height: auto;
    padding-left: 0;
    background-position: center center;
    background-size: cover;
    margin-left: 0;
    margin-bottom: 0;
  }
  .article-list.pattern1 .eye-catch:before {
    width: 100%;
    padding-top: 65%;
    content: "";
    display: block;
  }
  .article-list.pattern1 .con {
    float: right;
    width: 65%;
    padding: 0;
    min-height: initial;
  }
  .article-list.pattern1 h2, .article-list.pattern1 a.cate {
    position: relative;
    top: 0;
    padding-left: 7px;
    padding-right: 5px;
  }

  .box_list {
    margin-bottom: 0;
  }
  .box_list .item {
    float: none;
    border: none;
    border-bottom: 1px solid #aaaaaa;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 0;
    margin-left: 0;
  }
  .box_list .item:after {
    content: "";
    display: block;
    clear: both;
  }
  .box_list .item.hover {
    background-color: #ecfbff;
  }
  .box_list .item:last-child {
    border-bottom: none;
  }
  .box_list .eyecatch {
    width: 99.0px;
    height: 66px;
    float: left;
    margin: 20px 10px;
  }
  .box_list .content {
    position: relative;
    padding: 20px 10px 0 119px;
  }
  .box_list .content h3 {
    position: static;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0.5em;
    font-weight: normal;
  }
  .box_list .content .cate {
    position: static;
    line-height: 1;
    padding-bottom: 6px;
  }
  .box_list .content .date {
    display: none;
  }
  .box_list a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  aside#RightNavi nav.popular-articles:after {
    content: "";
    display: block;
    clear: both;
  }
  aside#RightNavi nav.popular-articles h2 {
    text-align: center;
    font-size: 17px;
  }
  aside#RightNavi nav.popular-articles .item {
    padding: 0 12px 1em;
    vertical-align: middle;
    position: relative;
  }
  aside#RightNavi nav.popular-articles .rank {
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 8px;
    background-image: url(img/common.png);
    background-position: 0px -472px;
    width: 50px;
    height: 51px;
    background-size: 310px 386px;
    width: 25px;
    height: 25.5px;
  }
  aside#RightNavi nav.popular-articles .rank1 {
    background-position: 0px -236px;
  }
  aside#RightNavi nav.popular-articles .rank2 {
    background-position: 0px -183px;
  }
  aside#RightNavi nav.popular-articles .rank3 {
    background-position: 0px -130px;
  }
  aside#RightNavi nav.popular-articles .rank4 {
    background-position: 0px -156.5px;
  }
  aside#RightNavi nav.popular-articles .rank5 {
    background-position: 0px -209.5px;
  }
  aside#RightNavi nav.popular-articles .con {
    float: none;
    padding-left: 27px;
    padding-top: 5px;
    width: auto;
    display: inline-block;
  }
  aside#RightNavi nav.popular-articles a.cate {
    display: none;
  }
  aside#RightNavi .follow_site {
    padding-top: 15px;
  }
  aside#RightNavi .follow_site .twitter {
    padding-bottom: 10px;
  }
  aside#RightNavi .follow_site .feed {
    background: url(../img/rss.png) 0 0 no-repeat;
    padding: 0 0 0 45px;
    height: 36px;
    margin-bottom: 5px;
  }
  aside#RightNavi .follow_site .feedly {
    background: url(../img/feedly.png) 0 0 no-repeat;
    padding: 5px 0 0 45px;
    height: 36px;
    margin-bottom: 32px;
  }
  aside#RightNavi .facebook_page_plugin {
    margin: 0 auto;
    max-width: 500px;
    min-height: 268px;
  }
  aside#RightNavi .facebook_page_plugin h2 {
    margin-top: 20px;
    background-color: #40afe5;
    color: white;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
  }

  .banners {
    margin-left: 8px;
    margin-right: 8px;
  }

  #GlobalFooter {
    padding-left: 14px;
    padding-right: 14px;
  }
  #GlobalFooter ul {
    display: block;
  }
  #GlobalFooter ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #GlobalFooter ul li {
    padding-right: 8px;
    padding-left: 8px;
  }
  #GlobalFooter .copyright {
    display: block;
    float: none;
    text-align: center;
    margin-top: 20px;
  }

  .container#Main {
    margin-top: 62px;
    overflow: hidden;
  }
  .container#Main .contents {
    float: none;
    width: auto;
  }
  .container#Main aside#RightNavi {
    float: none;
    width: auto;
  }
  .container#Main.subpage aside#RightNavi {
    padding-top: 0;
  }

  #BreadcrumbList {
    line-height: 1.2;
    margin: 0 4px;
  }

  #Page {
    margin: 12px 0;
    border-bottom: none;
  }
  #Page header .box {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 24px;
  }
  #Page header .box .cate {
    bottom: 5px;
  }
  #Page header p.write {
    bottom: 62px;
    right: 2px;
  }
  #Page header .sns {
    margin-top: 22px;
    margin-left: 5px;
    height: 62px;
  }
  #Page .content {
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    max-width: 100%;
  }
  #Page .content ol {
    margin-left: 2em;
  }
  #Page .content img {
    max-width: 100%;
  }
  #Page .content .alignleft {
    float: none;
    display: block;
    margin-right: 0;
  }
  #Page .content .alignright {
    float: none;
    display: block;
    margin-right: 0;
  }
  #Page .content table.bigtable {
    display: block;
    width: auto;
    border: 1px solid #eeeeee;
  }
  #Page .content table.bigtable td, #Page .content table.bigtable th, #Page .content table.bigtable tbody, #Page .content table.bigtable tr {
    display: block;
    width: auto;
    border: none;
    text-align: left !important;
    line-height: 1.5;
  }
  #Page .content table.bigtable caption {
    display: block;
    text-align: left;
    color: white;
    background-color: #40afe5;
  }
  #Page .content table.bigtable th {
    display: none;
  }
  #Page .content table.bigtable td:first-child {
    display: block;
    font-weight: bold;
    margin-left: 0;
    border-top: 1px solid #eeeeee;
  }
  #Page .sns {
    margin-left: 5px;
  }
  #Page .tags {
    margin-left: 5px;
  }

  .related h2 {
    background-color: #40afe5;
    color: white;
    padding: 12px 6px;
    margin: 12px 0 0;
  }

  a.pagetop {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    display: block;
    height: 25px;
    line-height: 25px;
    background-color: #40afe5;
    background-image: none;
    color: white;
  }

  #EyeCatchSlider {
    position: relative;
    width: auto;
    height: 150px;
    overflow: hidden;
  }
  #EyeCatchSlider .item {
    background-size: cover;
  }
  #EyeCatchSlider .item .blue {
    top: 78px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: inherit;
  }
  #EyeCatchSlider .item h2 {
    position: relative;
    padding-right: 16px;
    font-size: 26px;
    color: white;
    font-weight: bold;
  }
  #EyeCatchSlider .sp-buttons,
  #EyeCatchSlider .sp-arrows {
    display: none;
  }

  #LeftNavi {
    width: auto;
    float: none;
    margin-top: 0;
  }
  #LeftNavi nav {
    display: none;
  }

  #FrontLatestArticleList,
  #CategoryLatestArticleList {
    width: auto;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  #FrontLatestArticleList .sp_pagination,
  #CategoryLatestArticleList .sp_pagination {
    display: block;
  }

  .subpage #FrontLatestArticleList,
  .subpage #CategoryLatestArticleList {
    margin-top: 0px;
  }
}
/*!
*  - v1.2.1
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/.slider-pro{position:relative;margin:0 auto;-moz-box-sizing:content-box;box-sizing:content-box}.sp-slides-container{position:relative}.sp-mask{position:relative;overflow:hidden}.sp-slides{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.sp-slide{position:absolute}.sp-image-container{overflow:hidden}.sp-image{position:relative;display:block;border:none}.sp-no-js{overflow:hidden;max-width:100%}.sp-thumbnails-container{position:relative;overflow:hidden}.sp-bottom-thumbnails,.sp-top-thumbnails{left:0;margin:0 auto}.sp-top-thumbnails{position:absolute;top:0;margin-bottom:4px}.sp-bottom-thumbnails{margin-top:4px}.sp-left-thumbnails,.sp-right-thumbnails{position:absolute;top:0}.sp-right-thumbnails{right:0;margin-left:4px}.sp-left-thumbnails{left:0;margin-right:4px}.sp-thumbnails{position:relative}.sp-thumbnail{border:none}.sp-thumbnail-container{position:relative;display:block;overflow:hidden;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.sp-bottom-thumbnails .sp-thumbnail-container,.sp-top-thumbnails .sp-thumbnail-container{margin-left:2px;margin-right:2px}.sp-bottom-thumbnails .sp-thumbnail-container:first-child,.sp-top-thumbnails .sp-thumbnail-container:first-child{margin-left:0}.sp-bottom-thumbnails .sp-thumbnail-container:last-child,.sp-top-thumbnails .sp-thumbnail-container:last-child{margin-right:0}.sp-left-thumbnails .sp-thumbnail-container,.sp-right-thumbnails .sp-thumbnail-container{margin-top:2px;margin-bottom:2px}.sp-left-thumbnails .sp-thumbnail-container:first-child,.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}.sp-left-thumbnails .sp-thumbnail-container:last-child,.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;left:18px;margin-left:0!important}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;left:0;top:0;margin-left:13px}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:0;top:50%;margin-top:-8px;border-right:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-left-thumbnails.sp-has-pointer{margin-right:-13px}.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;right:18px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;right:0;top:0;margin-right:13px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;right:0;top:50%;margin-top:-8px;border-left:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-bottom-thumbnails.sp-has-pointer{margin-top:-13px}.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;top:18px;margin-top:0!important}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;top:0;margin-top:13px}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;top:0;margin-left:-8px;border-bottom:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-top-thumbnails.sp-has-pointer{margin-bottom:-13px}.sp-top-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;bottom:18px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;bottom:0;margin-bottom:13px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:0;margin-left:-8px;border-top:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-layer{position:absolute;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden}.sp-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.sp-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.sp-rounded{border-radius:10px}.sp-padding{padding:10px}.sp-grab{cursor:url(css/images/openhand.cur),move}.sp-grabbing{cursor:url(css/images/closedhand.cur),move}.sp-selectable{cursor:default}.sp-caption-container{text-align:center;margin-top:10px}.sp-full-screen{margin:0!important;background-color:#000}.sp-full-screen-button{position:absolute;top:5px;right:10px;font-size:30px;line-height:1;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sp-full-screen-button:before{content:'\2195'}.sp-fade-full-screen{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.slider-pro:hover .sp-fade-full-screen{opacity:1}.sp-buttons{position:relative;width:100%;text-align:center;padding-top:10px}.sp-button{width:10px;height:10px;border:2px solid #000;border-radius:50%;margin:4px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.sp-selected-button{background-color:#000}@media only screen and (min-width:768px) and (max-width:1024px){.sp-button{width:14px;height:14px}}@media only screen and (min-width:568px) and (max-width:768px){.sp-button{width:16px;height:16px}}@media only screen and (min-width:320px) and (max-width:568px){.sp-button{width:18px;height:18px}}.sp-arrows{position:absolute}.sp-fade-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-slides-container:hover .sp-fade-arrows{opacity:1}.sp-horizontal .sp-arrows{width:100%;left:0;top:50%;margin-top:-15px}.sp-vertical .sp-arrows{height:100%;left:50%;top:0;margin-left:-10px}.sp-arrow{position:absolute;display:block;width:20px;height:30px;cursor:pointer}.sp-vertical .sp-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-horizontal .sp-previous-arrow{left:20px}.sp-horizontal .sp-next-arrow{right:20px}.sp-vertical .sp-previous-arrow{top:20px}.sp-vertical .sp-next-arrow{bottom:20px}.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-arrow,.ie8 .sp-arrow{width:0;height:0}.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before{content:none}.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow{border-right:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow{border-left:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow{border-bottom:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow{border-top:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.sp-thumbnail-arrows{position:absolute}.sp-fade-thumbnail-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}.sp-bottom-thumbnails .sp-thumbnail-arrows,.sp-top-thumbnails .sp-thumbnail-arrows{width:100%;top:50%;left:0;margin-top:-12px}.sp-left-thumbnails .sp-thumbnail-arrows,.sp-right-thumbnails .sp-thumbnail-arrows{height:100%;top:0;left:50%;margin-left:-7px}.sp-thumbnail-arrow{position:absolute;display:block;width:15px;height:25px;cursor:pointer}.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.sp-top-thumbnails .sp-previous-thumbnail-arrow{left:0}.sp-bottom-thumbnails .sp-next-thumbnail-arrow,.sp-top-thumbnails .sp-next-thumbnail-arrow{right:0}.sp-left-thumbnails .sp-previous-thumbnail-arrow,.sp-right-thumbnails .sp-previous-thumbnail-arrow{top:0}.sp-left-thumbnails .sp-next-thumbnail-arrow,.sp-right-thumbnails .sp-next-thumbnail-arrow{bottom:0}.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-thumbnail-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-thumbnail-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-thumbnail-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-thumbnail-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-thumbnail-arrow,.ie8 .sp-thumbnail-arrow{width:0;height:0}.ie7 .sp-thumbnail-arrow:after,.ie7 .sp-thumbnail-arrow:before,.ie8 .sp-thumbnail-arrow:after,.ie8 .sp-thumbnail-arrow:before{content:none}.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow{border-right:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow{border-left:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow{border-bottom:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow{border-top:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}a.sp-video{text-decoration:none}a.sp-video img{-webkit-backface-visibility:hidden;border:none}a.sp-video:after{content:'\25B6';position:absolute;width:45px;padding-left:5px;height:50px;border:2px solid #FFF;text-align:center;font-size:30px;border-radius:30px;top:0;color:#FFF;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);margin:auto;line-height:52px}.slider-pro img.sp-image,.slider-pro img.sp-thumbnail{max-width:none!important;max-height:none!important;border:none!important;border-radius:0!important;padding:0!important;-webkit-box-shadow:none!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.slider-pro a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video{max-width:none;max-height:none}.slider-pro p.sp-layer{font-size:14px;line-height:1.4;margin:0}.slider-pro h1.sp-layer{font-size:32px;line-height:1.4;margin:0}.slider-pro h2.sp-layer{font-size:24px;line-height:1.4;margin:0}.slider-pro h3.sp-layer{font-size:19px;line-height:1.4;margin:0}.slider-pro h4.sp-layer{font-size:16px;line-height:1.4;margin:0}.slider-pro h5.sp-layer{font-size:13px;line-height:1.4;margin:0}.slider-pro h6.sp-layer{font-size:11px;line-height:1.4;margin:0}.slider-pro img.sp-layer{border:none}