@charset "utf-8";

html,
button,
input,
select,
textarea {
    color: #222;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

*:focus {
    outline: none !important;
}

html {
    font-size: 100%;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 100%;
}

a {
    color: #1d3994;
    text-decoration: none;
    outline: none;
    -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -moz-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -ms-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

a:hover {
    text-decoration: underline;
    /*color: #f05040;*/
}

a:hover, a:active, a:visited, a:focus {
    outline: none;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

/**:focus,*/
/**:active,*/
/*input:focus {*/
/*outline: none;*/
/*border: hidden;*/
/*-webkit-box-shadow: none;*/
/*-moz-box-shadow: none;*/
/*box-shadow: none;*/
/*}*/
p.single_ad3 {
	display: none;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

html, body {
    padding: 0;
    margin: 0
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body, input, button, select {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    line-height: 1.4;
    font-family: "メイリオ", Meiryo, "游明朝", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Mincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-size: 1em;
}

body {
    background-color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    min-width: 1000px;
}

.clean-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clean-list li {
    list-style: none
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.fl-no {
    float: none
}

.clear {
    clear: both
}

.table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.table-cell {
    display: table-cell
}

.table th,
.table td {
    /*border: 1px solid #ccc;*/
}

.eng-text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.text-theme-color {
    color: #a955d6;
}

.text-orange {
    color: #d98000;
}

.text-blue {
    color: #0068b9;
}

.text-red {
    color: #db1529;
}

.btn {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    outline: none;
    text-align: center;
    line-height: 1.1;
    /*text-transform: uppercase;*/
    /*font-size: 0.875rem;*/
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:active,
.btn:focus {
    outline: none !important;
}

.opc {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.opc:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
}

.form-control {
    height: 42px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-control:focus {
    border-color: #7c7c7c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;

}

#contents {
    min-height: 700px;
    padding-bottom: 0;
}

.view-container {
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
}

.content-wrapper {
    position: relative;
    padding: 1px 15px;
    /*overflow: hidden;*/
}

.content-center {
    position: relative;
    max-width: 1022px;
    margin: 0 auto;
}

.content-title {
    position: relative;
    font-size: 3.75rem;
    line-height: 1.1;
    color: #cc2636;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.content-text {
    font-size: 1.125rem;
    color: #565656;
    line-height: 2;
    margin: 0 0 20px;
}

#overlay {
    position: absolute;
    display: none;
    background: #818181;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    /*visibility: hidden;*/
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 100;
}

.page-title {
    font-size: 40px;
    color: #ea352d;
    line-height: 1.2;
    margin: 0 0 25px;
}

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

.h-text {
    font-size: 1.25rem;
    text-align: center;
    color: #595959;
}

.s-title {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 12px;
}

.s-title.icon-left {
    padding: 10px 0 11px 55px;
    border-bottom: 1px solid #d6d6d6;
}

.s-title.icon-left .icon {
    position: absolute;
    left: 0;
    bottom: -2px;
    text-align: center;
    color: #ee252d;
    border-bottom: 3px solid #e6322a;
    padding: 0 2px 10px;
    font-size: 30px;
}

.s-title.border-left {
    border-left: 3px solid #e8322e;
    padding: 1px 0 0 9px;
    margin-left: 6px;
    line-height: 1;
    font-size: 1.25rem;
}

.s-title.border-bottom-red {
    border-bottom: 3px solid #e9474d;
}

.list-default li {
    text-indent: 14px;
    line-height: 2.375;
}

/*Header*/
/*--------------------------------------------------*/

#header {
    position: relative;
    background: #fff;
}

#header .header-content__main {
    padding: 8px 0;
}

#header_push_cont {
  float:right;
  margin: 0;
  font-size: 13px;
}

#header_push_cont a {
  text-decoration: underline;
}

#header_push_cont a:hover {
  text-decoration: none;
}

#header .header-content__top {
    padding: 7px 0 0;
}

#header .header-title {
    margin: 0;
    font-size: 10px;
}

#header .header-logo {
    margin: 0;
    float: left;
}

#header .header-nav .btn-default {
    padding: 0 18px 0 11px;
    font-size: 0.8125rem;
    height: 30px;
    line-height: 31px;
    margin: 0 7px 0 0;
}

#header .header-nav .btn-default .icon {
    font-size: 18px;
    vertical-align: -2px;
    margin: 0 8px 0 0;
}

#header .header-nav .btn-default.jigyou .icon {
	color:#0056A9;
}

#header .header-nav .btn-default.yuushi .icon {
	color:#74B733;
}

#header .header-nav .btn-default:hover {
    border-color: #000;
    background: none;
}

#header .header-nav {
    float: right;
    margin: 10px 0;
}

.superbannerdiv {
    text-align:center;
    margin-bottom: 10px;
}

.header-nav .header-nav__menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.header-nav .header-nav__menu .menu-item:last-child {
    margin-right: 0;
}

.header-nav .header-nav__menu .menu-item {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin: 0 11px 0 0;
}

.header-nav .header-nav__menu .menu-item a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 1px 5px;
    font-size: 0.75rem;
}

.header-nav .header-nav__menu .menu-item a:hover {
    color: #e8322e;
}

.header-nav .header-nav__menu .menu-item .menu-item__text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.header-nav .header-nav__menu .menu-item .icon {
    font-size: 26px;
    color: #e8322e;
    vertical-align: middle;
}

/*Footer*/
/*--------------------------------------------------*/

.footer {
    font-size: 0.75rem;
}

.footer .footer-linkboxes-list__wrapper {
    background: #f0f0f0;
    border-top: 1px solid #cdcdcd;
    padding-top: 23px;
    padding-bottom: 49px;
}

.footer-linkboxes-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-linkboxes-list .footer-linkbox {
    flex: 0 0 auto;
    width: 20%;
    padding: 1px 20px 0 30px;
    line-height: 1.2;
    border-left: 1px solid #c7c7c7;
}

.footer-linkboxes-list .footer-linkbox a{
    text-decoration: underline;
}


.footer-linkboxes-list .footer-linkbox.i-1 {
    padding-left: 1px;
    border: none;
    width: 23%;
    padding-right: 10px;
}

.footer-linkboxes-list .footer-linkbox.i-2 {
    width: 21%;
}

.footer-linkboxes-list .footer-linkbox.i-3 {
    width: 19%;
}

.footer-linkboxes-list .footer-linkbox.i-4 {
    width: 19%;
}

.footer-linkboxes-list .footer-linkbox.i-5 {
    width: 18%;
    padding-right: 1px;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 14px;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title-link {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title-link:hover {
    text-decoration: none;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__list {
    font-size: 0.75rem;
    text-align: left;
    padding: 0 0 0 3px;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__list-item {
    position: relative;
    margin: 0 0 10px;
    padding: 1px 0 0 13px;

}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__list-item:last-child {
    margin: 0;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    background: #e60000;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__list-item a:hover {
    text-decoration: none;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title.i-1 {
    margin-bottom: 21px;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title.link {
    margin-bottom: 20px;
    color: #000;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title.link a {
    color: #000;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title.link a:hover {
    text-decoration: underline;
}

.footer-linkboxes-list .footer-linkbox .footer-linkbox__title.i-3 {
    margin-top: 40px;
}

.footer-linkboxes-list {
}

.footer-nav-global .footer-nav-global__title {
    margin: 0 0 12px;
}

.footer-nav-global .footer-nav-global__list-item {
    margin: 0 45px 12px 0;
    display: inline-block;
    position: relative;
    padding: 1px 0 0 15px;
}

.footer-nav-global .footer-nav-global__list-item a:hover {
    text-decoration: underline;
}

.footer-nav-global .footer-nav-global__list-item:last-child {
    margin-right: 0;
}

.footer-nav-global .footer-nav-global__list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #e60000;
}

.footer .footer-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e9474d;
}

.footer .footer-nav-global {
    border-top: 1px solid #cdcdcd;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 1px;
}

.footer-copyright .footer-copyright__text {
    font-size: 10px;
    color: #fff;
    margin: 0;
}

/*Contents*/
/*--------------------------------------------------*/
#contents {
    position: relative;
    overflow: hidden;
}

#contents > .content-wrapper {
    position: relative;
    z-index: 5;
}

#contents .content-flex {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contents .content-flex > .content-flex__item {
    flex: 0 0 auto;
}

#contents .content-flex > .content-main {
    background: #fff;
    border-right: 1px solid #e7e8ea;
    padding: 30px 35px 150px 0;
    vertical-align: top;
    width: 65%;
}
	
#contents .content-flex > .content-side {
    /*float: left;*/
    width: 35%;
    background: #f8f8f8;
    padding: 40px 1.5% 100px;
    vertical-align: top;
}

#contents > .content-bg__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
}

#contents > .content-bg__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 1;
/*    background: #f8f8f8;
    border-left: 1px solid #e7e8ea;*/
}

.no-sidebar #contents .content-flex > .content-main {
    width: 100%;
    padding: 34px 0 242px 0;
    background: #fff;
    border-right: none;
}

.no-sidebar #contents > .content-bg__right {
    background-color: #fff;
}

.page-register #contents .content-flex > .content-main {
    padding: 85px 0 272px 0;
}

.page-register #header .header-logo {
    margin: 0 auto;
    float: none;
    width: 202px;
}

.page-login #contents .content-flex > .content-main {
    padding: 85px 0 317px 0;
}

#contents .content-flex > .content-bottom {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 53px 0 283px 0;
    vertical-align: top;
}

#contents .content-flex > .content-bottom::before {
    content: " ";
    position: absolute;
    height: 100%;
    left: -1000%;
    margin: 0;
    max-width: 2000%;
    right: 1000%;
    width: 2000%;
    bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #eaeae9;
}

.section {
    position: relative;
    padding: 1px 0;
    margin: 0;
	clear: both;
}

.s-list a {
    text-decoration: none;
}

.s-list.hover-style a:hover {
    color: #e8322e;
}

/*Global nav*/

.nav-global {
    position: relative;
    background: #e9474d;
    padding: 0;
}

.nav-global .nav-global__inner {
    position: relative;
}

.nav-global .btn-search {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 42px;
    color: #fff;
    font-size: 1.1875rem;
    text-align: center;
    padding: 0;
    background: #bb0a11;
}

.nav-global .btn-search:hover {
    background: #c4242b;
}

.nav-global .nav-global__action-area {
}

.nav-global .nav-global__menu-wrap {
    position: relative;
    margin: 0 53px 0 0;
    z-index: 24;
    padding: 2px 0;
    background: #e9474d;
}

.nav-global .nav-global__menu {
    /*display: -webkit-box;      !* OLD - iOS 6-, Safari 3.1-6 *!*/
    /*display: -moz-box;         !* OLD - Firefox 19- (buggy but mostly works) *!*/
    /*display: -ms-flexbox;      !* TWEENER - IE 10 *!*/
    /*display: -webkit-flex;     !* NEW - Chrome *!*/
    /*display: flex;             !* NEW, Spec - Opera 12.1, Firefox 20+ *!*/
    /*align-items: center;*/
    /*justify-content: center;*/
    display: table;
    width: 100%;
    text-align: center;
}

.nav-global .nav-global__menu li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    border-right: 1px solid #cd0d14;
}

.nav-global .nav-global__menu li:first-child {
    border-left: 1px solid #cd0d14;
}

.nav-global .nav-global__menu a {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.2;
}

.nav-global .nav-global__menu a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 20px 2px;
    height: 42px;
}

.nav-global .nav-global__menu li:hover a,
.nav-global .nav-global__menu li.active a,
.nav-global .nav-global__menu li.current a {
    background: #bb0a11;
}

