@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
  --zen: 'Zen Maru Gothic', sans-serif;
}
/* ↓最大568px スマホ*/
@media screen and (max-width: 568px) {
  .mobileSkin iframe {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  #jform_articletext_ifr {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
  }
  #jform_articletext_tbl {
    max-height: 200px !important;
  }
  /* ↑最大568px スマホ*/
}
/* ↓最小768px PC・タブレットのみ*/
@media (min-width:768px) {
  #wrapper, .container, #footer-wrap {
    //overflow: hidden;
  }
  /* ↑最小768px PC・タブレットのみ*/
}
/* ↓PC・スマホ共通デザイン */
/*新レイアウト
---------------------------------------------------*/
/*見出し*/
.kiji-midashi {
  color: #333;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  margin: 40px 0;
  padding: 0;
  text-align: center;
  position: relative;
  display: block;
}
.kiji-midashi:before {
  content: '';
  background-image: url("../images/tbk02.png");
  background-repeat: repeat-x;
  background-position: left 5px;
  width: 37%;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
}
.kiji-midashi:after {
  content: '';
  background-image: url("../images/tbk02.png");
  background-repeat: repeat-x;
  background-position: left 5px;
  width: 37%;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: block;
}
.kiji-midashi-2 {
  margin: 30px 0;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  background-color: #2E95C5;
  color: #fff;
  font-size: 22px;
}
.kiji-midashi-2n-1 {
  position: relative;
  display: block;
  padding: 0 55px;
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	color: #2694C7;
	margin: 80px auto 45px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.kiji-midashi-2n-1:before, .kiji-midashi-2n-1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 108px;
  height: 1px;
  background-color: #2694C7;
}

