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

@media screen and ( max-width:780px )
{

img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

/* スマホで見たときは"sp"のclassがついた画像が表示される */
.pc{ 
	display: none !important; 
}

.sp{ 
	display: block!important;
}
/* スマホで見たときは"sp"のclassがついた画像が表示される */


.spNone{
	display: none;
}

	#sp0{
		height: 5px;
	}
	
	#sp1{
	width: 50%;
	float: left;
	}
	
	#sp2{
	width: 50%;
	float: left;
	}

	#sp3{
	width: 50%;
	float: left;
	clear: both;
	}
	
	#sp4{
	width: 50%;
	float: left;
	}
	
	#sp5{
		clear:both;
		width: 50%;
		float: left;
	}
	
	#sp6{
		width: 50%;
		float: left;
	}
	
		#sp7{
		clear:both;
		width: 50%;
		float: left;
	}
	
	#sp8{
		width: 50%;
		float: left;
	}
	
	
	ul.list_1 {
    display:table;
    table-layout:fixed;
    width:100%;
    padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	font-size: 0;
	margin:0 auto;
}


ul.list_1 li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	font-size: 12px;
	line-height:40px;
}


ul li, ol li {
  color: black;
  border-left: solid 8px #060D6B;/*左側の線*/
  background-color: #DADADA;/*背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;
}


ul.list_1 li a {
    display:block;
    text-decoration:none;
    color:black;
}
	
	h2 {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	color:#03842A;
}
	
	h3 {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color: #131ECA;
}
	
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}
	
	input[type="submit"] {
    background-color: blue;
    color: white;
	font-size: 16px;
	width: 30%;
	border-radius: px ;
}

input[type="reset"] {
    background-color: red;
    color: white;
	font-size: 16px;
	width: 30%;
	border-radius: px ;
}
	
	sp_kiso{
		clear: both;
		height: 5px;
	}
	
}