

* {
    box-sizing: border-box;
}


/*Reset*/


form {
	margin: 0;
/*	padding: 30;*/
padding-left: 20px;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
/*
	font-size: 100%;
*/
	font-size:15px;/*1.5rem*/
	font-size:1.5rem;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;

}


/*
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;

}
*/


h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;

}



/*全体------------------------------------------------*/
html {
	font-size:62.5%;
}

body {
	width:100%;
	max-width:640px;
	margin: 0px;
	margin:0 auto;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background: #F7F7F8;
}

/*リンク----------------------------*/
a{
	color: #0005dc;
	text-decoration: underline;
}

/*
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
*/

/*ヘッダ -------------------------------- */

header{
	width:100%;
	max-width:640px;
	background:#44749c;
	padding:10px;
	margin:0;
}

h1{
	width:100%;
	max-width:620px;
	color:#fff;
	font-size:24px;
	font-size:2.4rem;
	line-height:1.5;
}
header p{
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.5;
	text-align:left;
	margin:0;
}



/*h1 img{
	width:100%;
	height:auto;
	margin-left:auto;
    margin-right:auto;
}
*/




p{
	margin: 30px 10px 0 10px;
	line-height: 2;
	font-size:15px;/*1.5rem*/
	font-size:1.5rem;
	color: #333;
}

article{
  margin: 0 auto;
  padding: 0 0 50px 0;
  width:100%;
	max-width:640px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul.t{
  display: table;
  width: 100%;
}
ul.t li.t{
  display: table-cell;
}

p.date{
  padding: 10px 0 0 0;
	margin: 0px 20px;
	font-size: 12px;/*2rem*/
	font-size: 1.2rem;
	color: #aaa;
}
p{
	color:#000000;
}
span.underline{
	color:#000000;
	background-color:#ffff00;
}
li.t.img{
  width: 180px;
}

img.img_1{
  margin: 10px 10px 0 0;
  text-align: center;
  width: 100%;
  height: auto;
}
img.img_2{
  margin: 10px;
  text-align: center;
  width: 45%;
  height: auto;
  float: left;
}
p.img{
  margin:30px 10px 0 10px;
}
p.img.ex{
	margin-right: auto;
	margin-left:auto;
	padding: 0 15px;
	max-width: 490px;
}
p.link img,
p.img img{
  width: 100%;
  height: auto;
}

em{

  padding: 0.2em;
  font-weight: bold;
  display: inline;

  font-style: normal;
}


p.link{
  font-size:18px;
  font-size:1.8rem;
  font-weight: bold;
}

ol.problems{
  margin: 0 10px 10px 4em;
}
ol.problems li{
  margin-top:1em;
  list-style-type: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-type: decimal;
}
ol.problems li:before{
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  box-shadow: 0 0 5px rgba(0,0,0,0.6);
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
}


p.red,
p span{
	color:#fe0000;
	font-weight: bold;
}
div.wrapper{
  margin: 0 10px;
}
dl.questions{
  margin: 10px auto;
  padding: 10% 0;
  border-radius: 10px;
  border: 4px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  background: #c30 url(img/simu_back.png) no-repeat center top / cover;
  max-width: 620px;
}
dl.questions dt{
  padding: 10px 10px 0 10px;
  text-align: center;
  font-weight: bold;
  color: #300;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
dl.questions dd{
  padding: 0 10px 10px 10px;
  text-align: center;}
dl.questions dd ol{
  display: inline-block;
  margin-left: 2em;
}
dl.questions dd li{
  margin: 1em 0 0 0;
  list-style-type: decimal;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);

}

h2{
  margin: 0 0 -0.6em 0;
  padding: 10px 10px;
  font-size: 20px;
  font-size:2rem;
  color: #c30;
  font-weight: bold;
  color: #000;
  line-height: 1.2em;
}

h3{
  margin: 2em 0 -0.6em 0;
  padding: 0 10px;
  color: #c30;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  font-size: 2px;
  font-size:2rem;
}

.link{
  font-size:18px;
  font-size:1.8rem;
}

ul{
  margin: 20px 10px -20px 10px;;
}
ul li{
  margin: 0.6em 10px 0 2em;
  font-size: 15px;
  font-size:1.5rem;
  line-height: 1.5;
  list-style-type: disc;
}

img.float{
  margin: 0 10px 0 0;
  display: block;
  width: 200px;
  height: auto;
  float: left;
}
img.float.img2{
  width: 250px;
}

footer{
	background:#44739C;
}
footer p{
  margin: 0;
	padding: 10px;
	color: #fff;
	line-height: 1.8;
	font-size:16px;/*2rem*/
	font-size:1.6rem;
	font-weight: bold;
	text-align: center;
}
footer ul{
  padding: 20px;
  text-align: center;
}
footer ul li{
  display: inline;
}
footer a{
  color: #fff;
}

#company{
  border-top:2px solid #ccc;
  padding: 10px 0 0 0;
}
#company table{
  margin: 0 auto 0 auto;

}
#company th,
#company td{
  font-size:16px;
  font-size: 1.6rem;
  padding: 10px 1em;
  line-height: 1.6;
}
#company th{
  width: 6em;
}


table.company{
  margin: 80px auto 0 auto;
  width: 100%;
}
table.company th,
table.company td{
  padding: 10px 20px;
  font-size:14px;
  line-height: 1.6;
}
table.company tr:nth-of-type(2n) th,
table.company tr:nth-of-type(2n) td{
  background: #ddd;
}


@media screen and (min-width: 641px) {
/* 768pxまでの幅の場合に適応される */

  p{

	margin: 30px 20px 0 20px;
  }
  p.img.img_2{
    margin: 20px auto;
    text-align: center;
    width: 360px;
  }


  h2{
    padding-left:20px;
    padding-right:10px;
    font-size: 35px;
    font-size:3.5rem;
  }

h3{
  padding: 0 20px;
  font-size: 22px;
  font-size:2.2rem;
}



}