.nav-global .nav-global__flyout {
    display: none;
    position: absolute;
    left: 411px !important;
    background: rgba(255, 255, 255, 0.11);
    top: 100%;
    padding: 5px 0 0;
    z-index: 22;
    min-height: 50px;
    -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease, opacity 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.nav-global__flyout .nav-global__flyout-item {
    position: relative;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.nav-global__flyout .nav-global__flyout-boxes-list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nav-global__flyout-boxes-list .nav-global__flyout-box {
    width: 25%;
    padding: 17px 10px;
    border-left: 1px solid #d9d9d9;
}

.nav-global__flyout-boxes-list .nav-global__flyout-box:first-child {
    border: none;
}

.nav-global__flyout-box-link {
    color: #000;
    text-decoration: none !important;
}

.nav-global__flyout-box-image {
    float: left;
    position: relative;
    width: 87px;
    height: 87px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #b4b4b4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

.nav-global__flyout-box-image .icon {
    font-size: 54px;
    color: #424242;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-global__flyout-box:nth-child(2) .nav-global__flyout-box-image .icon {
    font-size: 43px;
}

.nav-global__flyout-box:nth-child(3) .nav-global__flyout-box-image .icon {
    font-size: 49px;
}

.nav-global__flyout-box:nth-child(4) .nav-global__flyout-box-image .icon {
    font-size: 39px;
}

.nav-global__flyout-box-desc {
    margin: 0 0 0 96px;
}

.nav-global__flyout-box-desc .box-title {
    font-size: 18px;
    color: #e8322e;
    font-weight: bold;
    margin: 0 0 9px;
}

.nav-global__flyout-box-desc .box-text {
    margin: 0;
    line-height: 1.5;
}

.nav-global__flyout-box:hover .nav-global__flyout-box-image {
    border: 1px solid #ed1c24;
    background: #fff;
}

.nav-global__flyout-box:hover .nav-global__flyout-box-image .icon {
    color: #ed1c24;
}

.nav-global__flyout-list {
    width: 257px;
}

.nav-global__flyout-list li {
    border-top: 1px solid #d9d9d9;
}

.nav-global__flyout-list li:first-child {
    border: none;
}

.nav-global__flyout-list a {
    color: #333;
    font-size: 15px;
    text-decoration: none !important;
}

.nav-global__flyout-list li a {
    display: block;
    padding: 15px 22px 15px 18px;
    position: relative;
}

.nav-global__flyout-list .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 12px;
    color: #7f7f7f;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nav-global__flyout-list li:hover a,
.nav-global__flyout-list li:hover .icon {
    color: #e8322e;
}

.nav-global__flyout-list li:hover a {
    font-weight: bold;
}

/*Nav global table*/

.nav-global__flyout .nav-global__flyout-item.type-table {
    padding: 15px 16px;
    /*width: 100%;*/
    width: 758px;
}

.nav-global__flyout-table {
    width: 100%;
    border: none;
}

.nav-global__flyout-table th,
.nav-global__flyout-table td {
    padding: 9px 12px;
    font-size: 0.75rem;
    border: none;
    vertical-align: top;
}

.nav-global__flyout-table th {
    width: 96px;
}

.nav-global__flyout-table a {
    display: inline-block;
    padding: 0 2px 2px;
    margin: 0 5px 0 0;
    color: #333;
}

.nav-global__flyout-table td a:last-child {
    margin: 0;
}

/*Nav actions*/

.menu-opened .nav-global .nav-global__flyout {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

/*Main content*/

.content-main .section {
    margin: 0 0 55px;
}

.content-main .s-main-content-11 {
    margin: 0 0 28px;
}

.s-main-content-12 .s-title.icon-left {
    margin: 0 0 2px;
}

.s-main-content-12 .s-list {
}

.s-main-content-12 .s-list a {
    text-decoration: none;
    color: #333;
}

.s-main-content-12 .s-list .s-list__item {
    border-bottom: 1px solid #e7e8ea;
}

.s-main-content-12 .s-list .s-list__item-inner {
    display: block;
    padding: 12px 0 10px;
}

.s-main-content-12 .s-list .s-list__item:hover {
    background: #f2f2f2;
}

.s-main-content-12 .s-list__item .s-list__item-img {
    float: left;
    width: 98px;
    overflow: hidden;
    background-color: #b0b0b0;
}

.s-main-content-12 .s-list__item .s-list__item-title {
    font-weight: normal;
    font-size: 1.06rem;
    margin: 3px 0 11px;
    max-height: 2.7625rem;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: justify;
    width: 95%;
}

.s-main-content-12 .s-list__item .s-list__item-article {
    margin: 0 0 0 110px;
}

.s-main-content-12 .s-list__item .s-list__item-story {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*font-size: 0.8125rem;*/
}

.section .s-link-wrap a {
    font-size: 0.75rem;
    line-height: 1.5;
}

.section .s-link-wrap {
    text-align: right;
    margin: 8px 0 0 0;
}

.s-main-content-13 .s-title.icon-left .icon {
    font-size: 30px;
    padding: 0 7px 9px;
}

.s-main-content-13 .s-list .s-list__item {
    padding: 0 0 5px;
}

.s-main-content-13 .s-list a {

}

.s-main-content-13 .s-list .col-xs-4 {
    padding: 0 5px;
/*
    border-right: 1px solid #d0d0d0;
}

.s-main-content-13 .s-list .col-xs-4:first-child {
    border-left: 1px solid #d0d0d0;
*/
}


.s-main-content-13 .s-list .s-list__item-header {
    background: #f8f8f8;
    border-bottom: 1px solid #e8322e;
    font-size: 1.0625rem;
    padding: 12px 5px;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    color: #d51f1b;
    font-weight: normal;
}

.s-main-content-13 .s-list .s-list__item-img {
    position: relative;
/*    height: 142px;*/
    text-align: center;
    line-height: 1;
}

.s-main-content-13 .s-list .s-list__item .s-list__item-img .icon {
    position: absolute;
    font-size: 104px;
    color: #424242;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.s-main-content-13 .s-list .s-list__item.i-1 .s-list__item-img .icon {
    font-size: 104px;
}

.s-main-content-13 .s-list .s-list__item.i-2 .s-list__item-img .icon {
    font-size: 84px;
}

.s-main-content-13 .s-list .s-list__item.i-3 .s-list__item-img .icon {
    font-size: 111px;
}

.s-main-content-13 .s-list .s-list__item .s-list__item-text {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.66;
}

.s-main-content-13 .s-list .s-list__item:hover .s-list__item-img .icon {
    color: #d84b49;
}

/*
.s-main-content-13 .s-list .s-list__item:hover .s-list__item-header,*/
.s-main-content-13 .s-list .s-list__item .s-list__item-text:hover {
    text-decoration: underline;
}

.s-main-content-13 .col-left {
    float: left;
    width: 25%;
    padding: 0;
}
.s-main-content-13 .col-right {
    float: left;
    width: 75%;
    padding: 0 0 0 23px;
}

.s-main-content-13 .s-list li {
    margin: 0 0 13px;
    font-size:14px;
}

.s-main-content-13 ul {
	margin-left: 25px;
    list-style: disc;
}

.s-main-content-13 .cover {
    display: block;
    width: 120px;
    margin: 20px auto;
}



.s-main-content-14 .s-title {
    margin: 0 0 22px;
}

.s-main-content-14 .s-title .icon {
    font-size: 44px;
    padding-bottom: 3px;
}

.s-main-content-14 .s-list .s-list__item {
    margin: 0 0 28px;
}

.s-main-content-14 .s-list__item .s-list__item-text {
    /*font-size: 0.8125rem;*/
    line-height: 1.69;
}

.s-main-content-14 .s-list__item .item-title {
    font-size: 1.06rem;
    font-weight: bold;
    margin: 0 0 9px;
    line-height: 1.1;
}

.s-main-content-14 .s-list__item .item-title i {
    font-size: 9px;
    color: #e8322e;
    vertical-align: 3px;
    display: inline-block;
    margin: 0 5px 0 3px;
    font-weight: bold;
}

.s-main-content-15 {
}

.s-main-content-15 .s-title .icon {
    font-size: 35px;
    padding: 0 2px 12px 10px;
}

.s-main-content-15 .s-title {
    margin: 0 0 29px;
}

.s-main-content-15 .row {
    margin: 0 -6px;
}

.s-main-content-15 .col-xs-4 {
    padding: 0 6px;
}

.s-main-content-15 .s-list__item {
    position: relative;
}

.s-main-content-15 .s-list__item .item-img {
    position: relative;
}

.s-main-content-15 .s-list__item .item-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ee252d;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-main-content-15 .s-list__item .item-text {
    margin: 12px 0 0;
    font-size: 0.75rem;
}

.s-main-content-15 .s-list__item .item-title {
    margin: 1px 0 12px;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    color: #ee252d;
}

.s-main-content-15 .s-list__item .icon {
    position: absolute;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #cbcbcb;
    line-height: 46px;
    font-size: 23px;
    color: #e8322e;
    background: #fff;
    z-index: 5;
    right: -29px;
    top: 50px;
}

.s-main-content-15 .s-list__item:hover .item-text {
    /*font-weight: bold;*/
    text-decoration: underline;
}

.s-main-content-15 .s-list__item:hover .item-img:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.list-style__disc {
    list-style: none;
}

.list-style__disc li {
    position: relative;
    padding: 0 0 0 16px;
}

.list-style__disc li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e8322e;
    left: 2px;
    top: 6px;
}

.s-main-content-16 .s-title .icon {
    font-size: 36px;
    padding: 0 4px 9px 8px;
}

.s-main-content-16 .s-title {
    margin: 0 0 19px;
}

.s-main-content-16 .row.s-cols {
    margin: 0 -5px;
}

.s-main-content-16 .col-xs-4 {
    padding: 0 5px;
}

.s-main-content-16 .s-list__item .item-title {
    display: table;
    background: #f3f3f4;
    margin: 0 0 23px;
    font-weight: bold;
    color: #333;
    width: 100%;
}

.s-main-content-16 .s-list__item .item-title span {
    display: table-cell;
    /*height: 100%;*/
    vertical-align: middle;
    padding: 5px 12px;
    height: 43px;
}

.s-main-content-16 .s-list__item .s-list li {
    margin: 0 0 13px;
}

.s-main-content-16 .s-list.hover-style a:hover {
    color: #000;
    text-decoration: underline;
}

.s-main-content-17 .s-title {
    margin: 0;
}

.s-main-content-17 .s-map {
    position: relative;
    min-height: 632px;
    border-bottom: 0px solid #e7e8ea;
    padding: 0 0 50px;
}

.s-main-content-17 .s-map .s-map__img {
    margin: 64px 0 0;
}

.s-map .s-map__sectors {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s-map .s-map__sectors .s-map__sector {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;

}

.s-map .s-map__sector .sector-title {
    font-size: 0.875rem;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.1;
}

.s-map .s-map__sector {
    width: 154px;
}

.s-map .s-map__sector .s-list .btn {
    display: block;
    height: 21px;
    line-height: 21px;
    background: #efefef;
    font-size: 0.75rem;
    padding: 0 5px 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
}

.s-map .s-map__sector .s-list li {
    float: left;
    width: 50%;
    padding: 0 2px 3px;
}

.s-map .s-map__sector .s-list .btn:hover {
    background: #fff;
}

.s-map .s-map__sector.s-1 {
    top: 24px;
    left: 264px;
}

.s-map .s-map__sector.s-2 {
    top: 170px;
    left: 235px;
}

.s-map .s-map__sector.s-3 {
    top: 278px;
    left: 179px;
}

.s-map .s-map__sector.s-4 {
    top: 316px;
    left: 71.5%;
    width: 29.5%;
}

.s-map .s-map__sector.s-5 {
    top: 341px;
    left: 58px;
}

.s-map .s-map__sector.s-6 {
    top: 438px;
    left: 362px;
    width: 176px;
}

.s-map .s-map__sector.s-7 {
    top: 465px;
    left: 1px;
    width: 168px;
}

.s-map .s-map__sector.s-7 .s-list li:nth-child(2n) {
    width: 53%;
}

.s-map .s-map__sector.s-7 .s-list li:nth-child(2n+1) {
    width: 47%;
}

.s-map .s-map__sector.s-8 {
    top: 516px;
    left: 252px;
}

.s-main-content-17 .s-footer {
    padding: 18px 0 0;
}

.s-main-content-17 .btn-search {
    padding: 0 25px 0 18px;
    height: 37px;
    line-height: 37px;
    background: #e9474d;
    float: right;
}

.s-main-content-17 .btn-search i {
    font-size: 1.375rem;
    margin: 0 12px 0 0;
    vertical-align: -4px;
}

.s-main-content-17 .btn-search:hover {
    background: #c93d42;
}

/*Aside*/

.content-side .section {
    margin: 0 0 54px;
}

.content-side .s-side-content-11 {
    margin-bottom: 46px;
}

.s-side-content-11 .s-list {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f1f1f1;
    font-size: 0.875rem;
    overflow: hidden;
}

.s-side-content-11 .s-list > a {
    display: block;
    text-decoration: none;
}

.s-side-content-11 .s-list a.recommend {
    background: #fff0f0;
}

.s-side-content-11 .s-list .s-list__item {
    padding: 10px 1px;
    margin: 0 9px;
    border-top: 1px solid #e7e8ea;
}

.s-side-content-11 .s-list > a:first-child .s-list__item {
    border: none;
}

.s-side-content-11 .s-list__item-article {
    margin: 5px 0 0 72px;
}

.s-side-content-11 .s-list__item-title {
    margin: 0;
    line-height: 1.57;
    height: 43px;
    overflow: hidden;
}

.s-side-content-11 .s-list__item-side {
    float: left;
    text-align: center;
}

.s-side-content-11 .s-list__item-date {
    font-size: 14px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 12px 0 0;
    line-height: 1;
    background: #fff;
}

.s-side-content-11 .s-list__item-date .date-name {
    font-size: 0.928em;
    color: #4e4e4e;
    display: block;
}

.s-side-content-11 .s-list__item-date .date-number {
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #ed1c24;
    margin: 0 0 0.27em;
    display: block;
}

.s-side-content-11 .s-list__item-footer {
    color: #606060;
    font-size: 0.75rem;
    margin: 11px 0 0 0;
}

.s-side-content-11 .s-list__item-side .s-list__item-footer {
    margin: 9px 0 0 0;
}

.s-side-content-11 .s-list > a:hover {
    background: #fff;
}

.s-side-content-11 .s-list .s-list__item:hover .s-list__item-date {
    background: #f2f2f2;
    border-color: #e8322e;
}

.s-side-content-12 .s-list .s-list__item {
    display: block;
    margin: 0 0 14px;
}

.s-side-content-12 .s-list .s-list__item:last-child {
    margin: 0;
}

.content-side .s-side-content-14 {
    margin-bottom: 44px;
}

.s-side-content-14 .s-list .s-list__item a .icon img {
    width: 17px;
}

.s-side-content-14 .s-list .s-list__item a .icon {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-side-content-14 .s-list .s-list__item a {
    position: relative;
    display: block;
    background: #f1f1f1;
    text-decoration: none;
    padding: 13px 10px 12px 46px;
    min-height: 42px;
}

.s-side-content-14 .s-list .s-list__item {
    border-bottom: 1px solid #ebdada;
}

.s-side-content-14 .s-list .s-list__item a:hover {
    background: #fff;
}

.s-side-content-14 .s-link-wrap {
    margin-top: 6px;
}

.content-side .s-side-content-15 {
    margin-bottom: 63px;
}

.s-side-content-15 .s-body {
    background: #fff;
    border-top: 3px solid #a7a7a7;
    padding: 22px 12px 11px;
}

.s-side-content-15 .s-cols .col-xs-4 {
    padding: 0 10px;
    text-align: center;
}

.s-side-content-15 .s-cols .col-xs-4 a {
    color: #000;
    text-decoration: none;
}

.s-side-content-15 .s-list__item .item-point {
    display: inline-block;
    background: #ccc;
    padding: 6px 6px 11px;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.75rem;
    line-height: 1.2;
}

.s-side-content-15 .s-list__item.i-1 .item-point {
    background: #efc657;
    color: #735606;
}

.s-side-content-15 .s-list__item.i-2 .item-point {
    background: #d1d1d1;
    color: #696969;
}

.s-side-content-15 .s-list__item.i-3 .item-point {
    background: #e5af70;
    color: #684d04;
}

.s-side-content-15 .s-list__item .item-point .item-point__number {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.s-side-content-15 .s-list__item .item-avatar img {
    width: 74px;
}

.s-side-content-15 .s-list__item .item-avatar {
    position: relative;
    display: inline-block;
    z-index: 3;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    background-position: 50% 0%;
    background-size: cover;
    width: 74px;
    height: 74px;
    line-height: 1;
    overflow: hidden;
    margin: -5px 0 0;
}

.s-side-content-15 .col-xs-4 a:hover .item-avatar {
    border-color: #006bd9;
}


.s-side-content-15 .s-list__item .item-title {
    /*font-size: 13px;*/
    margin: 10px 0 0;
}

.s-side-content-15 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;

}

.s-side-content-15 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 15px 0 0;
}

.s-side-content-15 .s-body .btn-link:hover {
    background-color: #767676;
}

.s-side-content-15 .s-footer {
    font-size: 1.125rem;
    text-align: center;
    margin: 10px 0 0;
}

.s-side-content-15 .s-footer .text-red {
    font-size: 1.22em;
}

.s-side-content-15 .col-xs-4 a:hover {
    color: #006bd9;
}

.s-side-content-16 .s-title {
    margin-bottom: 19px;
}
.s-side-content-16 .s-service .s-service__item {
    padding: 20px 0;
    border-bottom: 2px solid #dfdfdf;
}

.s-side-content-16 .s-service .s-service__item:first-child {
    padding-top: 0;
}

.page-home .s-side-content-16 .s-service .s-service__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.s-side-content-16 .s-service__item .item-question {
    margin: 0 0 10px 0;
}

.s-side-content-16 .s-service__item .item-question .item-question__avatar {
    float: left;
    text-align: center;
    padding: 5px 4px;
}

.s-side-content-16 .s-service__item .item-question .item-question__avatar .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-side-content-16 .s-service__item .item-question .item-question__avatar .name {
    color: #757575;
    margin: 10px 0 0;
}

.s-side-content-16 .s-service__item .item-question .item-question__text-box {
    position: relative;
    margin: 0 0 0 80px;
    padding: 10px 10px 10px 14px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    line-height: 1.69;
    word-wrap: break-word;
}

.s-side-content-16 .s-service__item .item-question .item-question__text-box:before,
.s-side-content-16 .s-service__item .item-question .item-question__text-box:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    left: -9px;
    top: 27px;
    z-index: 2;
}

.s-side-content-16 .s-service__item .item-question .item-question__text-box:after {
    border-color: transparent #e2e2e2 transparent transparent;
    left: -10px;
    z-index: 1;
}

.s-side-content-16 .s-service__item .item-question .item-question__text-box .date {
    text-align: right;
    margin: 10px 0 0;
    color: #747474;
    font-size: 0.75rem;
}

.s-side-content-16 .s-service__item .item-answer {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin: 0;
    padding: 8px 13px;
}

.s-side-content-16 .s-service__item .item-answer .item-answer__avatar {
    float: left;
    margin: 0 5px 0 0;
    background-position: 50% 0%;
    background-size: cover;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #d1d1d1;
}

.s-side-content-16 .s-service__item .item-answer .item-answer__text {
    line-height: 1.69;
    margin: 5px 0 0 56px;
}

#go-to-top {
    position: absolute;
    bottom: 32px;
    right: 5px;
    width: 41px;
    height: 41px;
    font-size: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e60000;
    color: #e60000;
    text-align: center;
    line-height: 41px;
    text-decoration: none !important;
}

.b-breadcrumbs {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0;
    min-height: 33px;
}

.b-breadcrumbs::before {
    content: " ";
    position: absolute;
    height: 100%;
    left: -1000%;
    margin: 0;
    max-width: 2000%;
    right: 1000%;
    width: 2000%;
    bottom: -1px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.b-breadcrumbs ul {
    font-size: 0;
    list-style: outside none none;
}

.b-breadcrumbs li {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 2.9;
    padding: 0 17px 0 0;
    vertical-align: middle;
    color: #373636;
    font-size: 11px;
}

.b-breadcrumbs li:after {
    content: "\003e";
    display: block;
    position: absolute;
    width: 17px;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 3.1;
    font-size: 10px;
    padding: 0;
    color: #373636;
    text-align: center;
}

.b-breadcrumbs li:last-child {
    padding: 0;
}

.b-breadcrumbs li:last-child:after {
    content: "";
}

.b-breadcrumbs li a {
    display: block;
    position: relative;
    color: #373636;
    font-size: 11px;
    line-height: 2.9;
    padding: 0;
    margin: 0;
    text-align: center;
}

.content-main .s-main-content-20 {
    margin-bottom: 72px;
}

.s-main-content-20 h3 {
    border-left: solid 6px #E9474D;
    font-size: 21px;
    padding-left: 5px;
    font-weight: bold;
    margin: 50px 0 10px;
	clear: both;
	
}

.s-main-content-20 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #E9474D;
    padding-bottom: 5px;
    border-bottom: 1px solid #E9474D;
    margin-top: 30px;
    
}

.s-main-content-20 .s-title {
    border-left: medium none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 0 12px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-top: 0.2em;
}

.s-main-content-20 .section-title {
    position: relative;
    margin: 0 0 24px 0;
    padding-left: 17px;
    padding-bottom: 0;
    line-height: 1.25;
}

.s-main-content-20 .section-title:after {
    content: " ";
    position: absolute;
    bottom: -12px;
    left: -3px;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.s-main-content-20 .s-subtitle {
    position: relative;
    padding: 0 0 12px 0;
}

.s-main-content-20 .s-subtitle h6 {
    font-size: 1rem;
    line-height: 1.3125;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.s-main-content-20 .s-subtitle .btn-category {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #080808;
    display: block;
    height: 21px;
    width: 130px;
    font-size: 0.75rem;
    line-height: 21px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
}

.s-main-content-20 .s-author {
    position: relative;
    margin: 20px 0 0 0;
}

.s-main-content-20 .s-author-main {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 14px 0;
    margin: 0 0 7px 0;
}

.s-main-content-20 .author-td {
    display: table-cell;
}

.s-main-content-20 .author-image-td {
    width: 74px;
}

.s-main-content-20 .author-image {
    display: block;
    overflow: hidden;
    width: 57px;
    height: 57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #dedede;
}

.s-main-content-20 .author-team-td {
    vertical-align: middle;
}

.s-main-content-20 .author-team-td p {
    font-size: 0.75rem;
    line-height: 1.55;
    margin: 0;
    padding: 0;
}

.s-main-content-20 .author-team-td span {
    display: inline-block;
    width: 56px;
    color: #959595;
}

.s-main-content-20 .s-author-bottom {
    display: block;
    position: relative;
    margin: 0 0 17px 0;
}

.s-main-content-20 .s-author-bottom time {
    display: inline-block;
    float: left;
    font-size: 0.75rem;
    line-height: 1.917;
    color: #959595;
}

.s-main-content-20 .author-sharer {
    float: right;
    height: 23px;
}

.s-main-content-20 .s-article-content {
    position: relative;
    margin: 0 0 34px 0;
}

.s-main-content-20 h2.caption {
    border-left: 10px solid #e9474d;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    padding: 6px 0 12px 10px;
}

.s-main-content-20 h2.caption .small {
    font-weight: normal;
    font-size: 0.75rem;
    display: block;
    color: #666;
	padding-top: 0.8em;
}

.s-main-content-20 .s-article-content p {
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.65;
}

.s-main-content-20 .pr_souken {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: 15px;
}

.s-main-content-20 .smabiz_company {
    font-size: 0.75rem;
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
}

.s-main-content-20 .smabiz_company th {
    text-align: left;
    border-top: 1px solid #ccc;
    background-color: #efefef;
    padding: 5px;
}

.s-main-content-20 .smabiz_company td {
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 5px;
}

.s-main-content-20 h2.new_manual_h_r {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: bold;
    border-left: 10px solid #e9474d;
    padding: 2px 0 2px 10px;
    margin-top: 30px;
}

.s-main-content-20 h2.new_manual_sh_r {
    color: #e9474d;
    font-size: 1.25rem;
    font-weight: bold;
}

.s-main-content-20 h3.new_manual_l_r {
    font-weight: bold;
    font-size: 1.1rem;
}

.s-section-answers .section-content {
    position: relative;
    margin: 0 0 17px 0;
}

.s-section-answers .section-content p {
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.55;
}

.btn-next-page {
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #000;
    height: 46px;
    width: 100%;
    font-size: 0.875rem;
    line-height: 46px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-next-page:hover {
    background-color: #fff;
}

.s-section-answers .s-list {
    margin: 0 0 28px 0;
}

.s-section-answers .section-sharer {
    text-align: right;
    margin: 0 0 45px 0;
    height: 23px;
}

.s-main-content-20 .s-author-profile {
    position: relative;
    margin: 0 0 52px 0;
}

.s-author-profile .s-title {
    padding: 0;
    margin: 0 0 8px 0;
}

.s-author-profile .s-body {
    border: 1px solid #eaeae9;
    padding: 14px 10px 0 10px;
}

.s-author-profile .profile-image {
    display: block;
    overflow: hidden;
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 9px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.s-author-profile .profile-content {
    margin: 0 0 0 100px;
}

.s-author-profile .profile-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #010101;
    margin: 0 0 6px 0;
    padding: 0 3px;
}

.s-author-profile .profile-content .star-wrap {
    font-size: 14px;
    font-weight: bold;
}

.s-author-profile .profile-content .star-wrap img {
	width:80px;
}
.s-author-profile .profile-content p {
    line-height: 1.9;
    margin: 0;
    padding: 0;
}

.s-author-profile .profile-actions {
    margin: 6px 0 9px 0;
    padding: 0 2px;
}

.s-author-profile .btn-profile {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    color: #000;
    height: 30px;
    width: auto;
    font-size: 0.8125rem;
    line-height: 30px;
    margin: 0 3px 0 0;
    padding: 0 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-author-profile .btn-profile:hover {
    background-color: #efefef;
    border: 1px solid #d5d5d5;
}

.s-main-content-20 .s-author-plan {
    position: relative;
    margin: 0 0 75px 0;
	clear: both;
}

.s-author-plan .s-title {
    padding: 0 0 7px 0;
    margin: 0 0 27px 0;
    border-bottom: 1px solid #d6d6d6;
}

.s-author-plan .col-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ed1c24;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 3px 0;
    margin: 0;
}

.s-author-plan .col-left {
    position: relative;
    float: left;
    width: 53.31%;
    padding: 0 19px 0 0;
}

.s-author-plan .col-left .s-list {
    padding: 17px 0 0 0;
    position: relative;
}

.s-author-plan .col-left .s-list:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 1px;
    background-color: #d6d6d6;
}

.s-author-plan .col-left .list-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    height: 35px;
}

.s-author-plan .col-left .item-link {
    display: inline-block;
    position: relative;
    font-size: 0.8125rem;
    line-height: 2;
    padding: 4px 0 4px 0;
    white-space: nowrap;
    max-height: 34px;
    overflow: hidden;
}

.s-author-plan .col-left .item-link:hover {
    text-decoration: underline;
}

.s-author-plan .col-left .item-info {
    display: inline;
    color: #6e6e6e;
}

.s-author-plan .col-left .s-link-wrap {
    margin-top: 18px;
}

.s-author-plan .col-right {
    float: left;
    width: 46.69%;
    padding: 0 0 0 17px;
}

.s-author-plan .col-right .s-cols {
    margin: 37px 0 0 0;
}

.s-author-plan .col-right .s-cols .col-xs-4 {
    padding: 0 10px;
    text-align: center;
}

.s-author-plan .col-right .s-cols .col-xs-4 a {
    color: #000;
    text-decoration: none;
}
.s-author-plan .col-right .s-list__item .item-point {
    display: inline-block;
    background: #ccc;
    padding: 6px 6px 11px;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.75rem;
    line-height: 1.2;
}

.s-author-plan .col-right .s-list__item.i-1 .item-point {
    background: #efc657;
    color: #735606;
}

.s-author-plan .col-right .s-list__item.i-2 .item-point {
    background: #d1d1d1;
    color: #696969;
}

.s-author-plan .col-right .s-list__item.i-3 .item-point {
    background: #e5af70;
    color: #684d04;
}

.s-author-plan .col-right .s-list__item .item-point .item-point__number {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.s-author-plan .col-right .s-list__item .item-avatar img {
}

.s-author-plan .col-right .s-list__item .item-avatar {
    position: relative;
    display: inline-block;
    z-index: 3;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    background-position: 50% 0%;
    background-size: cover;
    padding: 2px;
    width: 74px;
    height: 74px;
    line-height: 1;
    overflow: hidden;
    margin: -5px 0 0;
}

.s-author-plan .col-right .s-list__item .item-title {
    margin: 10px 0 0;
}

.s-author-plan .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;
}

.s-author-plan .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-author-plan .btn-link:hover {
    background-color: #767676;
}

.s-author-plan .col-right .col-xs-4 a:hover .item-avatar img {
    border-color: #006bd9;
}

.s-author-plan .col-right .col-xs-4 a:hover {
    color: #006bd9;
}

.s-main-content-20 .s-author-seminar {
    position: relative;
}

.s-author-seminar .s-title {
    padding: 0 0 8px 0;
    margin: 0 0 37px 0;
    border-bottom: 1px solid #d6d6d6;
}

.s-author-seminar .body-title {
    font-size: 1.118rem;
    font-weight: 700;
    padding: 0 0 17px 0;
    margin: 0;
}

.s-author-seminar .col-left {
    float: left;
    width: 66.88%;
    padding: 0 30px 0 0;
}

.s-author-seminar .col-left p {
    font-size: 1rem;
    line-height: 1.55;
    padding: 0;
    margin: 0;
}

.s-author-seminar .col-right {
    text-align: right;
    float: left;
    width: 33.12%;
}

.s-author-seminar .col-right .cover {
    display: block;
    box-shadow: 2px 2px 5px #777;
}

.s-author-seminar .page-vol {
	text-align:center;
	font-size:12px;
	margin-top:5px;
}

.s-author-seminar .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;
}

.s-author-seminar .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 21px 0 0 0;
    width: 323px;
    font-size: 0.75rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-author-seminar .btn-link:hover {
    background-color: #767676;
}

.pagination {
    display: block;
    margin: 0 0 40px 0;
    padding: 0;
}

.pagination-inner {
    padding: 0;
}

.pagination .pagination-list {
    position: relative;
    width: 100%;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    text-align: center;
}

.pagination-list li {
    display: inline-block;
    margin: 0 0;
    height: 35px;
    line-height: 35px;
}

.pagination-list a,
.pagination-list .first span,
.pagination-list .last span,
.pagination-list .prev span,
.pagination-list .next span {
    color: #7d7d7d;
    text-decoration: none;
    display: block;
    min-width: 10px;
    font-size: 14px;
}

.pagination-list .prev a,
.pagination-list .next a,
.pagination-list .first a,
.pagination-list .last a,
.pagination-list .first span,
.pagination-list .last span,
.pagination-list .prev span,
.pagination-list .next span {
    padding-top: 0;
    line-height: 35px;
}

.pagination-list .disabled,
.pagination-list .disabled a,
.pagination-list .disabled span {
    cursor: not-allowed;
}

.pagination-list a:hover,
.pagination-list .first a:hover i,
.pagination-list .last a:hover i,
.pagination-list .next a:hover i,
.pagination-list .prev a:hover i {
    color: #000;
}

.pagination-list li i {
    font-size: 8px;
    color: #adadad;
    vertical-align: 1px;
}

.pagination-list li.page-link {
    margin: 0;
}

.pagination-list li.page-link a {
    font-size: 16px;
    vertical-align: middle;
    line-height: 35px;
    display: inline-block;
    min-width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding-top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination-list li.page-link a:hover {
    border: 1px solid #bbb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    font-weight: 400;
    color: #ed0000;
}

.pagination-list li.active a:hover,
.pagination-list li.active a {
    border: 1px solid #bbb;
    background-color: #fff;
    color: #ed0000;
    font-weight: 700;
}

.pagination-list .prev {
    position: absolute;
    left: 20px;
    margin: 0 13px 0 0;
}

.pagination-list .prev i {
    margin-right: 5px;
}

.pagination-list .next {
    position: absolute;
    right: 20px;
    margin: 0 0 0 13px;
}

.pagination-list .next i {
    margin-left: 5px;
}

.pagination-list .first {
    position: absolute;
    left: 7px;
    margin: 0 15px 0 0;
}

.pagination-list .last {
    position: absolute;
    right: 7px;
    margin: 0 0 0 15px;
}

.pagination-list li.page-separator {
    display: none;
}

.pagination-with-filter .pagination-list {
    display: inline-block;
    width: auto;
    float: left;
}

.pagination-with-filter .pagination-list .prev {
    position: static;
}

.pagination-with-filter .pagination-list .next {
    position: static;
}

.pagination .pagination-info {
    display: inline-block;
    float: right;
    font-size: 1rem;
    margin: 1px 0 0 0;
}

.pagination-info-filter {
    display: block;
}

.pagination-info-filter .form-group {
    display: block;
    vertical-align: top;
    width: auto;
    margin: 0;
}

.pagination-info-filter .select2-container {
    display: inline-block;
}

.pagination-info-filter .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination-info-filter .select2-container .select2-selection--single {
    height: 33px;
}

.pagination-info-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 33px;
}

.pagination-info-filter .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 10px;
}

.pagination-info-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    top: 1px;
    right: 1px;
    width: 10px;
}

