@charset "UTF-8";
/* CSS Document */

/*header------------------------------------------*/
header {
	background: #fff;
	padding-bottom: 11px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	transition: 0.3s;
	z-index: 5;
}
.privacy header {
	border-bottom: 2px solid #f2f2f2;
}
header.fixed {
	padding-bottom: 6px;
	transition: 0.3s;
}
header .c_line {
	margin-bottom: 16px;
	transition: 0.3s;
}
header.fixed .c_line {
	margin-bottom: 9px;
}
header .c_line span {
	width: 20%;
	float: left;
	height: 8px;
	transition: 0.3s;
}
header.fixed .c_line span {
	height: 5px;
}
.c_line_a {
	background-color: #EC6C00;
}
.c_line_b {
	background-color: #FFD900;
}
.c_line_c {
	background-color: #1EAA39;
}
.c_line_d {
	background-color: #0054A6;
}
.c_line_e {
	background-color: #AE4B96;
}
header .logo {
	width: 140px;
	padding: 0 0px 0 45px;
	float: left;
	transition: 0.3s;
}
header.fixed .logo {
	width: 93px;
	padding: 0 0px 0 45px;
}
header nav {
	background-color: #FFFFFF;
	float: right;
	margin-top: 17px;
	transition: 0.3s;
}
header.fixed nav {
	margin-top: 10px;
}
header nav ul li {
	float: left;
	margin-right: 30px;
}
header nav ul li a {
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: NotoSans-DemiLight;
}
header nav ul li a:hover {
	color: #eaa638;
}

/*contents------------------------------------------*/
#p01, #p02, #p03 {
	position: absolute;
	bottom: 0px;
	height: 60px;
}
#main {
	padding-top: 0;
	padding-bottom: 0;
	height: 555px;
	background: url(../images/main_bg.jpg) no-repeat center top;
}
#main .main_ttl {
	width: 450px;
	top: 0px;
	padding-top: 260px;
	padding-left: 108px;
}
section {
	padding-top: 90px;
	padding-bottom: 150px;
	position: relative;
}
section .ttl {
	font-size: 33px;
	color: #000;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 35px;
	font-family: NotoSans-Black;
}
section .ttl span {
	font-size: 14px;
	letter-spacing: 0.15em;
	display: block;
	padding-top: 7px;
	font-family: NotoSans-Bold;
}
section .ttl .c_line {
	margin-bottom: 15px;
	text-align: center;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
section .ttl .c_line span {
	width: 16px;
	float: left;
	height: 5px;
	padding-top: 0;
}
.privacy #sec01 {
	padding-top: 190px;
}
#sec01 p {
	font-size: 14px;
	line-height: 230%;
	color: #000;
	letter-spacing: 0.03em;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#sec02 {
	background: #fffaef;
}
#sec02 .item {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#sec02 .box {
	margin: 0 0 40px;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
}
#sec02 .left {
	float: left;
	width: 340px;
}
#sec02 .right {
	float: right;
	width: 340px;
}
#sec02 .both {
	clear: both;
	margin-bottom: 0px;
}
#sec02 .txt {
	padding: 30px;
}
#sec02 .txt h3 {
	font-size: 18px;
	color: #fff;
	background: #eaa638;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 17px;
	font-family: NotoSans-Medium;
	border-radius: 25px;
}
#sec02 .txt p {
	font-size: 14px;
	line-height: 200%;
	color: #000;
}
#sec03 {
	background: url(../images/bg_01.jpg) repeat left top;
	border-top: 2px solid #f2f2f2;
}
#sec03 .prf {
	border-top: 1px solid #ccc;
	width: 720px;
	margin: 10px auto 100px;
}
#sec03 .prf li {
	border-bottom: 1px solid #ccc;
	padding-top: 24px;
	padding-bottom: 24px;
}
#sec03 .prf li .left {
	float: left;
	width: 165px;
	padding-left: 20px;
	letter-spacing: 0.05em;
	font: 14px/200% NotoSans-medium;
}
#sec03 .prf li .right {
	float: left;
	letter-spacing: 0.05em;
	font: 14px/200% NotoSans-DemiLight;
}
#sec03 .btn_01 {
	margin: 0px auto 25px;
	width: 550px;
}
#sec03 .btn_02 {
	display: block;
	margin: 0 auto;
	width: 550px;
}