.kiji-midashi-2n-1:before {
  left:0;
}
.kiji-midashi-2n-1:after {
  right: 0;
}
.headline5 {
  color: #2E95C5;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}
/*レイアウト*/
.img138 {
  width: 138px;
  height: auto;
}
.img180 {
  width: 180px;
  height: auto;
}
.img285 {
  width: 285px;
  height: auto;
}
.img300 {
  width: 300px;
  height: auto;
}
.img313 {
  width: 313px;
  height: auto;
}
.img335 {
  width: 335px;
  height: auto;
}
.img350 {
  width: 350px;
  height: auto;
}
.img400 {
  width: 400px;
  height: auto;
}
.img425 {
  width: 425px;
  height: auto;
}
.img450 {
  width: 450px;
  height: auto;
}
.img480 {
  width: 480px;
  height: auto;
}
.img500 {
  width: 500px;
  height: auto;
}
.img-left td {
  padding: 0 30px 0 0;
  vertical-align: top;
  text-align: left;
}
.img-left td:last-child {
  padding: 0;
  width: 90%;
  vertical-align: top;
  text-align: left;
}
.img-right td {
  padding: 0 30px 0 0;
  width: 90%;
  vertical-align: top;
  text-align: left;
}
.img-right td:last-child {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
.col2-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.col2-table tbody {
  /*display: table;
	width:100%;*/
}
.col2-table tr {
  /*display: table-row;
    width: auto !important;*/
}
.col2-table td {
  text-align: left;
  vertical-align: top;
  display: table-cell;
  padding: 0 20px 0 0;
  width: 470px;
}
.col2-table td:last-child {
  text-align: left;
  vertical-align: top;
  display: table-cell;
  padding: 0;
  background-image: none;
  width: 470px;
  overflow: hidden;
}
.col2-table th {
  text-align: left;
  vertical-align: top;
  display: table-cell;
  white-space: nowrap;
}
.bt-more {
  margin: 10px 0;
  overflow: hidden;
}
.bt-more ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.bt-more ul li {
  list-style: none;
  display: block;
}
.bt-more ul li a {
  list-style: none;
  width: 90px;
  display: block;
  background-image: url("../images/icon_readmore.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
  border: 1px solid #96DFED;
  font-size: 10px;
  color: ##2493C6;
  text-decoration: none;
  padding: 6px 20px 6px 20px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}
.bt-more ul li a:hover {
  list-style: none;
  width: 90px;
  display: block;
  background-image: url("../images/icon_readmore_wh.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #2493C6;
  border: 1px solid #2493C6;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  padding: 6px 20px 6px 20px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}
.botan {
  margin: 20px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.botan a {
  background-color: #FF70AC;
  border: 2px solid #FF70AC;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  width: 400px;
  border-radius: 5px;
}
.botan a:hover {
  background-color: #fff;
  border: 2px solid #FF70AC;
  color: #FF70AC;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  width: 400px;
  border-radius: 5px;
}
.botan a:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 10px;
}
.contact-mail {
  margin: 0 0 10px 0;
  padding: 5px;
  overflow: hidden;
  background-color: #2E95C5;
}
.contact-mail a {
  padding: 5px 35px;
  background-color: #2E95C5;
  border: 1px solid #2E95C5;
  text-align: center;
  display: block;
}
.contact-mail a:hover {
  padding: 5px 35px;
  background-color: #2E95C5;
  border: 1px solid #fff;
  text-align: center;
  display: block;
}
.contact-mail a img {
  opacity: 1;
}
.contact-mail a:hover img {
  opacity: 1;
}
.contact-blog {
  margin: 0 0 10px 0;
  padding: 5px;
  overflow: hidden;
  background-color: #FF73AC;
}
.contact-blog a {
  padding: 5px 35px;
  background-color: #FF73AC;
  border: 1px solid #FF73AC;
  text-align: center;
  display: block;
}
.contact-blog a:hover {
  padding: 5px 35px;
  background-color: #FF73AC;
  border: 1px solid #fff;
  text-align: center;
  display: block;
}
.contact-blog a img {
  opacity: 1;
}
.contact-blog a:hover img {
  opacity: 1;
}
.caption-box {
  border: 2px solid #50AED4;
  background-image: url("../images/bg_ptr01.png");
  background-repeat: repeat;
  background-position: left top;
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0;
  overflow: hidden;
}
/* トップページ */
#section1 {
  width: 960px;
  margin: 20px auto 50px auto;
  padding: 0;
  overflow: hidden;
}
#section1 h3 {
  background-image: url("../images/tbk01.png");
  background-repeat: repeat;
  background-position: left top;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
  line-height: 1em;
}
#section1 .content-box {
  border: 1px solid #DDDDDD;
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 468px;
}
#section1 .content-box .imgarea {
  background-color: #000;
  display: inline-block;
  position: relative;
}
#section1 .content-box .imgarea p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #2493C6;
}
#section1 .content-box .imgarea img {
  width: 468px;
  height: auto;
  margin: 0;
  opacity: 0.7;
}
#section1 .content-box .imgarea a:hover img {
  opacity: 1;
}
#section1 .content-box .textarea {
  padding: 10px 18px;
}
#section1 .content-box .textarea h4 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  color: #2493C6;
  border-bottom: 1px solid #ddd;
}
#section1 .content-box .textarea p {
  font-size: 13px;
}
#section2 {
  background-color: #EDF8FC;
  margin: 0 auto 50px auto;
  padding: 40px 0;
  overflow: hidden;
}
#section2 .inner {
  width: 960px;
  margin: 0 auto;
}
#section2 .inner .left {
  width: 460px;
  float: left;
}
#section2 .inner .right {
  width: 460px;
  float: right;
}
#section2 .inner .content-box {
  border: 1px solid #DDDDDD;
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 460px;
  background-color: #fff;
}
#section2 .inner .content-box .imgarea {
  background-color: #000;
  display: inline-block;
  position: relative;
}
#section2 .inner .content-box .imgarea p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #2493C6;
}
#section2 .inner .content-box .imgarea img {
  width: 460px;
  height: auto;
  margin: 0;
  opacity: 0.7;
}
#section2 .inner .content-box .imgarea a:hover img {
  opacity: 1;
}
#section2 .inner .content-box .textarea {
  padding: 10px 18px;
}
#section2 .inner .content-box .textarea h4 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  color: #2493C6;
  border-bottom: 1px solid #ddd;
}
#section2 .inner .content-box .textarea p {
  font-size: 13px;
}
#section3 {
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
}
#section3 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#section3 .inner .left {
  width: 470px;
  margin: 0 auto;
  padding: 0;
  float: left;
}
#section3 .inner .right {
  width: 470px;
  margin: 0 auto;
  padding: 0;
  float: right;
}
#section3 .inner ul {
  margin: 0;
  padding: 0;
  clear: both;
}
#section3 .inner ul li {
  margin: 0 10px 10px 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  float: left;
  height: 100px;
}
#section3 .inner ul li:last-child {
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
  height: 100px;
}
#sp-topbn {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
#sp-topbn tbody {
  /*display: table;
	width:100%;*/
}
#sp-topbn tr {
  /*display: table-row;
    width: auto;*/
}
#sp-topbn td {
  text-align: left;
  vertical-align: top;
  display: table-cell !important;
  padding: 0 10px 10px 0;
  width: 230px;
}
#sp-topbn td:last-child {
  padding: 0 0 10px 0;
  width: 230px;
}
#sp-topbn th {
  text-align: left;
  vertical-align: top;
  display: table-cell;
  white-space: nowrap;
}
.news-title {
  color: #333333;
  font-size: 18px;
  margin: 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #ddd;
  font-weight: normal;
  line-height: 1.4em;
}
.news-title:after {
  content: url("../images/ttl_r.png");
  margin-left: 8px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.news-title:before {
  content: url("../images/ttl_l.png");
  margin-right: 8px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.news-title img {
  float: right;
  display: inline-block;
  margin: 3px 0 0 0;
}
.news-box {
  /*max-height: 150px;
	overflow: auto;*/
  padding: 0;
  margin: 0;
}
.news-box table {
  width: 100%;
}
.news-box table th {
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  width: 80px;
  font-size: 13px;
}
.news-box table th:before, .news-box ul li:before {
  /*color: #999;
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;*/
}
.news-box table td {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  vertical-align: top;
}
.news-box ul {
  margin: 0;
  padding: 0;
}
.news-box ul li {
  list-style: none outside none;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50px;
  padding: 1em 2em;
  margin: 0 0 10px 0;
  transition: all .2s;
}
.news-box ul li:hover{
  background-color: #f9f9f9;
}
.news-box .mod-articles-category-date {
  margin-right: 10px;
}
.news-box .mod-articles-category-title {
  font-weight: normal;
}
.news-box a.catid-85:before {
  font-family: FontAwesome;
  content: "\f1ea";
  color: #3D9675;
}
.news-box a.catid-84:before {
  font-family: FontAwesome;
  content: "\f1ea";
  color: #fc6767;
}
/*講習会*/
.seminar-box {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 5px 5px
}
.seminar-box h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
  margin: 0 0 20px 0;
}
.ribbon {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #ff785b;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #ff785b;
  border-right: 25px solid #ff785b;
  border-bottom: 10px solid transparent;
}
/*北海道*/
.sec-hokkaido .seminar-box {
  border-top: 2px solid #CE2895;
}
.sec-hokkaido .seminar-box h3 {
  color: #CE2895;
  background-color: #F9DFEF;
}
.sec-hokkaido .ribbon {
  background: #CE2895;
}
.sec-hokkaido .ribbon:after {
  border-left: 25px solid #CE2895;
  border-right: 25px solid #CE2895;
}
/*東北*/
.sec-tohoku .seminar-box {
  border-top: 2px solid #E16AB8;
}
.sec-tohoku .seminar-box h3 {
  color: #E16AB8;
  background-color: #FFEDF4;
}
.sec-tohoku .ribbon {
  background: #E16AB8;
}
.sec-tohoku .ribbon:after {
  border-left: 25px solid #E16AB8;
  border-right: 25px solid #E16AB8;
}
/*関東*/
.sec-kantou .seminar-box {
  border-top: 2px solid #FF89B8;
}
.sec-kantou .seminar-box h3 {
  color: #FF89B8;
  background-color: #FDF5FA;
}
.sec-kantou .ribbon {
  background: #FF89B8;
}
.sec-kantou .ribbon:after {
  border-left: 25px solid #FF89B8;
  border-right: 25px solid #FF89B8;
}
/*北陸信越*/
.sec-hokuriku .seminar-box {
  border-top: 2px solid #25AB39;
}
.sec-hokuriku .seminar-box h3 {
  color: #25AB39;
  background-color: #DEF2E0;
}
.sec-hokuriku .ribbon {
  background: #25AB39;
}
.sec-hokuriku .ribbon:after {
  border-left: 25px solid #25AB39;
  border-right: 25px solid #25AB39;
}
/*東海*/
.sec-tokai .seminar-box {
  border-top: 2px solid #8AC901;
}
.sec-tokai .seminar-box h3 {
  color: #8AC901;
  background-color: #EEF8D8;
}
.sec-tokai .ribbon {
  background: #8AC901;
}
.sec-tokai .ribbon:after {
  border-left: 25px solid #8AC901;
  border-right: 25px solid #8AC901;
}
/*関西*/
.sec-kansai .seminar-box {
  border-top: 2px solid #4AAADD;
}
.sec-kansai .seminar-box h3 {
  color: #4AAADD;
  background-color: #E4F2FA;
}
.sec-kansai .ribbon {
  background: #4AAADD;
}
.sec-kansai .ribbon:after {
  border-left: 25px solid #4AAADD;
  border-right: 25px solid #4AAADD;
}
/*中国*/
.sec-chugoku .seminar-box {
  border-top: 2px solid #F57E00;
}
.sec-chugoku .seminar-box h3 {
  color: #F57E00;
  background-color: #FFECD8;
}
.sec-chugoku .ribbon {
  background: #F57E00;
}
.sec-chugoku .ribbon:after {
  border-left: 25px solid #F57E00;
  border-right: 25px solid #F57E00;
}
/*四国*/
.sec-shikoku .seminar-box {
  border-top: 2px solid #DAA400;
}
.sec-shikoku .seminar-box h3 {
  color: #DAA400;
  background-color: #F9F1D8;
}
.sec-shikoku .ribbon {
  background: #DAA400;
}
.sec-shikoku .ribbon:after {
  border-left: 25px solid #DAA400;
  border-right: 25px solid #DAA400;
}
/*九州*/
.sec-kyusyu .seminar-box {
  border-top: 2px solid #8B66AE;
}
.sec-kyusyu .seminar-box h3 {
  color: #8B66AE;
  background-color: #EEE8F3;
}
.sec-kyusyu .ribbon {
  background: #8B66AE;
}
.sec-kyusyu .ribbon:after {
  border-left: 25px solid #8B66AE;
  border-right: 25px solid #8B66AE;
}
/*沖縄*/
.sec-okinawa .seminar-box {
  border-top: 2px solid #E12B2C;
}
.sec-okinawa .seminar-box h3 {
  color: #E12B2C;
  background-color: #FCDFE0;
}
.sec-okinawa .ribbon {
  background: #E12B2C;
}
.sec-okinawa .ribbon:after {
  border-left: 25px solid #E12B2C;
  border-right: 25px solid #E12B2C;
}
.sche-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.sche-table tbody {
  /*display: table;
	width:100%;*/
}
.sche-table tr {
  /*display: table-row;
    width: auto !important;*/
}
.sche-table td {
  border-bottom: 1px dotted #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: table-cell;
}
.sche-table th {
  border-bottom: 1px dotted #ddd;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  display: table-cell;
  font-weight: bold;
  width: 18%;
  white-space: nowrap;
  background-color: #f8f8f8;
}
/* よくあるご質問 */
.list {
  margin: 30px 0;
  padding: 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
}
.list ul {
  margin: 0;
  padding: 0;
}
.list ul li {
  width: 25%;
  float: left;
  list-style: none;
  padding: 10px 25px 10px 15px;
  margin: 0;
  background-color: #fafafa;
  background-image: url("../images/icon_arrow_down.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  font-size: 13px
}
.list ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.list ul li a:hover {
  display: block;
  color: #2E95C5;
  text-decoration: none;
}
.hidden_box {
  margin: 0;
  padding: 0;
}
.hidden_box label {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  margin: 20px auto;
  width: 85%;
  padding-left: 65px;
  padding-right: 65px;
  box-sizing: border-box;
  font-weight: bold;
}
.hidden_box label:before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 50px;
  height: 48px;
  background-image: url(../../../images/faq/ic_q.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  background-repeat: no-repeat;
  top: -7px;
}
.hidden_box label:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../images/faq/ic_open.png);
  background-size: contain;
  vertical-align: middle;
}
.hidden_box label:hover {
  color: #2E95C5;
}
.hidden_box input {
  display: none;
}
.hidden_box .hidden_show {
  width: 85%;
  margin: 0 auto;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .8s;
  box-sizing: border-box;
  padding-left: 65px;
}
.hidden_box input:checked ~ .hidden_show {
  background-image: url(../../../images/faq/ic_a.png);
  background-size: 48px 48px;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: auto;
  opacity: 1;
  padding-bottom: 35px;
}
.hidden_box input:checked ~ .hidden_show p {
  line-height: 1.8em;
}
.flow {
  position: relative;
  width: 80px;
  background: #4AAADD;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
}
.flow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  border-style: solid;
  border-color: #4AAADD transparent transparent transparent;
  border-width: 10px 53px 0 53px;
  z-index: 1;
}
.flow-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.flow-table tbody {
  /*display: table;
	width:100%;*/
}
.flow-table tr {
  /*display: table-row;
    width: auto !important;*/
}
.flow-table td {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  padding: 15px 0 15px 20px;
  border-bottom: 1px dotted #ccc;
}
.flow-table th {
  text-align: left;
  vertical-align: top;
  display: table-cell;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  width: 80px;
}
.flow-table h4 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.faq-ttl {
  margin: 40px 0 0 0;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  background-color: #CAE7F6;
  color: #2E95C5;
  font-size: 20px;
  font-weight: normal;
}
/*講師紹介*/
#profile-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 10px 0;
}
#profile-table tbody {}
#profile-table td {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  display: table-cell;
}
#profile-table th {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  display: table-cell;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 15%;
}
.profile-ttl {
  margin: 20px 0 5px 0;
  padding: 3px 10px;
  overflow: hidden;
  color: #50AED4;
  font-size: 12px;
  background-color: #e4f1f9;
}
.sec-instructor {
  border: 3px solid #e4f1f9;
  padding: 30px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.sec-instructor .img-left td {
  padding: 0 30px 0 0;
}
.sec-instructor .img-right td {
  padding: 0 30px 0 0;
}
.sec-instructor .img-left td:last-child {
  padding: 0;
}
.sec-instructor .img-right td:last-child {
  padding: 0;
}
.sec-instructor .bt-more ul {
  text-align: right;
  margin: 20px 0 0 0;
}
.sec-instructor .bt-more ul li {
  display: inline-block;
}
.sec-instructor .bt-more ul li a {
  display: inline-block;
}
.sec-instructor .bt-more ul li a:hover {
  display: inline-block;
}
#side-instoructior {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#side-instoructior ul {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
#side-instoructior ul li {
  list-style: none;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
#side-instoructior ul li a {
  list-style: none;
  display: block;
  border: 1px solid #ddd;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-radius: 5px;
}
#side-instoructior ul li a:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 5px;
  */
}
#side-instoructior ul li a:hover {
  list-style: none;
  display: block;
  border: 1px solid #ddd;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-radius: 5px;
}
#side-instoructior li.all a {
  color: #00468C;
}
#side-instoructior li.all a:hover {
  border: 1px solid #00468C;
  color: #fff;
  background-color: #00468C;
}
#side-instoructior li.hokkaido a {
  color: #CE2895;
}
#side-instoructior li.hokkaido a:hover {
  border: 1px solid #CE2895;
  color: #fff;
  background-color: #CE2895;
}
#side-instoructior li.tohoku a {
  color: #E16AB8;
}
#side-instoructior li.tohoku a:hover {
  border: 1px solid #E16AB8;
  color: #fff;
  background-color: #E16AB8;
}
#side-instoructior li.kantou a {
  color: #FF89B8;
}
#side-instoructior li.kantou a:hover {
  border: 1px solid #FF89B8;
  color: #fff;
  background-color: #FF89B8;
}
#side-instoructior li.hokuriku a {
  color: #25AB39;
}
#side-instoructior li.hokuriku a:hover {
  border: 1px solid #25AB39;
  color: #fff;
  background-color: #25AB39;
}
#side-instoructior li.tokai a {
  color: #8AC901;
}
#side-instoructior li.tokai a:hover {
  border: 1px solid #8AC901;
  color: #fff;
  background-color: #8AC901;
}
#side-instoructior li.kansai a {
  color: #4AAADD;
}
#side-instoructior li.kansai a:hover {
  border: 1px solid #4AAADD;
  color: #fff;
  background-color: #4AAADD;
}
#side-instoructior li.chugoku a {
  color: #F57E00;
}
#side-instoructior li.chugoku a:hover {
  border: 1px solid #F57E00;
  color: #fff;
  background-color: #F57E00;
}
#side-instoructior li.shikoku a {
  color: #DAA400;
}
#side-instoructior li.shikoku a:hover {
  border: 1px solid #DAA400;
  color: #fff;
  background-color: #DAA400;
}
#side-instoructior li.kyusyu a {
  color: #8B66AE;
}
#side-instoructior li.kyusyu a:hover {
  border: 1px solid #8B66AE;
  color: #fff;
  background-color: #8B66AE;
}
#side-instoructior li.okinawa a {
  color: #E12B2C;
}
#side-instoructior li.okinawa a:hover {
  border: 1px solid #E12B2C;
  color: #fff;
  background-color: #E12B2C;
}
.name {
  font-size: 20px;
  color: #000000;
  line-height: 1.4em;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #DDDDDD;
}
.name span {
  font-size: 12px;
}
.name:before {
  content: "\f15c";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #FFDC73;
  font-weight: normal;
  font-size: 120%;
}
/*旧レイアウト
---------------------------------------------------*/
/* 見出し */
.reset {
  margin: 0;
  padding: 0;
  clear: both;
}
/*.kiji-midashi {
	border-top:2px solid #2e95c5;
	border-bottom:1px solid #DDDDDD;
	background: #ffffff;
	background: url("../images/icon_star.png"), -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
	background: url("../images/icon_star.png"), -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f5f5 50%,#f5f5f5 100%);
	background: url("../images/icon_star.png"), linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f5f5f5 50%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	background-repeat:no-repeat;
	background-position:1% 50%;
	font-size: 20px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	color:#000000;
	margin: 0 0 10px;
	padding: 8px 0 8px 40px;
}
.kiji-midashi-2 {
	background: #2295cf;
	background: -moz-linear-gradient(top,  #2295cf 0%, #007bba 100%);
	background: -webkit-linear-gradient(top,  #2295cf 0%,#007bba 100%);
	background: linear-gradient(to bottom,  #2295cf 0%,#007bba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2295cf', endColorstr='#007bba',GradientType=0 );
	border-radius:5px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	margin: 20px 0 10px;
	padding: 8px 15px 7px;
}*/
.kiji-midashi-3 {
  background-color: #f5f5f5;
  background-image: url("../images/icon_cube.png");
  background-position: 8px 12px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #bbb;
  color: #2e95c5;
  font-size: 16px;
  line-height: 1.4em;
  margin: 15px 0 10px;
  padding: 10px 0 5px 30px;
}
.kiji-midashi-4 {
  /*background-image:url("../images/icon01.png");
	background-position:left top;
	background-repeat:no-repeat;*/
  color: #000000;
  font-size: 16px;
  padding: 2px 0 0 0;
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.kiji-midashi-4 a {
  color: #444444;
  text-decoration: none;
}
.kiji-midashi-4 a:hover {
  color: #FF9326;
  text-decoration: none;
}
.kiji-midashi-4:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #00A3D9;
  font-weight: normal;
}
.copy {
  font-size: 22px;
  font-weight: normal;
  color: #FF8000;
  margin: 10px 0;
  padding: 0;
}
.link {
  background-image: url("../images/icon01.png");
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  padding: 2px 25px 0 0;
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.text-highlight {
  background: none repeat scroll 0 0 #ffffaa;
  font-size: 14px;
  margin: 10px 0;
  padding: 7px;
}
.highlight-green {
  color: #fff;
  background: #48691b;
  font-size: 14px;
  margin: 10px 0;
  padding: 7px;
}
.highlight-light {
  color: #000;
  background: #e5e5e5;
  font-size: 14px;
  margin: 10px 0;
  padding: 7px;
}
.highlight-dark {
  color: #fff;
  background: #595959;
  font-size: 14px;
  margin: 10px 0;
  padding: 7px;
}
/* レイアウトデザイン */
.padding-right10 {
  padding: 0 10px 0 0;
}
.padding-right12 {
  padding: 0 12px 0 0;
}
.padding-right13 {
  padding: 0 13px 0 0;
}
.padding-right15 {
  padding: 0 15px 0 0;
}
.padding-right20 {
  padding: 0 20px 20px 0;
}
.padding-right30 {
  padding: 0 30px 0 0;
}
.padding-right40 {
  padding: 0 40px 0 0;
}
.td90 {
  width: 90%;
}
.td50 {
  width: 50%;
}
.td480 {
  width: 480px;
}
.top30 {
  margin-top: 30px;
}
.box1 {
  border: 1px solid #BBBBBB;
  padding: 20px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.box2 {
  border: 1px dotted #CCCCCC;
  padding: 15px;
  margin: 10px 0;
  overflow: hidden;
}
.box3 {
  border: 1px solid #CCCCCC;
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
}
.box3 .inner {
  border: 4px solid #F5F5F5;
  padding: 15px;
  margin: 0;
  overflow: hidden;
}
.box4 {
  border: 2px solid #2e95c5;
  border-radius: 5px;
  margin: 20px 0;
  overflow: hidden;
  padding: 15px;
}
.check {
  border: 4px solid #F5F5F5;
  padding: 20px;
  margin: 0;
  overflow: hidden;
}
.check ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.check ul li {
  background-image: url("../images/icon_check.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  color: #402000;
  font-size: 15px;
  line-height: 1.5em;
  list-style: outside none none;
  margin: 0 0 2px;
  padding: 8px 0 5px 25px;
}
.p-normal {
  margin: 5px 0;
  font-size: 13px;
  color: #444444;
  line-height: 1.5em;
  padding: 0;
}
.point-frame {
  border: 1px dotted #FF4B00;
  background-color: #FFF9E4;
  padding: 15px;
  margin: 20px 0 30px 0;
}
.point-frame p {
  color: #FF4C00;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
}
.memo {
  background-color: #ecf8fe;
  background-image: url("../images/memo_bg.png");
  background-repeat: no-repeat;
  height: 150px;
  margin: 0 0 20px;
  padding: 20px 15px 15px;
}
.memo2 {
  background-color: #ecf8fe;
  background-image: url("../images/memo_bg.png");
  background-repeat: no-repeat;
  height: 200px;
  margin: 20px 0;
  padding: 20px 15px 15px;
}
#table1 {
  border-collapse: collapse;
  width: 100%;
}
#table1 tbody {}
#table1 td {
  border: 1px solid #CCCCCC;
  padding: 8px;
  display: table-cell;
}
#table1 th {
  background-color: #E7F2FD;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  padding: 8px;
  white-space: nowrap;
  display: table-cell;
  color: #2694C7;
}
/* トップページ */
.top-service {
  background-image: url("../images/top_service_bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 30px;
  margin: 0 0 30px 0;
  background-color: #edf8fe;
}
.service-frame {
  background-image: url("../images/top_service_frame.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 207px;
  height: 234px;
  padding: 10px 12px 10px 11px;
  margin: 0 0 5px 0;
}
.service-ttl {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  padding: 8px 0;
  text-align: center;
  color: #00A3D8;
  font-size: 13px;
  line-height: 1.4em;
}
.service-ttl a {
  color: #00A3D8;
  text-decoration: none;
}
.service-ttl a:hover {
  color: #00A3D8;
  text-decoration: underline;
}
.top-service p {
  line-height: 1.6em;
}
#top-2column {
  border-collapse: collapse;
  width: 100%;
}
#top-2column td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#top-2column td.left {
  width: 250px;
  padding: 0 30px 0 0;
}
#top-2column td.right {
  width: 700px;
}
.kirameki01 {
  background-image: url("../images/top_frame01.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  width: 650px;
  height: 56px;
  padding: 12px 25px;
  margin: 20px 0 0 0;
  clear: both;
}
.kirameki02 {
  background-image: url("../images/top_frame02.jpg");
  background-repeat: repeat-y;
  background-position: left top;
  padding: 0 25px 20px 25px;
  margin: 0;
  width: 650px;
}
.kirameki03 {
  background-image: url("../images/top_frame03.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 25px 28px 25px;
  margin: 0 0 20px 0;
  width: 650px;
  height: 62px;
}
#kirameki {
  border-collapse: collapse;
  width: 100%;
}
#kirameki td {
  border-bottom: 1px solid #DFDFD0;
  padding: 8px 0;
  vertical-align: middle;
  display: table-cell;
  color: #402000;
  font-size: 16px;
}
#kirameki th {
  width: 50px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 0;
}
.nayami {
  overflow: hidden;
  background-image: url("../images/top_illust.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 0 0 20px 0;
  padding: 0;
}
.nayami ul {
  margin: 0;
  padding: 0;
}
.nayami ul li {
  background-image: url("../images/icon_check.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 8px 0 0 30px;
  margin: 0 0 2px 0;
  list-style: outside none none;
}
.wid450 {
  width: 450px;
}
.top-contact {
  background-image: url("../images/top_contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  width: 223px;
  height: 60px;
  padding: 47px 73px 26px 364px;
  margin: 0;
}
/*.faq-ttl{
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f5f5f5 50%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f5f5f5 50%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
	margin: 0 0 10px;
	padding: 12px 0 12px 10px;
}*/
.faq-q {
  background-image: url("../images/icon_q.png");
  background-repeat: no-repeat;
  background-position: 8px 7px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #DDDDDD;
  line-height: 40px;
  padding: 0 0 0 45px;
  margin: 20px 0 10px 0;
  font-size: 15px;
  font-weight: bold;
}
.faq-a {
  /*background-image:url("../images/icon_a.png");
	background-repeat:no-repeat;
	background-position:left top;*/
  padding: 0 0 20px 0;
}
.news {
  border: 1px solid #BBBBBB;
  padding: 0;
  border-radius: 5px;
  margin: 20px 0;
}
/*.news-title {
	background-color: #FFF5DC;
	border-bottom:1px solid #EDE0BF;
	margin: 0 0 5px 0;
	padding: 8px 15px;
}
.news-box {
	/*max-height: 150px;
	overflow: auto;
	padding: 0 15px 20px 15px;
	margin:0;
}
.news-box table {
	width: 100%;
}
.news-box table th {
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 80px;
	font-size: 13px;
}
.news-box table th:before, .news-box ul li:before {
	color: #999;
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}
.news-box table td {
	border-bottom: 1px dotted #ccc;
	padding: 5px !important;
	vertical-align: top;
}
.news-box table a {
}
.news-box ul {
	margin: 0;
	padding: 0;
}
.news-box ul li {
	border-bottom: 1px dotted #cccccc;
	color: #333333;
	font-size: 1em;
	list-style: none outside none;
	margin: 0 0 5px;
	padding: 0 0 5px 10px;
}
.news-box .mod-articles-category-date {
	margin-right: 10px;
}
.news-box .mod-articles-category-title {
	font-weight: bold;
}
.news-box a.catid-79:before {
	font-family: FontAwesome;
	content: "\f1ea";
	color: #3D9675;
}
*/
.side-contact {
  background-image: url("../images/side_contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 208px 15px 15px 15px;
  margin: 0 0 10px 0;
  width: 220px;
  height: 47px;
}
/* 取扱業務 */
#price-table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
#price-table tbody {}
#price-table td {
  border: 1px solid #B7DEF2;
  padding: 8px;
  display: table-cell;
  /*background-color:#FDFBF6;*/
}
#price-table td:last-child {
  width: 12%;
  white-space: nowrap;
}
#price-table th {
  background-color: #E7F2FD;
  border: 1px solid #B7DEF2;
  font-weight: bold;
  padding: 8px;
  white-space: nowrap;
  display: table-cell;
  color: #2694C7;
  background-image: url("../images/th_bg.png");
  background-repeat: repeat;
  background-position: left top;
  width: 88%;
}
#price-table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
#price-table2 tbody {}
#price-table2 td {
  border: 1px solid #B7DEF2;
  padding: 8px;
  display: table-cell;
  /*background-color:#FDFBF6;*/
}
#price-table2 th {
  background-color: #E7F2FD;
  border: 1px solid #B7DEF2;
  font-weight: bold;
  padding: 8px;
  white-space: nowrap;
  display: table-cell;
  color: #2694C7;
  background-image: url("../images/th_bg.png");
  background-repeat: repeat;
  background-position: left top;
}
.merit {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.merit ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.merit ul li {
  background-color: #fafafa;
  background-image: url("../images/icon_arrow_bl.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #2694C7;
  font-size: 16px;
  line-height: 1.5em;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 10px 10px 8px 30px;
}
.merit-ttl {
  background-color: #fafafa;
  background-image: url("../images/icon_arrow_bl.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  color: #2694C7;
  font-size: 16px;
  line-height: 1.5em;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 10px 10px 8px 30px;
}
.problem {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.problem ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.problem ul li {
  background-color: #fafafa;
  background-image: url("../images/icon_arrow_pk.png");
  background-position: 10px 15px;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  color: #FF7373;
  font-size: 16px;
  line-height: 1.5em;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 10px 10px 8px 30px;
}
/* 事務所案内 */
#gaiyo-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #CCCCCC;
}
#gaiyo-table tbody {}
#gaiyo-table td {
  border-bottom: 1px dotted #CCCCCC;
  padding: 8px 15px !important;
}
#gaiyo-table th {
  border-bottom: 1px dotted #CCCCCC;
  font-weight: bold;
  width: 15%;
  padding: 8px;
  white-space: nowrap;
  background-color: #fafafa;
}
#table-reset {
  border-collapse: collapse;
  width: 100%;
}
#table-reset tbody {}
#table-reset td {
  border-bottom: medium none;
  padding: 0 !important;
}
#table-reset td.left {
  border-bottom: medium none;
  padding: 0 20px 0 0 !important;
  width: 90% !important;
}
#table-reset td {
  border-bottom: medium none;
}
/* お問い合わせ */
.contact-flow {
  border: 3px solid #DDDDDD;
  padding: 17px;
  margin: 0 0 30px 0;
}
.contact-flow p {
  font-size: 13px;
  line-height: 1.5em;
}
.contact-flowttl1 {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  color: #FF89B8;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 3px 0 2px;
  text-align: center;
}
.contact-flowttl2 {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  color: #FF89B8;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 3px 0 2px;
  text-align: center;
}
.contact-flowttl3 {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  color: #FF89B8;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 3px 0 2px;
  text-align: center;
}
.contact-flowttl4 {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  color: #FF89B8;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 3px 0 2px;
  text-align: center;
}
.contact-flowttl5 {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  color: #FF89B8;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 3px 0 2px;
  text-align: center;
}
.contact-flowttl6 {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  color: #FF89B8;
  font-size: 14px;
  margin: 0 0 1px;
  padding: 3px 0 2px;
  text-align: center;
}
html {
  min-width: 960px;
  //ウインドウ縮小対策
}
body, td, p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
}
a {
  color: #2694C7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline
}
a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80); /* IE lt 8 */
  -ms-filter: “alpha(opacity=80)”; /* IE 8 */
}
a img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.contentpane {}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  margin: 5px 0 0 20px;
  padding: 0;
}
ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6, #site-description, #navigation, #sidebar .module ul.menu li a, #user1 ul li a, #user2 ul li a, #footer-nav ul li {}
/*	Grid  */
.container {
  width: 980px;
  max-width: 980px;
  min-width: 220px;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: border-box; /*overflow: hidden;*/
}
#home .container {
  width: 100%;
  max-width: 100%;
}
#post .container {
  width: auto;
}
.icon-remove:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
}
.container .row, .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-bottom: 1.5em
}
.col {
  display: block;
  float: left;
  width: 100%;
}
.col:first-child {
  margin-left: 0
}
.row:after, .col:after, .clr:after, .group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}
/* grid */
.col {
  margin-left: 4%
}
.span_1 {
  width: 6.5%
}
.span_2 {
  width: 15.0%
}
.span_3 {
  width: 25%
}
.span_4 {
  width: 32.0%
}
.span_5 {
  width: 40.5%
}
.span_6 {
  width: 49.0%
}
.span_7 {
  width: 57.5%
}
.span_8 {
  width: 66.0%
}
.span_9 {
  width: 71%
}
.span_10 {
  width: 83.0%
}
.span_11 {
  width: 91.5%
}
.span_12 {
  width: 100%
}
}
#wrapper {
  padding: 0 10px !important;
}
#header-wrap {
  padding: 0 0 10px 0 !important;
}
.count-1 {
  clear: both;
  margin-left: 0;
}
#box-wrap {}
#main-content {}
#wrapper {
  width: 980px;
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
  position: relative;
}
#comp-wrap {
  padding: 0
}
.full {
  padding: 0;
  margin: 0;
  clear: both
}
.contact a {
  text-decoration: none
}
/* Article Columns */
.column-1, .column-2, .column-3, .column-4 {
  position: relative;
  margin: 0;
  padding: 0;
}
/* Content styles */
#archive {
  padding: 0;
  margin: 0;
}
.archive {
  padding: 0;
}
.archive .article-count {
  color: #999;
}
.blog-featured {}
.items-leading {
  position: relative;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
}
.leading {
  margin: 0 0 20px 0;
  position: relative;
}
.items-row, .item-page, .contact {
  position: relative;
}
.item-separator {
  margin-bottom: 20px;
}
.item-page {
  position: relative
}
.item-page-title {
  padding: 0 70px 5px 0;
  margin: 0
}
.item-page-title, .item-page-title a, .contact-name {
  text-decoration: none;
  font-size: 22px;
}
.item-page-title a:hover {}
.contact h2 {
  margin: 0 0 20px 0;
}
.contact .current {
  margin: 0;
  padding: 0;
}
dl.tabs {
  display: block;
  clear: both;
  border-bottom: 1px solid #ddd;
}
dl dt.tabs {
  display: inline-block;
  margin: 0 0 -1px 0
}
dt.tabs h3 {
  margin: 0 2px 5px 0;
}
dt.tabs h3 a {
  padding: 8px 8px 3px 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  text-decoration: none
}
dt.tabs.closed h3 a {
  border-color: #eeeeee #eeeeee #dddddd;
}
dt.tabs h3 a, dt.tabs h3.open a {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
dd.tabs {
  padding: 10px 20px
}
.jicons-icons {
  float: left;
  margin: 0 10px 0 0;
  padding: 5px 0 0 0
}
h1.componentheading {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  color: #333;
}
.buttons {
  clear: both;
  display: block;
  overflow: hidden;
}
ul.button-icons {
  float: right;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
ul.button-icons li {
  display: inline-block
}
ul.button-icons li.edit-icon, ul.button-icons li.print-icon, ul.button-icons li.email-icon {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  float: left;
  overflow: hidden;
  line-height: 20px;
}
.iteminfo, .content_rating {
  background-color: #f7f7f7;
  display: block;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 3px 10px;
}
.content_rating p {
  margin: 0;
  padding: 0;
}
.iteminfo span {
  margin: 0 10px 0 0;
}
.iteminfo a {}
.iteminfo a:hover {}
.iteminfo .category, .iteminfo .sub-category, .iteminfo .create, .iteminfo .modified, .iteminfo .published, .iteminfo .createdby, .iteminfo .hits {
  display: inline-block;
  line-height: 20px !important;
}
.iteminfo .createdby {
  font-weight: bold;
}
.items-more {
  clear: both;
}
h3.items-more {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.items-more ol {
  margin: 0 0 0 30px;
  padding: 0
}
table.category {}
th.item-title, th.list-title {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
/* Commons */
.clear {
  clear: both
}
blockquote {
  position: relative;
  margin: 30px 0;
  padding: 20px;
  background-color: #e9e9e9;
  color: #505050;
  border-left: 5px solid #ddd;
  font-size: 16px;
  font-style: italic;
  font-family: 'Georgia', sans-serif;
  line-height: 1.8em;
}
pre {
  margin: 30px 0;
  padding: 20px;
  background-color: #e9e9e9;
  color: #505050;
  border-left: 5px solid #ddd;
  font-size: 15px;
  font-family: 'Georgia', sans-serif;
  line-height: 1.8em;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
address {
  margin: 20px 0;
  letter-spacing: 1px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 10px;
}
h1 {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 3px;
}
h2 {
  font-size: 22px
}
h3 {
  font-size: 18px
}
h4 {
  font-size: 16px
}
h5 {
  font-size: 14px
}
h6 {
  font-size: 12px
}
.entry p:last-child {
  margin: 0
}
.entry ul {
  margin: 30px 0 30px 20px
}
.entry ul li, .entry ol li {
  margin: 0 0 5px
}
.entry ol {
  margin: 30px 0 30px 25px
}
.entry ol {
  list-style: decimal
}
.entry ul {
  list-style: disc
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 40px 0 20px
}
p {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
}
em {
  font-style: italic
}
strong {
  font-weight: bold
}
small {
  font-size: 80%
}
hr {
  height: 0;
  margin: 10px 0;
  border: solid #eee;
  border-width: 1px 0 0;
  clear: both;
}
hr#system-readmore {
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 10px;
}
a {
  outline: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease
}
a:hover {
  text-decoration: underline;
}
p a, p a:visited {
  line-height: inherit
}
/* Header  */
#header-wrap {
  height: auto;
  padding: 0;
}
#header-wrap .row {
  margin-bottom: 0
}
#logo {
  display: inline-block;
  margin: 0 0 10px 0;
}
#logo img {
  max-height: 70px;
  display: block;
  width: auto;
}
#logo a {
  color: #58C0E6;
  text-shadow: 1px 1px 1px #303030;
  line-height: 60px;
  font-size: 60px;
  font-family: 'Joti One', Arial, Helvetica, sans-serif;
  text-align: left;
  text-decoration: none;
  font-weight: bold
}
#site-description {
  color: #000;
  text-shadow: 0 -1px 0 #cfcfcf;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal;
}
#top {}
#top a {
  text-decoration: underline
}
#top h1, #top h2, #top h3, #top h4 {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
#social {
  display: block;
  float: right
}
#social a.social-icon {
  display: inline-block;
  margin-left: 2px;
  padding: 0;
  width: 32px;
  height: 32px;
}
#social a.social_1 {
  background: url(../images/social/facebook.png) 0 0 no-repeat;
}
#social a.social_2 {
  background: url(../images/social/twitter.png) 0 0 no-repeat;
}
#social a.social_3 {
  background: url(../images/social/google.png) 0 0 no-repeat;
}
#social a.social_4 {
  background: url(../images/social/youtube.png) 0 0 no-repeat;
}
#social a.social_5 {
  background: url(../images/social/dribbble.png) 0 0 no-repeat;
}
#social a.social_6 {
  background: url(../images/social/flickr.png) 0 0 no-repeat;
}
#social a.social_7 {
  background: url(../images/social/pinterest.png) 0 0 no-repeat;
}
#social a.social_8 {
  background: url(../images/social/picasa.png) 0 0 no-repeat;
}
#social a.social_9 {
  background: url(../images/social/linkedin.png) 0 0 no-repeat;
}
#social a.social_10 {
  background: url(../images/social/reddit.png) 0 0 no-repeat;
}
/* Navigation */
#navbar-wrap {
  margin: 0;
  background-image: url("../images/nav_bg.png");
  background-repeat: repeat-x;
  background-position: left top;
  /*background: #363636;*/
  /* min-width: 960px;*/
}
#navbar {
  position: relative; /*height: 55px;*/
}
#navbar.row {
  margin-bottom: 0
}
#navigation { /*padding:0 10px;*/
}
#navigation .menu {
  clear: both;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#navigation .menu .icon-angle-right {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  color: #aaa;
  font-size: 12px;
}
#navigation .menu > li {
  display: block;
  float: left;
}
#navigation .menu > li ul {
  padding: 0;
}
#navigation .menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 10px 0 0 0; /*IE6 only*/
  _margin: 0;
  nowhitespace: afterproperty;
  opacity: 0;
  transition: all .2s ease-in-out;
  visibility: hidden;
  z-index: 99;
}
#navigation .menu ul ul {
  left: 100%;
  top: 0;
}
#navigation .menu ul ul li {
  width: 100%
}
#navigation .menu li {
  position: relative;
  list-style: none
}
#navigation .menu li:hover > ul {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
#navigation .menu a {
  display: block;
  position: relative;
}
/* current item */
#navigation .menu > li > a:hover, #navigation .menu > li.sfHover > a, #navigation .menu > .active > a, #navigation .active > a:hover, #navigation .active > a:hover {
  color: #58C0E6;
}
#navigation .menu > .active > a, #navigation li.active > a {
  font-weight: normal;
  color: #333;
}
#navigation .menu a {
  color: #333333;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  padding: 0 9px;
  font-size: 15px;
  line-height: 1em;
  border-right: 1px solid #ddd;
}
#navigation .menu a:hover, #navigation .menu a:focus {
  background-color: inherit;
}
#navigation .menu li > span.separator {
  cursor: default;
}
#navigation .menu li > span {
  color: #fff;
  display: block;
  padding: 8px 13px;
  font-size: 14px;
}
/* 画像メニューのスタイル */
#navigation ul#img-menu > li > a {
  padding: 0;
}
#navigation ul#img-menu li > span {
  padding: 0;
}
/* drop-down styles */
#navigation .menu ul {
  border-top: none;
  background: #fff;
  min-width: 160px;
  top: 20px;
}
#navigation .menu li:hover ul {
  margin-top: 0;
}
#navigation .menu ul ul.sub-menu {
  margin-top: -1px;
  margin-left: 1px;
}
#navigation .menu ul li {
  border-bottom: 1px solid #ddd;
}
#navigation .menu ul li:first-child {}
#navigation .menu ul li:last-child {
  border: 0
}
#navigation .menu ul li > a:hover {
  color: #58C0E6;
  background-color: #efefef;
}
#navigation .menu ul a {
  display: block;
  height: auto;
  margin: 0px;
  padding: 8px 15px;
  border: 0px;
  line-height: 20px;
}
#navigation .selector {
  display: none
}
#navigation ul.sub-menu .icon-angle-down:before {
  content: "\f105" !important;
}
#navigation ul.sub-menu a {
  font-size: 12px;
}
#navigation i {
  text-align: right
}
#menu-icon {
  display: none;
}
#slide-wrap a:hover {
  color: #fff
}
.flex-direction-nav {
  display: none;
}
/* Module Classes */
/* light */
.light {
  border: 1px solid #cfcfcf !important;
  background: #F6F6F6 !important;
  color: #555 !important;
}
.light .module-title {
  color: #555 !important;
  background: none !important;
  border-bottom: none !important;
}
.light .module-body {
  border-top: none !important;
}
.light a {
  text-decoration: underline !important;
}
.light a:hover {
  color: #333 !important
}
/* normal */
.normal {
  border: 1px solid #46acd1 !important;
  background: #58C0E6 !important;
  color: #fff !important;
}
.normal .module-title {
  color: #fff !important;
  background: none !important;
  border-bottom: none !important;
}
.normal .module-body {
  border-top: none !important;
}
.normal a {
  text-decoration: underline !important;
  color: #fff !important
}
.normal a:hover {
  color: #303030 !important
}
/* dark */
.dark {
  border: 1px solid #333 !important;
  background: #363636 !important;
  color: #fff !important;
}
.dark .module-title {
  color: #fff !important;
  background: none !important;
  border-bottom: none !important;
}
.dark .module-body {
  border-top: none !important;
}
.dark a {
  text-decoration: underline !important;
  color: #58C0E6 !important
}
.dark a:hover {
  color: #fff !important
}
/* blank */
.blank {
  border: none !important;
  background: none !important;
  padding: 5px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important
}
.blank .module-title {
  border: none !important;
  padding: 0 0 0 5px !important
}
.light, .normal, .dark {
  padding: 10px !important;
}
.light ul.menu li a, .normal ul.menu li a, .dark ul.menu li a {
  text-decoration: none !important
}
.light .module-title, .normal .module-title, .dark .module-title {
  padding: 0 0 0 5px !important;
  border: none !important;
  line-height: 30px !important;
}
.light .module-body, .normal .module-body, .dark .module-body {
  padding: 0 5px !important;
}
/* Page Navigation */
ul.pagenav {
  clear: both;
  display: block;
  padding: 0;
}
ul.pagenav li {
  list-style: none;
}
ul.pagenav li a {
  display: block
}
.pagenav-prev {
  float: left;
}
.pagenav-next {
  float: right
}
#pagination {
  clear: both;
  text-align: center;
  padding: 0;
}
/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
}
.breadcrumbs a {}
.breadcrumbs .icon-angle-right {
  padding: 0 5px
}
/* Sidebar */
#leftbar-w {
  float: left
}
#rightbar-w {
  float: right;
  display: block;
}
#sidebar {
  padding: 0;
  margin: 30px 0 0 0;
}
#sidebar .module {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sidebar .module-title {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 8px 0;
  background-color: #EDF8FC;
  text-align: center;
}
#sidebar h3 {
  margin: 0;
  padding: 0 0 5px 0;
}
#rightbar-w .module-title {}
#sidebar .module-body {
  margin: 0;
  padding: 0;
}
#sidebar .module-body p {
  padding: 0;
  margin: 0 0 5px 0;
}
#sidebar ul {
  margin: 0;
  padding: 8px 15px 20px 15px;
  background-color: #f8f8f8;
}
#sidebar ul li {
  margin: 0;
  padding: 5px 0;
  font-size: 13px;
  list-style: none;
  color: #777;
  border-bottom: 1px dotted #ddd
}
#sidebar ul li a {
  color: #777;
  font-weight: normal;
  font-size: 13px;
}
#sidebar ul li a:hover {
  color: #2E95C5;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
