@charset "utf-8";

h1.alltitle{
    font-size:10px;
    }
h1.alltitle{
    margin: 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin:0 0;
}

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: 10px;
    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;
}

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;*/
/*}*/

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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游明朝", 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;
}

.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;
}

/*
.text-yellow {
    color: #c39e08;
}
*/

.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;
}

input[type=text],
input[type=email],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;

}

#contents {
    min-height: 700px;
    padding-bottom: 0;
}

.view-container {
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
}

.content-wrapper {
    position: relative;
    padding: 1px 5px;
    /*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.9rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 12px;
	clear: both;
}

.s-title.icon-left {
    padding: 3px 0 9px 36px;
    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 0 6px;
    font-size: 26px;
}

.s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 1px 0 0 7px;
    margin: 0 0 13px;
}

.s-title.border-bottom-red {
    border-bottom: 2px solid #e9474d;
}

.list-default li {
    text-indent: 14px;
    line-height: 2.375;
}

.list-style__disc {
    list-style: none;
}

.list-style__disc li {
    position: relative;
    padding: 0 0 0 9px;
}

.list-style__disc li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e8322e;
    left: 1px;
    top: 7px;
}

.icon-plus {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #d0d1d2;
    background: #e8e8ea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.icon-plus.big {
    width: 32px;
    height: 32px;
}

.icon-plus:before {
    content: "";
    position: absolute;
    width: 62%;
    height: 2px;
    left: 19%;
    top: 50%;
    margin-top: -1px;
    background: #babbbc;
}

.icon-plus span {
    position: absolute;
    height: 62%;
    width: 2px;
    top: 19%;
    left: 50%;
    margin-left: -1px;
    margin-top: 0;
    background: #babbbc;
    -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;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.s-title .icon-plus {
    right: 8px;
}

.js-accordion-item__toggle .icon-plus {

}

.js-accordion-opened .icon-plus span {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.js-accordion-item__toggle {
    cursor: pointer;
}

.js-accordion-item__content {
    position: relative;
    overflow: hidden;
}

.js-accordion-item__content.animating {
    -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;
}

/*Header*/
/*--------------------------------------------------*/

#header {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ececec;
    /*height: 40px;*/
    width: 100%;
    z-index: 9999;
}

#header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*justify-content: space-between;*/
}

#header_push_cont {
  margin: 0;
  font-size: 12px;
  background: #f0f0f0;
  padding: 0 5px;
}

#header_push_cont a {
  text-decoration: underline;
}

#header_push_cont a:hover {
  text-decoration: none;
}


/*#header .header-content {*/

#header .header-logo {
    /*float: left;*/
    width: 126px;
    margin: 5px;
}

#header .header-logo img {
    display: block;
}

#header .header-title {
    flex: 1 1 auto;
}

#header .header__btn-search {
    position: relative;
    background: #ececec;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#header .header__btn-search .icon {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 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%);
    color: #ed1c24;
}

#header .header__btn-menu {
    position: relative;
    /*float: right;*/
    height: 40px;
    width: 40px;
    border: none;
    outline: none;
    background: #e9474d;
}

.header__btn-menu .icon-menu-hamburger {
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 21px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__btn-menu .icon-menu-hamburger span,
.header__btn-menu .icon-menu-hamburger:before,
.header__btn-menu .icon-menu-hamburger:after {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

}

.header__btn-menu .icon-menu-hamburger span {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.header__btn-menu .icon-menu-hamburger:before {
    top: 0;
}

.header__btn-menu .icon-menu-hamburger:after {
    bottom: 0;
}

.header__btn-menu.icon-menu-hamburger span:first-child {
    margin-top: 0;
}

.header__btn-menu.active {

}

.header__btn-menu.active .icon-menu-hamburger span,
.header__btn-menu.active .icon-menu-hamburger:before,
.header__btn-menu.active .icon-menu-hamburger:after {
    background: #fff;
}

/*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.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: bold;
    margin: 0 0 14px;
}

.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: underline;
}

.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 {
    color: #e60000;
    text-decoration: none;
}

.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: 8px;
    padding-bottom: 8px;
    background: #e9474d;
}

.footer .footer-nav-global {
    border-top: 1px solid #cdcdcd;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 1px;
}

.footer-copyright .footer-copyright__text {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin: 0;
}

/*Contents*/
/*--------------------------------------------------*/

#contents {
    position: relative;
    padding: 45px 0 0;
}

.single_ad1{margin-top: 5px;}

#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;
}

.section {
    position: relative;
    padding: 1px 0;
    margin: 0;
}

.s-list a {
    text-decoration: none;
}

.s-list.hover-style a:hover {
    color: #e8322e !important;
}

/*Global nav*/

.nav-global {
    position: absolute;
    display: none;
    right: -100%;
    width: 100%;
    background: #ebebeb;
    padding: 0;
    top: 41px;
    bottom: 0;
    z-index: 999;
    -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;
    -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: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-global .nav-global__inner {
    position: relative;
    padding: 0 0 100px;
}

.nav-global__header-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: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;

}

.nav-global__header-menu .nav-global__menu-item {
    width: 50%;
    /*display: block;*/
    line-height: 1;
    margin: 0;
    flex: 1 1 auto;

}

.nav-global__header-menu .nav-global__menu-item a {
    position: relative;
    display: block;
    color: #333;
    height: 100%;
    text-decoration: none;
    padding: 11px 5px 11px 38px;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
}

.nav-global__header-menu .nav-global__menu-item:nth-child(2n) a {
    border-right: 1px solid #c5c5c5;
}

.nav-global__header-menu .nav-global__menu-item a:hover {
    color: #e8322e;
}

