@charset "UTF-8";

/*
初期設定************************************************/
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.body{
    background-color: #000000;
}

/* privacy */

h2.top {
    font-family: 'noto sans jp',sans-serif;
    font-style: italic;
    background-color: dimgrey;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 3%;
    font-weight: bold;
    font-size: 30px;
	background-color: #616161;
	background-image: repeating-linear-gradient(45deg,
	#424242, #424242 3px,
	transparent 0, transparent 6px);
}
.content{
    display: block;
    padding: 3% 25% ;
    background-color: #fff;
    border-top: solid 10px #38547c;
    border-bottom: solid 10px #38547c;
}
.content p{
    line-height: 2;
    font-family: 'noto sans jp',sans-serif;
}
.ttl{
    font-family: 'noto sans jp',sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #084a94;
    font-size: 20px;
    line-height: 5;
}
.ttl p{
    font-family: 'noto sans jp',sans-serif;
    font-style: italic;
    font-size: 18px;
}
.footer_link{
    text-align: center;
	background-color: #000000;
}
.footer_link a{
    font-family: 'noto sans jp',sans-serif;
    text-decoration:none;
    color: #fff;
    font-size: 13px;
}

footer{
    background-color: #000000;
}
footer p{
    font-family: 'noto sans jp',sans-serif;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

/* company */

.cnpy_wra {
    margin: 0 auto;
    display: block;
    padding: 2%;
    border-top: solid 10px #38547c;
    border-bottom: solid 10px #38547c;
}
.cnpy_wra_info{
    display: block;
    margin: 0 auto;
    width: 880px;
}
.cnpy_wra_info dt {
    font-family: 'noto sans jp',sans-serif;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0px;
    font-size: 24px;
    color: #fff;
    background-color: #38547c;
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	background-image:
	 linear-gradient(45deg,  #303F9F 25%, #303F9F 25%, transparent 25%,
	  transparent 75%, #303F9F 75%, #303F9F 75%),
	 linear-gradient(-135deg, #303F9F 25%, #303F9F 25%, transparent 25%,
	  transparent 75%, #303F9F 75%, #303F9F 75%);
}
.cnpy_wra_info dd {
    font-family: 'noto sans jp',sans-serif;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}



@media screen and (max-width: 768px){
    /* privacy */
    h2.top {
        font-size: 24px;
        padding: 10%;
    }
    .content{
        padding: 3% 8% ;
    }
    .ttl{
        font-size: 18px;
        line-height: 3;
    }
    .ttl p{
        font-size: 16px;
    }
    .footer_link{
        padding: 3% 0%;
    }
    footer p{
        font-size: 12px;
    }

    /* company */
    .cnpy_wra {
        padding: 5%;
    }
    .cnpy_wra_info{
        width: 100%;
    }
    .cnpy_wra_info dt {
        font-size: 20px;
    }
    .cnpy_wra_info dd {
        font-size: 16px;
    }
}