.pagination-info-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border: none;
    height: 6px;
    left: 0;
    margin-left: 0;
    margin-top: -6px;
    top: 50%;
    width: 10px;
    vertical-align: top;
}

.pagination-info-filter .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    content: "\e803";
    font-family: "icons";
    font-size: 9px;
    color: #adadad;
    top: 0;
    left: 0;
    width: 10px;
    height: 6px;
    vertical-align: 0;
}

.pagination-info-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "\e802";
    border: none;
}

.pagination-info-filter .select2-results__option {
    line-height: 2.0625;
    padding: 0 0 0 8px;
    white-space: nowrap;
}

.pagination-info-filter .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #333;
}

.pagination-info-filter .select2-dropdown {
    background-color: #fff;
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination-info-filter .select2-container--open .select2-dropdown--below {
    border-top: 1px solid #b0b0b0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pagination .btn {
    display: inline-block;
    background-color: #fff;
    border-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.875rem;
    height: 33px;
    width: 135px;
    max-width: 135px;
    line-height: 34px;
    padding: 0 5px 0 5px;
    text-align: center;
    color: #333;
    margin: 0 0 0 19px;
}

.pagination .btn:hover {
    background-color: #e3e3e3;
    border-color: #adadad;
}

.s-main-content-22 strong {
	color:#ff0000;
}

.s-main-content-22 .s-title .icon {
    font-size: 34px;
    padding: 0 3px 9px 9px;
}

.s-main-content-22 .s-title {
    margin: 0 0 12px;
    padding-left: 53px;
}

.s-main-content-22 .row {
    margin: 0 0;
}

.s-main-content-22 .col-xs-6 {
    padding: 0 0;
}

.s-main-content-22 .s-list-item {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 13px 20px 11px 2px;
}

.s-main-content-22 .s-list .col-xs-6:nth-child(2n) .s-list-item {
    border-right: none;
    padding-left: 22px;
    padding-right: 0;
}

.s-main-content-22 .s-list-item:hover {
    background: #f2f2f2;
}

.s-main-content-22 .s-list-item .item-image {
    position: relative;
    float: left;
    overflow: hidden;
    width: 86px;
    height: 85px;
}

.s-main-content-22 .s-list-item .item-content {
    margin: 0 0 0 95px;
    max-height: 75px;
    overflow: hidden;
}

.s-main-content-22 .s-list-item .item-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    max-height: 4.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-main-content-23 {
}

.s-main-content-23 .s-title .icon {
    font-size: 34px;
    padding: 0 4px 10px 6px;
}

.s-main-content-23 .s-title {
    margin: 0 0;
    padding-left: 51px;
    padding-bottom: 10px;
}

.s-main-content-23 .s-list-item {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 10px 14px 1px;
    height: 50px;
}

.s-main-content-23 .s-list-item:hover {
    background: #f2f2f2;
}

.s-main-content-23 .s-list-item .item-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    max-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.s-main-content-24 {
}

.s-main-content-24 .s-title .icon {
    font-size: 31px;
    padding: 0 5px 9px 8px;
}

.s-main-content-24 .s-title {
    margin: 0 0 13px;
    padding-left: 52px;
}

.s-main-content-24 .row {
    margin: 0 -3px;
}

.s-main-content-24 .col-xs-3 {
    padding: 0 3px;
}

.s-main-content-24 .s-list-item {
    position: relative;
    padding: 0;
    margin: 0 0 13px 0;
}

.s-main-content-24 .s-list-item:hover {
    background: #f2f2f2;
}

.s-main-content-24 .s-list-item .item-image {
    position: relative;
    overflow: hidden;
    max-width: 158px;
    background-color: #b0b0b0;
}

.s-main-content-24 .s-list-item .item-content {
    padding: 6px 0 6px 0;
    max-height: none;
    overflow: hidden;
}

.s-main-content-24 .s-list-item .item-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.65;
    max-height: 4.022rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-main-content-25 {
}

.s-main-content-25 .s-title .icon {
    font-size: 43px;
    padding: 0 0 6px 2px;
}

.s-main-content-25 .s-title {
    margin: 0 0 25px 0;
    padding-left: 60px;
    padding-bottom: 15px;
}

.s-main-content-25 .s-body {
    margin: 0 0 36px 0;
}

.s-main-content-25 .s-body:last-child {
    margin: 0;
}

.s-main-content-25 .s-body-title {
    position: relative;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 14px 0;
    padding: 0 0 0 18px;
    text-align: left;
    color: #383838;
}

.s-main-content-25 .s-body-title i {
    position: absolute;
    top: 0;
    color: #ed1c24;
    font-size: 9px;
    line-height: 2;
    left: 3px;
    padding: 0 0;
    text-align: center;
}

.s-main-content-25 .s-list {

}

.s-main-content-25 .s-list .btn-list-item {
    text-align: center;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #000;
    margin: 0 6px 13px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-main-content-25 .s-list .btn-list-item:hover {
    background-color: #efefef;
}

.s-main-content-25 .s-link-wrap {
    margin-top: 11px;
    padding: 0 4px 0 0;
}

.s-main-content-26 {
}

.s-main-content-26 .s-title .icon {
    font-size: 36px;
    padding: 0 3px 10px 6px;
}

.s-main-content-26 .s-title {
    margin: 0 0 20px 0;
    padding-left: 60px;
    padding-bottom: 7px;
    line-height: 1.15;
}

.s-main-content-26 .col-left {
    float: left;
    width: 50.69%;
    padding: 0 16px 0 2px;
}

.s-main-content-26 .col-right {
    float: left;
    width: 49.31%;
}

.s-main-content-26 .s-body p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.65;
}

.s-main-content-26 .s-body .item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 6px 0 2px 0;
}