.nav-global__header-menu .nav-global__menu-item .nav-global__menu-item__text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.nav-global__header-menu .nav-global__menu-item .icon {
    font-size: 20px;
    color: #e8322e;
    position: absolute;
    left: 9px;
    top: 50%;
    -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__header-menu .nav-global_.nav-global__menu-item {
    width: 50%;
}

.nav-global__header-buttons {
    background: #ebebeb;
    padding: 8px;
}

.nav-global__header-buttons li {
    float: left;
    width: 50%;
    padding: 0 7px;
}

.nav-global__header-buttons li:first-child {
    padding-left: 0;
}

.nav-global__header-buttons li:last-child {
    padding-right: 0;
}

.nav-global__header-buttons .btn-default {
    display: block;
    padding: 0 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav-global__header-buttons .btn-default .icon {
    vertical-align: -2px;
    margin: 0 8px 0 0;
    width: 14px;
    font-size: 18px;
}

.nav-global__header-buttons .btn-default.jigyou .icon {
	color:#0056A9;
}

.nav-global__header-buttons .btn-default.yuushi .icon {
	color:#74B733;
}

.nav-global__header-buttons li:last-child .btn-default .icon {
    width: 16px;
}

.nav-global__header-buttons .btn-default:hover {
    border-color: #000;
    background: none;
}

.nav-global .nav-global__main-menu {

    width: 100%;
    border-top: 1px solid #c7c7c7;

}

.nav-global__main-menu li {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
}

.nav-global__main-menu li:first-child {

}

.nav-global__main-menu .nav-global__menu-item a {
    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;
    position: relative;
    width: 100%;
    color: #000;
    padding: 5px 33px 5px 9px;
    min-height: 47px;
    text-decoration: none;
    line-height: 1.2;

}

.nav-global__main-menu .nav-global__menu-item > a {
    font-size: 2rem;
    font-weight: bold;
}

.nav-global__main-menu .nav-global__menu-item > a i {
    position: absolute;
    right: 15px;
    font-size: 19px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #aeaeae;
    -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;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    -o-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}

.nav-global__main-menu .nav-global__main-submenu li {
    border: none;
    border-top: 1px solid #ededed;
}

.nav-global__main-menu .nav-global__main-submenu {
    padding: 0 17px 0 0;
    background: #fff;
}

.nav-global__main-menu .nav-global__main-submenu li > a {
    padding-left: 30px;
}

.nav-global__main-menu .nav-global__main-submenu li > a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 3px;
    height: 3px;
    background: #e9474d;
    -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__main-menu a > span {

}

.nav-global__main-menu li.js-accordion-opened,
.nav-global__main-menu li.current {
    background: #fff;
}

/*Nav actions*/

.header__btn-menu.active .icon-menu-hamburger span {
    display: none;
}

.header__btn-menu.active .icon-menu-hamburger:before,
.header__btn-menu.active .icon-menu-hamburger:after {
    width: 106%;
}

.header__btn-menu.active .icon-menu-hamburger:before {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__btn-menu.active .icon-menu-hamburger:after {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-opened {
    overflow: hidden;
    height: 100% !important;
}

.mobile-menu-opened .nav-global {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.nav-global__main-menu .nav-global__menu-item.js-accordion-opened > a i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*Main content*/

.content-main .section {
    margin: 0 0 46px;
}

.s-list {
    position: relative;
}
.s-list.two-cols .s-list__row {
    border-bottom: 1px solid #d6d6d6;
    display: table;
    width: 100%;
}
.s-list.two-cols .s-list__row .s-list__col {
    display: table-cell;
    height: 100%;
    padding: 11px;
    text-align: left;
}
.s-list.two-cols .s-list__row .s-list__col.title {
    color: #6e6e6e;
    width: 30%;
}
.s-list.two-cols .s-list__row .s-list__col:first-child {
    padding-left: 6px;
}
.s-list.two-cols .s-list__row .s-list__col:last-child {
    padding-right: 6px;
}


.s-banner {
    text-align: center;
}

.s-banner img {
    /*width: 100%;*/
}

.content-main .s-main-content-11 {
    margin: 0 0 20px;
}

.content-main .s-main-content-12 {
    margin-bottom: 37px;
}
.s-main-content-12 .s-title.icon-left {
    margin: 0 0 5px;
    font-size: 1.8rem;
}

.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: 7px 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: 50px;
    overflow: hidden;
    margin: 0 6px 5px 0;
}

.s-main-content-12 .s-list__item .s-list__item-article {

}

.s-main-content-12 .s-list__item .s-list__item-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 1px;
    line-height: 1.26;
}

.s-main-content-12 .s-list__item .s-list__item-story {
    overflow: hidden;
    clear: both;
    margin: 0;
    /*font-size: 0.8125rem;*/
}

.section .s-link-wrap {
    text-align: right;
    margin: 7px 0 0;
    font-size: 1.2rem;
    line-height: 3;
}
.section .s-link-wrap a {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 3;
    padding: 0 0 0 15px;
}


.content-main .s-main-content-13 {
    margin-bottom: 25px;
}

.s-main-content-13 .s-title.icon-left {
    font-size: 18px;
}

.s-main-content-13 .s-title.icon-left .icon {
    padding: 0 2px 7px;
}

.s-main-content-13 .s-list .s-list__item {
    padding: 0 0 10px;
}

.s-main-content-13 .s-list .s-list__item-header {
    background: #f8f8f8;
    border-bottom: 1px solid #e8322e;
    font-size: 1.6rem;
    padding: 8px 7px;
    line-height: 1.1;
    margin: 0 0 8px;
    color: #d51f1b;
    font-weight: normal;
}

.s-main-content-13 .s-list .s-list__item-img {
    position: relative;
    float: left;
    text-align: center;
    width: 56px;
    line-height: 1;
    margin: 0 0 0 6px;
}

.s-main-content-13 .s-list .s-list__item .s-list__item-img .icon {
    font-size: 52px;
    color: #424242;
}

.s-main-content-13 .s-list .s-list__item.i-1 .s-list__item-img .icon {

}

.s-main-content-13 .s-list .s-list__item.i-2 .s-list__item-img .icon {
    font-size: 42px;
}

.s-main-content-13 .s-list .s-list__item.i-3 .s-list__item-img .icon {
    font-size: 55px;
}

.s-main-content-13 .s-list .s-list__item .s-list__item-text {
    margin: 10px 0 0 72px;
    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 li {
    margin: 0 0 13px;
    font-size:14px;
}


/*
.s-main-content-13 .s-list .s-list__item:hover .s-list__item-header,
.s-main-content-13 .s-list .s-list__item:hover .s-list__item-text {
    font-weight: bold;
}
*/

.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 {
    margin: 0 0 29px;
}

.s-main-content-15 .s-title .icon {
    font-size: 27px;
    padding: 0 0 6px 4px;
}

#home-slider .swiper-slide {
    width: 33.33%;
    min-width: 132px;
    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 img {
    width: 100%;
}

.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: 1.2rem;
}

.s-main-content-15 .s-list__item .item-title {
    margin: 1px 0 6px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    color: #ee252d;
    min-height: 36px;

}

.s-main-content-15 .s-list__item .icon {
    position: absolute;
    width: 2em;
    height: 2em;
    left: -1.3125em;
    top: 0.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #cbcbcb;
    line-height: 2em;
    font-size: 16px;
    color: #e8322e;
    background: #fff;
    z-index: 5;
}

.s-main-content-15 .s-list__item:hover .item-text {
    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;
}

.content-main .s-main-content-16 {
    margin-bottom: 43px;
}
.s-main-content-16 .s-title {
    margin: 0 0 19px;
    font-size: 1.8rem;
}

.s-main-content-16 .s-title .icon {
    font-size: 23px;
    padding: 0 1px 5px 6px;
}

.s-main-content-16 .s-list__item {
    margin: 0 0 5px;
}

.s-main-content-16 .s-list__item .item-title {
    background: #f3f3f4;
    margin: 0;
    font-weight: bold;
    color: #333;
    font-size: 1.6rem;
    position: relative;
}

.s-main-content-16 .item-title .icon-plus {
    right: 5px;
}

.s-main-content-16 .s-list__item .item-title .item-title__text {
    display: block;
    vertical-align: middle;
    padding: 6px 29px 6px 6px;
}

.s-main-content-16 .s-list__item .s-list {
    padding: 9px 7px 5px;
}

.s-main-content-16 .s-list__item .s-list li:before {
    top: 12px;
}

.s-main-content-16 .s-list__item .s-list li {
    margin: 0;
}

.s-main-content-16 .s-list__item .s-list li a {
    display: block;
    padding: 5px 0;
}

.s-main-content-17 .s-title {
    margin: 0;
}

.s-main-content-17 .s-map {
    position: relative;
}

.s-map .s-map__sectors {

}

.s-map__sectors .s-map__sector {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
}

.s-map__sector .s-map__sector-title {
    position: relative;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 11px 7px;
    line-height: 1.1;
}

.s-map__sector .s-list {
    padding: 5px 0 2px;
}

.s-map__sector .s-list li {
    float: left;
    width: 33.33%;
    padding: 0 7px 12px;
}

.s-map__sector .s-list .btn {
    display: block;
    height: auto;
    background: #efefef;
    font-size: 13px;
    padding: 5px 2px 4px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.s-map__sector .s-list .btn .number {
    color: #7d7d7d;
}

.s-map__sector .s-list .btn:hover {
    background: #fff;
}

.s-main-content-17 .s-footer {
    padding: 14px 0 0;
}

.s-main-content-17 .btn-search {
    padding: 0 25px 0 18px;
    height: 29px;
    line-height: 28px;
    background: #e9474d;
    display: block;
    font-size: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.s-main-content-17 .btn-search i {
    font-size: 1.375rem;
    margin: 0 10px 0 0;
    vertical-align: -1px;
}

.s-main-content-17 .btn-search:hover {
    background: #c93d42;
}

/*Aside*/

.content-side .section {
    margin: 0 0 35px;
}

.content-main .s-side-content-11 {
    margin-bottom: 43px;
}

.s-side-content-11 .s-list {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f1f1f1;
    overflow: hidden;
}

.s-side-content-11 .s-list > a {
    display: block;
    text-decoration: none;
    color: #000;
}

.s-side-content-11 .s-list .s-list__item {
    padding: 0 5px;

}

.s-side-content-11 .s-list .s-list__item.recommend {
    background: #fff0f0;
}

.s-side-content-11 .s-list .s-list__item-inner {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #e7e8ea;
}

.s-side-content-11 .s-list .s-list__item:first-child .s-list__item-inner {
    border: none;
}

.s-side-content-11 .s-list__item-article {
    margin: 0 0 0 52px;
}

.s-side-content-11 .s-list__item-title {
    line-height: 1.53;
    margin: 0;
    overflow: hidden;
    min-height: 38px;
}

.s-side-content-11 .s-list__item-side {
    float: left;
    text-align: center;
}

.s-side-content-11 .s-list__item-date {
    font-size: 12px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 9px 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.15em;
    display: block;
}

.s-side-content-11 .s-list__item-footer {
    color: #606060;
    font-size: 1.1rem;
    margin: 4px 0 0;
}

.s-side-content-11 .s-list__item-article .s-list__item-footer {
    margin: 6px 0 0;
    padding: 0 0 0 5px;
}

.s-side-content-11 .s-list .s-list__item:hover {
    background: #fff;

}

.s-side-content-11 .s-list .s-list__item:hover .s-list__item-date {
    background: #f2f2f2;
    border-color: #e8322e;
}

.content-main .s-side-content-12 {
    margin: 0;
}

.s-side-content-12 .s-list .s-list__item {
    display: block;
    margin: 0 0 12px 0;
}

.s-side-content-12 .s-list .s-list__item:last-child {
    margin-bottom: 0;
}

.s-side-content-14 .s-list .s-list__item a {
    position: relative;
    display: block;
    background: #f1f1f1;
    text-decoration: none;
    padding: 9px 5px 8px 35px;
}

.s-side-content-14 .s-list .s-list__item {
    border-bottom: 1px solid #ebdada;
}

.s-side-content-12 .s-list .s-list__item img {
    display: block;
    margin: 0 auto;
}

.s-side-content-14 .s-list .s-list__item a .icon {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    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 .icon img {
    width: 12px;
}

.s-side-content-14 .s-list .s-list__item a:hover {
    background: #fff;
}

.s-side-content-15 .s-subtitle {
    margin: 0 0 13px;
}

.s-side-content-15 .s-body {
    border-top: 3px solid #a7a7a7;
    padding: 22px 12px 11px;
}

.s-side-content-15 .s-cols {
}

.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-cols .s-list__item {
}

.s-side-content-15 .s-list__item .item-point {
    display: inline-block;
    background: #ccc;
    padding: 6px 7px 11px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.1rem;
    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: 65px;
}

.s-side-content-15 .s-list__item .item-avatar__wrapper {
    margin: -5px 0 0;
}

.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: 65px;
    height: 65px;
    line-height: 1;
    overflow: hidden;
    vertical-align: top;
}

.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: 8px 0 0;
}

.s-side-content-15 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 32px;
    line-height: 31px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 14px 0 0;
}

.s-side-content-15 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: 1px;

}


.s-side-content-15 .s-body .btn-link:hover {
    background-color: #767676;
}

.s-side-content-15 .s-footer {
    font-size: 1.6rem;
    text-align: center;
    margin: 15px 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-15 .star {
    width: 80px;
}


.content-main .s-side-content-16 {

}

.s-side-content-16 .s-title.border-left {
    margin: 0 0 15px 0;
}

.s-side-content-16 .s-service {
}

.s-side-content-16 .s-service .s-service__item {
    padding: 15px 0 10px;
    border-top: 1px solid #dfdfdf;
}

.s-side-content-16 .s-service .s-service__item:first-child {
    border-top: none;
}

.s-side-content-16 .s-service .s-service__item:last-child {
    padding-bottom: 1px;
}

.s-side-content-16 .s-service__item .item-question {
}

.s-side-content-16 .s-service__item .item-question .item-question__avatar {
    float: left;
    text-align: center;
    padding: 3px 1px;
    max-width: 60px;
}

.s-side-content-16 .s-service__item .item-question .item-question__avatar .item-question__avatar-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
}

.s-side-content-16 .s-service__item .item-question .item-question__avatar .name {
    color: #757575;
    margin: 10px 0 0;
    font-size: 1rem;
}

.s-side-content-16 .s-service__item .item-question .item-question__text-box {
    position: relative;
    margin: 0 0 0 60px;
    padding: 7px 7px 6px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    line-height: 1.69;
}

.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: 6px 7px 6px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    left: -7px;
    top: 14px;
    z-index: 2;
}

.s-side-content-16 .s-service__item .item-question .item-question__text-box:after {
    border-color: transparent #e2e2e2 transparent transparent;
    left: -8px;
    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: 1.1rem;
}

.s-side-content-16 .s-service__item .item-answer {
    border: 1px solid #e2e2e2;
    margin: 15px 0 0;
    padding: 6px 8px;
}

.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: 32px;
    height: 32px;
    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.5;
    margin: 0 0 0 40px;
}

