@charset "utf-8";

@media screen and (max-width: 760px) {
/*SP*/

/* #visual
====================================*/
	#visual{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	#visual-slider .slider{
		width: 100%;
		height: 60VW !important;
		overflow: hidden;
	}
    #visual-slider .slider img{
        width: 100%;	
        }
	ul#topics-imporant{
		width: 100%;
		margin: 0 auto;
	}
/* #topmenu
====================================*/
	#topmenu{
		width: 90%;
		position: relative;
		padding-bottom: 20px;
		margin: 20px auto;
		overflow: hidden;
	}
h1{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 100;
}
h1 img{
	width: 310px;
	height: auto;
}
	h2.bluettl {
		width: 100%;
		background: #1f97e2;
		color: #fff;
		padding: .3em 0;
		margin: 15px auto;
		font-size: 20px;
		font-weight: bold;
		text-align: center; 
	}
	ul.flows {
		width:100%;
		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: 200%;
	    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: 80%;
		font-size: 1.3rem;
	}
ul.flows > li dl dd.step01 {
	background: url(../../../images/ico01.jpg) 5px 50% no-repeat;
	background-size: 80px auto;
	padding: 20px 0 20px 80px;
} 

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

#chamo-window.onbottom.chamo-initialize.-chamo-toplevel-container div#chamo-offline-waiting.chamo_frame.scroll_and_transparent.chamo_waiting_logo.-chamo-active {
    position: fixed !important;
    bottom: 50px !important;
    right: 1px !important;
    opacity: 0.5 !important;
}
.sidebtn{
	display: none;
}
/* #cv_point
====================================*/
#cv_point {
	background: #62c1dd;
	color: #fff !important;
	padding: 1em 0;
}
#cv_point dl{
	text-align: center;
	margin: 20px auto 20px;
}
#cv_point dl dt{
	width: 100%;
}
#cv_point dl dt img{
	display: inline-block;
	margin-right: 0px !important;
	vertical-align: top;
	margin-bottom: 15px;
}
#cv_point dl dt img.btn{
	padding-top:5px;
}
#cv_point dl dd{
	width: 90%;
	margin: 25px auto 10px;
}
#cv_point dl dd img{
	width: 100%;
	height: auto;
}
#cv_point dl dt p.maintxt {
	display: block;
	width: 90%;
	margin:15px auto !important; 
}
/* #rec_point
====================================*/
#rec_point {
		background: url("../../../images/rec_bg.jpg") 50% top no-repeat;
		background-size: auto 150px;
	padding: 1.5em 0 1em;
	position: relative;
}
#rec_point .pic{
		position: absolute;
		top: 12px;
		left: 46px;
	}
#rec_point .inner{
	width: 90%;
	margin: 0 auto;
}
.sctxt {
	margin-top:55px; 
}
.btxt {
	font-size: 1.7rem;
}
.sdw_box_wrap {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 5px;
    text-align: center;
    position: relative;
}
.sdw_box {
	width: calc(46% - 23px);
	height:105px;
	min-height: 105px;
	max-height: 105px;
	margin: 20px 4px 20px 9px;
	position: relative;
	border: none;
	background: #fff;
	overflow: visible !important;
	padding: 2em 10px;
	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 .inner p{
display: none;
}
.sdw_box span{
	padding: 0 1.5em;
position: absolute;
top: -21px;
left: 16%;
color: #fff;
font-size: 1rem;
font-weight: bold;
text-align: center;
background: #00b2de;
}
.sdw_box span i{
	font-size:1.4rem;
	padding-left: 5px;
}

.sdw_box h4 {
	font-size: 1rem;
	margin: 15px 0;
	line-height: 1.2em;
	font-weight: bold;
}
.sdw_box h4 i{
	font-size: 1.3rem;
	color: #00b2de;
	line-height: 1.2em;
}
.sdw_box a{
	color: #00b2de;
	text-decoration:underline; 
}
.sdw_box a:hover{
	text-decoration:none; 
}

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

.iframe-content {
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 50% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* #aboutpoint
====================================*/
#aboutpoint {
	background-image: none;
	padding: 15px 0 1em;
}
#aboutpoint .inner {
	width: 100%;
	margin: 0 auto;
}
#aboutpoint .aboutinner {
	width: 90%;
	margin: 0 auto;
	padding: 2em 1em;
	background: #e6e2e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#aboutpoint .aboutinner p{
	font-size: 1rem !important;
	line-height: 1.2em;
}
.pointttl {
	width: 100%;
margin: 0 auto;
display: block;
background:url("../../../images/pointttl_l.gif"),url("../../../images/pointttl_r.gif");
background-position: 7% ,92%;
background-repeat: no-repeat;
}

