@charset "UTF-8";
.sticky-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    width: 480px;
}
.sticky-banner img {
    width: 100%;
}
.header-1 strong {
    color: #e0d33b;
    font-size:29px;
}
strong {
    font-weight: bolder;
}
.header-1 {
    /*position:absolute;*/
    width: 100%;
    max-height: 60px;
}

.header-1 {
    /*z-index: 2;*/
    padding: 12px 0;
    /*background-color: #7b5d9a;*/
    background-color: #111;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	/*position: relative;*/
    top: 2px;
    left:-0px;
}
/*.wrapper0{
	padding-top:93px;
}*/
iframe{
	min-height:32px;
}
@media screen and (max-width: 800px){
	.sticky-banner {
		right: 0;
		bottom: 70px;
		width: 100%;
	}
}
/*1/16 追記*/
.sns-pc{
	position:fixed;
	left:-5px;
	bottom:20%;
	background:#F2F2F2;
	border-radius:5px;
	border:solid 1px #ccc;
	padding: 10px 10px 10px 15px;
}
.sns-pc li{
    max-height: 23px;
    width:96px;
}
.sns-pc .b-lblue{
	width:96px!important;
	height:20px!important;
	background:#000;
	border-radius:5px;
	overflow:hidden;
}
.sns-sp .b-lblue{
	background:#000;
	border-radius:0px;
	overflow:hidden;
}
.sns-pc li iframe{

}
.sns-pc ul,.sns-sp ul{
	margin:0;
	padding:0;
}
.sns-pc li,.sns-sp li{
	background:none;
	padding:0;
	margin:5px 0;
}
.sns-pc li span i,
.sns-pc li a i{
	font-size:15px;
	vertical-align:top;
}
.sns-pc li span,
.sns-pc li a,
.sns-sp li a{
	text-decoration:none;
	display:block;
	width:90px;
	border-radius:3px;
	padding:3px;
	color:#fff;
	font-size:11px;
}
.b-green a img{
	padding-right:2px;
}
.b-green a:hover img{
	opacity: 1;
}
.b-orange a{
	background:#F1AF33;
}
.b-green a{
	background:#1bb71f;
}

.b-lblue a{
	background:#1B95E1;
}
.b-blue span,
.b-blue a{
	background:#3D59A8;
}
.sns-sp{
	display:none;
}
.sns-pc .facebook{
	max-height:22px;
	overflow:hidden;
position:absolute;
top: 8px;
	opacity:0;
}
.sns-pc .facebook iframe{
	border:none;


	opacity:0;
}
@media screen and (max-width: 800px){
	.sns-sp .facebook{
		overflow:hidden;
		position:absolute;
		opacity:0;
	}
	.sns-sp .facebook + .b-blue {
	    background: #3D59A8;
	    padding-left: 7vw;
	    box-sizing: border-box;
	    /* position: relative; */
	    /* left: 8vw; */
	    border-right: solid 1px #fff;
	}
.sns-sp .facebook iframe {
    border: none!important;
    position: absolute;
    top: -8vw;
    opacity: 0;
    left: -13vw;
    width: 92px!important;
    height: 3000px!important;
    transform: scale(2.5);
    transform-origin: 0 0;
}
	.wrapper{
	width:100% ;

	}
	.sns-sp ul{
		display:flex;
	}
	.sns-pc{
		display:none;
	}
	.sns-sp{
		display:block;
		width:100%;

	}
	.sns-sp li{
		display: block;;
		width: 25%;
		margin: 0;
	}
	.sns-sp{
		position:fixed;
		bottom:0;
		bottom: -1px;
	}
	.sns-sp li span,
	.sns-sp li a {
		width:100%;
		font-size:7vw;
		box-sizing: border-box;
		padding: 15px 0;
		text-align: center;
		border-radius:0;
		color:white;
	}
	.b-green a img {
    	width: 11vw;
	}
	.sns-sp ul>li:first-child{
		/*border-right:solid 1px #fff;*/
	}
}
/*ヘッダーメニュー追加2021.06
******************************************/
/*TOPメニュー*/
.fixMenu {
	background: #fff;
	/*position: fixed;*/
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	z-index: 999;
	height:93px;
}
.fixMenu-in {
	width: 1000px;
	margin: 0 auto;
	/*position: relative;*/
	padding:16px 16px 0 16px;
}
.fixMenu .logo {
	width: 250px;
	float: left;
}
.fixMenu .logo img {
	width: 100%;
	height: auto;
}
.fixMenu ul {
	float: right !important;
	width: 700px !important;
	margin-top:20px !important;
}
.fixMenu li {
	float: left !important;
	margin:0 !important;
	font-size: 16px !important;
	list-style: none !important;
	padding: 0 0 0 20px;
	background: none;
	color: #333 !important;
	font-weight: normal;
}
.fixMenu li a {
	color: #333 !important;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.fixMenu li a:hover {
	border-bottom: 3px solid #4367a6 !important;
	padding-bottom: 3px !important;
}
.spNavi {
	display: none;
}