#sidebar ul li h4 {
  margin: 0;
}
#sidebar a {}
#sidebar a:hover {}
/* Sidebar Menu*/
#sidebar .module ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .module ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ced8df
}
#sidebar .module ul.menu li:last-child {
  border-bottom: none
}
#sidebar .module ul.menu li:hover {}
#sidebar .module ul.menu li span.separator {
  display: block;
  padding: 5px;
}
#sidebar .module ul.menu li a, #sidebar .module ul.menu li.active ul li a, #sidebar .module ul.menu li ul li.active ul li a {
  display: block;
  margin: 0;
  padding: 5px 0 5px 20px;
  background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
  text-decoration: none;
}
#sidebar .module ul.menu li a:hover, #sidebar .module ul.menu li.active a, #sidebar .module ul.menu li ul li a:hover, #sidebar .module ul.menu li ul li.active a, #sidebar .module ul.menu li.active ul li a:hover, #sidebar .module ul.menu li ul li.active ul li.active a {}
#sidebar .module ul.menu li.active {}
/* Sidebar SubMenu*/
#sidebar .module ul.menu li ul {
  margin: 0;
  border-top: 1px dotted #ced8df;
  padding-left: 0;
}
#sidebar .module ul.menu li ul li {
  background: none;
  margin: 0;
  padding: 0 0 0 10px
}
#sidebar .module ul.menu li:last-child, #sidebar .module ul.menu li ul li:last-child, #sidebar .module ul.menu li.active ul li:last-child {
  background: none
}
#sidebar .module ul.menu li ul li a {}
#sidebar .module ul.menu li ul li a:hover {
  border: 0;
}
.module .menu .icon-angle-down:before {
  content: "" !important
}
/* promo and fotter */
#promo-wrap {
  margin: 15px 0;
  position: relative;
  background-image: url("../images/page_ttl.png");
  background-repeat: repeat;
  background-position: left top;
}
#promo {
  padding: 0;
  margin: 0 auto;
  clear: both;
}
#home #promo-wrap {
  margin: 15px 0 50px 0;
  position: relative;
  background: none;
}
#home #promo {
  width: 100%;
  max-width: inherit;
}
#home #promo img {
  width: 100%;
  height: auto;
}
#promo .module {
  color: #555;
  margin-bottom: 10px
}
#promo .inner {
  padding: 0 10px;
}
#promo .module-title {
  display: block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}
