@charset "utf-8";
@import url("../css/navi.css");

.clearfix:after {
	content				: "" ;
	display				: block ;
	clear				: both ;
}

.clearfix	{
	display				: block ;
}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */

html	{
	background		: none ;
	position		: relative ;
	width			: 100% ;
	height			: 100% ;
	margin: 0;
	padding: 0;
}

body	{
	width	: 100% ;
	padding	: 0 ;
	margin	: 0 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-size	: 16px ;
	font-weight	: 400 ;
	line-height	: 1.5;
	color	: #000;
	-webkit-text-size-adjust: 100%;
	position: relative ;
	overflow-x: hidden;
	background-color: #fff;
}

a img	{
	border			: none ;
}

a:hover img{
}

a	{
	color: #000;
	text-decoration	: none ;
}

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

form{
	margin			: 0 ;
	padding			: 0 ;
}



/*************************ヘッダー*************************/
.header{
    width: 100%;
    height: 140px;
    position: relative;
}

.pc_head{
    width: 100%;
    height: 140px;
    display: inline-block;
    position: relative;
}

.pc_head_l{
	width: 400px;
	height: 120px;
	padding: 10px;
	float: left;
	background-color: #004097;
	margin: 0 15px 0 0;
}

.head_txt{
	width: 100%;
	color: #fff;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 12px;
}

.logo{
	width: 380px;
	height: 80px;
	margin: 0 auto;
}
.logo h1 img{
	width: 100%;
	height: auto;
}


.head_r{
	height: 140px;
	display: inline-block;
	float: left;
	position: relative;
}

