@charset "utf-8
.cf:after {
	content:""; /* 擬似要素を実体化 */
	clear: both; /* floatを解除する */
	display: block; /* ブロック要素にする */
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定およびスマートフォン向けのスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

html {font-size: 10px;}/* font-size: 62.5%;*//* 10px */
body {
	width:100%;
	margin:0;
	padding:0;
	font-size:1.6rem;
	color:#000;
	line-height:2.6rem;
	background-color: #EEE;
}
body,td,th {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	background-color: #FFF;
}
.item{
	display:flex;
	flex-direction:column;
}
.item img{
	width:100px;
	margin:0 auto;
}
header{
	padding-top: 10px; 
	background: #FFF;
}
.rogo {
	float:left;
	width:50%;
}

.rogoimag{
	margin:0px 10px; 
	max-width:80%;
	height:auto;
}
nav{
	margin: 0px auto 0px auto;
	clear:both;
} 
nav ul{
	margin: 0px;
	padding:0px;
}
nav ul li{
	display:block; 
	width:100%;
	margin:0px;
	text-align:center;
	font-weight: bold;
	color:#fff;
	line-height:3.2rem;
	border-bottom: 1px solid #fff;
	background-color:#003300;

}
.home{
	background-color:#fff;
	color:#003300;
	border: 1px solid #003300;
}
a.white:link {
	color:#fff;
	text-decoration:none; 
	border: 1px solid #003300;
	display: block;
}
a.white:visited{
	color:#fff;
	text-decoration:none;
	border: 1px solid #003300;
}
a.white:hover{
	color:#fff;
	text-decoration:none;
	border: 1px solid #003300;
}
a.white:active{
	color:#fff;
	text-decoration:none;
	border: 1px solid #003300;
}
main {
	clear: both;
	width:98%;
	margin:20px auto 10px auto;
}
.btn1{
	border-radius:5px;
 	color:white;
	background-color:green;
 	margin:0 0 5px 0;
}
p{
	margin-left:1rem; 
	margin-top:0.5rem; 
}
form{
  width: 100%;
}
label {
  margin: 0 0 5px 0;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  }
#btn_submit {
  width: 50%;
  height: 60px;
  margin: 10px 0 0 0;
  background: #C61444;
  border: 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 60px;
  transition: background-color 0.2s linear;
  cursor: pointer;
  display: block;
}
h1 {
 	font-size: 2.3rem;
	line-height:3.4rem;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 0.2rem;
	padding: 0.4rem 0 0.4rem 0.4rem;
/*	background: #dedede;*/
}
h2 {
 	font-size: 1.8rem;
	line-height:2.7rem;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 16px;
	font-weight: bold;
	color: #006600;
	border-top: none;
	border-left: none;
}
h3 {
 	font-size: 1.6rem;
	line-height:2.4rem;
 	font-weight: bold;
	padding: 0px 0px 0px 10px;
	border-left: 10px solid #DEDFDE;
	margin-left: 5px;
	margin-top:20px;
	color: #000;
}
footer{
	width:100%;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:center;
	background:#003300; 
}
.lnuki{
    text-align:center;
	font-size: 1.8rem;
	line-height:2.7rem;
	font-weight: bold;
	color:#fff;
}
.snuki{
    text-align:center;
	font-size: 1.6rem;
	line-height:2.4rem;
	font-weight: bold;
	color:#fff;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* タブレット向けのスタイル：768px ～ 768px */
@media only screen and (min-width: 768px) {
#container {
	width:100%;
	margin : 0px auto; 
 }
h2 {
 	font-size: 1.8rem;
	line-height:2.7rem;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 16px;
	border-bottom: 4px solid #999999;
	font-weight: bold;
	color: #006600;
	border-top: none;
	border-left: none;
}
.rogo {
	float:left;
	width:40%;
}
nav {

 }
 nav ul {
   padding: 0;
	background-color:#003300;

 }
 nav ul li {
  float:left;
  width: 100px;
  margin: 0;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: none;
 }
main{
 padding:0 0 0 1.5rem;
 }

.item{
	display:flex;
	flex-direction:row;
}
.item img{
	flex-shrink:0;
	flex-basis:90px;
	align-self: center;
 }
.halfcont{
	display:flex;
	width:100%; 
 }
.halfcont img{

	flex-basis:180px;
 }
}
/*  PC向けのスタイル：1010px～ */
@media only screen and (min-width: 900px) {
#container {
	width:800px;
	margin   : 0px auto; 
 }

}