@charset "utf-8";

@media only screen and (min-width: 1600px) and (max-width: 10000px) {
	#visual .inner{
		margin-left: -40px;
	}
	#visual{
		position: relative;
		width: 100%;
		height: 704px;
		overflow: hidden;
		background: url("../../../images/mvbg.jpg") 50% no-repeat;
		background-size: cover;

	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	#visual .inner{
		margin-left: -80px;
	}
	#visual{
		position: relative;
		width: 100%;
		height: 704px;
		overflow: hidden;
		background: url("../../../images/mvbg.jpg") 50% no-repeat;
		background-size: cover;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	#visual .inner{
		margin-left: -100px;
	}
	#visual{
		position: relative;
		width: 100%;
		height: 704px;
		overflow: hidden;
		background: url("../../../images/mvbg.jpg") 50% no-repeat;
		background-size: cover;
	}
}
@media only screen and (min-width: 762px) and (max-width: 1199px) {
	#visual .inner{
		margin-left: -100px;
	}
	#visual{
		position: relative;
		width: 100%;
		height: 704px;
		overflow: hidden;
		background: url("../../../images/mvbg.jpg") 50% no-repeat;
		background-size: cover;
	}
}
@media screen and (min-width: 761px), print {
/*PC*/

/* #visual
====================================*/
	#visual{
		position: relative;
		width: 100%;
		height: 704px;
		overflow: hidden;
		background: url("../../../images/mvbg.jpg") 50% no-repeat;
		background-size: cover;
	}
	
	#visual .inner{
		width: 800px;
		text-align: center;
		padding: 9em 0 0;
		position: relative;
		margin: 0 auto;
	}


/* #topmenu
====================================*/
	#topmenu{
		position: relative;
		padding-bottom: 20px;
		margin: 50px 0;
	}

	.topmenu-btn{
		width: 1024px;
		margin: 0 auto;
		overflow: hidden;
	}
	#topmenu .inner{
		width: 950px;
		margin: 0 auto;
		position: relative;
	}
h1{
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 100;
}
	h2.bluettl {
		width: 720px;
		background: #1f97e2;
		color: #fff;
		padding: .3em 0;
		margin: 15px auto;
		font-size: 28px;
		font-weight: bold;
		text-align: center; 
	}

	ul.flows {
		width: 720px;
		margin: 0 auto;
	}
	ul.flows > li {
	    position: relative;
	}
	ul.flows > li:not(:last-child) {
	    margin-bottom: 40px;
	}
	ul.flows > li:not(:first-child)::before {
	    content: "";
	    height: 60px;
	    display: block;
	    border-left: 4px dotted #e5e5e5;
	    position: absolute;
	    top: -40px;
	    left: -webkit-calc(10% + 30px - 2px);
	    left: calc(10% + 30px - 2px);
	    z-index: 10;
	}
	ul.flows > li dl {
	    width: 94%;
	    padding: 22px 20px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    border: 2px solid rgb(107,144,219);
	    border-radius: 10px;
	    position: relative;
	}
	ul.flows > li:not(:last-child) dl::before,
	ul.flows > li:not(:last-child) dl::after {
	    content: "";
	    border: solid transparent;
	    position: absolute;
	    top: 100%;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	ul.flows > li:not(:last-child) dl::before {
	    border-width: 22px;
	    border-top-color: rgb(107,144,219);
	}
	ul.flows > li:not(:last-child) dl::after {
	    border-width: 20px;
	    border-top-color: #fff;
	}
	ul.flows > li dl dt {
	    width: 10%;
	    font-size: 20px;
	    font-weight: 600;
	    color: rgb(107,144,219);
	    -ms-flex-preferred-size: 20%;
	    flex-basis: 16%;
	    margin-right: 2vw;
	    text-align: center;
	}
	ul.flows > li dl dt .icon {
	    font-size: 14px;
	    color: #fff;
	    background: rgb(107,144,219);
	    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	    padding: 5px 10px;
	    margin-bottom: 10px;
	    display: block;
	    border-radius: 20px;
	    position: relative;
	    z-index: 100;
	}
	ul.flows > li dl dd {
		width: 90%;
		font-size: 1.3rem;
	}
ul.flows > li dl dd.step01 {
	background: url(../../../images/ico01.jpg) 5px 50% no-repeat;
	padding: 20px 0 20px 120px;
} 

ul.flows > li dl dd.step02 {
	padding: 20px 0 20px 120px;
	background: url(../../../images/ico02.jpg) 5px 50% no-repeat;
} 
ul.flows > li dl dd.step03 {
	padding: 20px 0 20px 120px;
	background: url(../../../images/ico03.jpg) 5px 50% no-repeat;
} 
ul.flows > li dl dd.step04 {
	padding: 20px 0 20px 120px;
	background: url(../../../images/ico04.jpg) 5px 50% no-repeat;
} 


/* #cv_point
====================================*/
#cv_point {
	background: #62c1dd;
	color: #fff !important;
	padding: 1em 0;
}
#cv_point dl{
	text-align: center;
	margin: 0 auto 20px;
}
#cv_point dl dt{
	width: 100%;
}
#cv_point dl dt img{
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}
#cv_point dl dt img.btn{
	padding-top:5px;
}
#cv_point dl dd{
	margin: 25px 0 0;
}

