@charset "UTF-8";

.clearfix:after{ display: block; clear: both; height: 0; visibility: hidden; content: ""; }
.clearfix{ min-height: 1px; }
a { transition: opacity 0.25s linear; }
a:hover{ opacity: 0.7; -ms-filter: "alpha(opacity=70)"; }
.sp { display: none; }
br.sp{ display: none; }
#tel{ width: 940px; margin: 0 auto; }
.page-container {
	background-color: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-top: 5%;
}
.btnarea {
	text-align: right;
}
.category-name {
	margin-top: 3%;
	text-align: center;
}
.category-name .floorbtn  {
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}
.page-container .inner  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	position: relative;
}
page-container .copy  {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.page-container .flowchart  {
    background-color: #21B2D1;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-container .flowchart .flow-box  {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.flowchart .flow-box .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.page-container .inner .brand-category  {
    margin-top: 50px;
}
.brand-category .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.page-container .inner .category-name  {
    color: #3662AA;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.page-container .inner .attention  {
    color: #FFFFFF;
    background-color: #BE0000;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.category-ttl {
    color: #3662AA;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px;
    margin-top: 40px;
    text-align: center;
}
.floor-category {
    color: #3662AA;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5%;
}
table  {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
tbody tr th {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #DFEDF8;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
tbody tr td {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
}
tbody tr td a {
    font-size: 18px;
}
.inner .f-navi {
    text-align: center;
    margin-bottom: 50px;
}
.inner .f-navi a.f-btn {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    background: #000;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.senmon-btn{
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background-color: #3762AA;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 3px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
}

.buttonB {
    display: inline-block;
    width: 100%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    border-radius: 5px;
}
.buttonB::before,
.buttonB::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonB,
.buttonB::before,
.buttonB::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonB:hover {
  color: #fff;
}
.buttonB::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.buttonB:hover::after {
  background: #ED7EB3;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.buttonBACK {
	display: inline-block;
	width: 100px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
	background-color: #333;
	color: #fff;
	border-radius: 0px 0px 5px 5px;
}
.buttonBACK::before,
.buttonBACK::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonBACK,
.buttonBACK::before,
.buttonBACK::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonBACK:hover {
    background-color: #3662AA;
}

.line { font-size:0.8rem; }
.line:before{ content:""; display:inline-block; width:1em; height:1em; background:url(../image/line.jpg) no-repeat; background-size:contain; }


@media screen and (max-width: 480px){
.clearfix:after{ display: block; clear: both; height: 0; visibility: hidden; content: ""; }
.clearfix{ min-height: 1px; }


#main-content a{ transition: opacity 0.25s linear; }
#main-content a:hover{ opacity: 0.7; -ms-filter: "alpha(opacity=70)"; }
.pc{ display: none; }
.smp-show { display: block; }
#main-content br.pc{ display: none; }
img.sp-show{ display: inline; }
#tel{ width: 100%; margin: 0 auto; }
.page-container {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.category-name {
}
.category-name .floorbtn  {
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.page-container .inner  {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.page-container .copy  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page-container .flowchart {
    background-color: #21B2D1;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-container .flowchart .flow-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.flowchart .flow-box .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.page-container .inner .brand-category  {
    margin-top: 30px;
}
.brand-category .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.page-container .inner .category-name  {
    color: #E5428F;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.page-container .inner .attention  {
    color: #FFFFFF;
    background-color: #BE0000;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.category-ttl {
    color: #3662AA;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
}
.floor-category {
    color: #3662AA;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-top: 8%;
}
table  {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
tbody tr th {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #EBEBEB;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
tbody tr td {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
}

tbody tr td a {
    font-size: 16px;
}


.buttonB {
    display: inline-block;
    width: 100%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px;
}
.buttonB::before,
.buttonB::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonB,
.buttonB::before,
.buttonB::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonB:hover {
  color: #fff;
}
.buttonB::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.buttonB:hover::after {
  background: #ED7EB3;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.buttonBACK {
    display: inline-block;
    width: 100px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    outline: none;
    background-color: #333;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    right: -40px;
}
.buttonBACK::before,
.buttonBACK::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonBACK,
.buttonBACK::before,
.buttonBACK::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonBACK:hover {
  background-color: #21B2D1;
}

	
}