/*
.menu_box{
    width: calc(100vw - 660px);
    min-width: 250px;
    max-width: 700px;
    padding: 25px 0 0;
    height: 50px;
    float: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
*/
.menu_box{
    width: 750px;
    min-width: 260px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/**ナビ**/
.menu01{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu01 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu01 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu01 a:hover::after {
	transform: scale(1, 1);
}

.menu02{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu02 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu02 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu02 a:hover::after {
	transform: scale(1, 1);
}

.menu03{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu03 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu03 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu03 a:hover::after {
	transform: scale(1, 1);
}

.menu04{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu04 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu04 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu04 a:hover::after {
	transform: scale(1, 1);
}

.menu05{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu05 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu05 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu05 a:hover::after {
	transform: scale(1, 1);
}

.menu06{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu06 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu06 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu06 a:hover::after {
	transform: scale(1, 1);
}

.menu07{
	height: 140px;
	font-size: 18px;
	font-weight: 500;
	line-height: 140px;
	text-align: center;
}
.menu07 a{
	width: 100%;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.menu07 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 10px;
	background: #004097;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.menu07 a:hover::after {
	transform: scale(1, 1);
}

.top_snsbox{
	width: 170px;
	height: 30px;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 55px;
	right: 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.top_sns{
	width: 30px;
	height: 30px;
}
.top_sns img{
	width: 30px;
	height: 30px;
}


@media screen and (min-width: 769px) and (max-width: 1399px) {
/* 1399pxまでの幅の場合に適応される */
.top_snsbox{
	width: 170px;
	height: 30px;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 10px;
	right: 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.spbr{
	display: none !important;
}


}

@media screen and (max-width: 1199px) {
/* 1199pxまでの幅の場合に適応される */
.top_snsbox{
	display: none;
}

}


/****メインコンテンツ****/
.maincontent{
	width: 100%;
	margin: 0 auto 100px;
	padding: 50px 0 0;
	position: relative;
	z-index: 1;
	background-color: rgba(255,255,255,0.7);
}
.maincontent02{
	width: 100%;
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}

/****共通****/
/* コンテンツタイトル */
.midashi h2{
	width: 100%;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 3px;
	padding: 0;
}
.midashi_sub{
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
}

/**ボタン**/
.btn_hover1{
	background-color: #004097;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	width: 360px !important;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	margin: 80px auto 150px;
	border: solid 1px #004097;
    position: relative;
    border-radius: 30px;
}

.btn_hover1 a{
	color: #fff !important;
    display: block;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* マウスオーバーした際の背景 */
.btn_hover1:hover{
	background-color :rgba(255,255,255,1);/*背景色*/
	color: #004097 !important;
}

.btn_hover1 a:hover{
	color: #004097 !important;
	transition: all  0.3s ease;
}


.btn_hover2{
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	width: 360px !important;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	margin: 80px auto 150px;
	border: solid 1px #004097;
    position: relative;
    border-radius: 30px;
}

.btn_hover2 a{
	color: #004097 !important;
    display: block;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* マウスオーバーした際の背景 */
.btn_hover2:hover{
	background-color :rgba(255,255,255,0.5);/*背景色*/
	color: #004097 !important;
	opacity: 0.7;
}

.btn_hover2 a:hover{
	color: #004097 !important;
	transition: all  0.3s ease;
	opacity: 0.5;
}

.btnicon{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 25px;
	top: 12px;
}
.btnicon img{
	width: 24px;
	height: 24px;
}

/****fadein****/
.content_box {
  width: 100%;
  opacity: 0;
  transition: .5s;
  position: relative;
}

.content_box.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  transform: translateY(30px);
  opacity: 0;
  transition: transform .5s ease-out, opacity 1.5s ease-out;
}

.fadeIn.active {
  transform: translateY(0);
  opacity: 1;
}


/***下層ページ共通***/
.page_midashi{
	width: 100%;
	height: 110px;
	background-color: #d8e1ef;
	padding: 50px 0 20px;
	margin: 0 0 40px;
	text-align: center;
}
.page_midashi h2{
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #004097;
}
.page_midashi span{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #004097;
}

.pan_list{
	width: 1050px;
	margin: 0 auto 40px;
	font-size: 14px;
}
.pan_list a{
	color: #004097;
	text-decoration: underline;
}

/************フッター************/
/**フッター　オフィス**/
.office_txt{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 80px auto 40px;
}

.office_area{
	width: 1050px;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.office_box{
	width: 226px;
	border: solid 2px #bfcfe5;
	padding: 45px;
	margin: 0 auto;
}

.off_tit{
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 5px;
}
.off_add{
	width: 100%;
	height: 80px;
	font-size: 16px;
	margin: 0 0 5px;
}
.off_maptxt{
	width: 100%;
	font-size: 20px;
	margin: 0 0 15px;
}
.off_maptxt a{
	color: #004097;
	text-decoration: underline;
}
.off_add02{
	width: 100%;
	font-size: 16px;
	margin: 0 0 5px;
}





/* バナーエリア */
.banner_area{
	width: 1050px;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.banner {
	width: 240px;
	height: 120px;
    display: block;
    text-decoration: none;
    background: #fff;
    text-align: center;
    position: relative;
}

.banner-turquoise {
    border: 7px solid transparent;
    box-shadow: inset 0 0 0 2px #bfcfe5;
    transition: box-shadow 0.4s ease;
}
.banner-turquoise img{
	width: 226px;
	height: 106px;
	padding: 7px;
}

.banner-turquoise:hover {
    box-shadow: inset 0 0 0 7px #bfcfe5;
}


/* 自民党バナー */
.banner02{
	width: 480px;
	height: 210px;
	margin: 0 auto;
    display: block;
    text-decoration: none;
    background: #fff;
    text-align: center;
    position: relative;
}

.banner-turquoise02{
    border: 10px solid transparent;
    box-shadow: inset 0 0 0 4px #3ca324;
    transition: box-shadow 0.4s ease;
}
.banner-turquoise02 img{
	width: 460px;
	height: 190px;
	padding: 10px;
}

.banner-turquoise02:hover {
    box-shadow: inset 0 0 0 10px #3ca324;
}

.banner_txt{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 20px auto 80px;
}

.jimin_bnr{
	width: 200px;
	height: 50px;
	margin: 0 auto 80px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.jimin_bnr img{
	width: 200px;
	height: 50px;
}
.jimin_bnr a:hover{
	transition: all  0.3s ease;
	opacity: 0.7;
}

.bnr_bg{
	width: 100%;
	padding: 70px 0;
	margin: 0 0 50px;
	background-color: #dbd9d8;
}

.bnr_line{
	width: 1050px;
	height: 60px;
	margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.bnrline_img{
	width: auto;
	height: 60px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.bnrline_img img{
	width: auto;
	height: 60px;
	display: block;
}
.bnrline_img a:hover{
	transition: all  0.3s ease;
	opacity: 0.5;
}

.globalsign{
	width: 130px;
	height: 66px;
	margin: 0 auto 50px;
}
.globalsign img{
	width: 130px;
	height: 66px;
}

/**フッターメニュー**/
.foot_menu_bg{
	width: 100%;
	padding: 50px 0;
	margin: 0 0 30px;
	background-color: #004097;
}

.foot_menu_box{
	width: 1050px;
	margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.foot_menu{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.foot_menu a{
	color: #fff !important;
}

/**フッターSNS**/
.foot_sns_box{
	width: 170px;
	height: 30px;
	margin: 0 auto 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.foot_sns{
	width: 30px;
	height: 30px;
}
.foot_sns img{
	width: 30px;
	height: 30px;
}

.copy{
	width: 100%;
	padding: 8px 0;
	font-size: 14px;
	text-align: center;
}



@media screen and (max-width: 1199px) {
/* 1199pxまでの幅の場合に適応される */
.header{
    width: 100%;
    height: 80px;
    position: relative;
}

.pc_head{
    width: 100%;
    height: 80px;
    display: inline-block;
    position: relative;
}



}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    .pc_head_l {
        width: 350px !important; /* タブレット時は350px */
        max-width: 350px;
        height: 70px;
        padding: 5px 10px;
        float: left;
        background-color: #004097;
        margin: 0;
        overflow: hidden;
    }

    .head_txt {
        width: 100%;
        color: #fff;
        margin: 0 0 5px 5px;
        padding: 0;
        font-size: 8px; /* タブレット時は少し大きめ */
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .logo {
        width: 200px; /* タブレット時はロゴも少し大きめ */
        height: 40px;
        margin: 0 0 0 5px;
    }

    .logo h1 img {
        width: 100%;
        height: auto;
    }

    .head_r {
        width: calc(100% - 350px);
        height: 80px;
        display: inline-block;
        float: left;
        position: relative;
    }

    .top_snsbox {
        display: none;
    }
.menu_box{
    display: none;
}

.sp_head_l {
    width: 350px !important; /* スマホ時は250px */
    height: 70px;
    padding: 5px 10px;
    background-color: #004097;
    overflow: hidden;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.spbr{
	display: none !important;
}

}



/* スマホ表示時（768px以下）のロゴエリア幅を250pxに制限 */
@media screen and (max-width: 768px) {
    .pc_head_l {
        width: 250px !important; /* スマホ時は250px */
        max-width: 250px;
        height: 70px;
        padding: 5px 10px;
        float: left;
        background-color: #004097;
        margin: 0;
        overflow: hidden;
    }

    .head_txt {
        width: 100%;
        color: #fff;
        margin: 0 0 5px 5px;
        padding: 0;
        font-size: 6px; /* スマホ時は小さめ */
        line-height: 1.2;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .logo {
        width: 190px; /* スマホ時はロゴも小さめ */
        height: 40px;
        margin: 0 0 0 5px;
    }

    .logo h1 img {
        width: 100%;
        height: auto;
    }

    .head_r {
        display: none;
    }

    .top_snsbox {
        display: none;
    }

.sp_head_l {
    width: 350px !important; /* スマホ時は250px */
    max-width: 250px;
    height: 70px;
    padding: 5px 10px;
    background-color: #004097;
    overflow: hidden;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}


}

@media screen and (min-width: 1400px) {
/*　画面サイズが1400pxからはここを読み込む　*/

.spbr{
	display: none !important;
}

}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
/**ボタン**/
.btn_hover1{
	background-color: #004097;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	width: 90% !important;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	margin: 40px auto 80px;
	border: solid 1px #004097;
    position: relative;
    border-radius: 30px;
}

.btn_hover1 a{
	color: #fff !important;
    display: block;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* マウスオーバーした際の背景 */
.btn_hover1:hover{
	background-color :rgba(255,255,255,1);/*背景色*/
	color: #004097 !important;
}

.btn_hover1 a:hover{
	color: #004097 !important;
	transition: all  0.3s ease;
}


.btn_hover2{
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	width: 90% !important;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	margin: 40px auto 80px;
	border: solid 1px #004097;
    position: relative;
    border-radius: 30px;
}

.btn_hover2 a{
	color: #004097 !important;
    display: block;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* マウスオーバーした際の背景 */
.btn_hover2:hover{
	background-color :rgba(255,255,255,0.5);/*背景色*/
	color: #004097 !important;
	opacity: 0.7;
}

.btn_hover2 a:hover{
	color: #004097 !important;
	transition: all  0.3s ease;
	opacity: 0.5;
}

.btnicon{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 25px;
	top: 12px;
}
.btnicon img{
	width: 24px;
	height: 24px;
}



/************フッター************/
/**フッター　オフィス**/
.office_txt{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 80px auto 40px;
}

.office_area{
	width: 90%;
	margin: 0 auto 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.office_box{
	width: 100%;
	border: solid 2px #bfcfe5;
	padding: 45px;
	margin: 0 auto 30px;
}

.off_tit{
	width: 100%;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 5px;
}
.off_add{
	width: 100%;
	height: 80px;
	font-size: 16px;
	margin: 0 0 5px;
}
.off_maptxt{
	width: 100%;
	font-size: 20px;
	margin: 0 0 15px;
}
.off_maptxt a{
	color: #004097;
	text-decoration: underline;
}
.off_add02{
	width: 100%;
	font-size: 16px;
	margin: 0 0 5px;
}





/* バナーエリア */
.banner_area{
	width: 90%;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.banner {
	width: 100%;
	height: auto;
    display: block;
    text-decoration: none;
    background: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 20px;
}

.banner-turquoise {
    border: 7px solid transparent;
    box-shadow: inset 0 0 0 2px #bfcfe5;
    transition: box-shadow 0.4s ease;
}
.banner-turquoise img{
	width: calc( 100% - 14px );
	height: auto;
	padding: 7px;
}

.banner-turquoise:hover {
    box-shadow: inset 0 0 0 7px #bfcfe5;
}


/* 自民党バナー */
.banner02{
	width: 90%;
	height: auto;
	margin: 0 auto;
    display: block;
    text-decoration: none;
    background: #fff;
    text-align: center;
    position: relative;
}

.banner-turquoise02{
    border: 10px solid transparent;
    box-shadow: inset 0 0 0 4px #3ca324;
    transition: box-shadow 0.4s ease;
}
.banner-turquoise02 img{
	width: calc( 100% - 20px );
	height: auto;
	padding: 10px;
}

.banner-turquoise02:hover {
    box-shadow: inset 0 0 0 10px #3ca324;
}

.banner_txt{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 20px auto 80px;
}

.jimin_bnr{
	width: 200px;
	height: 50px;
	margin: 0 auto 80px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.jimin_bnr img{
	width: 200px;
	height: 50px;
}
.jimin_bnr a:hover{
	transition: all  0.3s ease;
	opacity: 0.7;
}

.bnr_bg{
	width: 100%;
	padding: 70px 0;
	margin: 0 0 50px;
	background-color: #dbd9d8;
}

.bnr_line{
	width: 90%;
	height: auto;
	margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.bnrline_img{
	width: 80%;
	height: auto;
	background-color: none;
	margin: 0 auto 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.bnrline_img img{
	width: 100%;
	height: auto;
	display: block;
}
.bnrline_img a:hover{
	transition: all  0.3s ease;
	opacity: 0.5;
}

.globalsign{
	width: 129px;
	height: 66px;
	margin: 0 auto 50px;
}
.globalsign img{
	width: 129px;
	height: 66px;
}

/**フッターメニュー**/
.foot_menu_bg{
	display: none;
}

.foot_menu_box{
	display: none;
}

.foot_menu{
	display: none;
}
.foot_menu a{
	display: none;
}

/**フッターSNS**/
.foot_sns_box{
	display: none;
}

.foot_sns{
	display: none;
}
.foot_sns img{
	display: none;
}

.copy{
	width: 100%;
	padding: 8px 0;
	font-size: 14px;
	text-align: center;
}

/***下層ページ共通***/
.page_midashi{
	width: 100%;
	height: 110px;
	background-color: #d8e1ef;
	padding: 50px 0 20px;
	margin: 0 0 40px;
	text-align: center;
}
.page_midashi h2{
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #004097;
}
.page_midashi span{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #004097;
}

.pan_list{
	width: 90%;
	margin: 0 auto 40px;
	font-size: 14px;
}
.pan_list a{
	color: #004097;
	text-decoration: underline;
}



}



@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/


}