/* #rec_point
====================================*/
#rec_point {
		background: url("../../../images/rec_bg.jpg") 50% top no-repeat;
	padding: 7.5em 0 1em;
}
#rec_point .inner{
	width: 1024px;
	margin: 0 auto;
}
.btxt {
	font-size:55px;
}
.sdw_box_wrap {
    width: 1200px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 155px auto 5px;
    text-align: center;
    position: relative;
}
.sdw_box {
    width: calc(30% - 10px);
    height: 200px;
    min-height: 280px;
    max-height: 250px;
    margin: 30px 15px 20px 15px;
    position: relative;
    border: none;
    background: #fff;
    overflow: visible !important;
    padding: 2em 0;
    display: table;
    z-index: 10;
    border-radius: 10px;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
.sdw_box .inner{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.sdw_box span{
	position: absolute;
	top: -20px;
	left: 29%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #00b2de;
	padding: 0px 30px;
}
.sdw_box span i{
	font-size:2rem;
	padding-left: 5px;
}
.sdw_box h4 {
	font-size: 20px;
	margin: 15px 0;
	font-weight: bold;
}
.sdw_box h4 i{
	font-size: 24px;
	color: #00b2de;
}
.sdw_box a{
	color: #00b2de;
	text-decoration:underline; 
}
.sdw_box a:hover{
	text-decoration:none; 
}

.priceTable02, .priceTable03 {
    width: 100%;
    margin-bottom: 15px;
}
.priceTable02 tr, .priceTable03 tr {
    margin: 0;
    padding: 0;
}
.priceTable03 th {
    width: 16.6%;
    padding: 10px 16px;
	background: #edfbff;
	text-align: center;
	font-weight: bold;border: 1px solid #D7D7D7;
}
.priceTable03 td {
    border: 1px solid #D7D7D7;
	text-align: center;
	padding: 10px 16px;
}

/* #aboutpoint
====================================*/
#aboutpoint {
	background: url("../../../images/aboutbg.jpg") 50% 100px no-repeat;
	padding: 0 0 1em;
}
#aboutpoint .inner {
	width: 1024px;
	margin: 0 auto;
}
.pointttl {
width: 700px;
margin: 0 auto;
display: block;
background:url("../../../images/pointttl_l.gif"),url("../../../images/pointttl_r.gif");
background-position: left ,right;
background-repeat: no-repeat;
}

