@charset "utf-8";
/* CSS Document */

@import url("normalize.css");

@import url("bootstrap.css");

@import url("common.css");

/******************
*  top jumbotron
******************/
#top_jumbotron {
	background: url("../image/top_01_sm+.jpg") no-repeat bottom center;
	background-size: cover;
	height: 150px;
	border-radius: 0;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
  #top_jumbotron {
	  background: url("../image/top_01.jpg") no-repeat bottom center;
	  background-size: cover;
  	height: 240px;
  }
}

@media (min-width: 768px) {
  #top_jumbotron {
	  background: url("../image/top_01.jpg") no-repeat bottom center;
	  background-size: cover;
  	height: 340px;
  }
}

@media (min-width: 992px) {
  #top_jumbotron {
	  background: url("../image/top_01.jpg") no-repeat bottom center;
	  background-size: cover;
  	height: 440px;
  }
}

@media (min-width: 1200px) {
  #top_jumbotron {
	  background: url("../image/top_01.jpg") no-repeat bottom center;
	  background-size: cover;
  	height: 640px;
  }
}


/******************
*  pan
******************/
#pan .text {
	background: url("../image/pan_t_sm_bg.jpg") no-repeat center center ;
	background-size: cover;
	margin: 0 auto;
	padding: 1em .5em;
	text-align: center;
}
#pan .text p {
	font-size: 18px;
  line-height: 1.5;
  color: black;
  background-color: rgba(255,255,255,0.70);
  padding: .3em;
}

.square{
  background: #3333CC;
}

.square p{
	padding: 1rem;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

	
@media (min-width: 992px) {
  #pan_bg {
  	background: url("../image/pan_t_bg.jpg") no-repeat bottom center ;
  	background-size: cover;
  }
  
  #pan .square,
  #pan .text{
  	display: inline-block;
  }

  #pan .text {
  	width: 40%;
  	margin: 0 0 0 7rem;
  	text-align: center;
    color: black;
    background: rgba(255,255,255,0.70);
    padding: 15px;
  }
  #pan .text p {
  	font-size: 20px;
    line-height: 1.5;
		background: none;
  }

  .square{
      width: 40%;
      border-bottom: 200px solid #3333CC;
      border-right: 30px solid transparent;
      height: 0;
      text-align: center;
      line-height: 2.5;
  	  color: white;
  }
  
  .square p{
  	padding: 1rem;
  	margin: 0;
  	font-size: 32px;
  }
}

/******************
*  新規お申込み
******************/
@media (min-width: 992px) {
	#sm_disp {display: none;}
}

@media (max-width: 991.98px) {
	#pc_disp {display: none;}
}

/******************
*  section_02
******************/
/*  お申込み */
.application {
	position: relative;
}

.application img {
	width: 100%;
	max-width: 100%;
}
.application a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; 
}
.application:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
@media (min-width: 768px) {

}

/*  news */
#news h3 {
	position: relative;
	padding: .3em 2.3em .3em .3em;
	margin-bottom: 0;
	background: #4472C4;
	color: #fff;
	display: inline-block;
}

#news h3:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	border: none;
	border-right: solid 1em #fff;
	border-bottom: solid 2em transparent;
}

#news_box {
    border: solid 2px #4472C4;
    width: 100%;
    height: 280px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
	  overflow-y: scroll;
}

#news_box dl {
	border-bottom: 1px solid #B7C9E8;
  
}

@media (max-width: 575.98px) {
	#news h3 {
    font-size: 20px;
	}
	
}

@media (min-width: 1200px) {
	#news_box dl {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
	}
	#news_box dt {
		width: 15%;
	}
	#news_box dd {
		width: 82%;
	}
}
	
/*  link */
@media (max-width: 575.98px) {
	#link ul li span {display: none;}
}

#link ul li{
  background: #FFA205;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 ;
  position: relative;
	font-size: 18px;
	margin-bottom: 0.5rem;
	width: 91%;
}
#link ul li::before {
  border: 30px solid transparent;
  border-left-color: #FFA205;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -30px;
  top: 0;
  width: 0;
}

#link ul li img {
	width: 90%;
	max-width: 70px;
	margin: -4px 10px 0 1px;
	padding: 0;
}

#link a {
	margin: 0;
	display: block;
}




@media (min-width: 768px) {
  #link ul li{
  	font-size: 20px;
		width: 97%;
  }
  	
}

@media (min-width: 992px) {
  #link ul li{
    background: #FFA205;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 ;
    position: relative;
  	font-size: 26px;
  	margin-bottom: 0.5rem;
		width: 96%;
  }
	
  #link ul li::before {
    border: 35px solid transparent;
    border-left-color: #FFA205;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 0;
  }

  #link ul li img {
  	width: 100%;
  	max-width: 90px;
  	margin: -6px 1rem 0 1px;
  	padding: 0;
  }

  
	
}


/******************
*  artical
******************/
/*  紹介文 */
#shop_text {
	background: url("../image/shop_text.jpeg") no-repeat center center;
	background-size: cover;
	padding: 3rem 1rem;
	position: relative;
}

#shop_text::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255,255,255,0.70);
}

#shop_text p {
	line-height: 1.5;
	text-align: left;
}

@media (min-width: 992px) {
  #shop_text p {
	  line-height: 2;
  }
	
}