@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	ボックス
----------------------------------------------------*/

.box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.box_top {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0 30px;
    position: relative;
}

.box_info {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.box_lr {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.box_border {
    width: 730px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
}

.box_l300 {
    width: 330px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_l600 {
    clear: both;
    width: 600px;
    height: auto;
    overflow: hidden;
}


@media screen and (max-width: 768px) {

.box {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto 40px;
}

.box_top {
    width: 95%;
    margin: 10px auto 40px;
}

.box_info {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto 40px;
}

.box_lr {
    margin-bottom: 50px;
}

.box_border {
    width: 100%;
}

.box_l300 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_l600 {
    width: 100%;
    height: auto;
    overflow: visible;
}

}


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 45px;
    border-collapse: collapse;
    text-align: center;
    padding: 3px 0 0;
    background: #fff;
    color: #6F6F6F;
    font-weight: normal;
    vertical-align: middle;
}

td {
    width: auto;
    border-collapse: collapse;
    padding: 1px 20px 0;
    text-align: left;
    color: #6F6F6F;
    background: #fff;
    vertical-align: middle;
}

#company th,
#company2 th {
    width: 120px;
    text-align: left;
    position: relative;
    vertical-align: top;
}

#company th:after {
    content: ":";
    font-size: 18px;
    line-height: 100%;
    position: absolute;
    top: 1px;
    right: 0;
}


/* -----------------------------------------------------------
	横並び
----------------------------------------------------------- */

#list {
    width: 960px;
    height: auto;
    overflow: hidden;
}

#list ul {
    width: 980px;
    height: auto;
    margin-right: -20px;
    list-style-type: none;
    overflow: hidden;
}

#list li {
    float: left;
    width: 225px;
    height: 235px;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#list li p {
    line-height: 150%;
}

.list_none {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    text-align: left;
}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn {
    clear: both;
    width: auto;
    height: auto;
    background: #6f6f6f;
    margin: 0 auto;
    text-align: center;
    padding: 10px 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff !important;
}

.more_btn:hover {
    background: #aaa;
    color: #fff !important;
    text-decoration: none;
}

.more_btn .fa {
    padding-left: 2px;
    padding-right: 10px !important;
}


@media screen and (max-width: 768px) {

.more_btn a {
    width: 80%;
    max-width: 300px;
}

}


/* -----------------------------------------------------------
	header
----------------------------------------------------------- */

header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

#header-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

header h1 {
    font-size: 18px;
    padding: 35px 0 2px;
    font-family: 'Gentium Basic', serif;
}

nav.pc {
    height: 25px;
}

nav .menu-header-navi-container {
    clear: both;
    width: 980px;
    height: 25px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a {
    display: block;
    zoom: 1;
    height: 25px;
}

ul#navi li {
    float: left;
}

ul#navi li a:before {
    content: "・";
    display: block;
    position: absolute;
    top: 1px;
    right: -7px;
}

ul#navi li#menu10 a:before {
    display: none;
}

ul#navi li#menu1 a {
    color: #1b1b1b;
    padding: 0 10px 0 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    position: relative;
    z-index: 10;
}

ul#navi li#menu2 a,
ul#navi li#menu3 a,
ul#navi li#menu4 a,
ul#navi li#menu5 a,
ul#navi li#menu6 a,
ul#navi li#menu7 a,
ul#navi li#menu8 a,
ul#navi li#menu9 a,
ul#navi li#menu10 a {
    color: #6F6F6F;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover,
ul#navi li#menu6 a:hover,
ul#navi li#menu7 a:hover,
ul#navi li#menu8 a:hover,
ul#navi li#menu9 a:hover,
ul#navi li#menu10 a:hover {
    color: #00509e;
    text-decoration: none;
}

ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a,
ul#navi li#menu6.current a,
ul#navi li#menu7.current a,
ul#navi li#menu8.current a,
ul#navi li#menu9.current a,
ul#navi li#menu10.current a {
    color: #00509e;
    text-decoration: none;
}

.overlay,
nav.side-menu,
.nav-box {
    display: none;
}


@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: 40px;
    margin: 0;
}

#header-box,
.side-open .nav-box,
nav.pc {
    display: none;
}

.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.side-menu-btn {
    position: fixed;
    font-size: 16px;
    top: 10px;
    right: 10px;
    width: auto;
    height: 25px;
    cursor: pointer;
    z-index: 4;
    color: #6F6F6F;
    display: block;
    font-family: 'Gentium Basic', serif;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 5px;
    margin: auto;
    width: 150px;
    height: 19px;
    z-index: 1;
    font-family: 'Gentium Basic', serif;
}

.wrapper .logo_sp a {
    color: #6F6F6F;
}

.wrapper .logo_sp a:hover {
    color: #00509e;
    text-decoration: none;
}

