@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
          title Font Style
===================================*/

.page_ttl {
	margin:0 auto 50px;
	padding:60px 0 37px;
	background-image:url(../img/til-privacy.png);
	background-position:0% 63%;
	background-repeat:no-repeat;
	background-size:100% auto;
	box-shadow: 1px 6px 11px;
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}
.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
	text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}


/*==================================
         privacypolicy
===================================*/
.sectionLv01{
	margin-top:120px;
    position: relative;
	width:1100px;
	margin-bottom:80px;
}
.sectionLv01 h3{
	color:black;
}
.sectionLv01 h2{
	text-align:center;
	margin-bottom:9%;
	color:#000000;
}

/*==================================
          Title-font
===================================*/

.t-title{
	background:#0066FF;
	font-size: 1.5em;/* �t�H���g�T�C�Y */
	font-weight: bold;/* �t�H���g���� */   
	padding-top: .4em;
	padding-bottom: .4em;
	border-bottom: solid 4px #0000CC;/* �� */
	padding:8px 130px;
	

}
.font-big{	
	font-size:50px;
	color:#FFFFFF;
	letter-spacing:10px;
    vertical-align:  middle;
	font-weight: bolder;
} 
.font {
	color:#000000;
    vertical-align:  middle;            /* ������ */
	font-weight: bolder;                /* �O���̗]���w�� */
	font-size:22px;
}
/*==================================
          Privacypolicy
===================================*/
.kojinjyouhou {
    margin: 20px auto;
    text-align: left;
    padding: 10px 30px;
    line-height: 1.8;
}
.kojinjyouhou h4 {
    padding: 20px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0066ff;
}
.kojinjyouhou p {
    padding: 0px 0px 0px 30px;
    font-size: 14px;
}
.text-right{
    text-align: right;
}


