@charset "utf-8";
/* CSS Document */
.spNone {display: block !important;}
.pcNone {display: none !important;}
/* contents
----------------------------------------------------*/
.privacy_contents {
    width: 100%;
    background: #F7F9FC;
    padding: 30px 0;
}
.privacy_area {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.privacy_box {
    width: 49%;
    padding: 2%;
	box-shadow: 2px 2px 7px #b2c0d8;
    background: #FFFFFF;
    box-sizing: border-box;
}
.privacy_box:last-child {
    width: 100%;
    margin-top: 2%;
}
.privacy_box p {
    margin-top: 2.5%;
	line-height: 1.5;
}
.privacy_name {
    padding-bottom: 2.5%;
    border-bottom: dashed 1px #999999;
    display: flex;
    justify-content: flex-start;
}
.privacy_name img {
    width: 35%;
    max-width: 171px;
}
.privacy_name h4 {
    font-size: 20px;
    font-weight: 700;
	line-height: 1.5;
    margin-left: 5%;
	padding: 3% 0;
}
.privacy_name h4 span {
    font-size: 12px;
	line-height: 1.3;
	display: block;
}
.privacy_box:last-child .privacy_name h4 {
	padding: 0;
}
.privacy_box:last-child {
	text-align: center;
}
.privacy_box:last-child .privacy_name {
	justify-content: center;
}
.privacy_box:last-child .privacy_name h4 {
	line-height: 2;
}

.attemptarea {
	width: 90%;
	max-width: 1100px;
	margin: 80px auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.attemptbox {
	width: 48.5%;
	padding: 1% 2%;
	margin-bottom: 4%;
	border: solid 2px #0072ab;
	box-sizing: border-box;
	position: relative;
}
.attemptbox h5 {
	width: auto;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: #0072ab;
	position: absolute;
	top: -0.5em;
	left: 0;
	right: 0;
	display: block;
}
.attemptbox h5 span { 
	padding: 0 1em;
	background: #FFFFFF;
}
.attemptbox img {
	width: auto;
	margin: 3% auto 2%;
	display: block;
}
.attemptbox p {
	margin-top: 3%;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}


@media screen and (max-width: 1099px) {
   
/* contents
----------------------------------------------------*/
.privacy_area {
	width: 90%;
}
.privacy_name h4 {
    font-size: 18px;
}
.companyarea {
    width: 90%;
    max-width: 1100px;
    margin: 8% auto 10%;
}
.attemptbox img {
    width: 80%;
    max-width: 261px;
}
.map {
    margin: 8% auto 10%;
}
.map iframe {
    width: 90%;
}
    
}

@media screen and (max-width: 767px) {
  .spNone {display: none !important;}
  .pcNone {display: block !important;}
 
/* contents
----------------------------------------------------*/
.privacy_area {
    width: 95%;
    margin: 0 auto;
}
.privacy_box,.privacy_box:last-child {
    width: 100%;
    margin: 0 0 2.5%;
}
.privacy_name {
	text-align: center;
	display: block;
}
.privacy_name h4 {
	font-size: 1.3em;
	margin: 2% 0 0;
}
.privacy_name h4 span  {
	font-size: 0.75em;
	margin: 2% 0 0;
}
.privacy_name p {
    font-size: 0.85em;
    line-height: 1.8;
}
.privacy_box p {
    margin-top: 2.5%;
    line-height: 1.5;
    text-align: start;
}
.attemptarea {
	width: 95%;
}
.attemptbox {
	width: 100%;
	padding: 5% 2.5%;
	margin-bottom: 10%;
}
.attemptbox h5 {
	font-size: 1.5em;
}
.attemptbox p {
	font-size: 0.95em;
}
.companyarea tr th,
.companyarea tr th.txttop {
    padding: 2%;
}
.companyarea td {
    padding: 2%;
}
.companyarea td ul{
    display: block;
}
.companyarea td ul li{
    width: 100%;
    box-sizing: border-box;
}
	
	
	
	
	
	
	
    
}