.page-manual-list .content-main .s-side-content-16 {
    margin-bottom: 38px;
}

.page-manual-list .content-main .s-side-content-16 .s-link-wrap {
    margin-top: 0;
    padding-bottom: 3px;
}

#go-to-top {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 46px;
    height: 46px;
    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: 46px;
    text-decoration: none !important;
    background-color: #fff;
}

#go-to-top:hover {
    background-color: #fce5e5;
}

/* page details */
.content-main .s-main-content-20 {
    margin-bottom: 44px;
}

.s-main-content-20 .s-title {
    margin: 0 0 5px 0;
    line-height: 1.2;
	padding-top: 0.5rem;
}

.s-main-content-20 .section-title {
    position: relative;
    margin: 0 0 11px 0;
    padding: 0 0 0 6px;
    padding-bottom: 0;
    line-height: 1.2;
}

.s-main-content-20 .section-title:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -2px;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.s-main-content-20 .s-subtitle {
    position: relative;
    padding: 0;
}

.s-main-content-20 .s-subtitle h6 {
    font-size: 1.3rem;
    line-height: 1.3125;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.s-main-content-20 .s-subtitle .btn-category {
    display: block;
    position: relative;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #080808;
    height: 18px;
    width: 130px;
    font-size: 1rem;
    line-height: 18px;
    margin: 0;
    padding: 0 5px;
    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: 0;
}

.s-main-content-20 .s-author-main {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding: 11px 0 0 0;
    margin: 0 0 6px 0;
}

.s-main-content-20 .author-td {
    display: table-cell;
}

.s-main-content-20 .author-image-td {
    width: 81px;
    padding-left: 6px;
}

.s-main-content-20 .author-image {
    display: block;
    overflow: hidden;
    width: 58px;
    height: 58px;
    -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: 1.3rem;
    line-height: 1.55;
    margin: 0;
    padding: 0;
}

.s-main-content-20 .author-team-td span {
    display: inline-block;
    width: auto;
    color: #959595;
    padding-right: 7px;
}

.s-main-content-20 .s-author-bottom {
    display: block;
    position: relative;
    margin: 0 0 2px 0;
}

.s-main-content-20 .s-author-bottom time {
    display: inline-block;
    float: left;
    font-size: 0.75rem;
    color: #959595;
    margin: 0;
}

.s-main-content-20 .author-sharer {
    display: block;
    height: 23px;
    margin: 0;
    text-align: center;
}

.s-main-content-20 .s-article-content {
    position: relative;
    margin: 1rem 0 36px 0;
}


.s-main-content-20 h2.caption {
    font-size: 1.125em;
    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.caption .small {
    font-weight: normal;
    font-size: 0.75rem;
    display: block;
    color: #666;
}

.s-main-content-20 .s-article-content p {
    font-size: 1.4rem;
    word-wrap: break-word;
    line-height: 1.55;
}

.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 21px 0;
}

.s-section-answers .section-content p {
    font-size: 1.4rem;
    word-wrap: break-word;
    line-height: 1.55;
}

.s-author-seminar .cover {
    display: block;
    box-shadow: 2px 2px 2px #777;
}

.btn-next-page {
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #000;
    height: 31px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 31px;
    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 23px 0;
}

.s-section-answers .section-sharer {
    text-align: center;
    margin: 0 0 35px 0;
    height: 23px;
}

.s-main-content-20 .s-author-profile {
    position: relative;
    margin: 30px 0 35px;
}

.s-author-profile .s-title {
    padding: 0;
    margin: 0 0 8px 0;
}

.s-author-profile .s-body {
    border: 1px solid #eaeae9;
    padding: 7px 5px 0 5px;
}

.s-author-profile .profile-image {
    display: block;
    overflow: hidden;
    float: left;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 12px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.s-author-profile .profile-content {
    margin: 0 0 12px 63px;
}

.s-author-profile .profile-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #010101;
    margin: 0 0 8px 0;
    padding: 0 3px;
}

.s-author-profile .profile-content .star-wrap {
    margin-bottom: 10px;
}

.s-author-profile .profile-content .star-wrap img {
    width:80px;
}

.s-author-profile .profile-content p {
    line-height: 1.55;
    margin: 0;
    padding: 0;
}

.s-author-profile .profile-actions {
    float: none;
    clear: both;
    margin: 0 0 5px 0;
    padding: 0;
}

.s-author-profile .btn-profile {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    color: #000;
    height: 20px;
    width: auto;
    font-size: 1.1rem;
    line-height: 18px;
    margin: 0 1px 5px 0;
    padding: 0 8px;
    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;
}
.s-author-plan .s-title .icon {
    font-size: 23px;
    padding: 0 5px 2px 4px;
}
.s-author-plan .s-title {
    margin: 0 0 18px 0;
    padding: 0 0 4px 34px;
}
.s-author-plan .col-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e6322a;
    padding: 0 0 3px 0;
    margin: 0;
}
.s-author-plan .col-left {
    position: relative;
    width: 100%;
    padding: 0;
    margin:0 0 42px 0;
}
.s-author-plan .col-left .s-list {
    padding: 0;
    position: relative;
}
.s-author-plan .col-left .list-item {
    position: relative;
    overflow:hidden;
    border-bottom: 1px solid #d6d6d6;
    height: 33px;
}
.s-author-plan .col-left .item-link {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    line-height: 2;
    padding: 3px 0 3px 0;
    white-space: nowrap;
    max-height: 32px;
    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: 12px;
}

.s-author-plan .col-right {
    position: relative;
    width: 100%;
    padding: 0;
}

.s-author-plan .col-row-wrapper {
    background: #fff;
    border-top: 3px solid #a7a7a7;
    padding: 21px 11px 9px 11px;
    margin: 6px 0 0 0;
}
.s-author-plan .col-right .s-cols {}
.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-cols .s-list__item {
}
.s-author-plan .col-right .s-list__item .item-point {
    display: inline-block;
    background: #ccc;
    padding: 6px 7px 11px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.1rem;
    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__wrapper {
    margin: -5px 0 0;
}
.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: 65px;
    height: 65px;
    line-height: 1;
    overflow: hidden;
    vertical-align: top;
}
.s-author-plan .col-xs-4 a:hover .item-avatar {
    border-color: #006bd9;
}

.s-author-plan .col-right .s-list__item .item-title {
    margin: 8px 0 0;
}
.s-author-plan .col-right .btn-link {
    display: block;
    text-align: center;
    padding: 0 2px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 14px 0 0;
    font-size: 1.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.s-author-plan .col-right .btn-link i {
    font-size: 7px;
    margin: 0 0 0 8px;
    font-weight: bold;
    vertical-align: 3px;
}
.s-author-plan .col-xs-4 a:hover {
    color: #006bd9;
}


.pagination {
    display: block;
    margin: 0 0 15px 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;
    min-height: 35px;
}

.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: #000;
    text-decoration: none;
    display: block;
    min-width: 10px;
    font-size: 1.3rem;
}

.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: 37px;
}

.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: 1.4rem;
    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;
}

.pagination-list li.page-link a:hover {
    font-weight: 400;
    color: #ed0000;
}

.pagination-list li.page-link {
    display: none;
}

.pagination-list li.page-separator,
.pagination-list li.first-link,
.pagination-list li.last-link {
    display: inline-block;
}

.pagination-list li.active a:hover,
.pagination-list li.active a {
    border: none;
    background-color: #fff;
    color: #ed0000;
    font-weight: 700;
}

.pagination-list .prev {
    position: absolute;
    left: 2px;
    margin: 0 10px 0 0;
}

.pagination-list .prev i {
    margin-right: 6px;
}

.pagination-list .next {
    position: absolute;
    right: 2px;
    margin: 0 0 0 10px;
}

.pagination-list .next i {
    margin-left: 6px;
}

.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-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: 27px;
}

.pagination-info-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 27px;
}

.pagination-info-filter .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1px;
    padding-right: 10px;
    font-size: 1.4rem;
}

.pagination-info-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    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: 1.9;
    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-info-filter .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.pagination .btn {
    display: inline-block;
    float: right;
    background-color: #fff;
    border-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1.4rem;
    height: 27px;
    width: 121px;
    max-width: 121px;
    line-height: 26px;
    padding: 0 5px 0 5px;
    text-align: center;
    color: #333;
    margin: 0 0 0 19px;
}

.pagination .btn:hover {
    background-color: #e3e3e3;
    border-color: #adadad;
}

.content-main .s-main-content-22 {
    margin-bottom: 48px;
}

.s-main-content-22 strong {
	color:#ff0000;
}

.s-main-content-22 .s-title .icon {
    font-size: 23px;
    padding: 0 1px 4px 2px;
}

.s-main-content-22 .s-title {
    margin: 0 0 6px;
    padding: 0 0 5px 34px;
}