.s-main-content-26 .s-body .btn {
    background-color: #f9f9f9;
    border-color: #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    font-size: 0.75rem;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 8px;
    text-align: center;
    max-width: 258px;
    color: #000;
}

.s-main-content-26 .s-body .btn:hover {
    background-color: #fff;
    border-color: #adadad;
}

.s-main-content-27 {
}

.s-main-content-27 .s-title .icon {
    font-size: 37px;
    padding: 0 3px 16px 5px;
}

.s-main-content-27 .s-title {
    margin: 0 0 15px 0;
    padding-left: 65px;
    padding-bottom: 7px;
    line-height: 1.15;
}

.s-main-content-27 .col-left {
    float: left;
    width: 46.99%;
    padding: 0;
}

.s-main-content-27 .col-right {
    float: left;
    width: 53.01%;
    padding: 0 0 0 23px;
}

.s-main-content-27 .s-body p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.65;
}

.s-main-content-27 .s-body .item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 14px 0 2px 0;
}

.s-main-content-27 .s-body .btn {
    background-color: #f9f9f9;
    border-color: #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    font-size: 0.75rem;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 8px;
    text-align: center;
    max-width: 258px;
    color: #000;
}

.s-main-content-27 .s-body .btn:hover {
    background-color: #fff;
    border-color: #adadad;
}

.s-main-content-28 {

}

.s-main-content-28 .s-title .icon {
    font-size: 35px;
    padding: 0 4px 4px 6px;
}

.s-main-content-28 .s-title {
    margin: 0 0 20px 0;
    padding-left: 54px;
    padding-bottom: 11px;
    line-height: 1.15;
}

.s-main-content-28 .col-left {
    float: left;
    width: 67.49%;
    padding: 0 40px 0 0;
}

.s-main-content-28 .col-right {
    float: left;
    width: 32.51%;
    padding: 0 0 0 0;
}

.s-main-content-28 .s-body p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.65;
}

.s-main-content-28 .s-body .item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 6px 0 2px 0;
}

.s-main-content-28 .s-body .btn {
    background-color: #f9f9f9;
    border-color: #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    font-size: 0.75rem;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 8px;
    text-align: center;
    max-width: 258px;
    color: #000;
}

.s-main-content-28 .s-body .btn:hover {
    background-color: #fff;
    border-color: #adadad;
}

.s-main-content-29 .s-list .s-list-item {
    display: block;
    margin: 0 0 29px 0;
}

.s-main-content-29 .s-list .s-list-item:last-child {
    margin: 0;
}

.s-main-content-30 {

}

.s-main-content-30 .s-title {
    margin: 0 0 34px 0;
    padding-left: 3px;
    padding-bottom: 5px;
    line-height: 1.1;
}

.s-main-content-30 .section-title {
    position: relative;
    margin: 0 0 12px 0;
    padding: 1px 0 0 12px;
    line-height: 1.25;
}

.s-main-content-30 .s-body {
    margin: 0 -5px;
}

.s-main-content-30 .col-xs-6 {
    padding: 0 5px;
}

.s-main-content-30 .s-list {
    margin: 0;
    background-color: #fcfcfc;
}

.s-main-content-30 .col-xs-12 {
    padding: 0;
}

.s-main-content-30 .list-heading {
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    line-height: 42px;
    text-align: center;
    background-color: #f0f0f0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #e17776;
    height: 42px;
}

.s-main-content-30 .s-list-wrapper {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 2px 0 2px 0;
}

.s-main-content-30 .s-list-wrapper > a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.s-main-content-30 .s-list-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 16px 13px 17px 13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*
.s-main-content-30 .s-list-item:hover {
    background-color: #f6f6f6;
}
*/
.s-main-content-30 .s-list-item:after {
    content: " ";
    position: absolute;
    display: block;
    width: 96.1%;
    height: 1px;
    margin: 0 1.95%;
    background-color: #e5e5e5;
    bottom: 0;
    left: 0;
}

.s-main-content-30 .s-list-item:before {
    content: " ";
    position: absolute;
    display: block;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 27px solid #e9474d;
    margin: 0 0 0 -27px;
    top: -8px;
    left: 50%;
}

.s-main-content-30 .s-list-item:first-child:before {
    display: none;
}

.s-main-content-30 .s-list-item:last-child:after {
    display: none;
}

.s-main-content-30 .item-top {
    vertical-align: top;
    padding: 0 0 0 1px;
    margin: 0 0 9px 0;
}

.s-main-content-30 .i-5 .item-top {
    margin-right: -10px;
}

.s-main-content-30 .item-title {
    font-size: 1.3rem;
    line-height: 66px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0 75px;
}

.s-main-content-30 .item-circle {
    display: block;
    position: relative;
    float: left;
    width: 66px;
    height: 66px;
    background-color: #e9474d;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 1.98rem;
    line-height: 0.9;
    color: #fff;
    font-family: Arial;
}

.s-main-content-30 .item-circle span {
    display: block;
    font-size: 0.77rem;
    line-height: 1;
    color: #590306;
    padding: 13px 0 0 0;
    font-family: "メイリオ", Meiryo, "游明朝", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Yu Mincho, "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.s-main-content-30 .item-main {

}

.s-main-content-30 .item-icon {
    display: block;
    float: left;
    width: 90px;
    color: #313131;
}

.s-main-content-30 .item-icon i {
    font-size: 63px;
}

.s-main-content-30 .i-1 .item-icon {
    padding: 5px 0 5px 1px;
}

.s-main-content-30 .i-1 i {
    font-size: 83px;
}

.s-main-content-30 .i-2 .item-icon {
    padding: 16px 0 5px 9px;
}

.s-main-content-30 .i-2 i {
    font-size: 68px;
}

.s-main-content-30 .i-3 .item-icon {
    padding: 11px 0 5px 2px;
}

.s-main-content-30 .i-3 i {
    font-size: 78px;
}

.s-main-content-30 .i-4 .item-icon {
    padding: 11px 0 5px 9px;
}

.s-main-content-30 .i-4 img {
    display: block;
    width: 63px;
    height: 63px;
}

.s-main-content-30 .i-5 .item-icon {
    padding: 17px 0 5px 9px;
}

.s-main-content-30 .i-5 i {
    font-size: 63px;
}

.s-main-content-30 .i-6 .item-icon {
    padding: 25px 0 5px 13px;
}

.s-main-content-30 .i-6 i {
    font-size: 59px;
}

.s-main-content-30 .item-content {
    margin: 0 0 0 100px;
}

.s-main-content-30 .item-content .d-table {
    width: 100%;
}

.s-main-content-30 .item-content .d-table p {
    padding: 0;
    margin: 0;
    line-height: 1.85;
}

.s-main-content-30 .item-content .d-table a {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1.85;
}

.s-main-content-30 .item-content .d-table a:hover p {
    text-decoration: underline;
}

.s-main-content-30 .item-content .d-tr {
    position: relative;
}

.s-main-content-30 .item-content .d-td {
    float: left;
}

.s-main-content-30 .item-content .d-table .d-tr .d-td:first-child {
    width: 48px;
    font-weight: 700;
}

.s-main-content-30 .item-content .d-table .d-tr .d-td:last-child {
    width: 143px;
}

.s-main-content-30 .s-list-item-faq {
    padding: 16px 13px 27px 13px;
}

/*
.s-main-content-30 .s-list-item-faq:hover {
    background-color: transparent;
}
*/
.s-main-content-30 .s-list-item-faq:before {
    display: none;
}

.s-main-content-30 .item-faq {
    padding: 0 10px;
}

