@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


body {
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    overflow-x: hidden; /* 横スクロールを防ぐ */
    background-color: #FFFFFF;
}

/* レスポンシブ対応の追加 */
@media (max-width: 1350px) {
    body {
        min-width: auto;
    }
}


body {
    background-color: #FFFFFF;
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

h1{
    margin:0;
}

h2{
    margin:0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

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

.flex-sb{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap02 {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    align-items: center;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

th {
    background: #f9faf4;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 1.2;
    white-space: nowrap;
    color: #686868;
    padding: 15px 10px;
}

td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 24px;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tableCell {
    display: table-cell;
}

.table-L {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tableRow {
    display: table-row;
}

#messageOverlay {
    width: 400px;
    height:200px;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    background: rgba(0,0,0,0.8);
}
#messageText {
    font-size: 18px;
    color: #eee;
    vertical-align: middle;
    font-weight:normal;
    letter-spacing: 4px;
    padding-top: 65px;
}

#messageText span{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 15px;
}

#breadcrumbs {
    background: #ececec;
    padding: 5px 0px 5px;
}

#breadcrumbs ul {
    overflow: hidden;
}

#breadcrumbs li {
    float: left;
    background: url(/resources/image/breadcrum_arrow.png)no-repeat left center;
    padding-left: 14px;
    margin-right: 4px;
    font-size: 11px;
}

#breadcrumbs li a {
    color: #000;
}

#breadcrumbs li.nav_st {
    padding-left: 0px;
    background: none;
}

.containts {
    width: 1140px;
    margin: 50px auto 0;
    padding-bottom: 20px;
}

