@charset "utf-8";
/* ====================================================

	PC教室 poppo the catサイト(5.1)　second.css

==================================================== */
body {
	background-color:#fff;
}

/* ************** header ************** */
#row-2nd {
    position: relative;
//  background: url(https://poppothecat.com/images/header_taiken-cp.jpg) no-repeat;
//  -webkit-background-size: cover;
    background: url(https://poppothecat.com/images/header_taiken.jpg) no-repeat;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    height: 70vh;
}
#row-2nd-in {
    position: relative;
    top: 85%;
    background-color: rgba(255,255,255,0.7);
    margin: 0 auto;
    padding: 20px 10px;
    width: 90%;
    max-width: 350px;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}
#row-2nd-in h1 {
    font-size: 1.6rem;
    text-shadow: 4px 4px 3px #999;	/* (右距離) (下距離) (ぼかし具合) (影の色);*/
			-2px  2px 3px #fff,
			2px -2px 3px #fff,
			-2px -2px 3px #fff;
    margin: 0 auto;
}
#row-2nd-in p {
    margin-top: 1rem;
}

/* ************** main ************** */
main {
	width:60%;
	margin:0px auto;
	padding:3%;
	background-color:LemonChiffon;
}
#lead {
	margin: 70px auto;
	text-align: left;
	font-size: 100%;
	line-height: 160%;
}
#lead img {
	width: 45%;
}

#lead h2 {
	font-weight:normal;
	font-size: 120%;
	text-align: center;
	margin: 10px 0px 30px 0px;
}
h2 {
	font-size: 150%;
	line-height: 170%;
}
img.deco {
	width: 20%;
}

section.lnk2form {
	margin-top: 30px;
	text-align: center;
}
section.lnk2form h3{
	margin-bottom: 10px;
	color: IndianRed;
	font-size: 120%;
}
section.lnk2form img{
	margin: 20px 0;
}
ul.case {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 20px;
}
ul.case li {
	padding-left: 2.5em;
	margin-bottom: 15px;
	background: url(../images/icon_case-list_poppo.png) no-repeat;
	background-size: 2em;
}

ul.keiken li {
	margin: 5px 0px 15px 30px;
}

.bn_tel img {
	width: 40%;
}

.shop_info {
	float:left;
}
p.profile {
	display: inline-block;
	width: 75%;
}


/* ************** footer ************** */
footer {
	width:100%;
}


/* ########## 640px 以下 ########## */
@media (max-width: 640px) {
/* ************** header ************** */
    #row-2nd-in {
        width: 100%;
    }

/* ************** main ************** */
main {
	width:90%;
	padding:2%;
}

#lead img {
	width: 80%;
}

h1.small_logo img {
	width: 50%;
}
p {
	margin: 0px 0px 10px 0px;
}
ul.keiken li {
	margin: 5px 0px 15px 0px;
}
.QAhow-to img{
	width: 100%;
}
.bn_toiawase img{
	width: 90%;
}
.checkyubi img{
	width: 20%;
}
.bn_tel img {
	width: 88%;
}

/* ************** footer ************** */

}
