@charset "UTF-8";


/* 
---------------------------------------
remote.html
---------------------------------------
*/

.step {
    border: solid 5px #d5eeff;
    border-radius: 10px;
    margin: 0 20px 40px;
    padding: 30px;
    position: relative;
    height:320px;
}
.step_text{
	width: 70%;
	padding-right: 17px;
}
.step_text > p {
	width: 70%;
    text-align: left;
    font-size: 15px;
	font-weight: normal;
	margin: 30px 0 30px 0;
	line-height:2em;
}
h3.page_h3 {
	text-align: left;
    font-size: 18px;
	font-weight: bold;
}
.flow_LR .L {
    width: 50%;
    font-size: 15px;
    line-height: 2;
}
.L {
    float: left;
}
.L p{
	font-size:15px;
	text-align:left;
	font-weight: normal;
	margin: 30px 0;
	letter-spacing: 0.1em;
}
.remote_link2 {
    letter-spacing: -.4em;
}
.remote_link2 a {
    display: inline-block;
    margin: 1%;
    letter-spacing: normal;
    width: 47%;
    text-align: center;
    border: 1px solid #323232;
    font-weight: bold;
    text-decoration: none;
    color: #323232;
    line-height: 40px;
    border-radius: 4px;
    box-shadow: 0 3px #323232;
    font-size: 14px;
}
.remote_link2 a:hover {
  background-color: #e1eff7;
  border-color: #535353;
  color: #535353;
}
.remote_link1 a {
    margin: 1%;
    display: block;
    text-align: center;
    border: 1px solid #323232;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    color: #323232;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 3px #323232;
}
.remote_link1 a:hover {
  background-color: #e1eff7;
  border-color: #535353;
  color: #535353;
}
.flow_LR .R {
    width: 45%;
}
.R {
    float: right;
}
h3.page_h3 span {
    display: inline-block;
    background: #88c1ca;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
	font-size: 18px;
}
#side{
	float: left;
    width: 260px;
}

.top-banner_pc {
	display: block !important;
	margin: 0 auto 30px;
	text-align: center;
}
.top-banner_sp {
	display: none !important;
}
#remote #contents{
	text-align: center;
}
#remote #contents h1{
	font-size: 20px;
	padding: 30px 20px 30px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #323232;
	text-align: left;
}
#remote #contents h2{
	font-size: 20px;
	color: #323232;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 20px 30px;
	text-align: left;
}
#remote #contents h2 img{
	margin-right:10px;
}
.root {
    position: relative;
}

/*
ーーーーー
PC/スマホ
ーーーーー*/

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media (max-width: 640px){
h3.page_h3{
	text-align: left;
	font-size: 15px;
    font-weight: bold;
}
h3.page_h3 span {
    display: inline-block;
    background: #88c1ca;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
}
.flow_LR .R, .flow_LR .L {
    width: 100%;
    float: none;
	margin: 20px 0;
}
.flow_LR .L {
    font-size: 13px;
    margin: 10px 0;
    line-height: 1.7;
}
.flow_LR .R, .flow_LR .L {
    width: 100%;
    float: none;
}
#remote .step {
	flex-direction:column;
    border: solid 5px #d5eeff;
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 30px;
    position: relative;
	height:auto;
}
.step_text {
    width: 100%;
}
.step{
 text-align: center;
}
.step_img{
 margin-top: 60px;
 width:610px;
 height: 610px;
}
.L p {
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    margin: 20px 0;
    letter-spacing: 0.1em;
}
#remote #contents h2 {
    font-size: 15px;
    /* color: #323232; */
    font-weight: bold;
    /* letter-spacing: 0.1em; */
    padding: 30px 0 30px;
    text-align: center;
}
.pc {
    display: none !important;
}
.sp {
    display: block !important;
	}
#side {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
}



@media only screen and (max-width: 750px) {
.top-banner_pc { display: none !important; }
.top-banner_sp { display: block !important; }
}

@media (max-width: 768px) {
	

}


@media (max-width: 480px) {

}