@charset "UTF-8";
/**************************/
/**　　最上部padding  　　**/
/**************************/
main {
	padding-top: 100px;
	padding-bottom: 50px;
}

@media screen and (min-width: 960px) {
  main {
		padding-top: 160px;
		padding-bottom: 100px;
  }
}
#wrapper {
	padding-top: 1.5em;
}

/**************************/
/**　　 2カラム構築 　　　**/
/**************************/
@media screen and (min-width: 960px) {
  .content {
		width: 960px;
		margin: auto;
  }

  #right-content {
		float: right;
		width: 710px;
  }

  #left-content {
		float: left;
		width: 220px;
  }
}
/**************************/
/**　　 2カラムレフト　　　**/
/**************************/
.leftNav {
	font-size: 0.85em;
	margin-top: 2em;
}
.leftNav h3,
.leftNav li {
	padding: 0.5em;
}
.leftNav h3 {
	background-color: #9fa0a0;
	color: #fff;
	line-height: 1.5;
}
.leftNav li {
	border-bottom: dashed 1px #000;
}
.leftNav li a:hover {
	opacity: 0.5;
}

@media screen and (min-width: 960px) {
  .leftNav {
		margin-top: 0;
  }
}
/**************************/
/**　　　　gナビ下線　 　　**/
/**************************/
@media screen and (min-width: 960px) {
  header .gNav ul li:before, header .gNav ul li:after {
		top: 41px;
  }
}
/**************************/
/**　　サイドメニュー　　　**/
/**************************/
@media screen and (min-width: 960px) {
  header .sideNav {
		top: 180px;
  }
}
/**************************/
/**　　ページタイトル　　　**/
/**************************/
/*
.page-header{
    margin-bottom:20px;
    .pageTitle-bgImage{
        position: relative;
    }
    .pageTitle-opa{
        background-color:rgba(34, 34, 34, 0.6);
        color:#fff;
        font-family: 'Noto Sans SC', sans-serif;
        font-weight: bold;
        font-size:1.2em;
        text-align: center;
        position: absolute;
        width:100%;
        bottom:0;
        display:block;
        line-height: 1.5;
        padding:0.2em 0;
        span{
            display:block;
            font-size:0.7em;
        }
    }
    .pageTitle-gray{
        line-height: 1.5;
        padding:0.5em;
        font-weight: bolder;
        display:block;
    }
}
@include w768{
    .page-header{
        margin-bottom:46px;
        .pageTitle-opa{
            font-size:1.8em;
        }
        .pageTitle-gray{
        }
    }
}
@include w960{
    .page-header{
        .pageTitle-opa{
            padding:8px 0;
            font-size:3em;
        }
        .pageTitle-gray{
            text-align: center;
            font-size:1.15em;
        }
    }
}*/
.page-title {
	margin-bottom: 1.5em;
	width: 90%;
	margin: 0 auto 2em;
}
.page-title .main-title {
	font-size: 1.5em;
	padding-bottom: 1.5em;
  line-height: 1.5;
  font-weight: bold;
}
.page-title .sub-title {
	font-weight: 700;
}