.s-main-content-22 .row {
    margin: 0 0;
}

.s-main-content-22 .col-xs-6 {
    padding: 0 0;
    width: 100%;
}

.s-main-content-22 .s-list-item {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 6px 10px 5px 2px;
}

.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: 43px;
    height: 42px;
    background-color: #b0b0b0;
}

.s-main-content-22 .s-list-item .item-content {
    margin: 0 0 0 48px;
}

.s-main-content-22 .s-list-item .item-text {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.45;
}

.content-main .s-main-content-23 {
    margin-bottom: 40px;
}

.s-main-content-23 .s-title .icon {
    font-size: 23px;
    padding: 0 2px 6px 4px;
}

.s-main-content-23 .s-title {
    margin: 0 0;
    padding: 0 0 5px 34px;
}

.s-main-content-23 .s-list-item {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 7px 10px 8px 1px;
}

.s-main-content-23 .s-list-item:hover {
    background: #f2f2f2;
}

.s-main-content-23 .s-list-item .item-text {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.55;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-main .s-main-content-24 {
    margin-bottom: 44px;
}

.s-main-content-24 .s-title .icon {
    font-size: 22px;
    padding: 0 2px 4px 2px;
}

.s-main-content-24 .s-title {
    margin: 0 0 19px 0;
    padding: 0 0 5px 37px;
}

.s-main-content-24 .row {
    margin: 0 0;
}

.s-main-content-24 .col-xs-6 {
    padding: 0 0;
}

.s-main-content-24 .col-xs-6:nth-child(even) {
    padding-left: 10px;
}

.s-main-content-24 .col-xs-6:nth-child(odd) {
    padding-right: 10px;
}

.s-main-content-24 .s-list-item {
    position: relative;
    padding: 0;
    margin: 0 0 16px 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-image img {
    width: 100%;
}

.s-main-content-24 .s-list-item .item-content {
    padding: 3px 0 0 0;
    max-height: none;
    overflow: hidden;
}

.s-main-content-24 .s-list-item .item-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.65;
}

.content-main .s-main-content-25 {
    margin-bottom: 62px;
}

.s-main-content-25 .s-title .icon {
    font-size: 30px;
    padding: 0 0 7px 0;
}

.s-main-content-25 .s-title {
    margin: 0 0 12px 0;
    padding: 0 0 5px 36px;
    line-height: 1.05;
}

.s-main-content-25 .s-body {
    margin: 0 0 28px 0;
}

.s-main-content-25 .s-body:last-child {
    margin: 0;
}

.s-main-content-25 .s-body-title {
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px 0;
    padding: 0 0 0 9px;
    text-align: left;
    color: #383838;
}

.s-main-content-25 .s-body-title i {
    position: absolute;
    top: 0;
    color: #ed1c24;
    font-size: 6px;
    line-height: 2.4;
    left: 1px;
    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 7px;
    height: 25px;
    line-height: 25px;
    font-size: 1.3rem;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #000;
    margin: 0 2px 5px 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: 20px;
    padding: 0;
}

.content-main .s-main-content-26 {
    margin-bottom: 37px;
}

.s-main-content-26 .s-title .icon {
    font-size: 24px;
    padding: 0 1px 10px 4px;
}

.s-main-content-26 .s-title {
    margin: 0 0 16px 0;
    padding-left: 34px;
    padding-bottom: 4px;
    line-height: 1;
}

.s-main-content-26 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.section .s-body__img-box.center {
    text-align: center;
    padding: 0 35px;
}
.s-main-content-26 .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.s-main-content-26 .s-body p {
    margin: 0 0 14px 0;
    padding: 0;
    line-height: 1.65;
}

.s-main-content-26 .s-body .item-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 14px 0 1px 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: 1.3rem;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 8px;
    text-align: center;
    max-width: 100%;
    color: #000;
}

.s-main-content-26 .s-body .btn:hover {
    background-color: #fff;
    border-color: #adadad;
}

.content-main .s-main-content-27 {
    margin-bottom: 32px;
}

.s-main-content-27 .s-title .icon {
    font-size: 22px;
    padding: 0 1px 12px 2px;
}

.s-main-content-27 .s-title {
    margin: 0 0 12px 0;
    padding-left: 34px;
    padding-bottom: 4px;
    line-height: 1;
}

.s-main-content-27 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.s-main-content-27 .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.s-main-content-27 .s-body p {
    margin: 0 0 14px 0;
    padding: 0;
    line-height: 1.65;
}

.s-main-content-27 .s-body .item-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 12px 0 1px 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: 1.3rem;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 8px;
    text-align: center;
    max-width: 100%;
    color: #000;
}

.s-main-content-27 .s-body .btn:hover {
    background-color: #fff;
    border-color: #adadad;
}

.ta-center {
    text-align: center;
}

.content-main .s-main-content-28 {
    margin-bottom: 20px;
}

.s-main-content-28 .s-title .icon {
    font-size: 23px;
    padding: 0 1px 8px 0px;
}

.s-main-content-28 .s-title {
    margin: 0 0 10px 0;
    padding-left: 34px;
    padding-bottom: 3px;
    line-height: 1.1;
}

.s-main-content-28 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.s-main-content-28 .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.s-main-content-28 .s-body p {
    margin: 0 0 14px 0;
    padding: 0;
    line-height: 1.65;
}

.s-main-content-28 .s-body .item-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 9px 0 1px 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: 1.3rem;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 8px;
    text-align: center;
    max-width: 100%;
    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 12px 0;
}

.s-main-content-29 .s-list .s-list-item:last-child {
    margin: 0;
}

.content-main .s-side-content-20 {
    margin-bottom: 34px;
}

.s-side-content-20 .s-title.border-left {
    padding: 0 0 0 6px;
    margin: 0 0 9px 0;
}

.s-side-content-20 .s-body {
    background-color: #fff;
    padding: 0 9px 16px 9px;
}

.s-side-content-20 .s-subtitle {
    padding: 1px 0 1px 0;
}

.s-side-content-20 .s-subtitle p {
    font-size: 1.2rem;
    line-height: 1.65;
    padding: 0;
    margin: 0;
}

.s-side-content-20 .s-body .btn-link i {
    font-size: 6px;
    margin: 0 0 0 0;
    font-weight: 700;
    vertical-align: 3px;
}

.s-side-content-20 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
    font-size: 1.5rem;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 8px 2px 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-side-content-20 .s-body .btn-link:hover {
    background-color: #767676;
}

.content-main .s-side-content-21 {
    margin-bottom: 49px;
}

.s-side-content-21 .s-title.border-left {
    padding: 0 30px 0 5px;
    margin: 0 0 9px 0;
}

.s-side-content-21 .s-list {
    display: block;
    width: auto;
    border-top: 1px solid #ddd;
    margin: 0 -5px;
}

.s-side-content-21 .s-list__item {
    display: block;
    position: relative;
    line-height: 2.462;
    padding: 0;
    color: #000;
    height: 35px;
    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: 34px;
    line-height: 2.615;
    padding: 0 13px 0 13px;
    font-size: 1.3rem;
}

.s-side-content-21 .s-list__item a:hover {
    background-color: #fff;
}

.s-side-content-22 {
}

.s-side-content-22 .s-title.border-left {
    padding: 0 30px 0 5px;
    margin: 0 0 29px 0;
}

.s-side-content-22 .s-body {
    border: 1px solid #c4c4c4;
    padding: 0 11px 0 11px;
    margin: 0 5px;
}

.s-side-content-22 .s-list-top {
    position: relative;
    margin: 15px 2px 15px 2px;
}

.s-side-content-22 .s-list-top p {
    text-align: center;
    font-size: 1.8rem;
    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;
    font-size: 0.9rem;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.s-side-content-22 .c-prev {
    position: absolute;
    font-size: 0.9rem;
    top: 50%;
    margin-top: -6px;
    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: 64px;
    font-size: 1.4rem;
    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;
}

.content-main .s-side-content-24 {
    display: block;
    margin-bottom: 33px;
}

.s-side-content-24 a {
    display: block;
    margin: 0 auto;
	width:240px;
}

.content-main .s-side-content-25 {
    display: block;
    margin: 0 0 42px 0;
}

.s-side-content-25 .s-title.border-left {
    padding: 0 30px 0 5px;
    margin: 0 0 22px 0;
}

.s-side-content-25 .s-list {
}

.s-side-content-25 .s-list-item {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding: 2px 0 2px 7px;
    -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: 40px;
    height: 40px;
}

.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 56px 0 0;
    max-height: 40px;
    overflow: hidden;
}

.s-side-content-25 .item-text {
    line-height: 1.6;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}

.s-side-content-26 {
}

.s-side-content-26 .s-title.border-left {
    padding: 0 0 0 5px;
    margin: 0 0 11px 0;
}

.s-side-content-26 .s-body {
    position: relative;
}

.s-side-content-26 .search-wrapper {
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    z-index: 4;
}

.s-side-content-26 .search-inner {
    position: relative;
    padding: 0;
}

.s-side-content-26 .form-control {
    display: inline-block;
    border: 1px solid #d2d2d2;
    height: 28px;
    max-width: 100%;
    padding: 0 25px 0 7px;
    font-size: 1.3rem;
    line-height: 1.92;
    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: 11px;
    height: 25px;
    width: 21px;
    line-height: 28px;
    color: #e9474d;
    cursor: pointer;
    text-align: center;
}

.s-side-content-26 .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 25px;
    background-color: transparent;
    border: none;
    z-index: 6;
}

.content-main .s-side-content-27 {
    margin-bottom: 39px;
}

.s-side-content-27 .s-title.border-left {
    padding: 0 30px 0 5px;
    margin: 0 0 9px 0;
}

.s-side-content-27 .s-list {
    display: block;
    width: auto;
    border-top: 1px solid #ddd;
    margin: 0 -5px;
}

