@charset "utf-8";

@media screen,print and (min-width: 769px) {
/*横幅769px以上に適応*/

/*---------------------------------
    h2
------------------------------------*/    

	.siyou{
    border: 1px dotted #A2A2A2;
padding: 5%;
		padding-left: 6%;
    margin-bottom: 30px;
		background-color: #FFFFFF;
	
}
	.img_d {
		background: #FFFFFF;
		padding: 5%;
		border-radius: 10px;
		width: 90%;
		
	}
	.text1 {

	}
/*linkのbox*/	
.list_li ul {
  margin-top: 20px;  
}
.list_li ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;
    
}


.list_li ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background:#D2D1D1;
  border-radius: 50%;
  margin-right: 8px;
}
.list_li ul li a {
    color: #0073BE;
}
.list_li ul li a:hover {
    color: #0073BE;
	 position: relative;
    right: -1px;
    bottom: -1px;
} 
	
/*---数字つきol---*/

.list_ol ol {
  margin-top: 20px;  
}
.list_ol ol li {

  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
    padding-bottom: 1%;
    
}

.list_ol ol li a {
    color: #F000000;
    text-decoration: none;
}
.list_ol ol li a:hover {
    color: #A83524;
} 	
	
	/*ーーーーーーーーーーーーーーーーーーーーーーー*/
	
.header2-sub {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    height: 400px;
    background-image: url("images/bg-kongou.jpg");
    background-size: cover;
    background-position: center 0%;
}

	
.contents1 {

    background-color: rgba(232,232,232,0.80);
    background-image: url(../images/bg-a2.jpg);
}
	.contents2 {
    background-color:#FFFFFF;
}
	
	
.contents1-film {
    background-image: url(../overlays/08-4.png);
    width: 100%;
    height: 100%;
}
.contents1-in {
     max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contents1-in-art {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 115%;
    line-height: 200%;
}
	.contents2-in {
     max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contents2-in-art {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 115%;
    line-height: 200%;
}
.contents1-in-art1 {
    padding: 20px;
    border: 1px dotted rgba(210,104,100,1.00);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: rgba(210,87,82,1.00);
}
.contents1-in-art2 {
    padding: 20px;
    font-size: 90%;
}
	
.contents1 a {
    text-decoration: none;
    color: #525252;
}
.contents1 a:hover {
    text-decoration: none;
    color: #767676;
}

	.con-left-text {
		width: 68%;
		margin-right: 2%;
		float: left;
	}
	.con-right-img{
			width: 30%;
		float: right;
		text-align: right;
		
	}
		.con-right-text {
		width: 68%;
		float: right;
			margin-left: 2%;
	}
	.con-left-img{
			width: 30%;
		float: left;
		text-align: left;
		
	}
	
	h2{
		width: 55%;
	}

	h3{
    font-size: 1.2em;
    border-left: 8px solid #252525;
		padding-left: 2%;
	}	
h4{
	font-size: 1.2em;
	  border: 1px dotted #A2A2A2;
padding: 3%;
		padding-left: 4%;
    margin-bottom: 30px;
		background-color: #FFFFFF;	
	}	
	.homeback {
		background-color:  #FFFFFF;
	}	
	
}
