@charset "utf-8";
/* CSS Document */
#contents_area{
	padding: 60px 10px;
	font-size: 18px;
}
h1{
	margin: -5px auto 25px; font-weight: bold; font-size: 18px; max-width: 1120px;
}
.mainVisual{
	text-align: center;
}
h2{
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
h2::before {
    content: "";
    background: url(../images/icon.png);
    display: inline-block;
    width: 27px;
    height: 36px;
    margin: -6px 10px 0 0;
    vertical-align: middle;
    background-size: 27px auto;
}

section.area{
 text-align:center;
	font-size: 22px;
}
p{
	font-size: 1.8rem;
	
}


.info{
background: #f0f0f0;
    padding: 1em;
    text-align: left;
    width: 80%;
    margin: 1em auto;
}
.info span{
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
}
.info p{
	font-size: 1.4rem;
	text-indent: -1em;
  padding-left: 2em;
	margin: 8px 0 0 0;
}


/*--MVリスト　印刷ボタン--*/
.area p,.b2bprint{
display: inline-block;
    margin-right: 15px;
    margin-bottom: 23px;
	
}
.area p a,.b2bprint a,.closebtn a{
	display: block;
    background: #f8f6f6;
	border-radius: 5px;        /* CSS3草案 */ 
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 5px;   /* Firefox用 */ 
    color: #fff;
    font-size: 16px;
    line-height: 3.5em;
	padding:0 3.5em;
	position: relative;
    z-index: 100;
    text-align:center;
    text-decoration:none;
}

.area p a:after,.b2bprint a:after,.closebtn a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #f297a1;
}
.area p a:hover,.b2bprint a:hover,.closebtn a:hover{
background-color: #e6e4e4;
}
/*-/-MVリスト　印刷ボタン--*/

/*--閉じるボタン--*/
.closebtn{
    display: table;
    margin: 0 auto;
    
}
.closebtn a{
    line-height: 2.5em;
    background: #dedede;
}
.closebtn a:after {
    border-left: 5px solid #767676;
}
/*--/閉じるボタン--*/

/*--駅名--*/
section.area ul{
display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 40px auto;
    justify-content: space-between;
}

section.area ul li{
	text-align: left;
	font-size: 2rem;
    width: 18%;
    margin: 0 10px 18px;
	background: url(../images/list.png) left 1rem top 16px no-repeat;
    background-size: 13px auto;
    /*background-color: #f4f4f4;*/
    padding: 6px 6px 6px 3rem;
}


section.area ul::before{
  content:"";
  display: block;
  width:18%;
  order:1;
  padding: 6px 6px 6px 3rem;
  margin: 0 10px 18px;
}
section.area ul::after{
  content:"";
  display: block;
  width:18%;
  padding: 6px 6px 6px 3rem;
  margin: 0 10px 18px;
}


/*section.area ul li::after {
  display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 100%;
}*/

@media screen and (max-width: 767px) {
	.area p.pc{display:none;}
	#contents_area {
		background: #fff;
    width: 95%;
		min-width: auto;
		max-width: auto;
}
	.area p{
		width: 90%;
	}
	.area p a{
line-height: 1.5em;
    padding: 1em 3.5em;
}
    section.area ul{
    justify-content: space-between;
    width: 90%;
}
section.area ul li{
    width: 32%;
}
	
}
@media screen and (max-width: 334px){
section.area ul li {
    width: 28%;
}
}

/*--B2B--*/
#contents_area nav ul{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 40px auto;
}

#contents_area nav ul li{
	border: 1px solid #323743;
    width: 30%;
    margin: 0 10px 18px;
}

#contents_area nav ul li a{
display: block;
    font-size: 16px;
    line-height: 3.5em;
    padding: 0 3.5em;
    position: relative;
    z-index: 100;
    text-align: center;
}
#contents_area nav ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #323743;
  border-right: solid 2px #323743;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -6px;
  transform: rotate(45deg);
}
#contents_area nav ul li a:hover{
background:#C0C5CB;
color:#323743;
text-decoration:none;
}

/*--エリア名--*/
h3 {
	font-size: 32px;
	font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin: 50px auto 30px;
}

h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3:before {
  left:0;
}
h3:after {
  right: 0;
}

/*--支社名--*/
.area p.shisya{
    display: block;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 auto -30px;
}
/*--PAGE TOPボタン追加--*/
#page_top{
width: 30px;
height: 30px;
position: fixed;
right: 1em;
bottom: 50px;
background: #bcbcbc;
opacity: 0.6;
border-radius: 50%;
z-index: 9999;
}
#page_top a{
position: relative;
display: block;
width: 30px;
height: 30px;
text-decoration: none;
}

#page_top a:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 54%;
    right: 34%;
    margin-top: -6px;
    transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
#contents_area nav ul li{
    width: 90%;
}
    #page_top{
bottom: 10px;
}

}