.s-main-content-30 .faq-item-title {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #e9474d;
    padding: 0;
    margin: 0 0 7px 0;
    font-family: "Kozuka Gothic Pro", "メイリオ", Meiryo, "游明朝", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Yu Mincho, "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.s-main-content-30 .faq-item-subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0 0 7px 0;
}

.s-main-content-30 .item-text {
    font-size: 0.875rem;
    line-height: 1.55;
    padding: 0;
    margin: 0;
}

.s-main-content-30 .item-link {
    font-size: 0.875rem;
    line-height: 1.55;
    padding: 0 10px 0 0;
}

.s-main-content-30 .item-link:hover {
    text-decoration: underline;
}

.s-main-content-31 {
    position: relative;
    background-color: #fcfcfc;
    border: 1px solid #d6d6d6;
    padding: 20px 17px 29px 17px;
}

.s-main-content-31 .s-title {
    text-align: center;
    margin: 0 0 21px 0;
    padding: 0;
    line-height: 1.15;
}

.s-main-content-31 .s-list-item {
    position: relative;
}

.s-main-content-31 .s-list-item:after {
    content: " ";
    display: block;
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 1px;
    height: 93%;
    background-color: #d6d6d6;
}

.s-main-content-31 .col-xs-6:last-child .s-list-item:after {
    display: none;
}

.s-main-content-31 .list-title {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 0 2px 0;
    margin: 0;
}

.s-main-content-31 .item-text {
    padding: 0;
    margin: 0;
    line-height: 1.85;
    font-size: 0.667rem;
}

.s-main-content-31 .item-text a {
    display: inline-block;
    margin: 0 11px 0 0;
}

.s-main-content-31 .item-text a:hover {
    text-decoration: underline;
}

.page-manual-list .s-main-content-12 .s-list {
    margin: 0 0 30px 0;
}

.page-manual-list .pagination {
    margin: 34px 0 0 0;
}

.page-manual-list .pagination-list .prev {
    position: relative;
    left: 0;
    margin: 0 9px 0 0;
}

.page-manual-list .pagination-list .next {
    position: relative;
    right: 0;
    margin: 0 0 0 9px;
}

.page-manual-list .pagination-list li i {
    vertical-align: 0;
}

.s-main-content-32 .s-title .icon {
    font-size: 24px;
    padding: 0 0 10px 0;
}

.s-main-content-32 .s-title {
    margin: 0 0 12px 0;
    padding-left: 42px;
    padding-bottom: 9px;
}

.s-main-content-32 .s-list {
    margin-right: 0;
    margin-left: 0;
}

.s-main-content-32 .col-xs-6,
.s-main-content-32 .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

.s-main-content-32 .s-list-separator {
    width: 100%;
    height: 1px;
    background-color: #e7e8ea;
}

.s-main-content-32 .s-list .col-xs-6:first-child .list-item {
    padding-right: 17px;
}

.s-main-content-32 .s-list .col-xs-6:last-child .list-item {
    padding-left: 17px;
}

.s-main-content-32 .list-item {
    position: relative;
    padding: 16px 0 11px 1px;
}

.s-main-content-32 a:hover .list-item {
    background-color: #f2f2f2;
}

.s-main-content-32 .item-title {
    position: relative;
    clear: both;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #383838;
    margin: 0 0 7px 0;
    padding: 0 0 0 1px;
    max-height: 1.38125rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-main-content-32 .item-title a {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #383838;
}

.s-main-content-32 .item-title a:hover {
    text-decoration: underline;
}

.s-main-content-32 .item-image {
    float: left;
    overflow: hidden;
    width: 81px;
    height: 80px;
    background-color: #b0b0b0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-main-content-32 .item-content {
    position: relative;
    margin: 0 0 0 91px;
    height: 80px;
    overflow: hidden;
}

.s-main-content-32 .item-text {
    padding: 0;
    margin: 0;
    line-height: 1.7;
    max-height: 4.14375rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
.s-main-content-32 .item-link {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    line-height: 0.8125rem;
    color: #006bd9;
}
*/
/*
.s-main-content-32 .item-link:hover {
    color: #23527c;
    text-decoration: underline;
}
*/

.s-main-content-40 {

}

.s-main-content-40 .s-title {
    margin: 0 0 34px 0;
    padding-left: 3px;
    padding-bottom: 5px;
    line-height: 1.1;
}

.s-main-content-40 .section-title {
    position: relative;
    margin: 0 0 9px 0;
    padding: 0 0 0 12px;
    line-height: 1.25;
}

.s-main-content-40 .s-list {
    margin: 0 0;
}

.s-main-content-40 .s-list-item {
    position: relative;
    margin: 0 0 37px 0;
}

.s-main-content-40 .s-list-item:last-child {
    margin: 0;
}

.s-main-content-40 .list-item {
    display: block;
    padding: 14px 0 14px 0;
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	color:#000;
}

.s-main-content-40 .list-item:hover {
    background-color: #f2f2f2;
}

.s-main-content-40 .list-item-image {
    float: left;
    width: 88px;
    overflow: hidden;
}

.s-main-content-40 .item-image {
    width: 88px;
    height: 87px;
    overflow: hidden;
    background-color: #b0b0b0;
    margin: 0 0 7px 0;
}

.s-main-content-40 .btn-item-city {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #000;
    display: block;
    height: 28px;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 28px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
}

.s-main-content-40 .list-item-article {
    position: relative;
    margin: 0 0 0 105px;
}

.s-main-content-40 .list-item-article:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

.s-main-content-40 .item-title {
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 0 0 7px 0;
    padding: 0;
    /*max-height: 3.1875rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
.s-main-content-40 .list-item:hover .item-title {
    text-decoration: underline;
}
*/
.s-main-content-40 .item-content {
    font-size: 0.8125rem;
    line-height: 1.7;
    padding: 0 0 0 5px;
    position: relative;
}

.s-main-content-40 .item-datetime {
    padding: 0;
    margin: 0;
}

.s-main-content-40 .item-text {
    padding: 0;
    margin: 0;
}

.s-main-content-40 .item-text:last-child {
    margin-right: 118px;
}

.s-main-content-40 .item-price {
    float: right;
    margin: -20px 0 0;
    font-size: 0.8125rem;
    line-height: 1.7;
}

.content-main .s-main-content-41 {
    margin: 0;
}

.s-main-content-41 .s-title {
    margin: 0 0 9px 0;
    padding: 0 0 0 12px;
    line-height: 1.25;
}

.s-main-content-41 .s-filter-list {
    border-top: 1px solid #d6d6d6;
    padding: 10px 0 0 0;
    margin: 0 0 17px 0;
}

.s-main-content-41 .filter-list {
    display: table;
    width: 100%;
}

.s-main-content-41 .filter-item {
    display: table-cell;
    width: auto;
    padding-right: 3px;
}

.s-main-content-41 .filter-item:last-child {
    padding-right: 0;
}

.s-main-content-41 .btn-filter {
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #bdbdbd;
    color: #000;
    height: 34px;
    width: 100%;
    font-size: 1rem;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.s-main-content-41 .btn-filter:hover {
    background-color: #e3e3e3;
}

.s-main-content-41 .btn-filter.active {
    background-color: #e6322a;
    color: #fff;
}

.s-main-content-41 .s-list {
    margin: 0 0;
}

.s-main-content-41 .s-list-item {
    position: relative;
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-main-content-41 .s-list-item:hover {
    background-color: #f2f2f2;
}

.s-main-content-41 .s-list-item:last-child {
    margin: 0;
}

.s-main-content-41 .list-item {
    display: block;
    padding: 16px 0 14px 0;
    border-bottom: 1px solid #e7e8ea;
    position: relative;
	color:#000;
}

.s-main-content-41 .list-item-image {
    float: left;
    width: 88px;
    overflow: hidden;
}

.s-main-content-41 .item-image {
    width: 77px;
    height: 77px;
    overflow: hidden;
    background-color: #6d6d6d;
    margin: 3px auto 12px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-main-content-41 .btn-item-city {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #000;
    display: block;
    height: 28px;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 28px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
}

.s-main-content-41 .list-item-article {
    position: relative;
    margin: 0 0 0 105px;
}

.s-main-content-41 .list-item-article:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
    width: 0;
}

.s-main-content-41 .item-title {
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.4;
    margin: 0 0 7px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
.s-main-content-41 .s-list-item:hover .item-title {
    text-decoration: underline;
}
*/
.s-main-content-41 .item-content {
    font-size: 0.8125rem;
    line-height: 1.7;
    padding: 0 0 0 5px;
    position: relative;
}

.s-main-content-41 .item-datetime {
    padding: 0;
    margin: 0;
}

.s-main-content-41 .item-text {
    padding: 0;
    margin: 0;
}

.s-main-content-41 .item-text:last-child {
    margin-right: 118px;
}

.s-main-content-41 .item-price {
    display: block;
    float: right;
    position: relative;
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: -20px 0 0;
}

.s-main-content-41 .btn-next-page {
    margin-top: 59px;
    margin-bottom: 34px;
}

.s-main-content-41 .pagination {
    margin-bottom: 0;
}

.s-side-content-21 {
}

.s-side-content-21 .s-list {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
}

.s-side-content-21 .s-list__item {
    display: block;
    position: relative;
    line-height: 2.462;
    padding: 0;
    color: #000;
    height: 32px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-21 .s-list__item a {
    display: block;
    height: 31px;
    line-height: 2.385;
    padding: 0 14px 0 14px;
}

.s-side-content-21 .s-list__item a:hover {
    background-color: #fff;
}

.s-side-content-27 {
}

.s-side-content-27 .s-list {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
}

.s-side-content-27 .s-list__item {
    display: block;
    position: relative;
    line-height: 2.462;
    padding: 0;
    color: #000;
    height: 32px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-27 .s-list__item a {
    display: block;
    height: 31px;
    line-height: 2.385;
    padding: 0 14px 0 14px;
}

.s-side-content-27 .s-list__item a:hover {
    background-color: #fff;
}

.s-side-content-20 {
}

.s-side-content-20 .s-subtitle {
    padding: 1px 0 1px 0;
}

.s-side-content-20 .s-subtitle p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.85;
    padding: 0;
    margin: 0;
}

.s-side-content-20 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;
}

.s-side-content-20 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 16px 1px 0 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-side-content-20 .s-body .btn-link:hover {
    background-color: #767676;
}

.s-side-content-22 {
}

.s-side-content-22 .s-body {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    padding: 22px 12px 0 12px;
}

.s-side-content-22 .s-list-top {
    position: relative;
    margin: 0 2px 15px 2px;
}

.s-side-content-22 .s-list-top p {
    text-align: center;
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.s-side-content-22 .s-list-top a {
    text-decoration: none;
    line-height: 1.7;
    color: #a2a2a2;
}

.s-side-content-22 .s-list-top a:hover {
    color: #000;
}

.s-side-content-22 .c-next {
    position: absolute;
    color: #a2a2a2;
    font-size: 0.625rem;
    top: 0;
    right: 0;
}

.s-side-content-22 .c-prev {
    position: absolute;
    color: #a2a2a2;
    font-size: 0.625rem;
    top: 0;
    left: 0;
}

.s-side-content-22 .s-list {
    border-top: 1px solid #e6e6e6;
}

.s-side-content-22 .s-cols {
    margin-left: 0;
    margin-right: 0;
}

.s-side-content-22 .s-list .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
}

.s-side-content-22 .s-list .s-cols-item {
    text-align: center;
    line-height: 4.866;
    height: 74px;
    font-size: 0.9375rem;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-22 .s-list .col-xs-3:nth-child(4n) .s-cols-item {
    border-right: none;
}

.s-side-content-22 .s-list .col-xs-3:nth-last-child(-n+4) .s-cols-item {
    border-bottom: none;
}

.s-side-content-22 .s-list a:hover .s-cols-item {
    background-color: #e6e6e6;
}

.s-side-content-28 {
}

.s-side-content-28 .s-body {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 5px 3px 11px 3px;
}

.s-side-content-28 .s-subtitle {
    padding: 6px 0 11px 0;
}

.s-side-content-28 .s-subtitle p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.85;
    padding: 0;
    margin: 0;
}

.s-side-content-28 .s-info {
    margin: 0 6px;
}

.s-side-content-28 .s-info-table {
    display: table;
    width: 100%;
    background-color: #f8f8f8;
    font-size: 1.125rem;
    padding: 10px 20px 15px 20px;
}

.s-side-content-28 .s-info-table-tr {
    display: table-row;
}

.s-side-content-28 .s-info-table-td {
    display: table-cell;
    padding: 4px 0;
}

.s-side-content-28 .s-info-table-td:first-child {
    width: 64%;
}

.s-side-content-28 .s-info-table-td:last-child {
    width: 36%;
}

.s-side-content-28 .s-info-table-td em {
    color: #eb0000;
    font-size: 1.375rem;
    font-style: normal;
}

.s-side-content-28 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;
}

.s-side-content-28 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 19px 11px 32px 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-side-content-28 .s-body .btn-link:hover {
    background-color: #767676;
}

.s-side-content-28 .list-title {
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.1;
    color: #e10404;
    padding: 0;
    margin: 0 0 13px 0;
    text-align: center;
}

.s-side-content-28 .s-list {
    margin: 0 6px;
}

.s-side-content-28 .s-list-item {
    position: relative;
    padding: 8px 9px 6px 9px;
    margin: 0 0 33px 0;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    color: #3e3e3e;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-28 .s-list-item:after {
    content: "\e64a";
    font-family: icons;
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 32px;
    font-size: 31px;
    line-height: 1;
    margin: 0 0 0 -16px;
    color: #616161;
    text-align: center;
}

.s-side-content-28 .s-list-item:last-child {
    margin: 0;
}

.s-side-content-28 .s-list-item:last-child:after {
    content: "";
}

.s-side-content-28 .s-list-item-top {
    border-bottom: 1px solid #efefef;
    padding: 0 3px 7px 3px;
}

.s-side-content-28 .s-list-item-top h6 {
    position: relative;
    height: 35px;
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 700;
    padding: 0 0 0 50px;
    margin: 0;
}

.s-side-content-28 .s-list-item-top span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #e9474d;
    font-family: Arial;
    font-size: 1.32rem;
    line-height: 1.657;
    font-weight: 400;
    margin: 0 11px 0 0;
    width: 35px;
    height: 35px;
    text-align: center;
    background: url(../img/graphics/circle.png) no-repeat center center;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-side-content-28 .s-list-item:hover .s-list-item-top span {
    background-color: #fff;
}

.s-side-content-28 .s-list-item-bottom {
    padding: 13px 7px 7px 7px;
}

.s-side-content-28 .s-list-item-bottom p {
    font-size: 0.875rem;
    line-height: 1.7;
    padding: 0;
    margin: 0;
}

.s-side-content-28 .s-list-item-bottom a {
    color: #007aad;
}

.s-side-content-28 .s-list-item-bottom a:hover {
    text-decoration: underline;
}


.s-side-content-26 .s-body {
    position: relative;
}

.s-side-content-26 .search-wrapper {
    background-color: #fff;
    width: 100%;
    height: 38px;
    border: 1px solid #d2d2d2;
    z-index: 4;
}

.s-side-content-26 .search-inner {
    position: relative;
    padding: 0;
}

.s-side-content-26 .form-control {
    display: inline-block;
    height: 36px;
    max-width: 100%;
    padding: 6px 36px 6px 9px;
    font-size: 0.8125rem;
    border: 1px solid #fff;
    box-shadow: none;
    color: #4c4c4c;
    vertical-align: top;
}

.s-side-content-26 .search-inner i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 22px;
    height: 36px;
    width: 36px;
    line-height: 37px;
    color: #e9474d;
    cursor: pointer;
    text-align: center;
}

.s-side-content-26 .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none;
    z-index: 6;
}

.s-side-content-23 {
    display: block;
    margin: 0 0 15px 0;
}

.s-side-content-23 .s-body {
    display: block;
    height: 212px;
}

.s-side-content-24 {
    display: block;
    margin: 0 0 25px 0;
}

.s-side-content-24 a {
    display: block;
    margin: 0 auto;
	width:240px;
}

.s-side-content-25 {
    display: block;
    margin: 0 0 0 0;
}

.s-side-content-25 .s-list {
}

.s-side-content-25 .s-list-item {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 0 5px 11px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-25 a:first-child .s-list-item {
    border-top: 1px solid #dfdfdf;
}

.s-side-content-25 .s-list-item:hover {
    background-color: #f2f2f2;
}

.s-side-content-25 .item-image {
    position: relative;
    float: right;
    width: 80px;
    height: 80px;
}

.s-side-content-25 .item-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
}

.s-side-content-25 .item-content {
    margin: 0 105px 0 0;
    max-height: 69px;
    overflow: hidden;
}

.s-side-content-25 .item-text {
    line-height: 1.75;
    margin: 0;
    padding: 0;
}

.s-side-content-30 {

}

.s-side-content-30 .s-list .s-list-item {
    display: block;
    margin: 0 0 27px 0;
}

.s-side-content-30 .s-list .s-list-item:last-child {
    margin: 0;
}

.s-side-content-31 .s-body {
    background-color: #fff;
    border: 1px solid #eaeae9;
    padding: 17px 15px 10px 15px;
}

.s-side-content-31 .s-title.border-left {
    border-left: 3px solid #e8322e;
    padding: 2px 0 0 10px;
    line-height: 1.3;
    font-size: 1.25rem;
}

.s-side-content-31 .s-body {
    margin: 0 0 11px 0;
}

.s-side-content-31 .body-title {
    font-size: 0.8125rem;
    line-height: 1.385;
    padding: 0;
    margin: 0;
}

.s-side-content-31 .body-title span {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1;
}

.s-side-content-31 .s-list {
    padding: 27px 0 14px 0;
}

.s-side-content-31 .list-item {
    position: relative;
    float: left;
    width: 50%;
}

.s-side-content-31 .item-circle-outer {
    display: block;
    position: relative;
    float: left;
    width: 109px;
    height: 109px;
    border: 1px solid #aed7ef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-side-content-31 .left-item .item-circle-outer {
    margin-left: 17px;
}

.s-side-content-31 .left-item .item-circle-outer:before {
    content: "\e924";
    font-family: 'icons';
    position: absolute;
    width: 43px;
    height: 14px;
    margin: -7px 0 0 0;
    right: -52px;
    top: 37%;
    font-size: 0.875rem;
    line-height: 1;
    color: #075989;
    vertical-align: middle;
}

.s-side-content-31 .left-item .item-circle-outer:after {
    content: "\e923";
    font-family: 'icons';
    position: absolute;
    width: 43px;
    height: 14px;
    margin: -7px 0 0 0;
    right: -52px;
    top: 50%;
    font-size: 0.875rem;
    line-height: 1;
    color: #c1000a;
    vertical-align: middle;
}

.s-side-content-31 .item-circle {
    width: 107px;
    height: 107px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f1f1f1;
    text-align: center;
}

.s-side-content-31 .left-item .item-circle:before {
    content: " ";
    position: absolute;
    top: -17px;
    left: 50%;
    margin: 0 0 0 -16px;
    width: 31px;
    height: 32px;
    background-image: url("../img/graphics/letter-q.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 31px 32px;
    background-size: 31px 32px;
}

.s-side-content-31 .right-item .item-circle:before {
    content: " ";
    position: absolute;
    top: -17px;
    left: 50%;
    margin: 0 0 0 -14px;
    width: 28px;
    height: 30px;
    background-image: url("../img/graphics/letter-a.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 28px 30px;
    background-size: 28px 30px;
}

.s-side-content-31 .item-circle .circle-text {
    display: block;
    font-size: 0.875rem;
    color: #4c4c4c;
    padding: 21px 0 11px 0;
}

.s-side-content-31 .item-circle i {
    font-size: 2.3125rem;
    color: #3b3b3b;
}

.s-side-content-31 .right-item .item-circle-outer {
    border: 1px solid #ffbbbb;
    float: right;
    margin-right: 17px;
}

.s-side-content-31 .right-item .item-circle {
    background-color: #fff;
}

.s-side-content-31 .right-item .item-circle .circle-text {
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 18px 0 6px 0;
}

.s-side-content-31 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 0;
}

.s-side-content-31 .s-body .btn-link:hover {
    background-color: #767676;
}

.s-side-content-31 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;
}

.s-side-content-31 .s-link-wrap {
    margin: 0;
}

.content-side .section.s-side-content-40 {
    margin: 0 0 20px;
}


.s-side-content-40 .s-subtitle {
    padding: 1px 0 1px 0;
}

.s-side-content-40 .s-subtitle p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.85;
    padding: 0;
    margin: 0;
}

.s-side-content-40 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;
}

.s-side-content-40 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e9474d;
    background: #e9474d;
    color: #fff;
    margin: 9px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-side-content-40 .s-body .btn-link:hover {
    background-color: #eb595e;
}


.s-side-content-41 .s-list {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
}

.s-side-content-41 .s-list-item {
    display: block;
    position: relative;
    line-height: 2.462;
    padding: 0;
    color: #000;
    height: 32px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-41 .s-list-item:hover {
    background-color: #fff;
}

.s-side-content-41 .s-list-item a {
    display: block;
    line-height: 2.462;
    padding: 0 14px 0 14px;
}

.content-side .s-side-content-42 {
    margin: 0 0 47px 0;
}

.s-side-content-42 .s-title {
    margin-bottom: 20px;
}

.s-side-content-42 .s-body {
}

.s-side-content-42 .col-input {
    position: relative;
}

.s-side-content-42 .col-input:first-child {
    padding-right: 20px;
}

.s-side-content-42 .col-input:first-child:after {
    position: absolute;
    display: block;
    right: -20px;
    bottom: 14px;
    content: "～";
    font-size: 1rem;
    line-height: 37px;
    color: #3f3f3f;
    width: 40px;
    height: 35px;
    text-align: center;
}

.s-side-content-42 .col-input:last-child {
    padding-left: 20px;
}

.s-side-content-42 .form-group {
    margin: 0 0 14px 0;
    height: 58.4px;
}

.s-side-content-42 .control-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1px;
    padding: 0 0 0 2px;
    color: #3f3f3f;
}

.s-side-content-42 .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 7px 8px 6px 8px;
    line-height: 1.9;
    height: 35px;
    font-size: 0.875rem;
    color: #333;
    box-shadow: none;
}

