@charset "UTF-8" ;

.modal-area{
	margin-top:30px;

}


@charset "UTF-8";

body {
	width: 100% ;
	height: 5000px ;
	padding: 0 ;
}

#modal-content {
	width: 60% ;
	margin: 0 ;
	padding: 30px 20px ;
	border: 1px solid #aaa ;
	background: #fff ;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
  	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-close {
	display: inline-block;
	margin-right: 30%;
	margin-left: 30%;
	width: 40%;
	background-color: #CCC;
	padding: 10px;
	text-align: center;
}
#modal-close a:visited {
	text-decoration: none;
}

.button-close:hover {
	background-color: #E1E1E1;
}

.button-link {
	color: #369;
	text-decoration: underline;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}


.content-block_inner {
  padding: 0;
}

.sitepolicy_block section {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sitepolicy_block a {
  color: #000;
  text-decoration: underline;
}

.sitepolicy_block a:hover {
  color: #5fcc85;
}

.sitepolicy_block section:first-child {
  margin-bottom: 4%;
}

.sitepolicy-box {
  margin-bottom: 30px; 
  color: #000;
  text-align: left;
  font-size: 12px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
}

.sitepolicy-box .block_title {
  margin-bottom: 5px; 
  font-weight: bold;
  font-size: 14px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sitepolicy-box_header {
  margin-bottom: 30px; 
  color: #000;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2.0;
}

.sitepolicy-box_header .block_title {
	margin-bottom: 40px;
	color: #000;
	text-align: center;
	font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.6;
}

.sitepolicy-box ul li {
  margin-bottom: 10px;
  margin-left: 2em;
  list-style-position: outside; 
  list-style-type: disc;
}

@media only screen and (max-width: 48em) {
  .main-area {
    padding-bottom: 20px;
  }
  .sitepolicy_block {
    margin: 0 4%;
  }
  .sitepolicy_block section {
    padding: 30px 0 10px;
  }
  .sitepolicy-box_header {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .sitepolicy-box_header .block_title {
    margin-bottom: 30px; 
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sitepolicy-box .block_title {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.font14px{
	font-size:14px;
	line-height:1.4;
}