@charset "UTF-8";
/*-----------------------------共通-------------------------------*/
/*---style指定の注意---　a　は {display:block} になってます
--------------------------*/
:root {
    --blue: #3871B8; /* --- color:var(--blue); ----*/
    --acolor: #444 }
.montserrat {font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif}
.main-contents {
	font-feature-settings: "palt";
	margin: 0 auto 45px;
}
.fit_img{object-fit: contain; font-family: 'object-fit: contain;'}
/*========================
	畠経営グループ　フッター　調整
========================*/
.top-group-block {
	border-top: none;
	padding:0}

/************* ページタイトル・メインヘッダー *************/
.head-block {
	padding: 93px 0 0;
	width: 100%;
    margin-bottom:120px
}
.main-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 auto 77px;
	text-align: center;
}
.main-title-en {
	color: #999999;
	display: block;
	font-weight: 700;
	font-size: 16px;
}
.head-main-pic {
	height: 0;
	line-height: 0;
	margin-bottom: 75px;
	overflow: hidden;
	padding-bottom: 24.2%;
	position: relative;
	width: 100%;
}
img.head-main-img {
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.head-info-box {
	text-align:left;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    letter-spacing: .1em;
    line-height: 2;}

@media only screen and (max-width: 767px) {
    .head-block{
        padding: 45px 0 0;
        margin-bottom: 50px}
	.main-title {
		font-size: 28px;
		margin: 0 auto 34px;}
	.main-title-en {
		font-size: 12px;}
    .head-main-pic {
		margin-bottom: 55px;
		padding-bottom: 53.5%;}
	img.head-main-img {
		left: 50%;
		top: 53%;
		width: 130%;}
}
/*======================== 会社概要 ========================*/
.company{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
}
.company section{margin-bottom: 100px}
.company h3{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding:5px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 40px}


.company table{
    width: 100%;
    border-top: 1px solid #e6e6e6}
.company th,
.company td{
    width: 83%;
    padding:25px 40px;
    font-weight: 400;
    border-bottom:1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6}
.company th{
    vertical-align: middle;
    width: 17%;
    background: #f5f5f5;
    padding:25px 0;}
@media only screen and (max-width: 767px) {
    .company section{margin-bottom:50px}
    .company h3{
        font-size:18px;
        margin-bottom: 30px}
    .company table{
        letter-spacing: 0;
        font-size: 14px}
    .company th{
        width: 20%;
        padding:12px 0;}
    .company td{
        width: 80%;
        padding:12px 0 12px 14px;}
}

.map_block{
    font-size: 14px;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between}
.map_block:nth-of-type(n+2){margin-top:57px}
.map_block > div{width: 49%;}

.group_logo_area.fit_img{
    width: 100%;
    height: 320px;
    object-fit: contain; font-family: 'object-fit: contain;';
    }
.map_block h4{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 20px}
.map_map{
    margin-bottom: 30px;
    width: 100%;
    height: 320px}
.map_map iframe{width: 100%;height: 320px}

a.btn_white{
    max-width: 160px;
    color:#3871B8;
    font-weight: 700;
    background:  #fff;
    padding:10px 10px 10px 0;
    margin:0 0 0 auto;
    text-align: center;
    position: relative;
    border: 2px solid #3871B8 }
.map_link a.btn_white:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);}
a.btn_white:hover{
    opacity: 1;
    border: 2px solid #3871B8;;
    color:#fff;
    background:#3871B8}
.map_link a.btn_white:hover:after{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff}

@media only screen and (max-width: 767px) {
    .map_block{
        display: block}
    .map_block:nth-of-type(n+2){margin-top:50px}
    .map_block > div{width: 100%;}
    
    .group_logo_area.fit_img,
    .map_map{height: auto}
    .map_map{margin-bottom: 10px}
    .map_map iframe{width: 100%;height: 230px}
    .map_link{margin-top:15px}
}



/*======================== グループ企業 ========================*/
.group_area{
    width: 90%;
    max-width: 960px;
    margin: 0 auto 160px;
    border-top:1px solid #e6e6e6
}
.group{
    padding:80px 0;
    border-bottom:1px solid #e6e6e6;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between}
.group_logo_area{
    
    width: 29%;
    height: 180px}

.group_data_area{
    width: 66.7%}
.group h3{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px}
.group_comment{margin-bottom: 25px}
.group_business li{
    line-height: 1.4;
    margin:4px 0;
    padding-left:15px;
    position: relative
}
.group_business li:before{
    content: '●';
    font-size:8px;
    color: #3871B8;
    position: absolute;
    top:4px;left:0
}

a.btn_blue{
    border: 2px solid transparent;
    max-width: 240px;
    color:#fff;
    font-weight: 700;
    background:  #3871B8;
    padding:14px 25px;
    margin:0;
    text-align: left;
    position: relative}
a.btn_blue:hover{
    opacity: 1;
    border: 2px solid #3871B8;
    color:#3871B8;
    background:#fff}


.group_link{margin-top:40px}
.group_link a.btn_white{
    font-size:16px;
    max-width: 240px;
    padding:14px 25px;
    margin:0 ;
    text-align: left}
.group_link a.btn_white:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
  	width: 15px;/*画像の幅*/
  	height: 15px;/*画像の高さ*/
  	background-image: url(../img/group/icon_file_blue.svg);
    background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: middle;
}
.group_link a.btn_white:hover:after{
    background-image: url(../img/group/icon_file_white.svg)}

@media only screen and (max-width: 767px) {
    .group{
        padding:40px 0;
        display: block}
    .group_logo_area,
    .group_data_area{width: 100%;height: auto}
    .group_logo_area img{margin-bottom: 20px}
    .group h3{margin-bottom: 20px}
    .group_link{margin-top:30px}
}


/*======================== 報徳一覧 ========================*/
.houtoku_main{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
}
ul.houtoku_list{
    border-top: 1px solid #e6e6e6;
    padding-top:77px;
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.houtoku_list li{
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    width: 48%;
    margin-bottom: 40px;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.houtoku_list li:nth-of-type(1):before{
    position: absolute;
    top:0;left:0;
    content: '最新号';
    background: var(--blue);
    color:#fff;
    padding:6px 10px;
    font-size: 12px;
    line-height: 1;
    z-index: 5
}
.paged .houtoku_list li:nth-of-type(1):before{
    display: none
}
.houtoku_imgBox{
    position: relative;
    width: 35.5%}
.icon_new{
    position: absolute;
    top:0;left:0;
    background:var(--blue);
    color: #fff;
    padding: 4px 8px 5px;
    font-size: 12px;
    line-height: 1
}
.houtoku_img{
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding:3px
}
.houtoku_dataBox{width: 60%}
.houtoku_no{
    font-size: 14px;
    color:var(--blue);
    margin-bottom: 8px
}
.houtoku_dataBox p{
    margin-bottom: 8px}
.houtoku_sub{
    font-size: 14px;
    margin-bottom: 25px
}
.houtoku_dataBox a{
    font-weight:400;
    border: 1px solid #e6e6e6;
    padding:13px 20px;
    position: relative}
.houtoku_dataBox a:after{
    content: '';/*何も入れない*/
  	display: inline-block;/*忘れずに！*/
  	width: 45px;/*画像の幅*/
  	height: 16px;/*画像の高さ*/
  	background-image: url(../img/houtoku/pdf_bla.svg);
  	background-size: contain;
  	position: absolute;
    top:16px;
    right:15px
}
.houtoku_dataBox a:hover{
    opacity: 1;
    color:var(--blue);
    border: 1px solid #3871B8;
}
.houtoku_dataBox a:hover:after{background-image: url(../img/houtoku/pdf_blu.svg);}

@media only screen and (max-width: 767px) {
    ul.houtoku_list{
        border-top: none;
        display: block;
        padding-top:0}
    .houtoku_list li{
        border-top: 1px solid #e6e6e6;
        padding:50px 0 20px;
        width: 95%;
        margin: 0 auto;
        display: block}
    .houtoku_imgBox{
        width: 55%;
        margin: 0 auto 20px}
    .houtoku_dataBox{width: 100%}
    .houtoku_sub{margin-bottom: 20px}
}


/* プラグイン　ページナビ用 */
.wp-pagenavi{
    padding:60px 0;
    border-top: solid 1px #E6E6E6;
    display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif}
.wp-pagenavi .pages{display: none}
.wp-pagenavi .current,
.wp-pagenavi .page{
    box-sizing: border-box;
    border: solid 1px #fff!important;
    font-weight: normal;
	padding:0;
	display: inline-block;
	background-color:#fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 0 4px}
.wp-pagenavi a{color: #999;display: inline}
.wp-pagenavi a.page:hover {
    border: solid 1px #E6E6E6!important;
    color: #333}
.wp-pagenavi .current{
    color: #fff;
    background-color: var(--blue);}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding:0;
	border: none;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	margin: 0 ;
	background-color:transparent;
    opacity:1;
	color:var(--blue)}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	color: #232323;
	background-color: transparent;}

@media only screen and (max-width: 767px) {
    .wp-pagenavi{padding:50px 0 ;}
}
