@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

a:link{
	color: #1176FF;
	text-decoration: none;
}  
a:visited{
	color: #07F;
	text-decoration: none;
}  
a:hover{
	color: #59DEFF;
	text-decoration: none;
} 
a:active{
	color: #07F;
	text-decoration: none;
}  
body {
	font-size: 18px;
	line-height: 1.8em;
	color: #3A3A3A;
	text-align:justify;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body a {
	text-decoration: none;	
}
.wapper {
	width: 1080px;
	margin: 0px auto 60px;
}
#header {
	width: 100%;
	margin-bottom: 30px;
	display: block;
	background-image: url(../img/mvbg_pc.png);
	background-size:contain;
}
picture img {
	margin: 0 auto;
	width: 980px !important;
	display: block;
}

.rogo {
	display: block;
	float: left;
	width: 160px;
	margin-right: 20px;
}
h1  {
	font-size: 1em;
	color: #009F00;
	line-height: 1.2em;
	display: block;
	margin: 0 auto 50px;
	width: 1080px;
	text-align: center;
}
#header a img {
	display: block;
	width: 100%;
}
.shadow1 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
p {
	display: block;
}
.color_green {
	color: #00BA00;
}
.flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between; /*均等に間隔をあける*/
}
.flex img{
  align-self: flex-start;
  align-items: flex-start;
}
.flex2 {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
}
.flex2 img{
  align-self: flex-start;
  align-items: flex-start;
}	
.contleft {
	width: 700px;
	margin-right: 79px;
}
.contright {
	width: 300px;
	float: left;
}
.next {
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	width: 40px;
	float: left;
	margin-top: 15px;
	text-decoration: none;
	height: 40px;
}
.next_prev {
	font-size: 21px;
}
.next a {
	color: #FFF;
	font-size: 21px;
	display: block;
	padding-top: 10px;
	height: 40px;
	width: 40px;
}
.ichiran {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 30px;
}
.ichiran h3 {
	width: 100%;
	background-color: #090;
	font-size: 1.3em;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 600;
	color: #FFF;
	padding: 0.7em 0;
	display: block;
	margin: 0;
}
.ichiran a {
	width: 100%;
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B8B8B;
}
.ichiran a:hover {
	background-color: #E8F9FF;
}
.ichiran p {
	color: #933;
	text-align: center;
}
.titel {
	font-size: 1.3em;
	color: #FFF;
	background-color: #FF527B;
	width: 100%;
	margin-bottom: 0.7em;
	display: block;
	padding: 0.5em 0;
}
.ad1  {
	width: 336px;
	height: 280px;
	margin-bottom: 45px;
	display: block;
}
.ad1_2  {
	width: 336px;
	height: 280px;
	margin-bottom: 45px;
	display: block;
}
.ad2 {
	display: block;
	margin-bottom: 30px;
}
.ad2_titel {
	font-size: 15px;
	line-height: 1.5em;
	color: #FF72A6;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	background-color: #FFDDE9;
	display: block;
}
.ad3  {
	width: 336px;
	height: 280px;
	margin: 0 30px 45px 0;
	display: block;
}
.path  {
	display: block;
}
.path ul li {
	font-size: 0.75em;
	margin: 0 0.3em;
	display: inline;
}
.pan  {
	width: 100%;
	margin-bottom: 20px;
}
.sidearea {
	background-color: FFFEEB;
	height: 100%;
	width: 100%;
}
.prlink  {
	font-size: 1.2em;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 600;
	color: #FFF;
	background-color: #FF527B;
	text-align: center;
	width: 100%;
	padding: 0.6em 0;
	display: block;
}
.blog_link {
	display: block;
	padding: 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B8B8B;
	line-height: 1.6em;
}
.blog_link:hover {
	background-color: #E8F9FF;
}
.gaibulink   {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: auto;
	display: block;
	text-align: center;
	font-size: 0.8em;
	padding: 10px;
}
.ninja_onebutton {
	width: 100%;
	margin: 40px 0;
}
#footer {
	padding: 20px 3% 10px;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #E9E9E9;
}
.nolink {
	text-align: center;
	margin-bottom: 7px;
}
.footerlink {
	text-align: center;
	margin-top: 5px;
	display: block;
}
#footer img {
	width: 200px;
	display: block;
	margin: 0 auto 5px;
}
.copyright {
	color: #FFF;
	background-color: #00BA00;
	text-align: center;
	width: 100%;
	display: block;
	padding: 0.5em;
	font-size: 0.8em;
}
.bodernone {
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}
.bodernone2 {
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br_pc {
		display: block;
}
.br_sp {
		display: none;
}
.mb-10 {
	display: block;
	margin-bottom: 10px;
}
.mb-20 {
	display: block;
	margin-bottom: 20px;
}
.mb-30 {
	display: block;
	margin-bottom: 30px;
}
.mb-40 {
	display: block;
	margin-bottom: 40px;
}
.mb-50 {
	display: block;
	margin-bottom: 50px;
}
.mb-60 {
	display: block;
	margin-bottom: 60px;
}
.mb-70 {
	display: block;
	margin-bottom: 70px;
}
.mb-80 {
	display: block;
	margin-bottom: 80px;
}





@media screen and (max-width: 1024px){
.wapper {
	width: 100%;
	padding: 0 2%;
}	
h1  {
	font-size: 1em;
	color: #009F00;
	line-height: 1.2em;
	display: block;
	margin: 0 auto 50px;
	width: 100%;
	text-align: center;
}
.contleft {
	width: 64%;
	margin-right: 6%;
}
.contright {
	width: 30%;
	float: left;
}
.ad1  {
	width: 336px;
	height: 280px;
	margin-bottom: 45px;
	display: block;
}
.ad1_2  {
	display: none;
}
.ad2 {
	display: block;
	margin-bottom: 30px;
}
#footer img {
	width: 20%;
	display: block;
	margin: 0 auto 5px;
}	
	
}


