/****************************************
General Setting
*****************************************/

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
}

* {
    margin-bottom: 0px;
    word-break: normal;
    font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    /*font-family: メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif!important;*/
}

img {
    width: 100%;
    height: auto;
    font-family: "object-fit:cover;";
}

/*.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}*/

h2 {
    font-size: 40px;
    /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;*/
}

h3 {
    font-size: 20px;
    /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;*/
}

a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

.alpha:hover {
    opacity: .7;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

table.tbl-border {
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
}
.tbl-border th {
    padding: 2px 8px;
    font-weight: bold;
    text-align: left;
}
.tbl-border thead th {
    background-color: #60AFE0;
    color: #fff;
}
.tbl-border tbody th {
    border-bottom: 1px solid #707070;
    color: #707070;
}
.tbl-border td {
    border-bottom: 1px solid #707070;
    padding: 8px 8px;
    color: #707070;
    line-height: 1.2;
    vertical-align: top;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.img-circle {
    border-radius: 50%;
}

small, .small {
    font-size: 85%;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
/*    font-weight: bold;*/
    margin-bottom: 4px;
    font-size: 16px;
    color: #707070;
}

dd {
    margin-left: 0;
    margin-bottom: 16px;
    font-size: 16px;
    color: #707070;
}

.text-small {
    font-size: 14px !important;
    line-height: 16px !important;
}

.spbr {
    display: none;
}

.sp {
    display: none;
}

.fz-0 {
    font-size: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pd-0 {
    padding: 0 !important;
}

.list_nostyle {
    list-style: none;
    padding: 0;
}

.table {
    display: table;
    width: 100%;
    max-width: 100%;
}

/*** FLOAT ***/
.fl_r { float:right; }
.fl_l { float:left; }
.fl_n { float:none; }

.fl_ul { zoom:1; } /* NEW! */
.fl_ul:after { content: ""; display: block; clear: both; height:0; }
.fl_ul li { float:left; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.pager:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*** ALIGN ***/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/*パンくず*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

/*ページネーション*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*ページャー*/
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
    margin: 0 .5%;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

@media screen and (max-width: 680px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    * {
        font-size: 12px;
        line-height: normal;
    }
}