.s-side-content-42 .form-control:focus {
    background-color: #fff;
    border-color: #a7a7a7;
}

.s-side-content-42 .select2-container {
    display: inline-block;
}

.s-side-content-42 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.s-side-content-42 .select2-container .select2-selection--single {
    height: 35px;
}

.s-side-content-42 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #a7a7a7;
}

.s-side-content-42 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 35px;
    font-size: 0.875rem;
}

.s-side-content-42 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 32px;
}

.s-side-content-42 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    top: 1px;
    right: 1px;
    width: 32px;
}

.s-side-content-42 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border: none;
    height: 7px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    top: 50%;
    width: 9px;
    vertical-align: top;
}

.s-side-content-42 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    content: "\e925";
    font-family: "icons";
    font-size: 6px;
    color: #8c8c8c;
    top: 0;
    left: 0;
    width: 9px;
    height: 7px;
    vertical-align: 0;
    border: none;
}

.s-side-content-42 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "\e926";
    border: none;
}

.s-side-content-42 .select2-results__option {
    line-height: 33px;
    padding: 0 0 0 8px;
    white-space: nowrap;
}

.s-side-content-42 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #333;
}

.s-side-content-42 .select2-dropdown {
    background-color: #fff;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.s-side-content-42 .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.s-side-content-42 .s-body .btn {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1rem;
    height: 43px;
    line-height: 43px;
    width: 100%;
    border: 1px solid #e8322e;
    background-color: #e8322e;
    background-color: rgba(232, 50, 46, 1);
    color: #fff;
    margin: 10px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-side-content-42 .s-body .btn:hover {
    background-color: #ea4542;
    background-color: rgba(234, 69, 66, 0.9);
}

.content-side .s-side-content-43 {
    margin: 0 0 47px 0;
}

.content-side .s-side-content-43:last-child {
    margin: 0;
}

.s-side-content-43 .s-body-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 6px;
    margin: 0;
}

.s-side-content-43 .s-list {
    width: 100%;
    border: 1px solid #cdcdcd;
}

.s-side-content-43 .s-list th,
.s-side-content-43 .s-list td {
    width: 14.285%;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #cdcdcd;
    background-color: #f1f1f1;
    padding: 2px;
    line-height: 2.75;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-43 .s-list td:hover {
    background-color: #f8f8f8;
}

.s-side-content-43 .s-list th {
    background-color: #fff;
}

.s-side-content-43 .s-list td a {
    display: inline-block;
    width: 100%;
    color: #099795;
    font-size: 1rem;
    line-height: 2.75;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-side-content-43 .s-list td:hover a,
.s-side-content-43 .s-list td a:hover {
    text-decoration: none;
}

.s-side-content-43 .s-list th:nth-child(1),
.s-side-content-43 .s-list td:nth-child(1) {
    color: #e8322e;
}

.s-side-content-43 .s-list th:nth-child(7),
.s-side-content-43 .s-list td:nth-child(7) {
    color: #075f9c;
}

.page-seminar-list #contents .content-flex > .content-main {
    padding-bottom: 62px;
}

.page-seminar-list #contents .content-flex > .content-side {
    padding-bottom: 62px;
}

/*bottom content*/
.s-bottom-content-1 {
    margin: 0 0 76px 0;
}

.s-bottom-content-1 .s-title {
    margin: 0 0 37px 0;
}

.s-bottom-content-1 .s-body-title {
    font-size: 1.135rem;
    font-weight: 700;
    color: #000;
    padding: 0 0 11px 5px;
    margin: 0;
}

.s-bottom-content-1 .s-body {
    margin-left: -20px;
    margin-right: -20px;
}

.s-bottom-content-1 .s-list {
    padding-left: 20px;
    padding-right: 20px;
}

.s-bottom-content-1 .s-list-item {
    width: 100%;
    border: 1px solid #cdcdcd;
}

.s-bottom-content-1 .s-list-item th,
.s-bottom-content-1 .s-list-item td {
    width: 14.285%;
    font-weight: 400;
    text-align: center;
    font-size: 1.135rem;
    border: 1px solid #cdcdcd;
    background-color: #f1f1f1;
    padding: 2px;
    line-height: 2.1476;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-bottom-content-1 .s-list-item td:hover {
    background-color: #f8f8f8;
}

.s-bottom-content-1 .s-list-item th {
    background-color: #fff;
}

.s-bottom-content-1 .s-list-item td a {
    display: block;
    width: 100%;
    color: #099795;
    font-size: 1.135rem;
    line-height: 2.1476;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-bottom-content-1 .s-list-item td:hover a,
.s-bottom-content-1 .s-list-item td a:hover {
    text-decoration: none;
}

.s-bottom-content-1 .s-list-item th:nth-child(1),
.s-bottom-content-1 .s-list-item td:nth-child(1) {
    color: #e8322e;
}

.s-bottom-content-1 .s-list-item th:nth-child(7),
.s-bottom-content-1 .s-list-item td:nth-child(7) {
    color: #075f9c;
}

.s-bottom-content-2 {
    margin: 0 0 59px 0;
}

.s-bottom-content-2 .s-title {
    margin: 0 0 19px 0;
}

.s-bottom-content-2 .s-list ul {
    display: inline-block;
    font-size: 0;
    list-style-type: none;
}

.s-bottom-content-2 .s-list li {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 0 15px 0 0;
}

.s-bottom-content-2 .s-list .list-link {
    display: inline-block;
    color: #1d3994;
    font-size: 0.875rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-bottom-content-2 .s-list .list-link:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-bottom-content-3 {
    margin: 0 0 86px 0;
}

.s-bottom-content-3 .s-title {
    margin: 0 0 26px 0;
}

.s-bottom-content-3 .s-list-item {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.s-bottom-content-3 .s-list-item td {
    vertical-align: top;
    padding: 16px 0;
    border-bottom: 1px solid #d5d5d5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-bottom-content-3 .s-list-item tr:hover td {
    background-color: #f1f1f1;
}

.s-bottom-content-3 .s-list-item td:first-child {
    width: 165px;
    border-right: 1px solid #d5d5d5;
}

.s-bottom-content-3 .s-list-item td:last-child {
    padding-left: 25px;
}

.s-bottom-content-3 .s-list-item ul {
    display: inline-block;
    font-size: 0;
    list-style-type: none;
}

.s-bottom-content-3 .s-list-item li {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 0 15px 0 0;
}

.s-bottom-content-3 .s-list-item td:first-child .list-link {
    font-weight: 700;
}

.s-bottom-content-3 .list-link {
    display: inline-block;
    color: #1d3994;
    font-size: 0.875rem;
    line-height: 1.8;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-bottom-content-3 .list-link:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-bottom-content-4 {
    margin: 0 0 92px 0;
}

.s-bottom-content-4 .s-title {
    margin: 0 0 41px 0;
}

.s-bottom-content-4 .s-body {

}

.s-bottom-content-4 .s-list {
    margin-left: -10px;
    margin-right: -10px;
}

.s-bottom-content-4 .col-xs-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.s-bottom-content-4 .col-input {
    position: relative;
}

.s-bottom-content-4 .col-input:first-child {
    padding-right: 12px;
}

.s-bottom-content-4 .col-input:first-child:after {
    position: absolute;
    display: block;
    right: -12px;
    bottom: 36px;
    content: "～";
    font-size: 1rem;
    line-height: 37px;
    color: #3f3f3f;
    width: 24px;
    height: 35px;
    text-align: center;
}

.s-bottom-content-4 .col-input:last-child {
    padding-left: 12px;
}

.s-bottom-content-4 .form-group {
    margin: 0 0 36px 0;
    height: 60.4px;
}

.s-bottom-content-4 .control-label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3px;
    padding: 0;
    color: #3f3f3f;
}

.s-bottom-content-4 .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 7px 8px 6px 8px;
    line-height: 1.9;
    height: 35px;
    font-size: 0.875rem;
    color: #333;
    box-shadow: none;
}

.s-bottom-content-4 .form-control:focus {
    background-color: #fff;
    border-color: #a7a7a7;
}

.s-bottom-content-4 .select2-container {
    display: inline-block;
}

.s-bottom-content-4 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.s-bottom-content-4 .select2-container .select2-selection--single {
    height: 35px;
}

.s-bottom-content-4 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #a7a7a7;
}

.s-bottom-content-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 35px;
    font-size: 0.875rem;
}

.s-bottom-content-4 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 32px;
}