.twocol {
	width: 1024px;
	display: table;
	margin: 3em auto;
}
.twocol dt{
	display: table-cell;
	width: 440px;
}
.twocol dd{
	display: table-cell;
	width: 500px;
	text-align: left;
	vertical-align:top;
	font-size: 1.3rem;
	line-height: 2em;
}
#aboutpoint .inner a{
	color: #00b2de;
	text-decoration:underline; 
}
#aboutpoint .inner a:hover{
	text-decoration:none; 
}
/* #pcppoint
====================================*/
#pcppoint {
	padding: 0 0 1em;
}
#pcppoint .inner {
	width: 1024px;
	margin: 0 auto;
}
#aboutpoint .aboutinner {
	width: 100%;
	margin: 0 auto;
	padding: 2em 1em;
	background: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sdw_box02 {
    width: 100%;

    margin:120px 15px 80px 15px;
    position: relative;

}
.sdw_box02 .box{
    width: 100%;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    border: none;
    background: #fff;
    overflow: visible !important;
    padding: 2em 0;
    display: table;
    z-index: 1;
    border-radius: 10px;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
.sdw_box02 .pic {
	position: absolute;
	top:-50px;
	left: 50px;
    z-index: 2;
}
.sdw_box02 p.boxtxt {
	width: 500px;
	float: right;
}
.midtxt01 {
	width: 720px;
	margin: 15px auto;
	font-size: 1rem;
	font-weight: normal;
}
.midtxt02 {
	width: 720px;
	margin: 45px auto;
	font-size: 1.5rem;
	font-weight: bold;
}
.midtxt03 {
	width: 720px;
	margin: 45px auto;
	font-size: 1.3rem;
	line-height:2em;
}
.midtxt04 {
	margin: 25px auto 10px;
	font-size: 1.3rem;
	line-height:2em;
}
.s_text{
	font-size: .9rem;

}
.mb10 {
	margin-bottom: 10px !important;
}

/* #flowpoint
====================================*/
#flowpoint {
	padding: 2em 0 0em;
	background: #dff5fc;
}
#flowpoint .inner {
	width: 1024px;
	margin: 0 auto;
}
.flow_box {
	width: 100%;
	height: 280px;
	padding: 3em;
	background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin:15px 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:  solid 2px #22b1d5;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
.flow_box.first {
	margin-top: 50px;
}
.flow_box::before{
	content: "";
	background: url(../../../images/ar02.png) 50% 10% no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 10;
	top: 310px;
	left: 50%;
}
.flow_box.last::before{
	content: "";
	background: none !important;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 10;
	top: 310px;
	left: 50%;
}
.flow_box dl {
	width: 100%;
	display: table;
}
.flow_box dl dt{
	width: 280px;
	display: table-cell;
}
.flow_box dl dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 50px;
}
.flow_box dl dd .num{
	font-family: serif;
	font-size: 2.2rem;
	color: #000;
}
.flow_box dl dd .num i{
	 color: #22b1d5;
	font-size: 2.7rem;

}
.iframe-content {
    position: relative;
    width: 500px;
    margin: 15px auto 30px;
    padding: 25% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floatBox {
    width: 96%;
    margin: 0 auto !important;
}
.floatBox .hleft {
    float: left;
    width: calc(40% - 20px) !important;
    margin: 0 40px 20px 20px;
}

/* #faqpoint
====================================*/
#faqpoint {
	padding: 2em 0 3em;
	background: #e6e2e8;
}
#faqpoint .inner {
	width: 1024px;
	margin: 0 auto;
}
.tab-panel {
    margin: 65px 0 0;
}
.tab-group{
    display: flex;
    justify-content: center;
}
.tab{
    width: 48%;
    border-radius: 10px 10px 0px 0px;
    flex-grow: 1;
    font-size: 1.5rem;
    padding: 1.2em 0;
    list-style:none;
    text-align:center;
    cursor:pointer;
    background:url(../../../images/ar04.png),url(../../../images/noactive_bg.png);
    background-position: 120px 38px, 0 bottom;
    background-repeat: no-repeat,repeat-x;
    background-color:#fff;
    color: #ccc;
} 
.tab:first-child{
    margin: 0 5px 0 0;
}
.panel-group{
    border-top:none;
    background:#fff;
}
.panel{
    display:none;
}
.panel-group .inbox{
	width: 92%;
	margin:0 auto;
	padding: 30px 0;
	display: block;
}
.tab.is-active{
    width: 48%;
    background:url(../../../images/ar03.png) 120px 38px #c6acd3 no-repeat;
    color:#fff;
    padding: 1.2em 0;
}
.panel.is-show{
    display:block;
}
.panel-group .inbox .q_area{
	padding: 30px 0 30px 50px;
	font-size: 1.2rem;
}
.panel-group .inbox .q_area::before {
	content: "Q";
	font-size: 2.2rem;
	padding-right: 10px;
}
.panel-group .inbox .a_area{
	padding: 30px 0 30px 50px;
	background: #f8f8f8;
	font-size: 1.2rem;
}
.panel-group .inbox .a_area::before {
	content: "A";
	font-size: 2.2rem;
	padding-right: 10px;
}

.case_tag {
	width: 200px;
	color: #ff39ad;
	margin: 30px auto 10px;
	background: #fff1f5;
	padding: 10px 30px;
	font-weight: bold;
    border-radius: 30px;

}
.casephotowrap {
	width: 1024px;
	margin: 20px auto;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.casephotowrap .photobox{
   width: calc(44% - 10px);
margin: 20px 15px 50px 15px;
   background:#fff; 
   padding: 15px 0 0px;
    border-radius: 10px;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));

}
.casephotowrap .photobox img{
	width: 350px;
	height: auto;
	margin-bottom: 10px;
}
.hosyou_area {
	width: 1024px;
	background:url(../../../images/anshin_bg.jpg) no-repeat;
	padding:2em 0 2em ;
}
.txt_hosyou {
	width: 700px;
	margin: 40px 0 0 300px;
	font-size: 1.2rem;
}
.txt_hosyou .att{
	color: #ff5a00;
	font-size: 5rem;
    background: linear-gradient(transparent 88%,#ffde5a 60%);
}
.s_txt {
	font-size: 1rem;
	line-height: 1.2em;
}

/* #drpoint
====================================*/
#drpoint {
	padding: 2em 0 3em;
	background: #f7f6f7;
}
#drpoint .inner {
	width: 1024px;
	margin: 0 auto;
}
.pic_dl {
	width: 1024px;
	display: table;
	margin: 25px 0;
}
.pic_dl dt{
	width: 470px;
	display: table-cell;;
}
.pic_dl dd{
	width: 470px;
	display: table-cell;;
	vertical-align: middle;
}

.drspec {
	width: 1024px;
	display: table;
	margin: 60px 0;
}
.drspec .l_col{
	width: 49%;
	float: left;
}
.drspec .r_col{
	width: 49%;
	float: right;
}
.drspec .l_col .box,.drspec .r_col .box{
	background: #fff;
    border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 18px;
}
.r_col .box dl {
	display: table;
	width: 100%;
}
.r_col .box dl dt{
	width: 50%;
	display: table-cell;
}
.r_col .box dl dd{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

main.mainArea a#cl01,
main.mainArea a#cl02,
main.mainArea a#cl03,
main.mainArea a#cl04,
main.mainArea a#cl05 {
   display: block;
   height: 0;
    margin-top:-30px;
    padding-top:30px;
}
a#mapArea,
a#faqpoint,
a#pricemain{
   display: block;
   height: 0;
    margin-top:-30px;
    padding-top:30px;
}



}

