@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}

body { 
	margin:0;
	padding:0;
	color:#333333;
	text-align:center;
}


address{
	font-style:normal;
}

a img{
	border:0;
}

ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
}

p,dl,dt,dd,form{
	margin:0;
	padding:0;
}

form,
input,
select{
	margin:0;
	padding:0;
}

input{
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font:12px/1.5 arial,helvetica,clean,sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Lucida Grande",Osaka,'メイリオ','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
}


#container{
}

#privacy #container{
	padding:10px;
	text-align:left;
	line-height:1.6;
}

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

/* header */
#header{
	background:#fff;
	border-bottom:1px solid #c7c7c7;
}
#header .wrapper{
	width:900px;
	margin:0 auto;
	padding:12px 0;
	text-align:left;		
}
#header h1{
	width:176px;
	height:13px;
	text-indent:-9999px;
	background:url(./img/maintitle.gif) no-repeat 0 0;
}

/*-------------------------------
---------------------------------
コンテンツ
---------------------------------
-------------------------------*/

#contentsWrapper{
	line-height:2.0;
	background:url(./img/back_contents.gif) repeat-x 0 0;
}
#contentsWrapper .wrapper{ 
	width:900px;
	margin:0 auto;
	padding:0 0 30px 0;
	text-align:left;
	background:#fff;
}
#contentsWrapper #contents{
	border:1px solid #00d5ff;
}

/*-------------------------------

-------------------------------*/
#contentsWrapper .mainTitle{
	padding:38px 35px;
	background:#00d5ff;
}
#contentsWrapper .mainTitle h2{
}

#contentsWrapper .mainSection{
	padding:30px 35px 30px 35px;
}

#contentsWrapper .mainSection .mainHead{
	padding:0 0 20px 0;
}
#contentsWrapper .mainSection .mainHead .text{
	float:left;
	width:370px;
}
#contentsWrapper .mainSection .mainHead .stepNavi{
	float:right;
}

.section{
	padding:0 0 25px 0;
}


#contentsWrapper .ul_list{

}
#contentsWrapper .ul_list li{
	float:left;
	padding:0 10px 0 0;
}

#contentsWrapper h3{
	padding:8px 10px 6px 10px;
	font-size:116.6%;/* 14px */
	color:#00d5ff;
	background:#e5f2f9;
	border:1px solid #99cbe9;
}

.privacy .caution{
	padding:0 0 25px 0;
	font-size:133.3%;/* 16px */
	font-weight:bold;
	color:#cc0000;
	text-align:center;		
}
.privacy .privacySet{
	border: 1px solid #cecece;
	padding: 1px;
}
.privacy iframe{
	width:100%;
	height:180px;
}

#privacy{
}
#privacy h4{
	margin:0;
	padding:0 0 8px 0;
	font-size:116.6%;/* 14px */
	color:#333;
	background:none;
}
#privacy  p{
	margin:0;
	padding:0 0 15px 0;
}
#privacy ol{
	margin:0 0 0 1em;
	padding:0 0 15px 0;
	list-style:decimal;
}
#privacy ol li{
	margin:0 0 0 1em;
	padding:0 0 0 0;
	list-style:decimal;
}
#privacy ol li:last-child{
	padding:0 0 0 0;
}
#privacy .contactNote{
	padding:10px 0 0 0;
	border-top:1px solid #ededed;
}

.buttonArea{
	padding:0;
}
/* リンク⇒ボタンにしているためリセット用 */
.buttonArea button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.buttonArea a, .buttonArea button{
	display: block;
	padding: 7px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fc8000), to(#f89400));
	border-radius: 2px;
	width: 100%;
}

/* サイトトップに戻るボタン */
.buttonArea a.gotop{
	width:332px;
	height:37px;
	background-image:url(../img/bt_inquiry_gotop.gif);
}
.buttonArea a.gotop:hover{
	background-position:0 -37px;
}


table.format{
	line-height:1.6;
	border-collapse:collapse;
}
table.format th,
table.format td{
	padding:15px;
	text-align:left;
	vertical-align:top;
	border:1px solid #cccccc;
}
table.format th{
	color:#001c21;
	font-weight:bold;
	background:#f0f0f0;
}
table.format th.th_Title{
	width:150px;
}
table.format th.th_Icon{
	padding:15px 10px;
}
table.format td{
}
form {
	margin: 50px 0px;
}

/*-------------------------------
---------------------------------
フッター
---------------------------------
-------------------------------*/

/* footer */
#footer{
	padding:20px 0;
	color:#fff;
	background:#00d5ff;
}

img{
	max-width: 100%!important;
}
@media only screen and (max-width:768px){
	#contentsWrapper .wrapper{ 
		width:100%;
	}
	#contentsWrapper .mainSection .mainHead .text{
		width:100%;
	}
	.privacy iframe{
		width:100%;
		height:100%;
	}
	.buttonArea a{
		width:100%;
		height:100%;
	}
	.sslArea .rightColumn{
		width:100%;
	}
	table.format th, table.format td {
		display: block;
		width: 100%!important;
		box-sizing: border-box;
		padding: 4%;
	}
	input.w100px {
		vertical-align: middle;
		width: 28.8%;
	}
	#contentsWrapper .ul_list li {
		display: inline-block;
		float: inherit;
	}
	td textarea.w99per {
		max-width: 100%;
	}
	.pc{
		display: none;
	}
}
span.mustContent {
	font-weight: bold;
	padding: 0px 6px;
	line-height: 1.8;
	background: #dc0000;
	color: #fff;
	display: inline-block;
	margin-right: 7px;
	border-radius: 3px;
}
.tellarea .buttonArea a{
	background: -webkit-gradient(linear, left top, left bottom, from(#cb0000), to(#ae0101));
}
.tellarea {
	text-align: center;
	margin: 0 0 50px 0;
}
@media only screen and (min-width:768px){
	.sp{
		display: none;
	}
	.tellarea {
		
	}
	.buttonArea {
		padding: 0;
		clear: both;
		margin: 20px 0;
	}
}
p.f_red.bold {
	color: #f00;
	font-weight: bold;
}
.sslArea.clearfix {
	display: flex;
	margin: 5%;
}
.sslArea.clearfix .rightColumn {
	text-align: left;
	margin-left: 3%;
}
@media only screen and (max-width:768px){
	#contentsWrapper #contents {
		margin: 5%;
	}
	#contentsWrapper .mainSection {
		padding: 3%;
	}
	.tellarea {
		margin: 0 0 5%;
	}
	.tellarea p {
		text-align: left;
		line-height: 1.5;
		margin-top: 2%;
	}
	form {
		margin: 10% 0px;
	}
	#footer {
		height: 50px;
	}
}
#privacy {
	height: 200px;
	overflow: scroll;
}





