.s-bottom-content-4 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    top: 1px;
    right: 1px;
    width: 32px;
}

.s-bottom-content-4 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border: none;
    height: 7px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    top: 50%;
    width: 9px;
    vertical-align: top;
}

.s-bottom-content-4 .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    content: "\e925";
    font-family: "icons";
    font-size: 6px;
    color: #8c8c8c;
    top: 0;
    left: 0;
    width: 9px;
    height: 7px;
    vertical-align: 0;
    border: none;
}

.s-bottom-content-4 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "\e926";
    border: none;
}

.s-bottom-content-4 .select2-results__option {
    line-height: 33px;
    padding: 0 0 0 8px;
    white-space: nowrap;
}

.s-bottom-content-4 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #333;
}

.s-bottom-content-4 .select2-dropdown {
    background-color: #fff;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.s-bottom-content-4 .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.s-bottom-content-4 .s-body .btn {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1rem;
    height: 43px;
    line-height: 43px;
    width: 338px;
    border: 1px solid #e8322e;
    background-color: #e8322e;
    background-color: rgba(232, 50, 46, 1);
    color: #fff;
    margin: 17px auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-bottom-content-4 .s-body .btn:hover {
    background-color: #ea4542;
    background-color: rgba(234, 69, 66, 0.9);
}

.s-bottom-content-5 {
    margin: 0;
}

.s-bottom-content-5 .s-title {
    margin: 0 0 26px 0;
}

.s-bottom-content-5 .s-body {
}

.s-bottom-content-5 .s-list {
    width: 100%;
    border: 1px solid #d5d5d5;
    color: #0c0c0c;
}

.s-bottom-content-5 .s-list td {
    border: 1px solid #d5d5d5;
    padding: 18px 20px 5px 30px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.s-bottom-content-5 .s-list td:nth-child(1) {
    width: 139px;
}

.s-bottom-content-5 .s-list td:nth-child(2) {
    width: 189px;
}

.s-bottom-content-5 .s-list tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

.s-bottom-content-5 .s-list tr:hover td {
    background-color: #f1f1f1;
}

.s-bottom-content-5 .list-link,
.s-bottom-content-5 .list-time,
.s-bottom-content-5 .list-text {
    font-size: 0.875rem;
    line-height: 1.85;
    padding: 0;
    margin: 0;
}

.s-bottom-content-5 .text-price {
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.8;
}

.s-bottom-content-5 .list-link {
    color: #1d3994;
}

.s-bottom-content-5 .list-link:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-bottom-content-5 .s-link-wrap {
    font-size: 0.75rem;
    margin-top: 25px;
}

.content-main .s-main-content-50 {
    margin: 0 0 32px 0;
    position: relative;
}

.s-main-content-50::before {
    content: " ";
    position: absolute;
    height: 100%;
    left: -1000%;
    margin: 0;
    width: 2000%;
    max-width: 2000%;
    right: 1000%;
    bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.s-main-content-50 .s-body {
    position: relative;
    padding: 0 0 24px 0;
}

.s-main-content-50 .body-image {
    display: block;
    overflow: hidden;
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 0 0;
    background-color: #dedede;
    border: 1px solid #eaeae9;
}

.s-main-content-50 .body-content {
    margin: 0 0 0 100px;
}

.s-main-content-50 .body-title {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 700;
    padding: 0 0 14px 0;
    margin: 0;
}

.s-main-content-50 .small-text {
    font-size: 1.25rem;
}

.s-main-content-50 .body-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.s-main-content-50 .body-tags {
    margin: 11px 0 9px 0;
    padding: 0 1px;
}

.s-main-content-50 .btn {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    color: #484848;
    height: 24px;
    width: auto;
    font-size: 0.875rem;
    line-height: 24px;
    margin: 0 5px 8px 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}

.content-main .s-main-content-51 {
    margin: 0 0 84px 0;
}

.s-main-content-51 .s-title {
    line-height: 1.1;
    margin: 0 0 20px 3px;
    padding-bottom: 0;
    padding-left: 10px;
}

.s-main-content-51 .s-body {
    padding: 0;
}

.s-main-content-51 .body-content {
    margin: 0 0 28px 0;
}

.s-main-content-51 .body-content .body-text {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.s-main-content-51 .body-sharer {
    text-align: right;
    margin: 0 0 27px 0;
    height: 23px;
}

.s-main-content-51 .s-list {
    margin: 0 0 53px 0;
}

.s-main-content-51 .list-item {
    width: 100%;
    border: 1px solid #d2d2d2;
}

.s-main-content-51 .list-item td {
    border: 1px solid #d2d2d2;
    font-size: 0.875rem;
    line-height: 1.6;
    vertical-align: top;
    padding: 8px 21px 8px 21px;
    overflow: hidden;
    max-width: 835px;
}

.s-main-content-51 .list-item td a,
.s-main-content-51 .list-item td p {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.s-main-content-51 .list-item td a:hover {
    text-decoration: underline;
}

.s-main-content-51 .list-item td em,
.s-main-content-51 .list-item td address {
    font-size: 0.875rem;
    line-height: 1.6;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.s-main-content-51 .list-item td em {
    width: 87px;
}

.s-main-content-51 .list-item td:nth-child(1) {
    background-color: #f3f3f3;
    padding-left: 22px;
    width: 183px;
}

.s-main-content-51 .list-item td:last-child {
    padding-right: 60px;
}

.s-main-content-51 .body-apply {
    text-align: center;
}

.s-main-content-51 .body-apply .btn {
    display: inline-block;
    background-color: #e9474d;
    border: 1px solid #e9474d;
    color: #fff;
    height: 46px;
    width: 651px;
    font-size: 1.125rem;
    line-height: 46px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-main-content-51 .body-apply .btn:hover {
    background-color: #eb595e;
    background-color: rgba(233, 71, 77, 0.9);
}

.cg-distinction {
    background-color: #f8f8f8;
    border: 1px solid #eaeae9;
    padding: 23px 17px 34px 17px;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: left;
}

.cg-distinction h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.cg-distinction a.seminar_apply_link_on1 {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e9474d;
    color: #e9474d;
    height: 43px;
    width: 100%;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 43px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cg-distinction a.seminar_apply_link_on2 {
    display: inline-block;
    background-color: #e9474d;
    border: 1px solid #e9474d;
    color: #fff;
    height: 43px;
    width: 100%;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 43px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-main-content-52 .s-body {
    margin-left: -12px;
    margin-right: -12px;
}

.s-main-content-52 .s-list {
    padding-left: 12px;
    padding-right: 12px;
}

.s-main-content-52 .list-item {
    background-color: #f8f8f8;
    border: 1px solid #eaeae9;
    padding: 23px 17px 34px 17px;
}

.s-main-content-52 .list-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.s-main-content-52 .list-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 22px 0;
    padding: 0;
}

.s-main-content-52 .s-list:first-child .list-item .list-text {
    text-align: center;
    margin-left: -7px;
    margin-right: -7px;
}

.s-main-content-52 .form-group {
    margin: 0 0 10px 0;
}

.s-main-content-52 .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0 15px;
    line-height: 3.21;
    height: 45px;
    font-size: 0.875rem;
    color: #000;
    box-shadow: none;
}

.s-main-content-52 .form-control:focus {
    background-color: #fff;
    border-color: #a7a7a7;
}

.s-main-content-52 .form-group-text {
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 6px 0 0 0;
    padding: 0;
}

.s-main-content-52 .form-group-link {
    color: #0359ba;
}

.s-main-content-52 .form-group-link:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-main-content-52 .form-group-btn {
    margin: 25px 6px 0 6px;
}

.s-main-content-52 .list-item .btn {
    display: inline-block;
    background-color: #e9474d;
    border: 1px solid #e9474d;
    color: #fff;
    height: 43px;
    width: 100%;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 43px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-main-content-52 .list-item .btn:hover {
    background-color: #eb595e;
    background-color: rgba(233, 71, 77, 0.9);
}


.content-side .s-main-content-53 {
    margin-bottom: 63px;
}

.s-main-content-53 .s-body {
    border-top: 3px solid #a7a7a7;
    padding: 22px 12px 11px;
	background-color: #f8f8f8;
}

.s-main-content-53 .s-cols .col-xs-4 {
    padding: 0 10px;
    text-align: center;
}

.s-main-content-53 .s-cols .col-xs-4 a {
    color: #000;
    text-decoration: none;
}

.s-main-content-53 .s-list__item .item-point {
    display: inline-block;
    background: #ccc;
    padding: 6px 6px 11px;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.75rem;
    line-height: 1.2;
}

.s-main-content-53 .s-list__item.i-1 .item-point {
    background: #efc657;
    color: #735606;
}

.s-main-content-53 .s-list__item.i-2 .item-point {
    background: #d1d1d1;
    color: #696969;
}

.s-main-content-53 .s-list__item.i-3 .item-point {
    background: #e5af70;
    color: #684d04;
}

.s-main-content-53 .s-list__item .item-point .item-point__number {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.s-main-content-53 .s-list__item .item-avatar img {
    width: 74px;
}

.s-main-content-53 .s-list__item .item-avatar {
    position: relative;
    display: inline-block;
    z-index: 3;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    background-position: 50% 0%;
    background-size: cover;
    width: 74px;
    height: 74px;
    line-height: 1;
    overflow: hidden;
    margin: -5px 0 0;
}

.s-main-content-53 .s-list__item .item-title {
    font-size: 14px;
    margin: 10px 0 0;
}

.s-main-content-53 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: middle;

}

.s-main-content-53 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 15px 0 0;
}

.s-main-content-53 .s-body .btn-link:hover {
    background-color: #767676;
}

.s-main-content-53 .s-footer {
    font-size: 1.125rem;
    text-align: center;
    margin: 10px 0 0;
}

.s-main-content-53 .s-footer .text-red {
    font-size: 1.22em;
}

.s-main-content-53 .col-xs-4 a:hover .item-avatar img {
    border-color: #006bd9;
}

.s-main-content-53 .col-xs-4 a:hover {
    color: #006bd9;
}

.s-main-content-53 .star {
    width:90px;
    vertical-align: top;
}

.s-main-content-53 .online_consul {
    font-size:13px;
}

.s-main-content-54 .s-title {
    margin-bottom: 19px;
}
.s-main-content-54 .s-service .s-service__item {
    padding: 20px 0;
    border-bottom: 2px solid #dfdfdf;
}

.s-main-content-54 .s-service .s-service__item:first-child {
    padding-top: 0;
}

.page-home .s-main-content-54 .s-service .s-service__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.s-main-content-54 .s-service__item .item-question {
    margin: 0 0 10px 0;
}

.s-main-content-54 .s-service__item .item-question .item-question__avatar {
    float: left;
    text-align: center;
    padding: 5px 4px;
}

.s-main-content-54 .s-service__item .item-question .item-question__avatar .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-main-content-54 .s-service__item .item-question .item-question__avatar .name {
    color: #757575;
    margin: 10px 0 0;
}

.s-main-content-54 .s-service__item .item-question .item-question__text-box {
    position: relative;
    margin: 0 0 0 80px;
    padding: 10px 10px 10px 14px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    line-height: 1.69;
}

.s-main-content-54 .s-service__item .item-question .item-question__text-box:before,
.s-main-content-54 .s-service__item .item-question .item-question__text-box:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    left: -9px;
    top: 27px;
    z-index: 2;
}

.s-main-content-54 .s-service__item .item-question .item-question__text-box:after {
    border-color: transparent #e2e2e2 transparent transparent;
    left: -10px;
    z-index: 1;
}

.s-main-content-54 .s-service__item .item-question .item-question__text-box .date {
    text-align: right;
    margin: 10px 0 0;
    color: #747474;
    font-size: 0.75rem;
}

.s-main-content-54 .s-service__item .item-answer {
    border: 1px solid #e2e2e2;
    margin: 0 0 0 80px;
    padding: 8px 13px;
}

.s-main-content-54 .s-service__item .item-answer .item-answer__avatar {
    float: left;
    margin: 0 5px 0 0;
    background-position: 50% 0%;
    background-size: cover;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #d1d1d1;
}

.s-main-content-54 .s-service__item .item-answer .item-answer__text {
    line-height: 1.69;
    margin: 2px 0 0 56px;
}

.s-main-content-54 .star {
    width:90px;
    vertical-align: top;
	display:inline-block;
}


.s-main-content-55 .s-title {
    margin: 0 0 34px 0;
    padding-left: 3px;
    padding-bottom: 5px;
    line-height: 1.1;
}

.s-main-content-55 .section-title {
    position: relative;
    margin: 34px 0 0 0;
    padding: 0 0 0 12px;
    line-height: 1.25;
    border-bottom: 1px solid #e8e8e8;
}

.s-main-content-55 h2.s-title.csp {
    margin-top: 11px;
}

.s-main-content-55 h2.s-title.sbp {
    margin-top: 46px;
}

.s-main-content-55 .s-list-item {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 10px 14px 1px;
    height: 50px;
}

.s-main-content-55 .s-list-item .item-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    max-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



#saikou {
    width: 649px;
    margin: 20px 0;
}

#saikou h4 {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
    text-indent: 7px;
    margin: 0;
    text-align:center;
}

.saikou2 {
    width: 309px;
    float: left;
    margin-top: 10px;
}

#saikou .saikou2 a {
    color: #069 !important;
}

.saikou2 img {
    width: 80px;
    height: 80px;
    float: left;
}

 #saikou .saikou2 p {
    margin-left: 7px;
    margin-top: 0px;
    float: left;
    font-size: 14px;
    width: 219px;
    color: #069 !important;
}

 .saikou2 span {
    background-color: #d1322e;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 4px 15px;
    text-align: center;
}

.mCheckable {
    display: inline-block;
    cursor: pointer;
    margin: 0 4px 0 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    height: 12px;
    width: 12px;
    font-size: 0;
    line-height: 1;
    vertical-align: 2px;
}

.mCheckable em {
    background-color: #fff;
    margin-top: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: 0;
}

.mCheckable.checked em {
    background-color: #e9474d;
}

.mCheckable.radiobutton {
    border-radius: 50%;
}

.mCheckable.radiobutton em {
    border-radius: 50%;
}

.s-register {
    position: relative;
    max-width: 786px;
    margin: 0 auto;
    background-color: #f8f8f8;
    border: 1px solid #eaeae9;
    padding: 44px 15px 64px 15px;
    float: right;
    width: 460px;
}




.s-register .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e9474d;
    line-height: 1.3;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

.s-register .s-section {
    max-width: 450px;
    margin: 0 auto;
}

.s-register .s-body {
    margin-left: -5px;
    margin-right: -5px;
}

.s-register .s-list {
    padding-left: 5px;
    padding-right: 5px;
}

.s-register .form-group {
    margin: 0 0 29px 0;
    height: 80px;
}

.s-register .form-group-triple {
    margin: 0 0 9px 0;
}

.s-register .form-group-checkbox {
    text-align: center;
    margin: 58px 0 25px 0;
    height: 18px;
    font-size: 16px;
}

.s-register .control-label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 0 0 5px;
    color: #202020;
	float:left;
}

.s-register .checkbox-label {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 400;
    color: #202020;
    padding: 0;
    margin: 0;
}

.s-register .checkbox-label a {
    color: #0069b2;
}

.s-register .checkbox-label a:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-register .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0 15px;
    line-height: 3.214;
    height: 45px;
    font-size: 0.875rem;
    color: #000;
    box-shadow: none;
}

