@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);


h2 {
     font-weight:900;
	 font-size:1.8em;
	 line-height:1.8em;
	 color:#fff;
	 text-align:left;
	 margin:1em 0;
}


h3{
	font-weight:600;
	 font-size:1.8em;
	 line-height:1.6em;
	 color:#000;
	 text-align:center;
	 margin-bottom:1em;
}
h4{
	font-weight:600;
	 font-size:2em;
	 line-height:1.2em;
	 color:#000;
	 text-align:left;
}

h5{
	font-weight:700;
	 font-size:1.8em;
	 line-height:2.5em;
	 color:#000;
	 text-align:center;
}

img {max-width:100%; height:auto; width/***/:auto; /*IE8のみ適用*/}

body {
	color: #FFF;
	background-color: #B2B2B1;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}







.btn{
	width:auto;
	margin:3em auto;
	text-align:center;
}


 

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
#wrapper{
	width:830px;
	margin:0 auto;
}

#header{
	width:830px;
	margin:0 auto;
	text-align:center;
	padding-top:100px;
}
h1 {
     font-weight:900;
	 font-size:1.9em;
	 line-height:1.8em;
	 color:#fff;
	 text-align:center;
	 margin:1em 0;
}
.contents{
	display: flex;
	width:830px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:10px 0 20px;
	}
	
.contents2{
	display: flex;
	width:830px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:10px 0 20px;
	}
	
.box-A{
	width:50%;
	text-align:center;
}
.box-B{
	width:50%;
	text-align:center;
}
.box-C{
	width:50%;
	text-align:center;
}
.box-D{
	width:50%;
	text-align:center;
}
.info{
	width:100%;
	text-align:right;
}

ul {
	margin:2em;
	padding-left:3em;
}
ul.cotion {
	list-style-type: none;
	font-size:0.8em;
	margin-left:1.2em;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.cotion li:before {
	content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-1em; /* 1文字分、左に寄せる */
}
.btn{
	width:auto;
	margin:3em auto;
	text-align:center;
}

/*============================ Footer =============================*/
#footer {
	width: 100%;
	text-align: center;
	margin:5px auto 0;
	padding:20px 0;
}
.footText {
	font-size: 0.8em;
	line-height: 180%;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}
}


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
br { display:none; }
#wrapper{
	width:830px;
	margin:0 auto;
}

#header{
	width:830px;
	margin:0 auto;
	text-align:center;
	padding-top:100px;
}
.contents{
	display: flex;
	width:830px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:10px 0 20px;
	}
	
.contents2{
	display: flex;
	width:830px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:10px 0 20px;
	}
	
.box-A{
	width:50%;
	text-align:center;
}
.box-B{
	width:50%;
	text-align:center;
}
.box-C{
	width:50%;
	text-align:center;
}
.box-D{
	width:50%;
	text-align:center;
}
.info{
	width:95%;
	text-align:right;
}
h1 {
     font-weight:900;
	 font-size:1.9em;
	 line-height:1.8em;
	 color:#fff;
	 text-align:center;
	 margin:1em 0;
}

ul {
	margin:2em;
	padding-left:3em;
}
ul.cotion {
	list-style-type: none;
	font-size:0.8em;
	margin-left:1.2em;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.cotion li:before {
	content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-1em; /* 1文字分、左に寄せる */
}
.btn{
	width:auto;
	margin:3em auto;
	text-align:center;
}

/*============================ Footer =============================*/
#footer {
	width: 100%;
	text-align: center;
	margin:5px auto 0;
	padding:20px 0;
}
.footText {
	font-size: 0.8em;
	line-height: 180%;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}

}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
br { display:none; }
#wrapper{
	width:830px;
	margin:0 auto;
}

#header{
	width:830px;
	margin:0 auto;
	text-align:center;
	padding-top:100px;
}
h1 {
     font-weight:900;
	 font-size:1.5em;
	 line-height:1.6em;
	 color:#fff;
	 text-align:center;
	 margin:1em 0;
}
.info{
	width:100%;
	text-align:center;
}
div.info img { width: 20%; }
.contents{
	display: flex;
	width:100%;           /* Flexコンテナ化 */
	flex-direction: row; /* 縦並びに。横並びはrow */
	margin:0 auto;
	padding:10px 0 20px;
	}
	

div.box-C img { width: 90%; }
div.box-D img { width: 90%; }
	
.box-A{
	width:50%;
	text-align:center;
}
.box-B{
	width:50%;
	text-align:center;
}
div.box-A img { width: 70%; }
div.box-B img { width: 70%; }


.contents2{
	display: flex;
	width:100%;           /* Flexコンテナ化 */
	flex-direction: column; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:10px 0 20px;
	}
.box-C{
	width:100%;
	text-align:center;
}
.box-D{
	width:100%;
	text-align:center;
}

ul {
	margin:2em;
	padding-left:3em;
}
ul.cotion {
	list-style-type: none;
	font-size:1em;
	margin-left:1.2em;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.cotion li:before {
	content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-1em; /* 1文字分、左に寄せる */
}
.btn{
	width:auto;
	margin:3em auto;
	text-align:center;
}
div.btn img { width: 50%; }

/*============================ Footer =============================*/
#footer {
	width: 100%;
	text-align: center;
	margin:5px auto 0;
	padding:20px 0;
}
.footText {
	font-size: 0.9em;
	line-height: 180%;
	color: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.footText a {
	color: #FFF;
}
.footText a:link {
	text-decoration: none;
	color:#FFF;
}
.footText a:visited {
	text-decoration: none;
	color: #FFF;
}
.footText a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footText a:active {
	text-decoration: underline;
	color:#FFF;
}

}