/*--------------------------------------------
基本設定
--------------------------------------------*/
body{
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	*font-family: "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif; background-color: transparent; color: #333; -webkit-font-smoothing: antialiased;
	}
body,h1,h2,h3,p,ul,li{
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
img {
	vertical-align: bottom;
	border-style: none;
}
ul{
	list-style: none;
}
a{
	text-decoration:none;
	color:#00a1b5;
}
a:hover{
	color:#23678c;
	text-decoration:underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*--------------------------------------------
共通設定
--------------------------------------------*/
body{
	max-width:960px;
	margin:0 auto;
}
h1{
	text-align:center;
	font-size:8px;
	color:#666;
	font-weight:normal;	
}
/*--------------------------------------------
メイン
--------------------------------------------*/
.main{
	width:100%;
}
.main img{
	width:100%;
	height:auto;
	margin:0 auto;
}

.blank_ud{
    margin: 50px 0 0;
    overflow: hidden;
}





.start_btn{
    width: 80%;
    margin: 250px auto;
}

.text_back{
	width:100%;
	height:100px;
	background-image:url(img/textback.png);
	background-size:100% auto;
	background-repeat:no-repeat;
	text-align:center;
	font-size:3.3em;
	color:#fff;
	padding: 30px 0 0 0;
	box-sizing: border-box;
	font-weight: bold;
}
.borderwaku{
	width:80%;
	font-size:3em;
	line-height: 30px;
    padding: 30px 0 20px 0;
    height: 40px;
	margin:200px auto 80px;
	border-radius:10px;
	text-align:center;
	border:1px solid #555;
	}

.footer{
	margin:100px 0 0 0;
}
.footer img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.bottom{
	background:#e4c3cf;
	color:#444;
	text-align:center;
	padding:10px 0;
}

/*--------------------------------------------
サブ
--------------------------------------------*/
.contents{
	width:100%;
}



/*--------------------------------------------
流れ
--------------------------------------------*/
 
.flow table {
    border-collapse:  collapse; /* セルの線を重ねる */
    width:  90%;
	margin: 0 0 0 10%;
	vertical-align: top;
	border-left: 1px solid #d96f90;
	font-size: 20px;
}
.flow tr{
	position: relative;
}

.flow th {
    width:  100px;              /* 幅指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
}
.flow td{
	position: relative;
	padding-left: 20px;
	
}
.flow td .title{
	font-size: 1.5em;
	color: #d96f90;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}
.flow td .con{
	font-size: 1em;
    padding: 0 0 50px 30px;
    margin: 0 0 30px 0;
	line-height: 25px;
}

.flow td::before{
	content: "●";
	color: #d96f90;
	top:0;
	left: -11px;
	position: absolute;
	font-size: 2em;
}





/*--------------------------------------------
　Q　&　A
--------------------------------------------*/

.qa{
	width: 95%;
	margin: 80px auto 0;
	overflow: hidden;
}
.qa img {
	width: 40px;
	margin-right: 10px;
}
.qa_q{
  color:#d96f90;
  font-size:1.8em;
padding-left: 50px;
    text-indent: -55px;
    line-height: 30px;
}
.qa_a{
	color:#222;
 	font-size:1.5em;
	margin: 20px 0 0 0;
    padding-left: 80px;
    text-indent: -55px;
	line-height: 25px;
}



/*--------------------------------------------
感想
--------------------------------------------*/
 
.imp table {
    border-collapse:  collapse; /* セルの線を重ねる */
    width:  90%;
	margin: 0 auto 0;
	vertical-align: top;
	font-size: 20px;
}
.imp .left{
	width: 30%;
}
.imp tr{
	border-bottom: 1px solid #d96f95;
}
.imp td{
    padding: 30px 0 30px 30px;
    margin: 0 0 30px 0;
	text-align: left;
	vertical-align: top;
    font-size:1.7em;
	line-height: 1.3em;
}
.imp td img{
	width: 100%;
}