.containts.article_page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article_page .mainArea {
    width: 800px;
    font-size: 14px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.article_page .mainArea h1 {
    line-height: 1.4;
    margin-bottom: 1rem;
}

.article_page .mainArea p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.article_page .side_blog {
    width: 280px;
    order: 1;
}

.article_page .side_blog h3{
    background-color: #2290bb;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}

.article_page .side_blog ul{
    margin-bottom: 20px;
}

.article_page .side_blog li{
    padding: 5px 0;
}

.article_page .side_blog .company_info {
    padding: 15px;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}

.article_page .side_blog .company_info .name {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.article_page .side_blog .company_info .tel {
    width: 100%;
    margin: 0 0 5px;
}

.article_page .side_blog .company_info .time {
    font-size: 13px;
    margin: 0 0 15px;
}

.article_page .side_blog .company_info .buttonBox li:nth-of-type(n + 2) {
    margin-top: 10px;
}

.article_page .side_blog .company_info .buttonBox li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fe3c16;
    background-color: #fe3c16;
    transition: .2s;
}

.article_page .side_blog .company_info .buttonBox li a:hover {
    background-color: #fff;
    color: #fe3c16;
}

.article_page .side_blog .company_info .buttonBox li.line a {
    display: block;
    color: #00C300;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border: 2px solid #00C300;
    background-color: #fff;
    transition: .2s;
}

.article_page .side_blog .company_info .buttonBox li.line a:hover {
    background-color: #00C300;
    color: #fff;
}

.article_page .side_blog .blog{
    margin-bottom: 20px;
}

.article_page .side_blog .blog li{
    border-bottom: 1px dotted #333;
    background-image: url(/resources/image/chintai-mate/_common/button_icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
}

.article_page .side_blog .blog li a{
    padding: 5px 0;
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
    color: #333;
    transition: 0.2s;
}

.article_page .side_blog .blog li a:hover{
    opacity: 0.6;
}

.article_page .side_blog .blog li p.img{
    width: 80px;
    height: 80px;
    background-position: center ;
    background-size: contain;
    background-repeat: no-repeat;
}

.article_page .side_blog .blog li p.text{
    width: 180px;
    padding-right: 30px;
}

.article_page .side_blog .blog li p .date{
    display: block ;
    font-size: 10px;
    color: #7d7d7d;
    margin-bottom: 5px;
}

.article_page .side_blog .blog li p .title{
    display: block ;
    font-size: 14px;
}

.article_page .side_blog .link{
    margin-bottom: 50px;
}

.article_page .side_blog .link a{
    text-align: center;
    line-height: 38px;
    background-image: url(/resources/image/chintai-mate/_common/button_icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 20px center;
    transition: .2s;
    background-color: #fff;
    margin: auto;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-weight: normal;
    width: 70%;
    transition: 0.2s;
}

.article_page .side_blog .link a:hover{
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

.article_page .mainArea .link {
    width: 300px;
    height: 50px;
    margin: 30px auto 0;
}

.article_page .mainArea .link a{
   text-align: center;
    line-height: 38px;
    background-image: url(/resources/image/chintai-mate/_common/button_icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 20px center;
    transition: .2s;
    background-color: #fff;
    margin: auto;
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-weight: normal;
    transition: 0.2s;
}

.article_page .mainArea .link a:hover{
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    opacity: 0.8;
}

.articlelist_page .article_list li a {
    padding: 20px;
    border: solid #707070;
    border-width: 0 0 1px 0;
    color: #000;
    width: 100%;
}

.articlelist_page .article_list .image {
    width: 220px;
    height: 140px;
    margin: 0 30px 0 0;
    overflow: hidden;
    position: relative;
}

.articlelist_page .article_list .image img {
    transition: .5s;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.articlelist_page .article_list li .textBox {
    width: 820px;
}

.articlelist_page .article_list li .date {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.articlelist_page .article_list li .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    margin: 15px 0;
}

.articlelist_page .article_list li .text {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.articlelist_page .article_list li .link {
    text-align: right;
    font-size: 13px;
    padding-right: 35px;
    background-image: url(/resources/image/chintai-mate/_common/button_icon02.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right center;
    margin: 0;
}

.articlelist_page .article_list li a:hover .image img {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}


.pagerTable {
    display: table;
    table-layout: fixed;
    max-width: 100%;
    width: 100%;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
    padding: 40px 0;
}

.pagerTableCurrentPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #fff;
    background: #0068B7;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #0068B7;
    cursor: pointer;
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
}

.pagerTableCurrentPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 70px;
    background: #0068B7;
    line-height: 32px;
}

.pagerTableOtherPageCell {
    display: table-cell;
    width: 35px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #0068B7;
    background: #fff;
    border: 1px solid #0068B7;
    cursor: pointer;
    border-radius: 70px;
    font-weight: normal;
    line-height: 32px;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #bfbfbf;
}

@media (max-width: 750px) {

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #2290bb;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 15px;
}
.hamburger span:nth-child(2) {
    top: 23px;
}
.hamburger span:nth-child(3) {
    top: 31px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 25px;
    left: 0px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform : rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 25px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform : rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: -1;
    top  : 0;
    left : 0;
    color: #fff;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    padding-top: 50px;
}

nav.globalMenuSp .inner {
    height: 100%;
    width: 100%;
    padding: 0 10vw;
    margin: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp .logo {
    width: 200px;
    margin: 0 auto 1rem;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: auto;
    transition: .4s all;
    border-bottom: 1px solid #f0f0f0;
}

nav.globalMenuSp ul li:first-child {
    border-top: 1px solid #f0f0f0;
}

nav.globalMenuSp ul li:hover{
    background :#ddd;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    font-weight: bold;
    padding: 1em 10px;
    text-decoration :none;
    text-align: left;
    position: relative;
}

nav.globalMenuSp ul li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

nav.globalMenuSp a.button_link {
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    background: url(/resources/image/point/horie/icon_raiten_white.png)no-repeat,#000;
    background-position: center left 75px;
    background-size: 20px;
    padding-left: 20px;
    color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    z-index: 1000;
    opacity: 1;
}
/*~spmenu*/
.sp_hd_logo {
    position: absolute;
    width: 180px;
    top: 15px;
    left: 5px;
}

body {
    min-width: 100%;
    font-size: 13px;
    margin-top: 50px;
}

.wrap{
    max-width: 100%;
    padding: 0 10px;
}

.wrap02 {
    max-width: 100%;
    padding: 0 10px;
}

.containts {
    width: 94%;
}

.articlelist_page .article_list li a {
    padding: 3vw 0;
}

.articlelist_page .article_list li .image {
    width: 30%;
    height: 23vw;
    margin: 0 4% 0 0;
}

.articlelist_page .article_list li .textBox {
    width: 66%;
}

.articlelist_page .article_list li .date {
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.articlelist_page .article_list li .title {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    height: 22px;
    overflow: hidden;
    margin: 0 0 1vw;
}

.articlelist_page .article_list li .text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 1.5vw 0;
}

.articlelist_page .article_list li .link {
    font-size: 11px;
    padding-right: 25px;
    background-size: 14px;
}

.article_page .mainArea img{
    width: auto !important;
    height: auto !important;
}

.article_page .mainArea {
    width: 100%;
    margin-bottom: 50px;
}

.article_page .side_blog {
    width: 100%;
}

.article_page .article_sidebar .bn_area ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article_page .article_sidebar .bn_area ul li{
    width: 49%;
}

.article_page .side_blog .blog li p.img {
    width: 25%;
}

.article_page .side_blog .blog li p.text {
    width: 70%;
}

.article_page .side_blog .company_info .buttonBox {
    display: flex ;
    justify-content: space-between ;
}

.article_page .side_blog .company_info .buttonBox li {
    width: 49%;
    vertical-align: top;
}

.article_page .side_blog .company_info .buttonBox li:nth-of-type(n + 2) {
    margin: 0;
}

.article_page .side_blog .company_info {
    padding: 2vw 2vw;
    background-color: #f0f0f0;
}

.article_page .side_blog .shareBox ul {
    margin: 0;
}

}
/**追加CSS SP END**/
