

* {
    box-sizing: border-box;
}


/*Reset*/
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;

}


/*全体------------------------------------------------*/
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:#6795fb;/*#ff8732#44749c*/
	padding:10px;
	margin:0;
}
header.ver5{
	background:#4bc87d;/*4bc87d*/
}/*--ver5用--*/
body.blue header{
	background:#0064eb;
}/*--ver14用--*/



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:right;
	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;
}
p.title{
	border:1px solid #6795fb;
	border-left:8px solid #6795fb;
	padding-left:8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 1.5;
}
p.title.ver5{
	border:1px solid #4bc87d;
	border-left:8px solid #4bc87d;
	padding-left:8px;
}/*--ver5用--*/

body.blue p.title{
	border:1px solid #0064eb;
	border-left:8px solid #0064eb;
	padding-left:8px;
}/*--ver14用--*/




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;
}

p img{
	width:100%;
	height:auto;
}
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;
}


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.html) 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:1.7rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5em;
}
h3{
  margin: 2em 0 -0.6em 0;
  padding: 0 10px;

  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;
}
.bold{
	font-weight:bold;
}
.red{
	color:#ff0000;
}
.bgy{
	background:#ffff00;
}





img.float{
  margin: 0 10px 0 0;
  display: block;
  width: 200px;
  height: auto;
  float: left;
}
img.float.img2{
  width: 250px;
}


.link{
  font-size:18px;
  font-size:1.8rem;
}

.link ul{
  margin: 20px 10px -20px 10px;;
}
.link ul li{
  margin: 0.6em 10px 0 2em;
  font-size: 15px;
  font-size:1.5rem;
  line-height: 1.5;
  list-style-type: disc;
}

.links h3{
	padding:25px  15px 15px 15px;
	border-top:1px solid #e5e5e5;
	font-size:13px;
	font-size:1.3rem;
}
.links a{
	text-decoration: none;
}
.links p{
	font-size:12px;
	font-size:1.2rem;
}

.links ul{
	margin: 0;
	padding: 0;
}
.links li{
	border-top:1px solid #e5e5e5;
	margin: 0;
	padding: 10px;
	list-style-type: none;
	font-size:13px;
	font-size:1.3rem;
}
.links .img span{
	width: 75px;
	height:75px;
	overflow: hidden;
	display: block;
	position: relative;

}
.links p.img img{
	display: block;
	position: absolute;
	width:auto;
	height: 100%;
	left:50%;
	top:0;
	margin:0 0 0 -50%;
}

.links a{
	display: table;
	width: 100%;
}

.links p,
.links div.mark{
	display: table-cell;
	padding: 10px;
}
.links div.mark{
	vertical-align: middle;
	width:20px;
}
.links div.mark:after{
	display: inline-block;
	content: '';
	width:8px;
	height: 8px;
	border-top:3px solid #ddd;
	border-right:3px solid #ddd;
	transform:rotate(45deg);
	display: block;
}
.links p.img{
	padding: 0;
	height: 75px;
	width: 75px;
}






/*クチコミ*/
ul.t.kutikomi{
	display:table;
	width:94%;
	max-width:620px;
	margin:25px 3% 0 3%;
	padding:0;
}
ul.t.kutikomi li.t{
	margin:0;
	padding:0;
	display:table-cell;
}
ul.t.kutikomi li.ph{
	width:25%;
	padding-right:2%;
}
ul.t.kutikomi li img{
	width:100%;
	height:auto;
}
ul.t.kutikomi li.text{
	width:67%;
	list-style:none;
	padding:7px 3%;
	background:#d3e0fd;
	border-radius:5px;
}
ul.t.kutikomi li.text p{
	font-size:14px;
	font-size:1.4rem;
	margin:0;
	line-height:1.4;
}



p.voice{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #000;
	padding: 10px 0;
}

p.voice2{
	padding-top: 10px;
	
}

body.blue ul.t.kutikomi li.text{
	background:#fffae1;
}/*ver14用*/



footer{
	background:#6795fb;/*#ff8732#44749c*/
}
footer.ver5{
	background:#4bc87d;
}/*--ver5用--*/

body.blue footer{
	background:#0064eb;/*#ff8732#44749c*/
}/*--ver14用--*/


footer p{
  margin: 0;
	padding: 10px;
	color: #fff;
	line-height: 1.8;
	font-size:13px;/*2rem*/
	font-size:1.3rem;
	font-weight: bold;
	text-align: center;
}
footer ul{
  padding: 5px 0;
  text-align: center;
}
footer.ver5 ul{
	margin-top:0;
	padding:0 0 20px 0;
}/*--ver5用--*/

footer ul li{
  display: inline;
  font-size:13px;/*2rem*/
	font-size:1.3rem;
}
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:20px;
	  padding-top: 20px;
    font-size:1.7rem;
	  line-height: 1.5;
  }

h3{
  padding: 0 20px;
  font-size: 22px;
  font-size:2.2rem;
}

}


/* --------------------
追記
-------------------- */

.font-lg{
  font-size: 16px;
  font-weight: bold;
}

.hilighter{
  background: #FFFF4C;
}