@media screen and (max-width:768px)  {	
.contleft {
	width: 100%;
	margin-right: 0%;
}
.contright {
	width: 100%;
	float: none;
	margin-bottom: 0px;	
}	
.ad2 {
	display: none;
	margin-bottom: 30px;
}
picture img {
	margin: 0 auto;
	width: 100% !important;
	display: block;
}
.ninja_onebutton {
	width: 100%;
	margin: 0 0 30px;
}	
}



@media screen and (max-width : 767px ){
body {
	font-size: 4.3vw;
	line-height: 1.7em;
	color: #3A3A3A;
	text-align:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header {
	margin-bottom: 20px;
}
.wapper {
	margin: 0 auto;
}
.contright {
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
.ad1  {
	width: 336px;
	height: 280px;
	margin-bottom: 30px;
	display: block;
}
.ad1_2  {
	width: 336px;
	height: 280px;
	margin-bottom: 30px;
	display: block;
}
h1  {
	font-size: 1.3em;
	color: #009F00;
	line-height: 1.4em;
	display: block;
	margin: 0 auto 20px;
	width: 96%;
	text-align: left;
}
.contleft {
	width: 100%;
	margin-right: 0%;
	margin-top: -30px;
}
.contright {
	width: 100%;
	float: none;
	margin-bottom: 0px;
}
#footer img {
	width: 50%;
	display: block;
	margin: 0 auto 5px;
}	
.pan  {
	display: none;
}
.ninja_onebutton {
	display: none;
}
.guide{
	display: block;
	margin-bottom: 40px
	}
	
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.br_pc {
		display: none !important;
}
.br_sp {
		display: block !important;
}	
.mb-10 {
	display: block;
	margin-bottom: 10px;
}
.mb-20 {
	display: block;
	margin-bottom: 20px;
}
.mb-30 {
	display: block;
	margin-bottom: 30px;
}
.mb-40 {
	display: block;
	margin-bottom: 40px;
}
.mb-50 {
	display: block;
	margin-bottom: 50px;
}
.mb-60 {
	display: block;
	margin-bottom: 50px;
}
.mb-70 {
	display: block;
	margin-bottom: 50px;
}
.mb-80 {
	display: block;
	margin-bottom: 50px;
}	
	
	
}