nav.side-menu ul {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.side-menu li a {
    color: #6F6F6F;
    padding: 5px 15px;
    line-height: 140%;
    display: block;
}

.side-open nav.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    font-size: 16px;
    z-index: 5;
    display: block;
    overflow: auto;
}

.side-menu li a:hover {
    color: #00509e;
    text-decoration: none;
}

.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    display: block;
}

.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

}


/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.copyright {
    clear: both;
    height: auto;
    font-size: 10px;
    text-align: left;
    padding: 15px 0 10px;
    line-height: 100%;
}


@media screen and (max-width: 768px) {

footer {
    height: auto;
    min-width: 100%;
    width: 100%;
}

.copyright {
    width: 100%;
    height: auto;
    font-size: 11px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    width: 960px;
    height: auto;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {

#main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
}

#contents:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    width: 100%;
}

#main h2 {
    width: auto;
    height: auto;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 150%;
}

#main h3 {
    width: auto;
    height: auto;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 150%;
}


@media screen and (max-width: 768px) {

#main h2 {
    margin-top: 20px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 9999;
    text-align: center;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 12px;
    letter-spacing: 0;
    width: 25px;
    height: 120px;
    padding: 0 5px 5px;
    display: block;
    background: #6f6f6f;
    color: #fff;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

#page-top .fa {
    font-size: 16px;
    line-height: 85%;
    padding: 0 !important;
}

#page-top a:hover {
    text-decoration: none;
    background: #aaa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


@media screen and (max-width: 768px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 11px;
    width: 35px;
    height: 35px;
    display: block;
}

#page-top .fa {
    font-size: 25px;
    box-sizing: border-box;
    padding: 1px 0 !important;
    position: relative;
    left: -2px;
    top: 1px;
}

#page-top:hover {
    text-decoration: none;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    margin: 10px 0;
    font-size: 12px;
    color: #6F6F6F;
}

.breadcrumbs a {
    color: #6F6F6F;
}

.breadcrumbs a:hover {
    color: #00509e;
    text-decoration: none;
}


@media screen and (max-width: 768px) {

.breadcrumbs {
    display: none;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

table#contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}

#contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

#contact_form th {
    width: 200px;
    border-collapse: collapse;
    text-align: left;
    border: none;
    padding: 10px;
    background-color: #fff;
    vertical-align: top;
    margin-bottom: 0;
    border-radius: 0;
}

#contact_form td {
    width: auto;
    border-collapse: collapse;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 150%;
    width: 100%;
    max-height: 200px;
    border: 1px solid #ccc;
    color: #6F6F6F;
    padding: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

span.wpcf7-list-item {
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="radio"] {
    font-family: "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 150%;
    border: 1px solid #ccc;
    width: 100%;
    color: #6F6F6F;
    padding: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
 }

#contact_form select {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 150%;
    border: 1px solid #ccc;
    width: 50%;
    height: 34px;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline:none;
}

.wpcf7 form lavel {
    position: relative;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    position: absolute;
    line-height: 150%;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#contact_form input[type="file"] {
    font-family: "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 150%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus {
    border: 1px solid #6F6F6F !important;
    outline: none;
}

#contact_form input[type="file"]:focus {
    border: none;
}

.wpcf7 form input[type="textarea"],
#contact_form input[type="submit"],
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="checkbox"],
#contact_form input[type="radio"],
#contact_form input[type="image"],
#contact_form input[type="file"],
#contact_form textarea {
    outline:none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 500;
}

span.wpcf7-not-valid-tip {
    font-size: 11px !important;
    color: #CD000A !important;
    margin-top: 5px;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 !important;
    color: #CD000A !important;
    font-size: 12px !important;
    font-weight: 500;
    border: none !important;
    text-align: center;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
    border: none !important;
}

.kome {
    font-size: 11px !important;
    padding-top: 5px;
    padding-left: 1em;
    line-height: 150%;
    display: block;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {

table#contact_form {
    margin-bottom: 20px;
}

#contact_form th {
    width: 100%;
    padding: 12px 10px 0 !important;
    text-align: left;
    display: block;
    border: none;
}

#contact_form td {
    width: 100%;
    padding: 10px !important;
    text-align: left;
    display: block;
    border: none;
    background: none;
    margin-bottom: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 7px 5px 5px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"] {
    top: -2px;
}

input[type="radio"] {
    width: auto;
    top: -2px;
}

.android #contact_form input[type="file"] {
    font-size: 12px;
}

#contact_form select {
    line-height: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 230px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 5px;
    padding: 0 !important;
}

.wpcf7 form lavel:before {
    display: none;
}

.wpcf7 form lavel:after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    pointer-events: none;
    z-index: 5;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="radio"] {
    width: auto;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: left;
    width: 100%;
    line-height: 170%;
}