/*footer------------------------------------------*/
footer {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 2px solid #f2f2f2;
}
footer .go_top {
	width: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
}
footer .logo {
	width: 140px;
	float: left;
	margin: 40px 30px 0px 45px;
}
footer nav {
	float: left;
	margin-top: 60px;
	margin-right: 10px;
}
footer nav ul li {
	float: left;
}
footer nav ul li a {
	color: #000;
	letter-spacing: 0.08em;
	margin-right: 23px;
	font: 10px NotoSans-DemiLight;
}
footer nav ul li a:hover {
	color: #eaa638;
}
footer .ads {
	float: left;
	padding: 25px 0px 25px 35px;
	border-left: 1px solid #eee;
	color: #000;
	letter-spacing: 0.05em;
	font: 10px/180% NotoSans-DemiLight;
}
footer address {
	padding-bottom: 20px;	
}

@media screen and (max-width:750px){
/*header------------------------------------------*/
header {
	padding-bottom: 8px;
}
header .c_line {
	margin-bottom: 7px;
}
header .c_line span {
	height: 4px;
}
header .logo {
	float: none;
	width: 100px;
	padding: 0 0 0 15px;
}
header nav {
	float: none;
	margin-top: 0;
	display: none;
	width: 100%;
	position: fixed;
	top: 62px;
	border-top: 2px solid #f2f2f2;
	height: 100%;
}
header nav ul {
	width: 86%;
	margin: 15px auto;
}
header nav ul li {
	float: none;
	margin-right: 0;
	border-bottom: 2px solid #f2f2f2;
}
header nav ul li a {
	font-size: 15px;
	display: block;
	padding: 25px 15px;
}
header nav ul li a:hover {
	color: #000000;
}

.btn_nav {
	background: url(../images/btn_nav_sp.png) no-repeat center center;
	background-size: cover;
	height: 50px;
	width: 50px;
	position: fixed;
	top: 6px;
	right: 5px;
	z-index: 15;
}
.btn_nav.show {
	background: url(../images/btn_nav_close_sp.png) no-repeat center center;
	background-size: cover;
}

/*contents------------------------------------------*/
#main {
	height: auto;
	background: none;
}
#main .main_ttl {
	width: auto;
	padding-top: 0;
	padding-left: 0;
}
section {
	padding-top: 50px;
	padding-bottom: 70px;
}
section .ttl {
	font-size: 28px;
	padding-bottom: 35px;
}
section .ttl span {
	font-size: 13px;
}
section .ttl .c_line {
	margin-bottom: 12px;
	width: 65px;
}
section .ttl .c_line span {
	width: 13px;
	height: 4px;
}
.privacy #sec01 {
	padding-top: 110px;
}
#sec01 p {
	font-size: 13px;
	width: 86%;
}
#sec02 .item {
	width: 86%;
	padding-top: 5px;
}
#sec02 .box {
	margin: 0 0 30px;
}
#sec02 .left {
	float: none;
	width: auto;
}
#sec02 .right {
	float: none;
	width: auto;
}
#sec02 .txt {
	padding: 25px;
}
#sec02 .txt h3 {
	font-size: 16px;
	border-radius: 35px;
	margin-bottom: 15px;
	line-height: 130%;
}
#sec02 .txt p {
	font-size: 13px;
}
#sec03 .prf {
	width: 86%;
	margin: 0 auto 50px;
}
#sec03 .prf li .left {
	float: none;
	width: auto;
	margin-bottom: 5px;
	font: 13px/200% NotoSans-medium;
}
#sec03 .prf li .right {
	float: none;
	padding-left: 20px;
	font: 12px/200% NotoSans-DemiLight;
}
#sec03 .btn_01 {
	margin: 0px auto 20px;
	width: 86%;
}
#sec03 .btn_02 {
	width: 86%;
}

/*footer------------------------------------------*/
footer {
	padding-top: 30px;
	padding-bottom: 25px;
}
footer .go_top {
	width: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
}
footer .logo {
	width: 126px;
	float: none;
	margin: 0px auto;
}
footer .ads {
	float: none;
	padding: 20px 0px 0px;
	border-left: none;
	text-align: center;
	font: 9px/180% NotoSans-DemiLight;
}
footer address {
	padding-bottom: 10px;	
}

}