.s-register .form-control:focus {
    background-color: #fff;
    border-color: #a7a7a7;
}

.s-register .form-text {
    font-size: 0.6875rem;
    line-height: 1.3;
    color: #202020;
    padding: 0;
    margin: 0;
}

.s-register .select2-container {
    display: inline-block;
}

.s-register .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.s-register .select2-container .select2-selection--single {
    height: 45px;
}

.s-register .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.s-register .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #a7a7a7;
}

.s-register .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 45px;
    font-size: 0.875rem;
}

.s-register .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 38px;
}

.s-register .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    top: 1px;
    right: 1px;
    width: 38px;
}

.s-register .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border: none;
    height: 9px;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    top: 50%;
    width: 12px;
    vertical-align: top;
}

.s-register .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    content: "\e925";
    font-family: "icons";
    font-size: 8px;
    color: #8c8c8c;
    top: 0;
    left: 0;
    width: 9px;
    height: 7px;
    vertical-align: 0;
    border: none;
}

.s-register .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "\e926";
    border: none;
}

.s-register .select2-results__option {
    line-height: 43px;
    padding: 0 0 0 15px;
    white-space: nowrap;
    color: #202020;
}

.s-register .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #000;
}

.s-register .select2-dropdown {
    background-color: #fff;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.s-register .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#touroku .s-register .s-body .btn {
    display: block;
    text-align: center;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700;
    height: 80px;
    line-height: 43px;
    width: 88.5%;
    border: 0px solid #fff;
    background-color: #f8f8f8;
    color: #fff;
    margin: 0 auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-register .s-body .btn {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    width: 98%;
    border: 1px solid #e9474d;
    background-color: #e9474d;
    color: #fff;
    margin: 0 auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.s-register .s-body .btn:hover {
    background-color: #ea585e;
    background-color: rgba(233, 71, 77, 0.9);
}

.s-register .s-body .btn-register {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    width: 98%;
    border: 1px solid #e9474d;
    background-color: #fff;
    color: #e9474d;
    margin: 19px auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-register .s-body .btn-register:hover {
    background-color: #f6e6e7;
    background-color: rgba(233, 71, 77, 0.1);
}

.page-login .s-register {
    max-width: 638px;
    padding: 33px 0 48px 0;
}

.page-login .s-register .section-title {
    margin: 0 0 14px 0;
}

.page-login .s-register .s-section {
    max-width: 460px;
}

.page-login .s-register .form-group {
    margin: 0 0 10px 0;
}

.page-login .s-register .form-text {
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 0;
    margin: -1px 0 0 0;
}

.page-login .s-register .form-text a {
    color: #0359ba;
}

.page-login .s-register .form-text a:hover {
    text-decoration: underline;
    color: #23527c;
}

.page-login .s-register .s-body .btn-login {
    margin: 36px auto 51px auto;
}

.s-register .form-text-2 {
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 0 0;
}

.s-register .section-text {
    font-size: 0.9375rem;
    line-height: 1.75;
    margin: 0 0 47px 0;
    padding: 0;
    text-align: center;
}

.s-socials-list {
    position: relative;
}

.s-socials-list .s-social__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px 5px;
}

.s-socials-list .s-social__item:last-child {
    max-width: 70px;
}

.tool_wrapper {
    position: relative;
    max-width: 510px;
    margin: 0 30px 0 0;
    padding: 0 0 64px 0;
	float: left;
}
.tools {
    float: left;
}
.tool_wrapper h3.tool8 {
    font-size: 24px;
    text-align: center;
}

.tool_wrapper .tools {
    margin: 25px 0px 20px 0px;
	width: 100%;
}

.tool_wrapper .tool {
    width: 45%;
    float: left;
    margin: 0 4% 0px 1%;
    text-align: center;
}

.tool_wrapper .tool_right {
    width: 45%;
    float: left;
    margin-right: 0;
    text-align: center;
}

.tool_wrapper .tool h3,
.tool_wrapper .tool_right h3 {
    text-align: center;
    margin: 10px auto 5px auto;
    font-size: 16px;
    font-weight: bold;
}

.tool_wrapper .tool_midashi {
    font-size: 13px;
    font-weight: 100;
}



.s-tool_wrapper .s-body .btn {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    width: 98%;
    border: 1px solid #e9474d;
    background-color: #e9474d;
    color: #fff;
    margin: 0 auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tool_wrapper .s-body .btn:hover {
    background-color: #ea585e;
    background-color: rgba(233, 71, 77, 0.9);
}

.tool_wrapper .s-body .btn-register {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    width: 450px;
    border: 1px solid #e9474d;
    background-color: #fff;
    color: #e9474d;
    margin: 19px auto 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tool_wrapper .s-body .btn-register .arrow {
    position: absolute;
    display: block;
    top: 30%;
    right: 5%;
}

.tool_wrapper .s-body .btn-register:hover {
    background-color: #f6e6e7;
    background-color: rgba(233, 71, 77, 0.1);
}


#loginInfo .s-list {
	padding-left: 2.5%;
	padding-right: 2.5%;
}



















.error {
	color:#ff0000;
}

#regist-form_area h2.general_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#regist-form_area .mypage_general_table {
    border: solid 1px #ccc;
    font-size: 14px;
    width: 430px;
    background: #fff;
}

#regist-form_area .mypage_general_table th {
	border: 1px solid #d2d2d2;
	padding:10px;
	background:#f3f3f3;
}

#regist-form_area .mypage_general_table td {
	border: 1px solid #d2d2d2;
	padding:10px;
}

#regist-form_area p.button_area {
    text-align: center;
}

#regist-form_area input.button_back {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    width: 45%;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #fff;
    margin: 20px auto;
}

#regist-form_area input.button_apply {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 43px;
    line-height: 43px;
    width: 45%;
    border: 1px solid #e9474d;
    background-color: #e9474d;
    color: #fff;
    margin: 20px auto;
}

.text_center {
    text-align: center;
}

#regist-form_area input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
#regist-form_area input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
#regist-form_area input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

#regist-form_area label.checkbox-label {
    font-size: 16px;
}

/*トップページ／創業・開業の計画から融資の相談までサポートの画像サイズ*/
.s-list__item .item-img > img {
    width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}


/*170619/ページ共通／右カラムのバナー周り修正*/
.bnr_line {
    border-bottom: 1px dashed #ddd;
    clear: both;
    height: 1px;
    margin-bottom: 15px;
    width: 100%;
}

/*170630/広告サイドバナー*/
.s-title.border-left {
    border-left: 3px solid #e8322e;
    font-size: 1.25rem;
    line-height: 1;
    margin-left: 6px;
    padding: 1px 0 0 9px;
}
.s-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 12px;
    padding: 0;
    position: relative;
    text-align: left;
}


.textad {
    background-color: #ffeae7;
    border-bottom: 1px solid #e68188;
    clear: both;
    float: left;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    width: 100%;
}

.ta_img {
	width: 25%;
	float: left;
}
.ta_img img {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.ta_text {
	width: 75%;
	float: left;
	padding-top: 0.3em;
}
.ta_t_link a {
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
}
.ta_t_link a span {
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: underline;
}

.ta_t_pr {
	font-size: 0.8em;
	padding-top: 0.2em;
	color: #ccc;
}
.margin_b_textad{
	margin-bottom: 30px;
	clear: both;
}
.ta_t_link {
    text-align: justify;
    width: 93%;
}

.adv_bnr_top {
	width: 100%;
	clear: both;
	margin-bottom: 3em;
}
.adv_bnr_top img {
	width: 100%;
}
.ils_bnr_top {
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}
.ils_bnr_top img {
	width: 100%;
}


.side_bnr_title {
    border-left: 3px solid #e8322e;
    font-size: 1.25rem;
    line-height: 1;
    margin-left: 6px;
    padding: 1px 0 0 9px;
}

#textad_title {
    background-color: #333;
    border-radius: 1em;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.3em 0.9em;
    text-align: center;
    width: 100%;
}





/*207.7.28 common_parts_knd_contents_bottom_banners_1703.js*/
.ichioshi {
    float: left;
    padding-bottom: 3em;
    width: 100%;
}
.ichioshi a {
  color: #333;
}
.ichioshi a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.ichi_head {
    background-color: #333;
    border-radius: 1.3em;
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 0.6em;
    padding: 0.6em 10px 10px;
    text-align: center;
}
	.ichi_small {
		font-size: 70%;
	}
.ichiBigbox {
  float: left;
	width: 100%;
	margin-bottom: 1em;
}
.ichiBoxl {
    background-color: #ffeae7;
    float: left;
    padding: 0.5% 0.5%;
    width: 49%;
}
.ichiBoxr {
    background-color: #ffeae7;
    float: right;
    padding: 0.5% 0.5%;
    width: 49%;
}

.ichiBoxr {
	margin-left: 1%;
}
.ichiB-l {
	float: left;
	width: 30%;
}
.ichiB-l img {
	width: 100%;
	height: auto;
}
.ichiB-r {
    float: left;
    padding: 0.3em 0 0 1%;
    width: 68%;
}
	
.ichi_right {
}
.ichih3 {
    background-color: #de3636;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 3%;
    text-align: justify;
}

.ichiB_p {
    font-size: 1.1em;
    line-height: 1.25em;
    margin-bottom: 0;
    padding: 0.2em 0em 0;
    text-align: justify;
}
.ichiB_p span {
	text-decoration: underline;
	}
#contents .ichih3 {
    background-color: #de3636;
    color: #fff;
    display: inline-block;
    font-size: 83%;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 3%;
    text-align: justify;
	border-left: 0 none;
}



/*2018.4.16. 会員登録フォーム改修*/
.balloon1 {
    position: relative;
    background: #df4a51;
    padding: 1em;
    width: 60%;
    margin: 0 20%;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;

}
.balloon1::after {

    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #df4a51 transparent transparent transparent;
    border-width: 16px 7px 0 7px;

}
.balloon2 {
    position: relative;
    background: #ffeeee;
    padding: 0.9em;
    text-align: center;
    font-size: 1rem;
	border-radius: 7px;
}
.balloon2 span {
	color: #df4a51;
	font-weight: bold;
}


.balloon2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffeeee transparent transparent transparent;
    border-width: 15px 6px 0 6px;
}

#tools_title {
	margin-top: 2.5rem;
}
#tools_title .tool8_2 {
    font-size: 1.5rem;
    text-align: center;
}
#tools_title .tool8_2 span {
    font-size: 2.5rem;
}
#tools_title img {
	width: 11%;
}
.tool_box_left {
	float: left;
	width: 48%;
}
.tool_box_right {
	float: right;
	width: 48%;
}

.tools img {
    width: 65%;
    display: block;
    margin: auto;
    clear: both;
	margin-top: 0.4rem;
}

.tools h3 {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0.5rem;
	color: #333;
}

#merit {
    width: 96%;
    border-radius: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    background-color: #fff;
    clear: both;
    margin: 0 2% 1.5rem;
}
#merit .mr_red {
    width: 100%;
    background-color: #df4a51;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1rem 0;
    font-weight: bold;
}
#merit .mr_text {

    background-image: url("https://www.dreamgate.gr.jp/tool/images/2018/tool_10.png");
    background-position: left top;
    font-size: 1.2rem;
    color: #df4a51;
    background-repeat: no-repeat;
    margin: 1rem;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 3rem;

}
#merit .mr_text span {
	font-size: 0.9rem;
	color: #333;
}



/*Responsive*/
@media all and (max-width: 768px) {

}

/*----------2018.4.27----------*/
#ad_top img {
	width: 100%;
}

/*----------2018.6.14 contents/のテキスト広告挿入----------*/
#wrapper .textad_for_wp {
    clear: both;
    width: 100%;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0.8rem 0;
    color: #333;
    margin: 1.2rem 0;
    background-color: #fff;
	font-size: 1rem;
}

#wrapper .textad_for_wp a span {
    text-decoration: underline;
    color: #c00;
}

#wrapper .textad_for_wp a {
    color: #333;
}

.yellow_line .textad_for_wp {
    display: none;
}
.gray_box .textad_for_wp {
    display: none;
}
.red_box .textad_for_wp {
    display: none;
}

/*----------2018.7.13 contents/のILSバナー挿入----------*/
.case-ils100 {
    margin: 40px 0 0;
    border-bottom: 1px solid #999;
}
.case-ils100 img {
    width: 100%;
}
.case-ils100-txt {
    margin: 1em 0;
}
.case-ils100-txt a:link {
    text-decoration: underline;
}

/*----------2018.7.13 contents/のILSバナー挿入----------*/
.page-details .superbannerdiv {
    display: none;
}