.s-side-content-27 .s-list__item {
    display: block;
    position: relative;
    line-height: 2.462;
    padding: 0;
    color: #000;
    height: 35px;
    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: 34px;
    line-height: 2.615;
    padding: 0 13px 0 13px;
    font-size: 1.3rem;
}

.s-side-content-27 .s-list__item a:hover {
    background-color: #fff;
}

.content-main .s-side-content-28 {
    margin-bottom: 28px;
}

.s-side-content-28 .s-title.border-left {
    padding: 0 30px 0 5px;
    margin: 0 0 9px 0;
}

.s-side-content-28 .s-body {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 4px 0 15px 0;
}

.s-side-content-28 .s-subtitle {
    padding: 0 6px 9px 6px;
}

.s-side-content-28 .s-subtitle p {
    font-size: 1.3rem;
    line-height: 1.55;
    padding: 0;
    margin: 0;
}

.s-side-content-28 .s-info {
    margin: 0;
}

.s-side-content-28 .s-info-table {
    display: table;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 1.4rem;
    padding: 7px 6px 8px 6px;
}

.s-side-content-28 .s-info-table-tr {
    display: table-row;
}

.s-side-content-28 .s-info-table-td {
    display: table-cell;
    padding: 3px 0;
}

.s-side-content-28 .s-info-table-td:first-child {
    width: 134px;
}

.s-side-content-28 .s-info-table-td:last-child {

}

.s-side-content-28 .s-info-table-td em {
    color: #e80606;
    font-size: 1.4rem;
    font-style: normal;
}

.s-side-content-28 .s-body .btn-link i {
    font-size: 7px;
    margin: 0 0 0 5px;
    font-weight: 700;
    vertical-align: 3px;
}

.s-side-content-28 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
    font-size: 1.5rem;
    border: 1px solid #d0d0d0;
    background: #616161;
    color: #fff;
    margin: 10px 11px 26px 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.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #e9474d;
    padding: 0;
    margin: 0 0 17px 0;
    text-align: center;
}

.s-side-content-28 .s-list {
    margin: 0 6px;
}

.s-side-content-28 .s-list-item {
    position: relative;
    padding: 3px 4px 3px 4px;
    margin: 0 0 22px 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: -19px;
    width: 16px;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 0 -8px;
    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 0 3px 0;
}

.s-side-content-28 .s-list-item-top h6 {
    position: relative;
    height: 20px;
    font-size: 1.5rem;
    line-height: 1.333;
    font-weight: 700;
    padding: 0 0 0 26px;
    margin: 0;
}

.s-side-content-28 .s-list-item-top span {
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 0;
    color: #e9474d;
    font-family: Arial;
    font-size: 1.1rem;
    line-height: 1.91;
    font-weight: 400;
    margin: 0 11px 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    background: url(../img/graphics/circle-sp.png) no-repeat center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-side-content-28 .s-list-item-bottom {
    padding: 5px 4px 3px 4px;
}

.s-side-content-28 .s-list-item-bottom p {
    font-size: 1.3rem;
    line-height: 1.55;
    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;
}

.page-details .content-main .s-side-content-12 {
    margin-bottom: 73px;
}
/*
.page-details .content-main .s-bottom-content-6 {
    margin-bottom: 0;
}
*/
/*page manual list*/
.s-main-content-30 {
}

.s-main-content-30 .s-title {
    margin: 0 0 26px 0;
    padding-left: 3px;
    padding-bottom: 8px;
    line-height: 1.1;
}

.s-main-content-30 .section-title {
    position: relative;
    margin: 0 0 15px 0;
    padding: 1px 0 0 6px;
    line-height: 1.25;
}

.s-main-content-30 .section-title:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: -2px;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.s-main-content-30 .s-body {

}

.s-main-content-30 .tabs-wrapper {
    position: relative;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.s-main-content-30 .tabs-item {
    display: block;
    float: left;
    width: 50%;
    padding-right: 2px;
}

.s-main-content-30 .tabs-item:last-child {
    float: right;
    padding-left: 2px;
    padding-right: 0;
}

.s-main-content-30 .list-heading {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.7rem;
    line-height: 37px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e17776;
    height: 37px;
    color: #888888;
    text-decoration: none;
}

.s-main-content-30 .list-heading:hover {
    background-color: #e9474d;
    color: #fff;
}

.s-main-content-30 .tabs-item .active {
    background-color: #e9474d;
    color: #fff;
}

.s-main-content-30 .s-list-2,
.s-main-content-30 .s-list {
    margin: 0;
}

.s-main-content-30 .s-list {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

.s-main-content-30 .col-xs-12 {
    padding: 0;
}

.s-main-content-30 .s-list-wrapper {
    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: 12px 7px 13px 7px;
}

.s-main-content-30 .s-list-item:hover {
    background-color: #f6f6f6;
}

.s-main-content-30 .s-list-item:after {
    content: " ";
    position: absolute;
    width: 97%;
    height: 1px;
    margin: 0 1.5%;
    background-color: #e5e5e5;
    bottom: 0;
    left: 0;
}

.s-main-content-30 .s-list-item:before {
    content: " ";
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 13px solid #e9474d;
    margin: 0 0 0 -14px;
    top: -5px;
    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;
}

.s-main-content-30 .i-5 .item-top {
    margin-right: -10px;
}

.s-main-content-30 .item-title {
    font-size: 1.8rem;
    line-height: 2.222;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0 65px;
}

.s-main-content-30 .item-circle {
    display: block;
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #e9474d;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 1.9rem;
    line-height: 0.9;
    color: #fff;
    font-family: Arial;
}

.s-main-content-30 .item-circle span {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    color: #590306;
    padding: 8px 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: 65px;
    color: #313131;
}

.s-main-content-30 .item-icon i {
    font-size: 63px;
}

.s-main-content-30 .i-1 .item-icon {
    padding: 10px 0 0 0;
}

.s-main-content-30 .i-1 i {
    font-size: 45px;
}

.s-main-content-30 .i-2 .item-icon {
    padding: 12px 0 0 4px;
}

.s-main-content-30 .i-2 i {
    font-size: 40px;
}

.s-main-content-30 .i-3 .item-icon {
    padding: 6px 0 0 0;
}

.s-main-content-30 .i-3 i {
    font-size: 48px;
}

.s-main-content-30 .i-4 .item-icon {
    padding: 7px 0 0 3px;
}

.s-main-content-30 .i-4 img {
    display: block;
    width: 39px;
    height: 39px;
}

.s-main-content-30 .i-5 .item-icon {
    padding: 13px 0 0 5px;
}

.s-main-content-30 .i-5 i {
    font-size: 40px;
}

.s-main-content-30 .i-6 .item-icon {
    padding: 10px 0 5px 3px;
}

.s-main-content-30 .i-6 i {
    font-size: 37px;
}

.s-main-content-30 .item-content {
    margin: 0 0 0 65px;
}

.s-main-content-30 .item-content table {
    width: 100%;
}

.s-main-content-30 .item-content table p {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 1.2rem;
}

.s-main-content-30 .item-content td {
    vertical-align: top;
}

.s-main-content-30 .item-content table tr td:first-child {
    width: 44px;
    font-weight: 700;
}

.s-main-content-30 .s-list-item-faq {
    padding: 15px 7px 19px 7px;
}

.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: 2rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #e9474d;
    padding: 0;
    margin: 0 0 3px 0;
}

.s-main-content-30 .faq-item-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}

.s-main-content-30 .item-text {
    font-size: 1.4rem;
    line-height: 1.35;
    padding: 0;
    margin: 0;
}

.s-main-content-30 .item-link {
    font-size: 1.4rem;
    line-height: 1.35;
    padding: 0 10px 0 0;
}

.s-main-content-30 .item-link:hover {
    text-decoration: underline;
}

.s-main-content-30 .bottom-section {
    position: relative;
    background-color: #fcfcfc;
    border: 1px solid #d6d6d6;
    padding: 9px 11px 21px 11px;
}

.s-main-content-30 .bottom-title {
    text-align: center;
    margin: 0 0 23px 0;
    padding: 0;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.15;
}

.s-main-content-30 .bottom-list-item {
    position: relative;
}

.s-main-content-30 .bottom-list-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0 0 9px 0;
}

.s-main-content-30 .bottom-item-text {
    padding: 0;
    margin: 0;
    line-height: 1.6;
    font-size: 1.3rem;
}

.s-main-content-30 .bottom-item-text a {
    color: #000;
    display: inline-block;
    margin: 0 9px 0 0;
    line-height: 1.6;
    font-size: 1.3rem;
}

.s-main-content-30 .bottom-item-text a:hover {
    text-decoration: underline;
}

.page-manual-list .s-main-content-12 .s-list {
    margin: 0 0 18px 0;
}

.page-manual-list .pagination {
    margin: 28px 0 0 0;
}

.btn-next-page {
    display: block;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #000;
    height: 30px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 28px;
    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-main-content-32 {
}

.s-main-content-32 .s-title .icon {
    font-size: 24px;
    padding: 0 1px 6px 1px;
}

.s-main-content-32 .s-title {
    margin: 0;
    padding-left: 38px;
    padding-bottom: 7px;
}

.s-main-content-32 .row {
    margin-left: 0;
    margin-right: 0;
}

.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 .list-item {
    position: relative;
    padding: 10px 0 2px 1px;
}

.s-main-content-32 .list-item:hover {
    background-color: #f2f2f2;
}

.s-main-content-32 .item-title {
    position: relative;
    clear: both;
    font-size: 1.3rem;
    font-weight: 700;
    color: #383838;
    margin: 0;
    padding: 0 0 8px 1px;
}

.s-main-content-32 .item-title a {
    font-size: 1.3rem;
    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: 40px;
    height: 40px;
    background-color: #b0b0b0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px; 
}

.s-main-content-32 .item-content {
    position: relative;
    margin: 0 0 0 46px;
}

.s-main-content-32 .item-text {
    padding: 0;
    margin: 0;
    line-height: 1.6;
    font-size: 1.3rem;
}

.s-main-content-32 .item-link {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    line-height: 2;
    color: #006bd9;
    margin-top: 5px;
}

.s-main-content-32 .item-link:hover {
    color: #23527c;
    text-decoration: underline;
}

.s-side-content-30 {
}

.s-side-content-30 .s-list .s-list-item {
    display: block;
    margin: 0 0 23px 0;
}

.s-side-content-30 .s-list .s-list-item:last-child {
    margin: 0;
}

.content-main .s-side-content-31 {
    margin-bottom: 45px;
}

.s-side-content-31 .s-body {
    background-color: #fff;
    border: 1px solid #eaeae9;
    padding: 11px 12px 9px 12px;
}

.s-side-content-31 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 5px;
    margin: 0 0 16px 0;
    line-height: 1.1;
    font-size: 1.9rem;
}

