@charset "utf-8";
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:0px;
}

p, dd, dt{font-size:17px;}


/***************************
* 文字・フォント
*****************************/
.fc-12{ font-size: 12px;}

.bd{ font-weight: bold;}



li.gloval-menu:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    margin: auto;
    background: #fff;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: .4s;
    transition: .4s;
}

.top-header{
	font-weight: 800;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 1.5rem;
}

.gloval-menu{
  font-size:20px;
}

.sub-icon{
  padding: 10px;
  font-size: 26px;
  cursor:pointer;
}


.sub-icon:hover{
 opacity:0.7;
}

.sub-icon-group li{
	padding: 0.25rem 0.55rem;

}

.sns-icon{
  background: #4d97b3;
  border-radius: 30px;
  color: white;
}


.fc-red{color:#fb3535;}
.fc-green{color:#0e8c0e;}


.disp_toast_area{
	display:none;
}


.circle1{
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    background: #414141;
    height: 100px;
}
.circle2{
border-radius: 0 0 70% 70% /0 0 80% 80%;
    background: #414141;
    height: 100px;
}


.square-icon{
  padding: 7px;
  font-size: 15px;
  background: #12bdce;
  border-radius: 10px;
  color: white;
}

.info-icon{
    font-size: 21px;
    color: #005aff;
}

.blur-white-block{
    box-shadow: 0px 0px 10px 10px white;
    background:white;
}


.marker-yellow {
    background: linear-gradient(transparent 70%, #fceb8e 70%);
}
.marker-yellow2 {
    background: linear-gradient(transparent 70%, #fff6c7 70%);
}



/*
*###########################################
*# ラジオボタン
*###########################################
*/

    .midashi-1 {
        position: relative;
        padding: 0.5em 0.7em;
        margin: 0 0 0.8em  0;
        background: #e6f4ff;
        color: #00478e;
        font-weight: bold;
    }
    .midashi-1:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid #e6f4ff;
        width: 0;
        height: 0;
    }

/*
*###########################################
*# ラジオボタン
*###########################################
*/


.gloval-menu{cursor: pointer;}
.gloval-menu:hover{
    background: #1587ff;
    -webkit-transition: .5s;
    transition: .5s;
    color: white;
    border-radius: 10px !important;
}
.gloval-menu:hover  a{
    color: white !important;
    text-decoration: none !important;;
}


/*
*###########################################
*# ラジオボタン
*###########################################
*/

.radio-inline-input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline-label {
    display: inline-block;
    padding: 0.8rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
    cursor:pointer;
}

.radio-inline-input:checked + .radio-inline-label {
    background: #3d86c3;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline-input:focus + .radio-inline-label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

/*
*###########################################
*# 背景色
*###########################################
*/


.bg-grey1{ background:#f7f7f7;}
.bg-blue1{ background:#f3fcff;}
.bg-blue2{ background:#e8f9ff;}
.bg-yellow1{ background:#f8e400; }

.fc-blue1{	color:#0067bf;}
.fc-blue2{	color:#0723af;}


.point1-box-top {
    text-align: center;
    color: white;
    background: #0052D4;
    background: -webkit-linear-gradient(to right, #0f91c7, #2f95bf, #205ec5);
    background: linear-gradient(to right, #0f91c7, #2f95bf, #205ec5);
    padding: 30px 0;
}

/*
*###########################################
*# 背景画像
*###########################################
*/

.bg-price-img {
    background-image: url(./img/bg_price.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.bg-img1 {
    background-image: url(./img/bg-img1.jpg);
}
.bg-img2 {
    background-image: url(./img/bg-img2.gif);
}
.bg-img3 {
    background-image: url(./img/bg-img3.jpg);
    background-size: cover;
}
.bg-img4 {
    background-image: url(./img/bg-img4.jpg);
    background-size: cover;
}
.bg-img5 {
    background-image: url(./img/bg-img5.jpg);
    background-size: cover;
}
.bg-img6 {
    background-image: url(./img/bg-img6.jpg);
    background-size: cover;
}


.bg-white-mask-trans6 {  background: rgba(255,255,255,0.6);}
.bg-white-mask-trans8 {  background: rgba(255,255,255,0.8);}


/*
#########################
見出し
#########################
*/

.midashi-2{
    width: 100%;
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5b6fb7;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

/*
#########################
ボタン用
#########################
*/

.btn-blue1 {
    color: #fff;
     background-color: #285ba7; 
     border-color: #566688; 
  }
  
  .btn-blue1:hover {
    color: #fff;
    opacity: 0.7;
  }

/*
#########################
スマホ用
#########################
*/


@media (max-width: 992px){

.sub-icon {
    padding: 7px;
    font-size: 20px;
    cursor: pointer;
}

.bg-price-img {
    background-size: 20%;
}

}


/*
*###########################################
*# お問い合わせエリア 
*###########################################
*/
.inquiry-iframe-area{
    width:100%;
    max-width:100%;
    overflow-y:visible;
    min-height:620px;
}


@media (max-width: 992px){

    .inquiry-iframe-area {
        min-height:820px;
    }
}

/*
*###########################################
*# ローディング start
*###########################################
*/

#loadingUI{
	z-index: 100000;
}
.modalOverLay{
	z-index: 100000;
	border: medium none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	position: fixed;
	background-color:white;
}

.modalContent{
	z-index: 100001;
	position: fixed;
	padding: 0px;
	margin: 0px;
	top: 20%;
	left: 35%;
	text-align: center;
	left: calc(50% - 50px);top: 40%;
}