@media screen and (min-width: 960px) {
  .page-title {
		width: 100%;
  }
  .page-title .main-title {
    font-size:21px;
    padding-bottom: 1.5em;
  }
  .page-title .sub-title {
		font-size: 18px;
    border-bottom: 1px solid #b1b1b1;
  }

  /*１カラム時のみ*/
  #wrapper > .page-title {
		width: 960px;
		margin: 0 auto 2.5em;
  }
}
/**************************/
/**　　赤背景タイトル　　　**/
/**************************/
.red-title {
	background-color: #cf000e;
	color: #fff;
	text-align: center;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .red-title {
		font-size: 1.8em;
  }
}
/**************************/
/**　　お申込みボタン　　　**/
/**************************/
.dot-button {
	background-color: #cf000e;
	color: #fff;
	border: dashed 1px #fff;
	box-shadow: 0px 0px 0px 8px #cf000e, 0px 0px 0px 9px #898989, 2px 2px 8px 8px #898989;
	padding: 1em;
	border-radius: 8px;
	padding: 8px 16px;
	display: block;
	margin: auto;
	width: 280px;
	text-align: center;
	vertical-align: middle;
}
.dot-button:before {
	content: "";
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	background-image: url(../img/common/dot-button.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.dot-button:hover {
	background-color: #fff;
	color: #cf000e;
	border: dashed 1px #cf000e;
	box-shadow: 0px 0px 0px 8px #fff, 0px 0px 0px 9px #fff, 2px 2px 8px 8px #898989;
}
.dot-button:hover:before {
	background-image: url(../img/common/dot-button-hover.png);
}

.go-to-appl img{
  display:block;
  margin:1em auto 2em;
}
/**************************/
/**　　ボーダータイトル　**/
/**************************/
.borderTitle {
	background-image: url(https://www.b-partner.co.jp//img/common/borderTitle-bg.png);
	border: 1px solid rgba(207, 0, 14, 0.3);
	margin: 3em 0 2em;
  padding:.5em .3em;
	width: 100%;
  min-height: 3em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.borderTitle-content {
	width: 100%;
	line-height: 1;
	font-weight: 700;
	font-size: 1.1em;
}
.borderTitle-content span {
	color: #ef857d;
	font-size: 3em;
    line-height: .8;
    padding:0 .1em;
}
@media screen and (min-width: 960px) {
    .borderTitle {
        height: 2em;
    }
    .borderTitle-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .borderTitle-content span {
        font-size: 4em;
        margin-top: -.3em;
    }
}

ul.List li{
  list-style-type: none;
  padding: 0 0 0.15em 1.5em;
  position: relative;
}
ul.List li .coron{
  position: absolute;
  top:0;left:0;
}
._pl0rem{padding-left: 0rem !important;}
._pl1rem{padding-left: 1rem !important;}


._m0{margin: 0 !important;}._mt0 {margin-top: 0px !important; }._mb0 {margin-bottom: 0px !important; }._ml0 {margin-left: 0px !important; }._mr0 {margin-right: 0px !important; }._pt0 {padding-top: 0px !important; }._pb0 {padding-bottom: 0px !important; }._pl0 {padding-left: 0px !important; }._pr0 {padding-right: 0px !important; }._mt5 {margin-top: 5px !important; }._mb5 {margin-bottom: 5px !important; }._ml5 {margin-left: 5px !important; }._mr5 {margin-right: 5px !important; }._pt5 {padding-top: 5px !important; }._pb5 {padding-bottom: 5px !important; }._pl5 {padding-left: 5px !important; }._pr5 {padding-right: 5px !important; }._mt10 {margin-top: 10px !important; }._mb10 {margin-bottom: 10px !important; }._ml10 {margin-left: 10px !important; }._mr10 {margin-right: 10px !important; }._pt10 {padding-top: 10px !important; }._pb10 {padding-bottom: 10px !important; }._pl10 {padding-left: 10px !important; }._pr10 {padding-right: 10px !important; }._mt15 {margin-top: 15px !important; }._mb15 {margin-bottom: 15px !important; }._ml15 {margin-left: 15px !important; }._mr15 {margin-right: 15px !important; }._pt15 {padding-top: 15px !important; }._pb15 {padding-bottom: 15px !important; }._pl15 {padding-left: 15px !important; }._pr15 {padding-right: 15px !important; }._mt20 {margin-top: 20px !important; }._mb20 {margin-bottom: 20px !important; }._ml20 {margin-left: 20px !important; }._mr20 {margin-right: 20px !important; }._pt20 {padding-top: 20px !important; }._pb20 {padding-bottom: 20px !important; }._pl20 {padding-left: 20px !important; }._pr20 {padding-right: 20px !important; }._mt25 {margin-top: 25px !important; }._mb25 {margin-bottom: 25px !important; }._ml25 {margin-left: 25px !important; }._mr25 {margin-right: 25px !important; }._pt25 {padding-top: 25px !important; }._pb25 {padding-bottom: 25px !important; }._pl25 {padding-left: 25px !important; }._pr25 {padding-right: 25px !important; }._mt30 {margin-top: 30px !important; }._mb30 {margin-bottom: 30px !important; }._ml30 {margin-left: 30px !important; }._mr30 {margin-right: 30px !important; }._pt30 {padding-top: 30px !important; }._pb30 {padding-bottom: 30px !important; }._pl30 {padding-left: 30px !important; }._pr30 {padding-right: 30px !important; }._mt35 {margin-top: 35px !important; }._mb35 {margin-bottom: 35px !important; }._ml35 {margin-left: 35px !important; }._mr35 {margin-right: 35px !important; }._pt35 {padding-top: 35px !important; }._pb35 {padding-bottom: 35px !important; }._pl35 {padding-left: 35px !important; }._pr35 {padding-right: 35px !important; }._mt40 {margin-top: 40px !important; }._mb40 {margin-bottom: 40px !important; }._ml40 {margin-left: 40px !important; }._mr40 {margin-right: 40px !important; }._pt40 {padding-top: 40px !important; }._pb40 {padding-bottom: 40px !important; }._pl40 {padding-left: 40px !important; }._pr40 {padding-right: 40px !important; }._mt45 {margin-top: 45px !important; }._mb45 {margin-bottom: 45px !important; }._ml45 {margin-left: 45px !important; }._mr45 {margin-right: 45px !important; }._pt45 {padding-top: 45px !important; }._pb45 {padding-bottom: 45px !important; }._pl45 {padding-left: 45px !important; }._pr45 {padding-right: 45px !important; }._mt50 {margin-top: 50px !important; }._mb50 {margin-bottom: 50px !important; }._ml50 {margin-left: 50px !important; }._mr50 {margin-right: 50px !important; }._pt50 {padding-top: 50px !important; }._pb50 {padding-bottom: 50px !important; }._pl50 {padding-left: 50px !important; }._pr50 {padding-right: 50px !important; }._mt55 {margin-top: 55px !important; }._mb55 {margin-bottom: 55px !important; }._ml55 {margin-left: 55px !important; }._mr55 {margin-right: 55px !important; }._pt55 {padding-top: 55px !important; }._pb55 {padding-bottom: 55px !important; }._pl55 {padding-left: 55px !important; }._pr55 {padding-right: 55px !important; }._mt60 {margin-top: 60px !important; }._mb60 {margin-bottom: 60px !important; }._ml60 {margin-left: 60px !important; }._mr60 {margin-right: 60px !important; }._pt60 {padding-top: 60px !important; }._pb60 {padding-bottom: 60px !important; }._pl60 {padding-left: 60px !important; }._pr60 {padding-right: 60px !important; }._mt65 {margin-top: 65px !important; }._mb65 {margin-bottom: 65px !important; }._ml65 {margin-left: 65px !important; }._mr65 {margin-right: 65px !important; }._pt65 {padding-top: 65px !important; }._pb65 {padding-bottom: 65px !important; }._pl65 {padding-left: 65px !important; }._pr65 {padding-right: 65px !important; }._mt70 {margin-top: 70px !important; }._mb70 {margin-bottom: 70px !important; }._ml70 {margin-left: 70px !important; }._mr70 {margin-right: 70px !important; }._pt70 {padding-top: 70px !important; }._pb70 {padding-bottom: 70px !important; }._pl70 {padding-left: 70px !important; }._pr70 {padding-right: 70px !important; }._mt75 {margin-top: 75px !important; }._mb75 {margin-bottom: 75px !important; }._ml75 {margin-left: 75px !important; }._mr75 {margin-right: 75px !important; }._pt75 {padding-top: 75px !important; }._pb75 {padding-bottom: 75px !important; }._pl75 {padding-left: 75px !important; }._pr75 {padding-right: 75px !important; }._mt80 {margin-top: 80px !important; }._mb80 {margin-bottom: 80px !important; }._ml80 {margin-left: 80px !important; }._mr80 {margin-right: 80px !important; }._pt80 {padding-top: 80px !important; }._pb80 {padding-bottom: 80px !important; }._pl80 {padding-left: 80px !important; }._pr80 {padding-right: 80px !important; }._mt85 {margin-top: 85px !important; }._mb85 {margin-bottom: 85px !important; }._ml85 {margin-left: 85px !important; }._mr85 {margin-right: 85px !important; }._pt85 {padding-top: 85px !important; }._pb85 {padding-bottom: 85px !important; }._pl85 {padding-left: 85px !important; }._pr85 {padding-right: 85px !important; }._mt90 {margin-top: 90px !important; }._mb90 {margin-bottom: 90px !important; }._ml90 {margin-left: 90px !important; }._mr90 {margin-right: 90px !important; }._pt90 {padding-top: 90px !important; }._pb90 {padding-bottom: 90px !important; }._pl90 {padding-left: 90px !important; }._pr90 {padding-right: 90px !important; }._mt95 {margin-top: 95px !important; }._mb95 {margin-bottom: 95px !important; }._ml95 {margin-left: 95px !important; }._mr95 {margin-right: 95px !important; }._pt95 {padding-top: 95px !important; }._pb95 {padding-bottom: 95px !important; }._pl95 {padding-left: 95px !important; }._pr95 {padding-right: 95px !important; }._mt100 {margin-top: 100px !important; }._mb100 {margin-bottom: 100px !important; }._mb-1em {margin-bottom: 1em; }._ml100 {margin-left: 100px !important; }._mr100 {margin-right: 100px !important; }._pt100 {padding-top: 100px !important; }._pt150 {padding-top: 150px !important; }._pb100 {padding-bottom: 100px !important; }._pl100 {padding-left: 100px !important; }._pr100 {padding-right: 100px !important; }
._map01{aspect-ratio: 16 / 9;display: block;}
._map01 img{width: 100%;height: 100%;object-fit: cover;object-position: 50% 50%;}
@media screen and (max-width: 980px) {
  ._map01{aspect-ratio: 4 / 3 ;display: flex;align-items: center;justify-content: center; overflow: hidden;}
  ._map01 img{object-fit: cover;width: 800px;height: 600px;}
}