.twocol {
	width: 100%;
	display: block;
	margin: 3em auto;
}
.twocol dt{
	display: block;
	width: 100%;
}
.twocol dd{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5em;
}
.twocol dd p{
	width: 90%;
	margin: 15px auto; 
}
#aboutpoint .inner a{
	color: #00b2de;
	text-decoration:underline; 
}
#aboutpoint .inner a:hover{
	text-decoration:none; 
}
/* #pcppoint
====================================*/
#pcppoint {
	padding: 0 0 1em;
}

.genrispttl {
    background: #00b2de;;
    padding: 30px 0 20px;
    position: relative;
    text-align: center;
    font-size: 50px;
    color: #fff !important;
    line-height: 1.3;
    font-weight: bold;
}
.genrispttl::before {
    background: url(../../../images/arrow02.png) 0 0 no-repeat;
        background-size: auto;
    background-size: 100%;
    width: 50px;
    height: 20px;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 2;
    position: absolute;
}
.genrispttl span {
    display: block;
    color: #fff !important;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.genrispttl p {
    color: #fff;
    font-size: 25px;
}

.genrispttl02 {
    background: #c6acd3;;
    padding: 30px 0 20px;
    position: relative;
    text-align: center;
    font-size: 50px;
    color: #fff !important;
    line-height: 1.3;
    font-weight: bold;
}
.genrispttl02::before {
    background: url(../../../images/arrow0203.png) 0 0 no-repeat;
        background-size: auto;
    background-size: 100%;
    width: 50px;
    height: 20px;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 2;
    position: absolute;
}
.genrispttl02 span {
    display: block;
    color: #fff !important;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.genrispttl02 p {
    color: #fff;
    font-size: 25px;
}