.s-side-content-31 .s-body {
    margin: 0 0 4px 0;
}

.s-side-content-31 .body-title {
    font-size: 1.6rem;
    line-height: 1.385;
    padding: 0;
    margin: 0;
    text-align: center;
}

.s-side-content-31 .body-title span {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
}

.s-side-content-31 .s-list {
    padding: 25px 0 7px 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: 100px;
    height: 100px;
    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: 15px;
}

.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: 1.25rem;
    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: 1.25rem;
    line-height: 1;
    color: #c1000a;
    vertical-align: middle;
}

.s-side-content-31 .item-circle {
    width: 98px;
    height: 98px;
    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: -13px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 26px;
    background-image: url("../img/graphics/letter-q.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}

.s-side-content-31 .right-item .item-circle:before {
    content: " ";
    position: absolute;
    top: -13px;
    left: 50%;
    margin: 0 0 0 -11px;
    width: 22px;
    height: 24px;
    background-image: url("../img/graphics/letter-a.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 22px 24px;
    background-size: 22px 24px;
}

.s-side-content-31 .item-circle .circle-text {
    display: block;
    font-size: 1.275rem;
    color: #4c4c4c;
    padding: 19px 0 11px 0;
}

.s-side-content-31 .item-circle i {
    font-size: 3.4rem;
    color: #3b3b3b;
}

.s-side-content-31 .right-item .item-circle-outer {
    border: 1px solid #ffbbbb;
    float: right;
    margin-right: 15px;
}

.s-side-content-31 .right-item .item-circle {
    background-color: #fff;
}

.s-side-content-31 .right-item .item-circle .circle-text {
    font-size: 1.0925rem;
    line-height: 1.3;
    padding: 14px 0 5px 0;
}

.s-side-content-31 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 29px;
    line-height: 27px;
    font-size: 1.5rem;
    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: 8px;
    margin: 0 0 0 0;
    font-weight: bold;
    vertical-align: 3px;
}

.s-side-content-31 .s-link-wrap {
    position: relative;
    margin: 0;
    line-height: 1.5;
}
.s-side-content-31 .s-link-wrap a {
    line-height: 1.5;
}

.s-side-content-31 .s-link-wrap:last-child {
    padding-bottom: 13px;
}
/*
.s-bottom-content-6 {
    display: block;
    position: relative;
    height: 23px;
    text-align: center;
}
*/
.page-manual-list .content-main .s-side-content-12 {
    margin-bottom: 73px;
}
/*
.page-manual-list .content-main .s-bottom-content-6 {
    margin-bottom: 0;
}
*/
/*page seminar list*/
.content-main .s-main-content-40 {

}

.s-main-content-40 .s-title {
    margin: 0 0 16px 0;
    padding-left: 3px;
    padding-bottom: 7px;
    line-height: 1.1;
}

.s-main-content-40 .section-title {
    position: relative;
    margin: 0 0 7px 0;
    padding: 0 0 0 5px;
    line-height: 1.3;
}

.s-main-content-40 .s-list {
    margin: 0 0;
}

.s-main-content-40 .s-list-item {
    position: relative;
    margin: 0 0 21px 0;
}

.s-main-content-40 .s-list-item:last-child {
    margin: 0;
}

.s-main-content-40 .list-item {
    display: block;
    padding: 9px 0 7px 0;
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    position: relative;
	color:#000;
}
.s-main-content-40 .list-item:hover {
    background-color: #f2f2f2;
}
.s-main-content-40 .list-item-image {
    float: left;
    width: 44px;
    overflow: hidden;
}

.s-main-content-40 .item-image {
    width: 44px;
    height: 44px;
    overflow: hidden;
    background-color: #b0b0b0;
    margin: 0 0 10px 0;
}

.s-main-content-40 .item-title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.45;
    margin: -2px 0 8px 56px;
    padding: 0;
}
.s-main-content-40 .list-item:hover .item-title {
    text-decoration: underline;
}
.s-main-content-40 .list-item-article {
    position: relative;
    clear: both;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding: 0;
}

.s-main-content-40 .item-datetime {
    padding: 0;
    margin: 0;
}

.s-main-content-40 .item-text {
    padding: 0;
    margin: 0;
}

.s-main-content-40 .list-item-details {
    position: relative;
}

.s-main-content-40 .btn-item-city {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #000;
    display: block;
    height: 19px;
    width: 59px;
    font-size: 1.1rem;
    line-height: 18px;
    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 .item-price {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.1rem;
    line-height: 1.72;
}

.content-main .s-side-content-40 {
    margin-bottom: 35px;
}

.s-side-content-40 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 5px;
    margin: 0 0 10px;
}

.s-side-content-40 .s-body {
    background-color: #fff;
    padding: 0 4px 0 4px;
}

.s-side-content-40 .s-subtitle {
    padding: 0;
}

.s-side-content-40 .s-subtitle p {
    font-size: 1.2rem;
    line-height: 1.55;
    padding: 0;
    margin: 0;
}

.s-side-content-40 .s-body .btn-link i {
    font-size: 8px;
    margin: 0 0 0 7px;
    font-weight: 700;
    vertical-align: 2px;
}

.s-side-content-40 .s-body .btn-link {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #e9474d;
    background: #e9474d;
    color: #fff;
    margin: 9px 7px 0 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.s-side-content-40 .s-body .btn-link:hover {
    background-color: #eb595e;
}

.content-main .s-main-content-41 {
    margin-bottom: 50px;
}

.s-main-content-41 .s-title {
    margin: 0 0 6px 0;
    padding: 0 0 0 5px;
    line-height: 1.1;
}

.s-main-content-41 .s-filter-list {
    border-top: 1px solid #d6d6d6;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
}

.s-main-content-41 .filter-list {
    display: table;
    width: 100%;
}

.s-main-content-41 .filter-item {
    display: table-cell;
    width: auto;
    padding-right: 4px;
}

.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: 27px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
    margin: 0;
    padding: 0 12px;
    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;
}

.s-main-content-41 .s-list-item:last-child {
    margin: 0;
}

.s-main-content-41 .list-item {
    display: block;
    padding: 8px 0 7px 0;
    border-bottom: 1px solid #e7e8ea;
    position: relative;
	color:#000;
}
.s-main-content-41 .list-item:hover {
    background-color: #f2f2f2;
}
.s-main-content-41 .list-item-image {
    float: left;
    width: 60px;
    overflow: hidden;
}

.s-main-content-41 .item-image {
    position: relative;
    width: 53px;
    height: 53px;
    overflow: hidden;
    background-color: #6d6d6d;
    margin: 0 0 10px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-main-content-41 .item-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    border: 1px solid #eaeae9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-main-content-41 .item-title {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 0 5px 60px;
    padding: 0;
}
.s-main-content-41 .list-item:hover .item-title {
    text-decoration: underline;
}

.s-main-content-41 .list-item-article {
    position: relative;
    clear: both;
    margin: 0 0 8px 0;
}

.s-main-content-41 .item-content {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 0 0 0 0;
    position: relative;
}

.s-main-content-41 .item-datetime {
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s-main-content-41 .item-text {
    padding: 0;
    margin: 0;
}

.s-main-content-41 .btn-item-city {
    display: block;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #000;
    height: 19px;
    width: 59px;
    font-size: 1.1rem;
    line-height: 18px;
    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 .item-price {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.1rem;
    line-height: 1.72;
}

.s-main-content-41 .list-item-details {
    position: relative;
}

.s-main-content-41 .btn-next-page {
    margin-top: 33px;
    margin-bottom: 34px;
}

.s-main-content-41 .pagination {
    margin-bottom: 0;
}

.s-main-content-41 .pagination .pagination-list {
    margin-bottom: 21px;
}

.content-main .s-bottom-content-1 {
    margin: 0 0 34px 0;
}

.s-bottom-content-1 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 5px;
    margin: 0 0 26px 0;
}

.s-bottom-content-1 .s-body-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    padding: 0 0 9px 4px;
    margin: 0;
}

.s-bottom-content-1 .s-body {
    position: relative;
}

.s-bottom-content-1 .s-list {
    width: 198px;
    margin: 0 11px 1px 0;
}

.s-bottom-content-1 .s-list:last-child {
    margin-right: 0;
}

.s-bottom-content-1 .s-list-item {
    width: 198px;
    min-width: 198px;
    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.1625rem;
    border: 1px solid #cdcdcd;
    background-color: #f1f1f1;
    padding: 2px;
    line-height: 2.0645;
    -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.1625rem;
    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;
}

.content-main .s-bottom-content-2 {
    margin: 0 0 25px 0;
}

.s-bottom-content-2 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 6px;
    margin: 0 0 9px 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: 1.3rem;
    line-height: 2.1;
    padding: 0 21px 0 0;
}

.s-bottom-content-2 .s-list .list-link {
    display: inline-block;
    color: #1280ac;
    font-size: 1.3rem;
    -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;
}

.content-main .s-bottom-content-3 {
    margin: 0 0 28px 0;
}

