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

html { scroll-behavior: smooth;}

body {
  font-family: 'Noto Sans JP', sans-serif, 'YuGothic'; 
color: #2e2e2e;}

img{
  width: 100%;
}

a {
	transition: all 0.3s ease 0s;
	color: #2e2e2e;
	text-decoration: none;
  
}
  a:hover{
    opacity: 0.7;
	  
  }

h2{
	text-align: center;
	font-size: 35px!important;
	opacity: 0.6;
	margin-bottom: 10%!important;
}

h3{
	text-align: center;
		margin: 20px auto!important;
	border-bottom: 1px #2e2e2e solid!important;
	padding-bottom: 10px!important;
	font-size: 25px!important;
}

h4{}

ul{
}
.text_ul, .img_ul{
margin-bottom: 80px;
	}

.ulbk {
	width: 80%;
	margin: 0 auto 80px;
}

.text_ul li{
	line-height: 1.5;
	font-size: 16px!important;
}


.l_colB {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%; 
  justify-content:space-between;
}

.l_colB2 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%; 
justify-content: center;
  align-items: center;
	margin-bottom: 0px!important;
}


#wrap{
	width: 80%!important;
	margin: 5% auto;
	min-width: 320px!important;
	
}


.img_li{
	width: 48%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 4%;
}

.logo_img {
    min-width: 190px;
    width: 25%;
    margin: 0 auto 40px;
}

.l_colB_li{
	width: 48%;
	padding: 10px 0 50px!important;
}

.cont_link{
	text-align: center;
	display: block;
}

cont_link:hover{
	
}

.ulbk .cont_link{
	display: block;
	height: 100%;
	padding: 5px;
	background: #E3E3E3;
	margin-bottom: 10px;
	border-radius: 100px;
}

.ulbk .cont_link:hover{
	background: #272727;
	cursor: pointer;
	color: #FFF;
}

.ulbk li p{
	padding: 5px;
}

.gifimg{
	width:100px;
	position: fixed;
	right:0;
	bottom:0;
	border-radius: 100px;
	overflow: hidden;
	opacity: 0;
}

.gifimg img{
	
}

.gifimg img::before{


}

.link_top{
	    width: 100%;
    height: 100%;
    display: block;
    position: relative;
	
}

.link_top::before{
    content: url(../images/arr.png);
	transform: scale(0.1);
    position: absolute;
    right: 43%;
	top: -12%;
    height: 30px;
    width: 30px;
    z-index: 999;
}

.arr{

}

.iframe_box{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 45%; /* = height ÷ width × 100 */
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.iframe_box iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	
}

.sp_br{
	display: none;
}

@media screen and (max-width:789px) {
	.ulbk {
	width: 100%;
}
	.text_ul li {
		font-size: 14px!important;
	}
	
	.l_colB_li{
	width: 100%;
}
	
	
}
@media screen and (max-width:480px) {
.img_li {
    width: 100%;
}
.sp_br{
	display: block;
}


	
}