#pcppoint .inner {
	width: 90%;
	margin: 25px auto;
}
#pcppoint div.inner p.aC.red02.copy span.largetxt {
	font-size: 1.5rem !important;
}
.sdw_box02 {
    width: 100%;
    margin:80px 5px 80px 0px;
    position: relative;

}
.sdw_box02.last {
    width: 100%;
    margin:80px 5px 10px 0px;
    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: 0px;
    z-index: 2;
}
.sdw_box02 p.boxtxt {
	width: 90%;
	font-size: .9rem !important;
	line-height: 1.5em;
	margin:230px auto 0;
}
.sdw_box02 p.boxtxt span {
	 line-height: 1.5em;
}
.midtxt02 {
	font-size: 1.5rem !important;
	margin: 30px 0;
}
.midtxt03 {
	font-size: 1rem !important;
	line-height: 1.9em!important;
	margin: 10px 0 0;
}
.ct {
	text-align: center;
}
/* #flowpoint
====================================*/
#flowpoint {
	padding: 0;
	background: #dff5fc;
}
#flowpoint .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 25px;

}
.flow_box.first {
    margin-top:30px;
}
.flow_box {
	width: 100%;
	padding: 1em 1em 2em 1em;
	background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: 20px 4px -3px 0px;
	-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::before{
	content: "";
	background: url(../../../images/ar02.png) 50% 120% no-repeat;
	background-size: 15px auto;
	position: absolute;
	width: 30px;
	height: 10px;
	z-index: 10;
	top: 150px;
	right: 45%;
}
.flow_box.last::before{
	content: "";
	background: none !important;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 10;
	top: 310px;
	left: 50%;
}
.flow_box .copy {
	font-size: 15px;
font-weight: bold;
margin: 20px 0;
    margin-top: 20px;
letter-spacing: 1px;
word-break: break-all;
}
.flow_box p.sub{
	display: none;
}
.flow_box dl {
	width: 100%;
	display: table;
}
.flow_box dl dt{
	width: 50%;
	display:table-cell;
}
.flow_box dl dd{
	width: 50%;
	display:table-cell;
	vertical-align: top;
	padding-left: 20px;
}
.flow_box dl dd .num{
	font-family: serif;
	font-size:1.4rem;
	color: #000;
}
.flow_box dl dd .num i{
	 color: #22b1d5;
	font-size: 2.7rem;
}
.floatBox {
    width: 96%;
    margin: 0 auto !important;
}
.floatBox .hleft {
    float: left;
    width: calc(45% - 20px) !important;
    margin: 0 40px 20px 20px;
}

/* #faqpoint
====================================*/
#faqpoint {
	padding: 0 0 3em;
	background: #e6e2e8;
}
#faqpoint .inner {
	width: 90%;
	margin: 0 auto;
}
.tab-panel {
    margin: 25px 0 0;
}
.tab-group{
    display: flex;
    justify-content: center;
}
.tab{
    width: 48%;
    border-radius: 10px 10px 0px 0px;
    flex-grow: 1;
    font-size: 1rem;
    padding: 1.2em 0;
    list-style:none;
    text-align:center;
    cursor:pointer;
    background:url(../../../images/ar04.png),url(../../../images/noactive_bg.png);
    background-size: 15px auto,15px auto;
    background-position: 50% 90%, 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: 100%;
	margin:0 auto;
	padding: 30px 0;
	display: block;
}
.tab.is-active{
    width: 48%;
    background:url(../../../images/ar03.png) 50% 90% #c6acd3 no-repeat;
    background-size: 15px auto,15px auto;
    color:#fff;
    padding: 1.2em 0;
}
.panel.is-show{
    display:block;
}
.panel-group .inbox .q_area{
	padding: 18px 0 0px 20px;
	font-size: 1rem;
}
.panel-group .inbox .q_area::before {
	content: "Q";
	font-size: 2.2rem;
	padding-right: 10px;
}
.panel-group .inbox .a_area{
	padding: 18px 0 0px 20px;
	background: #f8f8f8;
	font-size: 1rem;
}
.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: 100%;
	margin: 0px auto;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.casephotowrap .photobox{
   width: calc(44% - 10px);
margin: 20px 15px 0px 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: 100%;
	background:url(../../../images/anshin_bg.jpg) no-repeat;
	padding:2em 0 2em ;
}
.txt_hosyou {
	width: 100%;
	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: 90%;
	margin: 0 auto;
	padding-top: 3em;
}
.pic_dl {
	width: 100%;
	display: block;
	margin: 25px 0;
}
.pic_dl dt{
	width: 100%;
	display: table-cell;;
}
.pic_dl dd{
	width: 100%;
	display: block;
	vertical-align: middle;
}

.drspec {
	width: 100%;
	display: block;
	margin: 20px 0;
}
.drspec .l_col{
	width: 100%;
	float: left;
}
.drspec .r_col{
	width: 100%;
	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: 25px;
}
.drspec .r_col .box{
	width: 100%;
}
.drspec .r_col .box:first-child{
	margin-right: 5px;
}
.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;
	padding-left: 20px;
}

	/* #topics
	====================================*/
	#topics{
		width: 100%;
		padding: 50px 0;
		background-color: #f5f5f5;
	}
	#topics .topics-inner{
	}
	#topics ul#topics-days{
		width: 100%;
		margin: 0 auto;
	}
	ul.topics-list{
		border-top: 1px solid #D7D7D7;
	}
	ul.topics-list li{
		border-bottom: 1px solid #D7D7D7;
	}
	ul.topics-list a{
		position: relative;
		display: block;
		padding: 12px 40px 12px 0;
		font-size: 13px;
		line-height: 1.6;
	}
	ul.topics-list a::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-image: url(/common/images/icon_accname.svg);
		background-repeat: no-repeat;
		background-size: 100% 200%;
		background-position: center bottom;
	}
	
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:-70px;
    padding-top:70px;
}


a#cl06,
a#cl07,
a#cl08{
   display: block;
   height: 0;
    margin-top:-70px;
    padding-top:70px;
}

.foot_sp {
    width: 100%;
    height: 75px;
    position: fixed;
    bottom: 0;
    z-index: 20;
    background: url(../../../images/foot_sp_bg.png);
}
.foot_sp ul {
    width: 86%;
    margin: 0 0 0 10px;
    padding: 15px 0;
    display: block;
}
.foot_sp ul li {
    width: 95%;
    display: inline-block;
    padding: 0 .5%;
}
.foot_sp ul li img{
	width: 100%;
	height:auto;

}

ul.flows > li dl {
    width: 86%;
   }
}