.s-bottom-content-3 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 6px;
    margin: 0 0 7px 0;
}

.s-bottom-content-3 .s-list-item {
    width: 100%;
}

.s-bottom-content-3 .s-list-item td {
    vertical-align: top;
    padding: 1px 3px 1px 3px;
    border-bottom: 1px solid #a7a7a7;
    -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 .list-main {
    padding: 5px 3px 1px 3px;
    border-bottom: 1px solid #e9e9e9;
}

.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: 1.3rem;
    line-height: 2.1;
    padding: 0 21px 0 0;
}

.s-bottom-content-3 .list-link {
    display: inline-block;
    color: #1280ac;
    font-size: 1.3rem;
    line-height: 2.1;
    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-3 .s-list-item .list-main .list-link {
    font-weight: 700;
}

.content-main .s-bottom-content-4 {
    margin: 0 0 50px 0;
}

.s-bottom-content-4 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 6px;
    margin: 0 0 12px 0;
}

.s-bottom-content-4 .s-body {
}

.s-bottom-content-4 .s-list {
    margin-left: 0;
    margin-right: 0;
}

.s-bottom-content-4 .col-xs-6,
.s-bottom-content-4 .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.s-bottom-content-4 .col-input {
    position: relative;
}

.s-bottom-content-4 .col-input:first-child {
    padding-right: 10px;
}

.s-bottom-content-4 .col-input:first-child:after {
    position: absolute;
    display: block;
    right: -10px;
    bottom: 15px;
    content: "～";
    font-size: 0.8rem;
    line-height: 23px;
    color: #3f3f3f;
    width: 20px;
    height: 23px;
    text-align: center;
}

.s-bottom-content-4 .col-input:last-child {
    padding-left: 10px;
}

.s-bottom-content-4 .form-group {
    margin: 0 0 15px 0;
}

.s-bottom-content-4 .control-label {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2px;
    padding: 0 2px 0 2px;
    color: #3f3f3f;
}

.s-bottom-content-4 .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0 8px 0 8px;
    line-height: 1.76;
    height: 23px;
    font-size: 1.3rem;
    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: 23px;
}

.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: 1.65;
    font-size: 1.3rem;
}

.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: 22px;
    top: 1px;
    right: 1px;
    width: 21px;
}

.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: 21px;
    font-size: 1.3rem;
    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 .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.s-bottom-content-4 .s-body .btn {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.5rem;
    height: 31px;
    line-height: 29px;
    width: 100%;
    border: 1px solid #e8322e;
    background-color: #e8322e;
    background-color: rgba(232, 50, 46, 1);
    color: #fff;
    margin: 22px 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);
}

.content-main .s-bottom-content-5 {
    margin: 0 0 41px 0;
}

.s-bottom-content-5 .s-title.border-left {
    border-left: 2px solid #e8322e;
    padding: 0 0 0 6px;
    margin: 0 0 12px 0;
}

.s-bottom-content-5 .s-body {
}

.s-bottom-content-5 .s-list {
    width: 100%;
    border-collapse: collapse;
}

.s-bottom-content-5 .s-list td {
    padding: 5px 3px 5px 3px;
    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;
    border-bottom: 1px solid #a7a7a7;
    background-color: #fff;
}

.s-bottom-content-5 .s-list .list-colored {
    background-color: #f4f4f4;
}

.s-bottom-content-5 .s-list .list-main {
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 3px 5px 3px;
}

.s-bottom-content-5 .s-list .list-colored.list-main {
    border-bottom: 1px solid #e9e9e9;
}

.s-bottom-content-5 .s-list .list-colored {
    border-bottom: 1px solid #a7a7a7;
}

.s-bottom-content-5 .list-link,
.s-bottom-content-5 .list-time,
.s-bottom-content-5 .list-text {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.s-bottom-content-5 .list-text-link {
    margin-bottom: 6px;
}

.s-bottom-content-5 .list-main .list-time {
    position: absolute;
    right: 0;
}

.s-bottom-content-5 .text-price {
    text-align: right;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 9px 0 0 0;
}

.s-bottom-content-5 .list-link {
    color: #1280ac;
}

.s-bottom-content-5 .list-link:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-bottom-content-5 .s-link-wrap {
    font-size: 1.2rem;
    margin-top: 15px;
}

.s-bottom-content-5 .s-link-wrap a {
    color: #1280ac;
}

.s-bottom-content-5 .s-link-wrap a:hover {
    color: #23527c;
}

.page-seminar-list .content-main .s-side-content-20 {
    margin: 0 0 42px 0;
}

.page-seminar-list .content-main .s-side-content-41 {
    margin: 0 0 34px 0;
}

.page-seminar-list .content-main .s-side-content-41.i-4 {
    margin: 0 0 62px 0;
}

.s-side-content-41 .s-title.border-left {
    padding: 0 40px 0 5px;
    margin: 0 0 15px 0;
}

.s-side-content-41 .s-list {
    display: block;
    width: auto;
    border-top: 1px solid #ddd;
    margin: 0 -5px;
}

.s-side-content-41 .s-list-item {
    display: block;
    position: relative;
    line-height: 2.462;
    padding: 0;
    color: #000;
    height: 35px;
    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 a {
    display: block;
    height: 34px;
    line-height: 2.615;
    padding: 0 13px 0 13px;
    font-size: 1.3rem;
}

.s-side-content-41 .s-list-item a:hover {
    background-color: #fff;
}
/*
.page-seminar-list .content-main .s-bottom-content-6 {
    margin: 0 0 0 0;
}
*/

/*page seminar detail*/
.content-main .s-main-content-50 {
    padding: 0 0 1px 0;
    margin: 0 0 30px 0;
    position: relative;
}

.s-main-content-50 .s-body {
    position: relative;
    padding: 0;
}

.s-main-content-50 .body-title {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
    padding: 0 0 7px 0;
    margin: 0;
    text-align: center;
}

.s-main-content-50 .body-image-wrapper {
    position: relative;
    text-align: center;
    margin: 0 0 3px 0;
}

.s-main-content-50 .body-image {
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #dedede;
    border: 1px solid #eaeae9;
}

.s-main-content-50 .body-image {
    width: 80px;
}

.s-main-content-50 .body-content {
    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-50 .small-text {
    font-size: 1.5rem;
}

.s-main-content-50 .body-text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 10px 0;
    padding: 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-50 .body-text-link {
    color: #096ead;
}

.s-main-content-50 .body-text-link:hover {
    color: #23527c;
}

.s-main-content-50 .body-hidden {
    display: none;
}

.s-main-content-50 .body-text .body-hidden-text {
    height: 0;
}

.s-main-content-50 .body-tags {
    margin: 0;
    padding: 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-50 .btn {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    color: #484848;
    height: 24px;
    width: auto;
    font-size: 1.3rem;
    line-height: 23px;
    margin: 0 4px 12px 0;
    padding: 0 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}
.s-main-content-50 .btn span {
    display: inline-block;
    font-size: 2rem;
    line-height: 23px;
    vertical-align: -3px;
}

.s-main-content-50 .body-tags-close {
    margin: 11px 0 0 0;
    padding: 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;
    text-align: right;
}
.s-main-content-50 .btn-close {
    display: inline-block;
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8;
    color: #096ead;
    height: 33px;
    width: auto;
    font-size: 1.3rem;
    line-height: 33px;
    margin: 0 0 0 0;
    padding: 0 12px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.s-main-content-50 .btn-close i {
    font-size: 1rem;
    vertical-align: 0px;
    margin-right: 11px;
}
.s-main-content-50 .btn-close:hover {
    background-color: #fff;
}

.content-main .s-main-content-51 {
    margin: 0 0 32px 0;
}

.s-main-content-51 .s-title {
    line-height: 1.1;
    margin: 0 0 16px 0;
    padding-bottom: 0;
    padding: 0 0 0 5px;
}

.s-main-content-51 .s-body {
    padding: 0;
}

.s-main-content-51 .body-content {
    margin: 0 0 17px 0;
}

.s-main-content-51 .body-content .body-text {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.s-main-content-51 .body-sharer {
    text-align: center;
    height: 23px;
    margin: 0 0 25px 0;
}

.s-main-content-51 .s-list {
    margin: 0 -5px 38px -5px;
    width: auto;
}

.s-main-content-51 .list-item {
    width: 100%;
    border-top: 1px solid #a7a7a7;
}

.s-main-content-51 .list-item td {
    border-bottom: 1px solid #a7a7a7;
    font-size: 1.3rem;
    line-height: 1.5;
    vertical-align: top;
    padding: 9px 8px 9px 8px;
}

.s-main-content-51 .list-item .list-main {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 8px 6px 8px;
}

.s-main-content-51 .list-item td a,
.s-main-content-51 .list-item td p {
    font-size: 1.3rem;
    line-height: 1.5;
    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: 1.3rem;
    line-height: 1.5;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.s-main-content-51 .list-item td em {
    display: inline-block;
    width: 55px;
}

.s-main-content-51 .body-apply {
    text-align: center;
}

.s-main-content-51 .body-apply .btn {
    display: inline-block;
    background-color: #e8322e;
    border: 1px solid #e8322e;
    color: #fff;
    height: 32px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 31px;
    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: #ea4642;
}

.content-main .s-main-content-52 {
    margin-bottom: 123px;
}

.s-main-content-52 .s-body {
    margin-left: 0;
    margin-right: 0;
}

.s-main-content-52 .s-list {
    padding-left: 0;
    padding-right: 0;
}

.s-main-content-52 .list-item {
    background-color: #f8f8f8;
    border: 1px solid #eaeae9;
    padding: 13px 9px 13px 9px;
    margin-bottom: 16px;
}

.s-main-content-52 .s-list:last-child .list-item {
    margin-bottom: 0;
}

.s-main-content-52 .list-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.s-main-content-52 .list-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 7px 0;
    padding: 0 3px;
}

.s-main-content-52 .form-group {
    margin: 0 0 9px 0;
}

.s-main-content-52 .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0 8px;
    line-height: 2.33;
    height: 28px;
    font-size: 1.2rem;
    color: #858585;
    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: 1.2rem;
    margin: 1px 0 0 0;
    padding: 0;
}

.s-main-content-52 .form-group-link {
    display: inline-block;
    line-height: 2.5;
    color: #0359ba;
}

.s-main-content-52 .form-group-link:hover {
    text-decoration: underline;
    color: #23527c;
}

.s-main-content-52 .form-group-btn {
    margin: 1px 3px 0 3px;
}

.s-main-content-52 .list-item .btn {
    display: inline-block;
    background-color: #e9474d;
    border: 1px solid #e9474d;
    color: #fff;
    height: 32px;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 2.033;
    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);
}


.s-main-content-55 {
	margin-bottom: 44px;
}

.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;
    line-height: 1.55;
    max-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}




#saikou {
    width: auto;
    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;
    margin-left: 0 !important;
}

#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;
}

/*page register*/
.mCheckable {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    height: 20px;
    width: 20px;
    font-size: 0;
    line-height: 1;
    vertical-align: 0;
    margin: 0 10px 0 0;
}

.mCheckable em {
    background-color: #fff;
    margin-top: 3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: 0;
}

.mCheckable.checked em {
    background-color: #e9474d;
}

.mCheckable.radiobutton {
    border-radius: 50%;
}

.mCheckable.radiobutton em {
    border-radius: 50%;
}

.s-register {
    position: relative;
    margin: 3px 0 53px 0;
    background-color: #f8f8f8;
    border: 1px solid #eaeae9;
    padding: 17px 0 20px 0;
	border-radius: 1rem;
}

.s-register .section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #e9474d;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.s-register .s-section {
    margin: 0;
    padding: 0 9px;
}