#promo h3.module-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.promo-page-title {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
#promo .module-body {}
#promo a {}
#promo a:hover {}
#promo ul {
  margin: 0;
  padding: 0;
}
#promo ul li {
  list-style: none;
  border-bottom: 1px dotted #ced8df
}
#promo ul li:hover {}
#promo ul li a {
  display: block;
  margin: 0;
  padding: 5px 0 5px 25px;
  background: url(../images/sidebar-li1.png) 5px 50% no-repeat;
  text-decoration: none;
  color: #999;
  font-size: 12px;
  line-height: 15px;
}
#promo ul li a:hover {
  background: url(../images/sidebar-li2.png) 5px 50% no-repeat;
  text-decoration: none;
  color: #58C0E6;
}
/* User 2 */
#footer {
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
}
#footer .module {
  margin: 0px
}
#footer .inner {
  padding: 0 10px;
}
#footer .module-title {
  display: block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}
#footer h3.module-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer .module-body {}
#footer a {}
#footer a:hover {}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  list-style: none;
  background-image: url("../images/icon_arrow01.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  font-size: 12px;
  padding: 4px 0 4px 15px;
  margin: 0;
}
#footer ul li:hover {}
#footer ul li a {
  display: block;
  /*background: url(../images/sidebar-li1.png) 5px 50% no-repeat;*/
  text-decoration: none;
  color: #444;
  font-size: 12px;
  line-height: 15px;
}
#footer ul li a:hover {
  /*background: url(../images/sidebar-li2.png) 5px 50% no-repeat;*/
  text-decoration: none;
  color: #FF9326;
}
#footer-content {
  width: 960px;
  margin: 0 auto;
  background-color: #2E95C5;
}
#footer-content h5 {
  font-size: 12px;
  line-height: 1.4em;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
