@charset "utf-8";

/*
  helper
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.text-left-sp {text-align: left !important;}
}

@media screen and (min-width: 768px) {
	.hidden-pc { display: none !important; }
}

@media screen and (max-width: 767px) {
	.hidden-sp { display: none!important; }
}

.disp-inline-block {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.sp-img-50 {
		zoom: 0.5;
		-moz-transform:scale(0.5);
	}
	.sp-img-80 {
		zoom: 0.8;
		-moz-transform:scale(0.8);
	}
}


.txtSize-large {
  font-size: 24px;
}
.txtSize-Llarge {
  font-size: 36px;
}
.txtSize-Xlarge {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
.txtSize-Llarge {
  font-size: 20px;
}
.txtSize-Xlarge {
  font-size: 25px;
}
}

@media screen and (max-width: 320px) {
.txtSize-Llarge {
  font-size: 15px;
}
.txtSize-Xlarge {
  font-size: 20px;
}
}


/*
  layout
--------------------------------------------------------------------------------------------------------*/

/* row */
.row {
	position: relative;
	margin-right: -10px !important;
	margin-left: -10px !important;
}

.row [class^="col-"] {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 -5px 0 0;
	padding: 0 10px;
	vertical-align: top;
}

.row [class^="col-"] > .box {
	margin-bottom: 0;
}

.row.row-sp-s {
	margin: 0px -8px 0px;
}

.row.row-sp-s > [class^="col-"] {
	padding: 0 8px;
}

.row.row-sp-s.row-content > [class^="col-"] {
	margin-bottom: 16px;
}

.row .col-4 {
	width: 4%;
}

.row .col-5 {
	width: 5%;
}

.row .col-10 {
	width: 10%;
}

.row .col-20 {
	width: 20%;
}

.row .col-25 {
	width: 25%;
}

.row .col-30 {
	width: 30%;
}

.row .col-33 {
	width: 33.33%;
}

.row .col-40 {
	width: 40%;
}

.row .col-45 {
	width: 45%;
}

.row .col-48 {
	width: 48%;
}

.row .col-50 {
	width: 50%;
}

.row .col-55 {
	width: 55%;
}

.row .col-60 {
	width: 60%;
}

.row .col-66 {
	width: 66.666%;
}

.row .col-67 {
	width: 67%;
}

.row .col-70 {
	width: 70%;
}

.row .col-75 {
	width: 75%;
}

.row .col-80 {
	width: 80%;
}

.row .col-90 {
	width: 90%;
}

.row .col-100 {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.row.row-sp-s {
		margin: 0px -6px 0px;
	}
	
	.row.row-sp-s > [class^="col-"] {
		padding: 0 6px;
	}
	
	.row.row-sp-s.row-content > [class^="col-"] {
		margin-bottom: 9px;
	}
	
	.row .sp-col-100 {
		width: 100%;
	}
	
	.row .sp-col-50 {
		width: 50%;
	}
}

/*
  image
--------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 767px) {
.mini-image{
width:100%;
}
.mini-image img{
width:200px;
}
 }


#freeCall .heading-ttl .heading-inner-icon .icon-img{
width: 3em;
left: -2em;
}

@media screen and (max-width: 767px) {
#freeCall .heading-ttl .heading-inner-icon .icon-img{
width: 1.75em;
left: 0;
}
}

/*
  color
--------------------------------------------------------------------------------------------------------*/
.bg-gray {
    background: #f9f9f9 !important;
}
.bg-orange {
    background: #eb5505 !important;
}
.bg-orange-light {
	background: #fff4ee!important;
}
.bg-green {
	background: #64a313!important;
}
.bg-white {
	background: #ffffff!important;
}
.bd-orange {
	border: 1px solid #eb5505
}



/*
  item
--------------------------------------------------------------------------------------------------------*/

.item-box {
	display:table;
	margin: 0 auto;
}
.w80 {
	width: 80%;
}
.w75 {
	width: 75%;
}

.item-box .item,
.item-box .item-text {
	display:table-cell;
	vertical-align:middle;
}

.item-box .item {
	padding-right: 20px;
}

@media screen and (max-width: 480px) {
	.item-box { text-align: center; }
	.item-box .item { display: inline-block; padding-right: 10px; }
	.item-box .item-text { display: block; margin-top: 10px; }
	.item-box.w80 { width: 100%;}
	.w75 { width: 100%;}
	.padding-all-sp-15 {padding: 15px !important;}
}

.cercle-small {
	border-radius: 50%;
	text-align: center;
	margin: 0;
	width: 80px;
	height: 80px;
	display:table;
}

.cercle-small p {
	display:table-cell;
	margin:0;
	vertical-align:middle;
	text-align: center;
}

.icn-plus {
    position: relative;
    display: block;
}
[class^="icn-plus"]:before,
[class^="icn-plus"]:after {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
[class^="icn-plus"]:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #eb5504;
}
[class^="icn-plus"]:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #eb5504;
}

.icn-plus {
    width: 30px;
    height: 30px;
    margin: 20px auto;
}

.icn-plus:before {
    width: 0;
    height: 30px;
    border-right: 6px solid #eb5504;
}

.icn-plus:after {
    width: 30px;
    height: 0;
    border-bottom: 6px solid #eb5504;
}



/*
  stepBox
--------------------------------------------------------------------------------------------------------*/
.step .stepBox-fig {
top: 0;
}
.step .stepBox-cont {
padding: 15px;
}
@media screen and (max-width: 767px) {
.step .stepBox-cont {
    padding: 20px;
}
}

.step .stepBox-Body-inner::after {
top: 0;
margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
.step .stepBox-Body-inner {
    padding: 0 10px;
}
}
#card-white {
  position: relative;
}
#icon-white {
  position: absolute;
	right: 10px;
	top: 10px;
}

.cardBox.cardBox-col1.padding-all-10 .cardBox-ctr .cardBox-cont {
    padding: 10px;
}



/*
  お申し込みの方法
--------------------------------------------------------------------------------------------------------*/

.apply td.chart1{
vertical-align:top;
}
@media screen and (max-width: 1024px) {
.apply td.chart1{
padding-bottom:8px;
}
}
.apply td.chart2{
}
.apply td.chart3{
vertical-align:bottom;
}
