@charset "utf-8";

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; }
body {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 1.6rem;
line-height: 1.5em;
color: #333;
background: #FFF;
}
.clearfix::after {
content: '';
display: block;
clear: both;
}
#onlineconsultation { padding: 30px 0;}
#onlineconsultation p { margin: 0;}
#onlineconsultation p span { font-size: 1.5rem;}
#onlineconsultation ul { padding: 0; list-style: none;}

#onlineconsultation h1 { margin: 0; padding: 0; width: 100%; height: 100px; font-size: 3.6rem; text-align: center; position: relative;}
#onlineconsultation h1.top { font-size: 4.2rem; height: auto;}
#onlineconsultation h1::after { content: ''; margin: 30px 0 0 -40px; width: 80px; height: 4px; background-color: #a89131; display: block; position: absolute; left: 50%;}
#onlineconsultation h1.top::after { content: ''; width: 0; height: 0;}
#onlineconsultation h2 { font-size: 2.4rem; text-align: center;}
#onlineconsultation h3 { font-size: 1.6rem;}

#onlineconsultation #container {
margin: auto;
width: 1120px;
}
#onlineconsultation #container .section {
margin-bottom: 100px;
}

#onlineconsultation .txtBox {
font-size: 2.0rem;
line-height: 1.8em;
}



/* ---------- */


#onlineconsultation ul.step {
margin: 92px 0 50px;
display: flex;
justify-content: space-between;
}
#onlineconsultation ul.step > li {
padding: 0 20px;
width: 352px;
height: 480px;
background-color: #fdf8e5;
border-radius: 10px;
}
#onlineconsultation ul.step > li h2 {
margin: -42px 0 0;
height: 157px;
}

#onlineconsultation ul.step > li:nth-of-type(1) h2 img,
#onlineconsultation ul.step > li:nth-of-type(3) h2 img {
margin-bottom: 30px;
}
#onlineconsultation ul.step > li:nth-of-type(2) h2 img {
margin-bottom: 18px;
}
#onlineconsultation ul.step > li p {
margin: 0;
font-size: 1.8rem;
}
#onlineconsultation ul.step > li p span {
font-size: 1.2rem;
line-height: 1em;
}
#onlineconsultation ul.step > li:nth-of-type(1) p img,
#onlineconsultation ul.step > li:nth-of-type(2) p img,
#onlineconsultation ul.step > li:nth-of-type(3) p img
{
margin-bottom: 20px;
}

#onlineconsultation ul.step > li ul {
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}
#onlineconsultation ul.step > li ul li {
width: 50%;
text-align: center;
}

#onlineconsultation ul.note {
margin: 0;
padding: 30px;
border: 3px solid #a89131;
}
#onlineconsultation ul.note li {
margin-bottom: 10px;
}
#onlineconsultation ul.note li h3,
#onlineconsultation ul.note li p {
margin: 0;
padding: 0;
}

#onlineconsultation .section1 .imgBox {
margin-top: 50px;
}

#onlineconsultation ul.step2 > li:nth-of-type(1) p img,
#onlineconsultation ul.step2 > li:nth-of-type(2) p img {
margin-bottom: 20px;
}

#onlineconsultation ul.step2 > li ul {
margin-bottom: 20px;
display: flex;
justify-content: space-between;
}

#onlineconsultation ul.step2 > li ul li {
width: 50%;
text-align: center;
}


#onlineconsultation .btnn{
    width:400px;
    height:60px;
    line-height:60px;
	margin: 40px auto 0;
}
#onlineconsultation .btnn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#A89131;
    text-align:center;
    color:#FFFFFF;
    font-size:24px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:5px 5px 0px 0px #DEDEDE ;
}
#onlineconsultation .btnn a:hover{
	opacity: 0.7;
}