#footer-content p {
  text-align: center;
}
#footer-content td {
  vertical-align: top;
}
#footer-content .sitemap {
  margin: 10px 0;
}
#footer-content td {
  vertical-align: top;
}
/* Search */
input[type="search"] {
  display: block;
  width: 100%;
  padding: 10px 32px 10px 11px;
  color: #202020;
  font-size: 11px;
  -moz-box-sizing: border-box;
  -webkit-appearance: none !important;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none
}
input[type="search"]::-webkit-search-decoration {
  display: none
}
input[type="search"]:focus {
  color: #000;
  outline: none;
}
/* Forms / Inputs / Buttons */
.inputbox, input, textarea, select {
  background: #fff;
  border: 1px solid #d4d4d4;
}
.inputbox { /*width:160px;*/
}
#modlgn-remember {
  float: left;
  width: 20px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 8px;
  font-weight: 400;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
  //width: 80%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #A0ECFF;
  outline: none;
}
input[type="button"], input[type="submit"], button[type="submit"], button[type="button"] {
  display: inline-block;
  //margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  background-color: #fff;
  text-decoration: none;
  -webkit-appearance: none !important;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  min-height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-shadow: 1px 1px 0 #FFFFFF;
  vertical-align: top;
}
input[type="button"]:active, input[type="submit"]:active, button[type="submit"]:active, button[type="button"]:active {
  background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
  border-color: #bbb #bbb #ddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
}
input[type="button"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, button[type="button"]:hover {
  background: #fff
}
select {
  background-color: #f7f7f7;
  border-radius: 5px;
  display: inline;
  line-height: 100%;
  margin: 0;
  padding: 3px;
  vertical-align: middle;
  width: auto;
}
select[disabled="disabled"], select.disabled {
  color: #999;
  background: #f5f5f5;
  -moz-box-shadow: inset 0px 0px 2px #ddd;
  -webkit-box-shadow: inset 0px 1px 2px #ddd;
  box-shadow: inset 0px 1px 2px #ddd;
}
.input-medium, .input-large {
  width: auto !important;
}
.readmore {
  margin: 5px;
}
a.btn-readmore {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
a.btn-readmore:hover, a.btn-readmore:focus, a.btn-readmore:active, a.btn-readmore.active, a.btn-readmore.disabled, a.btn-readmore[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.system-unpublished {
  background-color: #efefef;
  padding: 5px;
}
/* Mailto */
.mailto {
  background: #fff;
  color: #222;
  padding: 10px;
}
/* Tooltips */
.tip-wrap {
  float: left;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #535353;
  border: 1px solid #222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  max-width: 200px;
  text-shadow: 1px 1px #000
}
.tip-title {
  padding: 0;
  margin: 0;
  display: none
}
.tip-text {
  font-size: 100%;
  margin: 0;
}
#topcontrol {
  background: url(../images/arrow_up.png) 50% 50% no-repeat;
  width: 60px;
  height: 60px;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
/* Error */
#error {
  padding: 20px;
  text-align: center
}
#error .error {
  color: #FF0000;
  display: block;
  padding: 0;
  font-size: 140px;
  font-weight: bold;
  line-height: 200px;
}
#error .center {
  width: 400px;
  margin-left: -200px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 20%
}
#error .error {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
}
#error .error > span {
  display: inline-block;
  position: relative;
}
#error .error > span:before {
  content: "";
  position: absolute;
  top: 70%;
  left: -30px;
  right: -30px;
  height: 80px;
  background: url(../images/error.png) no-repeat;
  background-size: 100% 100%;
}
#error ol li {
  text-align: left;
}
/* Offline */
.error-offline .error > span:before {
  top: 65%;
}
.error-offline .message {
  width: 350px;
}
/* Thumbs */
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.thumbnail {
  border: 1px solid #ccc !important;
  max-width: 100% !important;
}
.thumbnail img {
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.thumbnail img:hover {
  opacity: 1;
}
.thumbnail.pull-left {
  margin-right: 10px !important
}
.thumbnail.pull-right {
  margin-left: 10px !important
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
/* Footer */
#footer-wrap {
  background-color: #2E95C5;
  margin: 60px auto 0;
  padding: 40px 0 20px 0;
  position: relative;
}
#home #footer-wrap {
  margin: 0 auto;
}
#footer-wrap p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#footer-wrap p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
#footer-wrap a {
  color: #fff;
  text-decoration: none;
}
#footer-wrap a:hover {
  color: #fff;
  text-decoration: underline;
}
.ft-contact {
  background-image: url("../images/ft_contact_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
  padding: 20px 94px 23px 687px;
  width: 200px;
  height: 60px;
}
.ft-sitemap {
  margin: 0 0 25px 0;
}
#footer-wrap .login {
  margin: 5px;
  text-align: center;
}
#footer-wrap .login a {
  color: #444;
  font-size: 10px;
  line-height: 1;
}
.copyright {
  margin: 0 auto;
  padding: 10px 0 0 0;
  color: #FFFFFF;
}
.copyright p {
  color: #FFFFFF;
}
.copyright a {
  color: #FFFFFF;
  text-decoration: none;
}
.copy a:hover {
  color: #FFFFFFl;
  text-decoration: underline;
}
.business {
  margin: 0 -480px 0 0;
  padding: 0;
  font-size: 10px;
  color: #ccc;
  text-align: right;
  text-shadow: none;
  bottom: 0;
  right: 50%;
  line-height: 10px;
  height: 10px;
  position: absolute;
}
.business a, .business a:hover {
  text-decoration: none;
  font-size: 10px;
  color: #ccc
}
.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40px;
}
.dl-horizontal dd {
  margin-left: 50px;
}
.items-more h3 {
  margin-bottom: 10px;
}
/* visform */
.visform input, .visform select, .visform textarea {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  display: inline;
  margin: 0;
  padding: 6px;
  vertical-align: middle;
}
.visform select {
  /* display: block;*/
}
.visform button[type="button"] {
  margin-left: 3px;
  margin-top: 5px;
  min-height: 34px;
}
.visCSSlabel {
  font-size: 14px;
  margin: 0;
  padding-left: 6px;
}
.visCSSinput {
  margin: 0;
}
.visCSStop0 {}
.visCSSmargLeft {
  display: inline;
  margin: 0;
}
.visBtnCon {}
.visBtnCon .send {
  border-radius: 5px;
  font-size: 14px;
  padding: 8px;
}
.field-sep {
  border-top: 1px dotted #cccccc;
  padding: 8px 0;
  position: relative;
}
p.errorcontainer:before {
  border-bottom: 11px solid gray;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  content: "";
  display: block;
  height: 0;
  margin-left: 20%;
  width: 0;
}
p.errorcontainer:after {
  border: none;
}
label.error {
  background-color: gray;
  border-radius: 5px;
  color: #fff;
  display: inline-block !important;
  font-size: 10px;
  margin: 0 0 0 17%;
  max-width: 60%;
  max-width: 180px;
  padding: 10px;
  white-space: nowrap;
}
.visform .icon-calendar:before {
  color: #a80000;
  content: "C";
}
.visCustomText {
  display: inline;
  margin-left: 5px;
}
.visCustomText p {
  display: inline;
}
#visformcontainer input:focus, #visformcontainer textarea:focus {
  background-color: #FFF5D6 !important;
  border: 1px dotted #999999 !important;
}
#visformcontainer .error-text {
  left: 26%;
  position: absolute;
  width: 300px;
  z-index: 1;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -ms-filter: "alpha( opacity=95)";
}
#radio-listlbl {
  display: inline;
  height: 60px;
  padding-left: 6px;
  width: 30%;
}
#radio-listlbl input {}
.radio-list-label {
  /*width: auto;*/
  display: inline;
  height: 60px;
  padding-left: 6px;
  width: 30%;
}
.radio-list-field {
  clear: none;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w30 {
  width: 30%;
}
.w20 {
  width: 20%;
}
.w10 {
  width: 10%;
}
.w-auto {
  width: auto;
}
p.errorcontainer {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
}
.hidden {
  display: none !important;
}
.control-label, .controls {
  //display: inline;
}
.nav-tabs {
  padding: 0;
}
.btn-toolbar {
  margin: 5px 0;
}
.btn-group {
  display: inline;
}
h2.componentheading, .page-header h2 {
  color: #054997;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.4em;
  border-bottom: 2px solid #30AFD9;
  padding: 0 0 5px 0;
  margin: 40px auto 20px auto;
  display: table;
}
iframe {
  border: medium none;
}
ul#usermenu {
  margin: 0;
  padding: 0;
}
ul#usermenu li {
  list-style: outside none none;
  margin-bottom: 10px;
}
#usermenu a.btn {
  padding: 7px 15px;
}
#header-table {
  width: 100%;
}
#header-table td:last-child {
  text-align: right;
  padding: 8px 0 0 20px;
}
.head-bn {
  text-align: right;
  margin: 0 0 5px 0;
  padding: 0;
}
.control-group {
  margin-bottom: 10px;
}
.chzn-container {
  width: 250px !important;
}
.input-append input {
  display: inline;
}
.input-append button {
  display: inline;
  margin-left: 5px;
}
.icon-read-more {}
/* jforms */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03) inset;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 0;
  max-width: 100%;
  padding: 8px;
  vertical-align: middle;
}
#jform_address {
  width: 80%;
}
.jforms {}
.jforms input {}
.jforms textarea {
  width: 100%;
  box-sizing: padding-box;
}
#jform_email {
  width: 250px;
}
.jforms .input-append a {
  padding: 8px 10px;
  vertical-align: top;
}
.fieldsform fieldset {}
.fieldsform fieldset > legend {
  display: none;
}
.fieldsform fieldset .control-group {
  display: table;
  margin: 0;
  width: 100%;
}
.fieldsform fieldset .control-label, .fieldsform fieldset .controls {
  border-top: 1px dotted #ccc;
  display: table-cell;
  padding: 8px 0;
  vertical-align: top;
}
.fieldsform fieldset .control-label {
  width: 30%;
  padding-right: 10px;
}
ul.checkboxes {
  margin: 0;
  padding: 0;
}
ul.checkboxes li input {
  vertical-align: text-bottom;
}
.fieldsform fieldset .btn.active, .fieldsform fieldset .btn:active {
  border: 1px solid #334c66;
  background-color: #69c;
  -webkit-box-shadow: inset 0px 0px 8px #334c66;
  -moz-box-shadow: inset 0px 0px 2px #3a6da0;
  box-shadow: inset 0px 0px 2px #3a6da0;
  outline: 0 none;
  background-image: none;
  color: #fff;
  text-shadow: inherit;
}
.icon-folder-open {
  color: #d1b710;
  font-size: 14px;
}
.icon-calendar {
  color: #ce1916;
  font-size: 14px;
}
.footer_actions .btn-success {
  font-size: 22px;
  padding: 12px 20px;
  width: 100px;
}
.action_right {
  text-align: center;
}
.alert-message {
  margin: 10px;
}
.alert.alert-message p {
  font-size: 20px;
  font-weight: bold;
}
h4.alert-heading {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
/*shadowbox*/
#sb-nav {
  height: auto;
  line-height: 1;
}
#sb-info, #sb-info-inner {
  height: auto;
}
#sb-info-inner {
  font-size: 14px;
  height: auto;
}
#sb-nav a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  font-family: FontAwesome;
  font-size: 18px;
  height: 20px;
  width: 20px;
}
#sb-nav a:hover {
  text-decoration: none;
}
#sb-nav-next:before {
  content: "\f0a9";
}
#sb-nav-close:before {
  content: "\f05c";
}
#sb-nav-previous:before {
  content: "\f0a8"
}
.accordeonck .toggler:before {
  content: "\f0fe";
  font-family: FontAwesome;
  color: #999;
  margin-right: 10px;
}
.accordeonck ul li ul {
  margin: 0;
}
.accordeonck ul li ul li {
  list-style: none outside none !important;
  margin: 0 !important;
}
.accordeonck ul li a {}
.pchidden {
  display: none;
}
#footer .switchBtn {
  margin: 20px 0;
  text-align: center;
}
#footer .switchBtn a {
  border: 1px solid #b5b3b3;
  border-radius: 4px;
  color: #494949;
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
}
#footer .switchBtn a.btnAcv {
  display: none;
  background-color: #C4C4C4;
  background-image: none;
}
.switchBtn a:first-child {
  margin-right: 10px;
}
.component_container {
  padding: 0;
}
/* ↓tab & Slides */
ul.jwts_tabbernav li a {
  border-radius: 4px 4px 0 0;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  background-position: 0 3px;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
  background-position: 0 -142px;
}
#responsive-tabs {
  margin-bottom: 15px;
}
#responsive-tabs label {
  margin: 0;
  padding: 7px 20px;
}
#responsive-tabs input[type="radio"]:checked + label, #responsive-tabs input.checked[type="radio"] + label {
  border-top-color: #494949;
}
#responsive-tabs label:first-child {}
#responsive-tabs label span {
  font-size: 14px;
}
.edit .tab-content, .tab-content {
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding: 10px;
}
.tab-content .tab-content-item {}
.star {
  color: #ff002a;
}
/* ↑tab & Slides */
/* ↓custom properties　複合検索*/
.searchform .cp-field .cp-cb-value {
  display: inline;
}
.cpsearch {
  margin-bottom: 30px;
}
table.search-box {
  border: 1px solid #d3d8e2;
  margin-bottom: 10px;
  width: 100%;
}
table.search-box th {
  background-color: #eff2f4;
  border-bottom: 1px solid #d3d8e2;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 20%;
}
table.search-box td {
  border-bottom: 1px solid #d3d8e2;
  padding: 10px;
}
.cpsearch input[type="checkbox"], .cpsearch input[type="radio"] {
  vertical-align: middle;
}
.cp-result-list {}
.cp-result {}
.cp-result dl {}
.cp-result dt {}
.cp-result dd {
  margin: 0;
}
.result-title {
  background-color: #f7f7f7;
  border-color: #ccc #ccc #114f75;
  border-style: solid;
  border-width: 1px 1px 3px;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 7px 10px;
}
.result-text {}
/* ↑custom properties　複合検索*/
/*↓ showplus サムネイルスライド*/
.showplus-thumbnails > ul > li > a {
  margin-left: 1px !important;
  margin-right: 1px !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.showplus-thumbnails > ul > li > a:hover {}
.showplus-horizontal .showplus-thumbnails > ul > li:last-child > a {
  margin-left: 2px !important;
}
.showplus-horizontal .showplus-thumbnails > ul > li:first-child > a {}
.showplus-thumbnails > ul {
  height: auto !important;
  overflow: hidden;
}
/*↑ showplus サムネイルスライド*/
ul.rsstableList {
  margin: 0;
  padding: 0;
}
ul.rsstableList li {
  border-bottom: 1px dotted #ddd;
  list-style: none outside none;
  overflow: hidden;
  padding: 10px 0;
}
ul.rsstableList li.odd {}
ul.rsstableList li.even {}
ul.newsflash-horiz {
  margin: 0;
  padding: 0;
}
ul.newsflash-horiz li {
  box-sizing: padding-box;
  float: left;
  list-style: none outside none;
  padding-right: 10px;
  width: 50%;
}
ul.newsflash-horiz li:last-child {
  padding-right: 0;
}
ul.newsflash-horiz .article-separator {
  display: none;
}
/* module editor */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.label {
  border-radius: 3px;
}
.label, .badge {
  background-color: #999;
  color: #fff;
  display: inline-block;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  white-space: nowrap;
}
.row-fluid:before, .row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid .form-horizontal .control-group:before, .row-fluid .form-horizontal .control-group:after {
  content: "";
  display: table;
  line-height: 0;
}
.row-fluid .form-horizontal .control-group:after {
  clear: both;
}
.row-fluid .form-horizontal .control-group {
  margin-bottom: 18px;
}
.row-fluid .form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 20%;
}
.row-fluid .form-horizontal .controls {
  margin-left: 25%;
}
.row-fluid .control-label .hasTooltip {
  display: inline-block;
}
.row-fluid .controls > .radio:first-child, .row-fluid .controls > .checkbox:first-child {
  padding-top: 5px;
}
.row-fluid fieldset.radio.btn-group {
  padding-left: 0;
}
.row-fluid .radio, .row-fluid .checkbox {
  min-height: 18px;
  padding-left: 20px;
}
#jform_articletext_tbl {
  width: 100%;
}
iframe#jform_articletext_ifr {
  width: 100% !important;
}
.ckdatetimepicker {
  float: left;
}
.datepickerbtn {
  float: left;
  margin-left: 5px;
  padding: 8px 10px !important;
}
.input-append.date {
  overflow: hidden;
}
.dtp-calendar {
  border: 1px solid #ccc;
  margin-left: 5px;
  padding: 1px;
}
.dtp-calendar:first-child {
  margin: 0;
}
.table-striped td, .table-striped th {
  // font-size: 18px;
  padding: 7px 10px !important;
}
.close {
  position: absolute;
  right: 0;
  z-index: 1;
}
#system-message .alert {
  margin: 0;
}
.alert-message a.close {
  display: none;
}
#jf_mm_menu, .jf_mm_trigger {
  display: none;
}
/* ↑PC・スマホ共通デザイン */
/* 追加 */
h2.item-page-title {
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon_star.png"), linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
  background-origin: padding-box, padding-box;
  background-position: 1% 50%;
  background-repeat: no-repeat;
  background-size: auto auto, auto auto;
  border-bottom: 1px solid #dddddd;
  border-top: 2px solid #2e95c5;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 8px 0 8px 40px;
}
/*FAQ20240520追加*/
.f_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_btn {
  width: 32%;
  padding: 15px;
  border-radius: 5px;
  margin: 30px 0.5%;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.faq_btn img {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 auto 10px
}
.faq_btn1 {
  background-color: #FFFDDF;
}
.faq_btn2 {
  background-color: #F2FBFF;
}
.faq_btn3 {
  background-color: #DEF6E7;
}
.faq_btn4 {
  background-color: #FEEBF4;
}
.faq_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.faq_btn1:hover {
  background-color: #F7F4C6;
}
.faq_btn2:hover {
  background-color: #D0EFFD;
}
.faq_btn3:hover {
  background-color: #B3E5C6;
}
.faq_btn4:hover {
  background-color: #FACFE3;
}
.faq_ti {
  padding: 8px 45px;
  border-radius: 5px;
  font-size: 26px;
  margin: 120px 0 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.faq_ti1 {
  background-color: #FFFDDF;
}
.faq_ti2 {
  background-color: #D5EAF4;
  color: #2694C7;
}
.faq_ti3 {
  background-color: #DEF6E7;
  color: #5CCF86;
}
.faq_ti4 {
  background-color: #FEEBF4;
  color: #FF8FC1;
}
.faq_ti1:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../images/faq/anker3.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.faq_ti2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../images/faq/anker4.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.faq_ti3:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 30px;
  background-image: url(../../../images/faq/anker1.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.faq_ti4:before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 30px;
  background-image: url(../../../images/faq/anker2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
#faq .item-separator {
  margin-bottom: 0;
}
.midashi_q {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  margin: 45px auto 35px;
  width: 85%;
  padding-left: 65px;
  padding-right: 50px;
  box-sizing: border-box;
}
.midashi_q:before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 50px;
  height: 48px;
  background-image: url(../../../images/faq/ic_q.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  background-repeat: no-repeat;
  top: -7px;
}
.midashi_q:after {
  content: '';
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../images/faq/ic_open.png);
  background-size: contain;
  vertical-align: middle;
}
.midashi_q.active:after {
  background-image: url(../../../images/faq/ic_close.png);
}
.box_a {
  display:none;
  width: 85%;
  margin: 10px auto !important;
  background-image: url(../../../images/faq/ic_a.png);
  background-size: 48px 48px;
  vertical-align: middle;
  margin-right: 7px;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 65px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
#tinymce .box_a {
  display: block !important;
}
.step_table th {
  border-top: solid 5px #fff;
  border-bottom: solid 10px #fff;
  background-color: #D5EAF4;
  text-align: center;
  width: 150px;
  vertical-align: middle !important;
}
.step_table td {
  padding: 5px;
  padding-left: 20px;
}
.step_table h4 {
  font-size: 18px;
  color: #2694C7;
  margin: 0 0 0px;
}
.faq_link {
  margin-top: 50px;
}
.faq_step {
  margin-bottom: 20px;
  margin-top: 5px;
  align-items: stretch;
}
.faq_left {
  width: 20%;
  background-color: #feebf4;
  text-align: center !important;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.faq_right {
  width: 78%;
  margin-left: auto;
}
.faq_right h4 {
  font-size: 18px;
  margin: 0 0 0px;
}
.faq_left::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #feebf4; /* 好みで色を変えてください */
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
}
.step_last .faq_left::after {
  display: none;
}
/*アイコン付き見出し*/
.heading-item{
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  margin: 20px 0;
}
.heading-item .icon{
  width: 86px;
  height: 86px;
}
.heading-item .icon img{
  width: 100%;
  height: auto;
}
.heading-item p{
  color: #2494c6;
  font-family: var(--zen);
  font-weight:600;
  letter-spacing:.1em;
  text-align: left;
  font-size: .8rem;
  margin: 0 0 5px 0;
}
.heading-item h3{
  font-family:var(--zen);
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-align: left;
}
/*お知らせ*/
.news-seminar{
  background-color: #e0f3fa;
  padding: 2em;
}
.news-seminar .inner, .news-topics .inner{
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-seminar .inner .title{
  width: 30%;
}
.news-seminar .inner .title h4{
  font-family: var(--zen);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4em;
}
.news-seminar .inner .text-btn a{
  text-decoration: underline;
  position: relative;
  padding-right: 28px;
}
.news-seminar .inner .text-btn a:hover{
  text-decoration: none;
}
.news-seminar .inner .text-btn a:after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../../../images/icons/icon_right.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  top:-2px;
}
.news-seminar .inner .news-box{
  width: 65%;
}
.news-topics{
  background-color: #edf8fc !important;
}
/*お問い合わせ・ブログのボタン*/
.f_box{
	display: flex;
	flex-wrap: wrap;
}
.f_center{
	justify-content: center;
}
.top_n_btn{
	width: 470px;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 5px;
}
.top_n_btn a{
	border-radius: 3px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	display: block;
	padding: 20px;
}
.top_n_btn a:hover{
	border: solid 1px #fff;
	text-decoration: none;
}
.top_n_btn1{
	background-color: #B7E8FF;
}
.top_n_btn2{
	background-color: #FCE1ED;
	margin-left: 20px;
}
.top_n_btn1 a{
	color: #2E95C5;
	border: solid 1px #B7E8FF;
	background-image: url(../../../images/icons/top_btn_ic1.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
	background-size: 62px 36px;
	padding-left: 110px;
}
.top_n_btn2 a{
	color: #FF8FC1;
	border: solid 1px #FCE1ED;
	background-image: url(../../../images/icons/top_btn_ic2.png);
	background-repeat: no-repeat;
	background-position: left 40px center;
	background-size: 62px 56px;
	padding-left: 110px;
}
.top_btmbtn{
	margin-top: 50px;
	margin-bottom: 50px;
}
/*7つのボタン*/
.top-linkitem{
  display: flex;
  gap: 2em;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.top-linkitem >div{
  position: relative;
  transition:all .2s;
}
.top-linkitem a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 2;
}
.top-linkitem img{
  position: relative !important;
  margin-bottom: 20px;
  z-index: 0;
  transition:all .2s;
}
.top-linkitem p{
  text-align: center;
  line-height: 1.4em;
  position: relative;
  font-family: var(--zen);
  font-weight: 600;
}
.top-linkitem p::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../../images/icons/icon_right.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  transition:all .2s;
  margin: 0 auto;
  z-index: 1;
}
.top-linkitem>div:hover p{
  color: #2e95c5;
}
.top-linkitem>div:hover p::before{
  transform: scale(1.2);
  transition: 1s;
}
.top-linkitem>div:hover img{
  transform: scale(0.9);
  transition: 1s;
}
/*ページ下バナー横並び*/
.inner{
  width: 960px;
  margin: 90px auto 50px auto;
}
.banner-col2{
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.banner-col2 img{
  width: 100%;
  height: auto;
}