#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
#contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    padding: 7px 5px 5px;
}

.android #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    line-height: 10px;
    height: 34px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    font-size: 11px;
    color: #e60012;
    font-style: normal;
    line-height: 100%;
    padding: 3px 7px;
    margin-left: 7px;
    position: relative;
    top: -2px;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 25px;
    line-height: 100%;
    color: #fff !important;
    background: #6F6F6F;
    text-decoration: none;
    border: none; 
}

.submit:hover {
    text-decoration: none;
    color: #fff !important;
    background: #ccc;
    border: none; 
}


/*------------------------------
    FAQ
------------------------------*/

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    padding: 10px 0;
    cursor: pointer;
    border-top: 1px solid #ccc;
    overflow: hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.acd-label:before {
    content: "Q";
    padding-right: 10px;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    overflow: hidden;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
    background: #fff;
}

.acd-check:checked + .acd-label + .acd-content:before {
    content: "A";
    float: left;
    line-height: 180%;
    padding-right: 10px;
}

.acd-box {
    border-bottom: 1px solid #ccc;
}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li.home-item {
    border-top: 1px solid #ccc;
}

#sitemap_list li a {
    text-indent: 0;
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    color: #6F6F6F;
    overflow: hidden;
    padding: 5px 0;
}

#sitemap_list li a:hover {
    color: #00509e;
    text-decoration: none;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    padding: 2px 7px;
    font-size: 11px;
    background: #00509e;
    margin-left: 10px;
    line-height: 100%;
}


/* -----------------------------------------------------------
	新着情報・ブログ
----------------------------------------------------------- */

li.info-top {
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
}

p.date {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 12px;
    float: left;
    position: relative;
    top: 2px;
}

p.title {
    margin-bottom: 0;
}

#list_inner {
    width: 225px;
    height: 170px;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: 180px;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
}

p.list_date {
    font-size: 11px !important;
    margin: 0 !important;
}

.trimming {
    height: 170px;
    width: 225px;
    overflow: hidden;
    position: absolute;
}

.list_image img {
    min-height: 170px;
    min-width: 230px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


@media screen and (max-width: 768px) {

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#list ul {
    width: 100%;
    height: auto;
    margin: 0;
    list-style-type: none;
}

#list li {
    float: none !important;
    width: 100%;
    max-width: 225px;
    min-height: 235px;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    overflow: visible;
}

.list_none {
    margin-bottom: 20px !important;
}

#list_inner {
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

.list_image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 0;
    position: static;
}

.list_image img {
    height: 100%;
    width: 100%;
    max-height: 271px;
}

.no_image {
    height: 100%;
    width: 100%;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.next a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 7px 10px;
    background: #6f6f6f;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.previous a {
    width: auto;
    height: auto;
    clear: both;
    font-size: 12px;
    padding: 7px 10px;
    background: #6f6f6f;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.more {
    clear: both;
    width: auto;
    height: auto;
    font-size: 12px;
    background: #6f6f6f;
    padding: 7px 15px;
    margin: 10px 5px;
    color: #fff !important;
    line-height: 100%;
    display: inline-block;
}

.next a:hover,
.previous a:hover,
.more:hover {
    background: #aaa;
    text-decoration: none;    
}


/* -----------------------------------------------------------
	一覧ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin: 30px 0 20px;
}

a.page-numbers {
    background: #6f6f6f;
    margin: 0 2px 10px 2px;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
}

a.page-numbers:hover {
    color: #fff;
    background: #aaa;
    text-decoration: none;
    display: inline-block;
}

span.page-numbers.current {
    margin: 0 2px 10px 2px;
    padding: 7px 10px;
    color: #fff;
    background: #aaa;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
}


/* -----------------------------------------------------------
	no image
----------------------------------------------------------- */

.tag.tag_noimage {
    display: block;
    width: 100%;
    height: 170px;
    padding-top: 75px;
    line-height: 100%;
    font-size: 15px;
    font-style: normal;
    background-color: #F8F8F8;
    border: 1px solid #6f6f6f;
}

a .tag.tag_noimage {
    color: #6F6F6F;
}


/* -----------------------------------------------------------
	sns
----------------------------------------------------------- */

.sns_area {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sns_area li {
    height: auto;
    float: left;
    text-align: center;
}

.sns_area li a {
    height: auto;
    display: block;
}

.fa-stack {
    position: relative !important;
    display: block !important;
    width: 35px !important;
    height: 35px !important;
    float: left;
}

.fa-stack-2x {
    width: 35px !important;
    font-size: 35px !important;
    color: #00509e !important;
    padding: 0 !important;
}

.fa-inverse {
    color: #fff !important;
    line-height: 35px !important;
    font-size: 17px !important;
    width: 38px !important;
    text-align: center !important;
}