@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);


.btn{
	width:auto;
	margin:2em auto;
	text-align:left;
}


 

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
body {
	color: #000;
	background-color: #4E4E4E;
	width:100%;
	font-size: 0.9em;
	line-height: 1.9em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header{
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
}
/*h1 {
     font-family: 'Open Sans script', sans-serif;
	 font-weight: 300;
	 font-size:4em;
	 line-height:1em;
	 color:#000;
	 text-align:center;
	 letter-spacing:0.2em;
	 margin:0;
}*/
h1{
	margin:50px 0 30px;
}
h2 {
     font-weight:600;
	 font-size:1.8em;
	 line-height:1em;
	 letter-spacing:0.2em;
	 color:#000;
	 text-align:center;
	 margin:2em 0 0;
}


h3{
	font-weight:800;
	 font-size:1.9em;
	 line-height:1.6em;
	 letter-spacing:0.1em;
	 color:#000;
	 text-align:center;
	 margin-bottom:1em;
}

h4{
	font-weight:600;
	 font-size:1.4em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
}
h5{
	font-weight:600;
	 font-size:1.2em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
}

.copy{
	font-size: 1em;
	line-height: 1.6em;
	padding:1em 0;
}
.s-size{
	font-size:0.6em;
}

.intoro{
	width:900px;
	margin:0 auto;
	padding:20px 0;
}

.contents{
	display: flex;
	width:900px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:20px 0 20px;
	}
	
.box-A{
	order: 1;
	width:50%;
	text-align:left;
}
.box-B{
	order: 2;
	width:50%;
	text-align:center;
}

.contents2{
	display: flex;
	width:900px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:20px 0 20px;
	}
	
.box-C{
	order: 1;
	width:50%;
	text-align:left;
}
.box-D{
	order: 2;
	width:50%;
	text-align:left;
}

.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文字分、左に寄せる */
}

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


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
body {
	color: #000;
	background-color: #4E4E4E;
	width:100%;
	font-size: 0.9em;
	line-height: 1.9em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header{
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
}
/*h1 {
     font-family: 'Open Sans script', sans-serif;
	 font-weight: 300;
	 font-size:4em;
	 line-height:1em;
	 color:#000;
	 text-align:center;
	 letter-spacing:0.2em;
	 margin:0;
}*/
h1{
	margin:50px 0 30px;
}
h2 {
     font-weight:600;
	 font-size:1.8em;
	 line-height:1em;
	 letter-spacing:0.2em;
	 color:#000;
	 text-align:center;
	 margin:2em 0 0;
}


h3{
	font-weight:800;
	 font-size:1.9em;
	 line-height:1.6em;
	 letter-spacing:0.1em;
	 color:#000;
	 text-align:center;
	 margin-bottom:1em;
}

h4{
	font-weight:600;
	 font-size:1.4em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
}
h5{
	font-weight:600;
	 font-size:1.2em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
}

.copy{
	font-size: 1em;
	line-height: 1.6em;
	padding:1em 0;
}
.s-size{
	font-size:0.6em;
}

.intoro{
	width:900px;
	margin:0 auto;
	padding:20px 0;
}

.contents{
	display: flex;
	width:900px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:20px 0 20px;
	}
	
.box-A{
	order: 1;
	width:50%;
	text-align:left;
}
.box-B{
	order: 2;
	width:50%;
	text-align:center;
}

.contents2{
	display: flex;
	width:900px;           /* Flexコンテナ化 */
	flex-direction: row; /* 横並びに。縦並びはcolumn */
	margin:0 auto;
	padding:20px 0 20px;
	}
	
.box-C{
	order: 1;
	width:50%;
	text-align:left;
}
.box-D{
	order: 2;
	width:50%;
	text-align:left;
}

.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文字分、左に寄せる */
}

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


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){


body {
	color: #000;
	background-color: #4E4E4E;
	width:100%;
	font-size: 1.3em;
	line-height: 1.9em;
	font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrapper{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header{
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:3em;
}
/*h1 {
     font-family: 'Open Sans script', sans-serif;
	 font-weight: 300;
	 font-size:4em;
	 line-height:1em;
	 color:#000;
	 text-align:center;
	 letter-spacing:0.2em;
	 margin:0;
}*/
h1{
	margin:3em 0 2em;
}
h2 {
     font-weight:600;
	 font-size:1.8em;
	 line-height:1em;
	 letter-spacing:0.2em;
	 color:#000;
	 text-align:center;
	 margin:2em 0 0;
}


h3{
	font-weight:800;
	 font-size:2em;
	 line-height:1.6em;
	 letter-spacing:0.1em;
	 color:#000;
	 text-align:center;
	 margin-bottom:1em;
}

h4{
	font-weight:600;
	 font-size:1.8em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
}
h5{
	font-weight:600;
	 font-size:1.2em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
}

.copy{
	font-size: 1em;
	line-height: 1.6em;
	padding:1em 0;
}
.s-size{
	font-size:0.6em;
}

.intoro{
	width:90%;
	margin:0 auto;
	padding:20px 0;
}

.contents{
	display: flex;
	width:90%;           /* Flexコンテナ化 */
	flex-direction: column; /* 縦並びに。縦並びはrow */
	margin:0 auto;
	padding:1em 0 2em;
	}
	
.box-A{
	order: 2;
	width:100%;
	text-align:left;
	margin:0 auto;
}
.box-B{
	order: 1;
	width:100%;
	text-align:center;
	margin:0 auto;
}


.contents2{
	display: flex;
	width:90%;           /* Flexコンテナ化 */
	flex-direction: column; /* 縦並びに。縦並びはrow */
	margin:0 auto;
	padding:1em 0 2em;
	}
	
.box-C{
	order: 1;
	width:100%;
	text-align:center;
}
.box-D{
	order: 2;
	width:100%;
	text-align:left;
}
div.btn img{
 width:120%; height:auto; width/***/:auto; /*IE8のみ適用*/
}

.info{
	width:90%;
	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文字分、左に寄せる */
}

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