@charset "UTF-8";

header{
  height: 50px !important;
  position: static !important;
    top: 0 !important;
}
.trunk header nav.nav{
  top: 0 !important;
  /* width: 100vw !important; */
}
#top > div > header > nav{
  width: 100% !important;
}

.header .nav{
  position: relative !important;
  width: 100vw !important;
}

.privacy_block .section_card{
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  text-align: start;
  box-sizing: border-box;
  width: 100%;
  border: #ccc 1px solid;
}
.body.lower .trunk .branches .leaf.title{
  padding-left: 10px;
}
.body.lower .trunk .branches .leaf.title{
  line-height: 80px;
}
.main{
  padding: 0 4%;
  box-sizing: border-box;
}


/*追記 2021/06/09*/

.slide_area {
	border:1px solid #ccc;
width: 100%;
margin:0 auto 30px;
height:240px;
overflow:auto;
box-sizing:border-box;
padding:20px 4%;
}

ul.agree {
	width:100%;
	margin:0px auto 20px;
	display:flex;
	  justify-content: space-between;
	  overflow:hidden;
}
ul.agree li {
	width:50%;
	font-size:14px;
	white-space:nowrap;
	text-align:center;
}
ul.agree li input {
	margin-right:10px;	vertical-align:0em;
}
ul.agree li span {
	display:none;
}
a.btn_next {
	display:block;
	width: 100%;
    height: 60px;
    border: none;
    color: #FFF;
background-color:#174aa6;
display: block;
cursor: pointer;
font-size: 16px;
text-align:center;
line-height:60px;
margin:0 auto;
}
a.btn_next:hover img {
	opacity:0.7;
}

.pc {
	display:none;
}