@media screen and (max-width:980px){
.fixMenu {
	/*display: none;*/
	}
/*スマホヘッダー*/
.spNavi {
	display: block;
	position:absolute;
	width: 100%;
	box-sizing: border-box;
	/*padding: 10px;*/
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	background-color: #fff;
	}
.spNavi-in {
	padding: 10px;
	}
.spNavi .logo {
	width: 40%;
	}
.spNavi .logo img {
	width: 100%;
	height: auto;
	}
/*ハンバーガー*/
.menu-btn {
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color:#fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 6px;/*3*/
    width: 50px;/*25*/
    border-radius: 3px;
    background-color: #333;
    position: absolute;
}
.menu-btn span:before {
    bottom: 15px;/*8*/
}
.menu-btn span:after {
    top: 15px;/*8*/
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #333;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 150px 10px 0;/*70px 10px 0*/
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
	background: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2.5rem;/*1.2*/
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 22px 15px 0 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
   	border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 30px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}


/*フッダーメニュー追加2021.06
******************************************/
/*FOOTER*/
.footer {
	background-color: #f7f7f7;
	box-sizing: border-box;
	border-top: #ccc 1px solid;
	padding-bottom: 140px;
}
.footer-in {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.f-navi {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}
.f-navi-in {
	width:1000px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
}
.footer ul {
	margin: 0 auto;
	width: 670px;
}
.footer li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-right: 20px;
	line-height: 1;
	margin-bottom: 0;
	background: none;
}
.footer li a {
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.footer li a:hover {
	color: #4367a6;
}
.footer p.copyright {
	line-height: 1;
	text-align: center;
	font-size: 0.9rem;
}
/*フッターinfo*/
.info {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 65%;
}
.info p.name {
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.info p.address {
	line-height: 1.2;
}
.info-l {
	/*width: 300px;*/
	float: left;
	margin-top: 15px;
}
.info-r {
	width: 100px;
	float: left;
	/*padding-top: 10px;*/
	margin-left: 50px;
}
.info-r img {
	width: 100%;
	height: auto;
}
.info-clear {
	clear: both;
}

/*リアルインサイトについて*/
.footer2 {
	background-color: #fff;
	box-sizing: border-box;
	/*border-top: #ccc 1px solid;*/
	padding-bottom: 60px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #333;
}
.footer2-in {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width:980px){
	
/*フッター*/
.footer {
	box-sizing: border-box;
	width:880px;
	}
.footer ul {
	padding: 5px 0 20px 5px;
	width: 100%;
	box-sizing: border-box;
	}
.footer li {
	font-size: 16px !important;
	line-height: 2rem !important;
	background: none !important;
	}
.footer-in {
	width: 100%;
	margin: 0 auto;
	padding:10px 0 150px 10px;
}
.footer p.copyright {
	line-height: 1;
	text-align: center;
	font-size: 1.5rem;
}
.info {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 95%;
}
.info-l {
	width: 65%;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}
.info-r {
	width:25%;
	float: right;
	margin-right: 3%;
	margin-left: 0;
	/*padding-top: 10px;
	margin-left: 50px;*/
}
.info p.name {
	font-size: 2rem;
}

.info p.address {
	line-height: 1.2;
	font-size: 1.8rem;
}
.sp-f-navi p {
	padding: 0.5rem 0;
}
.sp-f-navi p a {
	font-size: 2rem;
	margin-bottom:0;
	line-height: 2;
	color: #333;
	text-decoration: none;
	margin-right: 1.5rem;
	}
.sp-f-navi p a:hover {
	color: #4367a6;
}	
	
	.footer li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-right: 20px;
	line-height: 1;
	margin-bottom: 0;
	background: none;
}
.footer li a {
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.footer li a:hover {
	color: #4367a6;
}
.pc {
	display: none;
	}
.sp {
	display: block;
}
.f-size12 {
	font-size: 1.5rem !important;
}
/*リアルインサイトについて*/
.footer2 {
	box-sizing: border-box;
	width:100%;
	background-color: #fff;
	}
.footer2-in {
	width: 96%;
	margin: 0 auto;
	padding:30px 0;
	box-sizing: border-box;
}
}