.s-register .s-body {
    margin-left: -9px;
    margin-right: -9px;
}

.s-register .s-list {
    padding-left: 9px;
    padding-right: 9px;
}

.s-register .form-group {
    position: relative;
    margin: 0 0 18px 0;
    vertical-align: top;
    min-height: 42px;
}

.s-register .form-group-single {
    margin: 0 0 12px 0;
    min-height: 53px;
}

.s-register .form-group-double {
    margin: 0 0 9px 0;
    height: 32px;
}
.s-register .form-group-checkbox {
    text-align: center;
    margin: 21px 0 18px 0;
    height: 30px;
}
.s-register .control-label {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0;
    color: #202020;
	float:left;
}
.s-register .control-label-right {
    display: block;
    position: absolute;
    width: 16%;
    height: 42px;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    line-height: 3;
    color: #202020;
    padding: 0 0 0 11px;
}
.s-register .checkbox-label {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    color: #202020;
    padding: 0;
    margin: 0;
}
.s-register .checkbox-label a {
    display: inline-block;
    color: #0069b2;
    line-height: 2.5;
}
.s-register .checkbox-label a:hover {
    text-decoration: underline;
    color: #23527c;
}
.s-register .form-control {
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 0 8px;
    line-height: 2.583;
    height: 42px;
    font-size: 1.6rem;
    color: #181818;
    box-shadow: none;
}
.s-register .form-control:focus {
    background-color: #fff;
    border-color: #a7a7a7;
}

.s-register .form-text {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #202020;
    padding: 0 2px;
    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: 42px;
}

.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: #181818;
    line-height: 2.542;
    font-size: 1.4rem;
}

.s-register .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 29px;
}

.s-register .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    top: 1px;
    right: 1px;
    width: 29px;
}

.s-register .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    border: none;
    height: 7px;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    top: 50%;
    width: 9px;
    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: 0.6rem;
    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: 2.5;
    font-size: 1.4rem;
    padding: 0 0 0 8px;
    white-space: nowrap;
    color: #181818;
}

.s-register .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #181818;
}

.s-register .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f0f0f0;
}

.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.8rem;
    font-weight: 400;
    height: 70px;
    line-height: 31px;
    width: 98%;
    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.5rem;
    font-weight: 400;
    height: 60px;
    line-height: 31px;
    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;
}

.s-register .s-body .btn-register {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 1.5rem;
    font-weight: 400;
    height: 32px;
    line-height: 31px;
    width: 98%;
    border: 1px solid #e9474d;
    background-color: #fff;
    color: #e9474d;
    margin: 9px 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 .content-main .s-bottom-content-6,
.page-register .content-main .s-bottom-content-6 {
    margin: 0;
}
*/

.page-login #contents {
    min-height: 400px;
}

.page-login .s-register {
    padding: 23px 0 27px 0;
}

.page-login .s-register .section-title {
    margin: 0 0 26px 0;
}

.page-login .s-register .form-group {
    margin: 0 0 13px 0;
    min-height: 42px;
}
.page-login .s-register .form-group-password {
    margin: 0 0 3px 0;
}
.page-login .s-register .form-text {
    text-align: right;
    font-size: 1.2rem;
    line-height: 3;
    padding: 0;
    margin: 3px 0 0 0;
}
.page-login .s-register .form-text a {
    display: inline-block;
    color: #0069b2;
    font-size: 1.2rem;
    line-height: 3;    
}

.page-login .s-register .form-text a:hover {
    text-decoration: underline;
    color: #23527c;
}

.page-login .s-register .s-body .btn-login {
    margin: 18px auto 51px auto;
}

.s-register .form-text-2 {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 0 0;
}


.s-socials-list {
    text-align: center;
}

#footer .s-socials-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sp .s-socials-list .s-social__item {
    display: none;
}

.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;
}

.s-socials-list.full-width {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
}
.s-socials-list.full-width .s-social__item {
    display: block;
    flex: 1 1 auto;
    text-align: left;
}

.content-main .s-facebook__widget {
    margin: 0 auto 45px;
    max-width: 360px;
    text-align: center;
}


.tool_wrapper {
    position: relative;
    max-width: 786px;
    margin: 0 auto;
    border: 1px solid #eaeae9;
    padding: 44px 0;
}

.tool_wrapper h3.tool8 {
    font-size: 20px;
    text-align: center;
}

.tool_wrapper .tools {
    margin: 0;
}

.tool_wrapper .tool {
    margin: 20px 10px;
    text-align: center;
}

.tool_wrapper .tool_right {
    margin: 20px 10px;
    text-align: center;
}

.tool_wrapper .tool h3,
.tool_wrapper .tool_right h3 {
    text-align: center;
    margin: 10px auto 5px auto;
    font-size: 18px;
    font-weight: bold;
}

.tool_wrapper .tool_midashi {
    font-size: 14px;
    font-weight: 100;
}

.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;
    margin: 10px 2.4%;
    width:95%;
    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;
}


.mb_bnr_toppage{
	margin-bottom: 3em;
}
.mb_bnr_toppage img{
	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%;
}


#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;
    margin-bottom: 3em;
    width: 100%;
	clear: both;
	position: relative;
	z-index: 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: 1em;
    font-weight: 700;
    margin-bottom: 0.6em;
    padding: 0.6em 10px 10px;
    text-align: center;
}
	.ichi_small {
		font-size: 70%;
	}
.ichiBigbox {

	width: 100%;
	margin-bottom: 1em;
}
.ichiBoxl {
    background-color: #ffeae7;
    padding: 0.8% 0.5%;
    width: 99%;
	margin-bottom: 0.5em;
	clear: both;
	float: left;
}
.ichiBoxr {
    background-color: #ffeae7;
    padding: 0.8% 0.5%;
    width: 99%;
	margin-bottom: 0.5em;
	clear: both;
	float: left;
}

.ichiBoxr {
	margin-left: 1%;
}
.ichiB-l {
	float: left;
	width: 30%;
}
.ichiB-l img {
	width: 100%;
	height: auto;
}
.ichiB-r {
    float: left;
    padding: 0.3em 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.4em;
    margin-bottom: 0;
    padding: 0.5em 0.3em 0;
    text-align: justify;
}
.ichiB_p span {
	text-decoration: underline;
	}
#contents .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;
}



/*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 {
	
}
.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.5rem;
    color: #df4a51;
    background-repeat: no-repeat;
    margin: 1rem;
    font-weight: bold;
    padding: 1.2rem 0 1rem 4.5rem;

}
#merit .mr_text span {
	font-size: 0.9rem;
	color: #333;
}
.tools {
    clear: both;
}
#tools_title img {
    width: 15%;
}


/*Responsive*/
@media all and (max-width: 768px) {

}

/*----------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 auto;
    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: 2rem 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.9.24 モバイルTOPのh1表示 ----------*/

@media (max-width:1024px) {
    #header .header-logo {width:100%}
    #header .header-logo img {width:126px;}
    #header .header-title {flex: none; position: absolute; font-size: 6px; overflow: hidden; height: 15px; top: 3px; left: 40px; margin: 0;}
}

/*---------- 2018.9.24 モバイルTOPのコンバージョンリンク表示 ----------*/

@media (max-width:480px) {
    #wrapper{
        padding-bottom: 60px;
    }
    #conversion_link{
        z-index: 100;
        background: #f00;
        position: fixed;
        bottom: 0;
        height: 60px;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        justify-content: space-around;
        box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3); /* 0 (-5px - 5px) 5px (-5px) #000000 */
    }
    #conversion_link a{
        align-self: center;
        text-align: center;
        text-decoration: none;
    }
    #conversion_link a:nth-child(1){
        flex-grow: 3;
    }
    #conversion_link .button{
        box-sizing: border-box;
        margin: 5px;
        padding: 5px;
        border: 1px solid #ccc;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }

    #conversion_link .button01{
        border: 2px solid #FFF;
    }

    #conversion_link .button:hover{
        background: #590306;
    }

    #conversion_link .button span{
        font-size: 10px;
    }
}
