*{
	margin : 0 ;
	padding : 0 ; 
	font-size : 100% ;
}
img{
	max-width: 100%;
	height: auto;
}

html{
	background:none;
	overflow-x:hidden;
}

body{
	font-size : 120% ;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height : 1.4;
	background:url(img/bg2.png) repeat-y #fafafa;
/*	background:url(img/back.png) repeat #000000;*/
	background-position: 50% 50%;
	background-attachment:fixed;
	background-size:cover;
	overflow-x:hidden;
}
div {
    overflow-wrap: break-word;
}
#container{
	width :1000px ;
	margin : 0 auto 50px;
//	background:#ffffff;
	box-shadow:5px 0 10px 3px rgba(0,0,0,0.1), -5px 0 10px 3px rgba(0,0,0,0.1);
}
#header{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 60.48%;
    background: url('/images/header.jpg') 0 0 no-repeat #fafafa;
    background-size: contain;
}

#header-in{
	width:1000px;
	margin:-60.48% auto 0;
}

#header2{
/*    height: 420px;*/
	background:#000000;
	padding:30px 0 20px 0;

}

#contents{
	color : #666666;
	background:#ffffff;
	line-height : 1.6 ;
	margin : 0 0 0 0 ;
	padding : 0;
}

#contents p{
	margin:8px 100px 8px 100px;
}

#footer{
	text-align:center;
	margin:30px 0 10px 0;
}

a img{
	border: none;
}

a:link{
	color: #0066cc;
	text-decoration: underline;
}
a:visited{
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus{
	text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

.red{
	color:#ff0000;
}

.blue{
	color:#0033cc;
}
.big{
	font-size:20px;
}

.big2{
	font-size:24px;
}

.big3{
	font-size:26px;
}

.underline{
	text-decoration:underline;
}

.bkyellow{
	background:#FF6;
}

.center{
	text-align:center;
}

h1 {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 40px 0;
    text-align: center;
}

h2 {
	position: relative;
    background-color: #ff0000;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 40px 0;
    text-align: center;
}

h3 {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 40px 0;
    text-align: center;
}

h4 {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 20px 0;
    text-align: center;
}

ul, ol{
	padding: 10px;
	margin: 0 100px 0 100px;
	background:#fafafa;
	border:1px solid #cccccc;
}

ul li{
	list-style:none;
	background : url(img/check.png) 2px 0px / auto auto no-repeat scroll padding-box border-box transparent;
	border-bottom:1px dashed #cccccc;
	padding:5px 5px 5px 50px;
	color:#DA3830;
	line-height:140%;
	margin:10px 20px 10px 20px;
	font-weight:normal;
	font-size:16px;
}

ol li{
	list-style:inside;
	list-style-type: upper-roman;
	font-weight:bold;
	margin:10px 20px 10px 20px;
	color:#DA3830;
}

.headd{
	position:relative;
	top:5px;
	left:-20px;
	width:950px;
}

.qahead{
	position:relative;
	top:20px;
	left:0px;
}

.brd {
    position: relative;
    top: -50px;
    left: -100px;
	width:1100px;
}


.situ2{
	margin:0 45px 30px 45px;
}

#contents .situ2 p{
	margin:8px 55px 8px 55px;
}


#mdc{
	margin:0 auto;
	padding:10px 0 10px 0;
	width:800px;
	background:#000000;
	border-radius:7px;
/*	background-color: #F4BBBB;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;*/
}

#mdc2{
	margin:0 auto;
	padding:10px 0 10px 0;
	width:800px;
	border-radius:7px;
background-color: #CAE9FF;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;

}

#mdc3{
	margin:0 auto;
	padding:7px 0 7px 0;
	width:750px;
	background:url(img/mdc-bak.png) repeat;
	border-radius:5px;
}

#mdcin{
	margin:0 auto;
	width:726px;
	background:#ffffff;
	color : #666666;
}

#mdcin p{
	margin:5px 60px 5px 60px;
	padding-top:5px;
}

dl{
	margin: 10px 20px 10px 20px;
	background:#ffffff;
}

dt{
	padding:30px 0 0 0;
	color:#ff0000;
}

dd{
	border-bottom:2px solid #cccccc;
	padding:20px 0 20px 0;
}

#ctr{
	background:#000000;
}


#ctr2{
	background:url(img/timer_bg.png) repeat-x #000000;
	position: fixed;
    top: 0px;
    left: 0px;
	height:70px;
	width:100%;
	margin:0 auto;
	padding-top:10px;
/*	border-radius:7px;*/
	box-shadow: 3px 3px 3px 3px rgba(194, 173, 97, 0.3);
	z-index:999999;
}

.step {
    background: #d6b674 none repeat scroll 0 0;
    margin: 15px auto;
    padding: 7px;
    width: 800px;
}

.step-in {
    background: #ffffff none repeat scroll 0 0;
}

.step h2 {
    margin-bottom: 0;
    padding: 10px 10px 10px 20px;
    text-align: left;
    background-color: #333333;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.stcon {
    min-height: 95px;
    padding-top: 20px;
}

#contents .step p {
    margin: 0 20px;
}

.prop::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.prop{
	margin:0 auto;
	width:90%;
}

.col2{
	float:left;
	width:45%;
	margin-left:26px;
	margin-bottom:30px;
}

#contents .col2 p{
    margin: 1px 3px;
    font-size:0.94em;
}

.ltr-head{
	margin:0 auto;
	width:762px;
	height:80px;
	background:url(img/ltr-head.jpg) no-repeat center top;
}

.ltr{
	margin:0 auto;
	width:762px;
	background:url(img/ltr-bd.jpg) repeat;
}

#contents .ltr ul{
margin: 0 60px 0 50px;
}

#contents .ltr p{
	margin:0px 60px 10px 60px;
	padding:5px;
	border-bottom:1px dashed #cccccc;
}

#hikaku table{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	width:95%;
	margin:0 auto;
}
#hikaku table td,#hikaku table th{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	background:#ffffff;
	font-size:10pt;
	padding:5px;
}
#hikaku table th{
	background:#f0f0f0;
	font-size:9pt;
}

.cctn{
	background:url(img/cctn.jpg) repeat;
	padding:20px 28px 20px 28px;
	margin:0 35px 0 35px;
}

.cctn-in{
	margin:8px auto;
	background:#ffffff;
	padding:10px;
}

#contents .cctn p{
	margin:0;
	padding:8px 30px 8px 30px;
}

/*　特商法用CSS　*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.admall_trans h2 {
    background-color: #333333;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 5px 0;
    text-align: center;
}

.admall_trans h2:before,.admall_trans h2:after {
   content: "";
   position: absolute;
   background:none;
   top: 0;
   bottom: 0;
   width: 0;
}


table#tokutai {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 0 auto;
    width: 680px;
}
table#tokutai th {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
	border-right:1px solid #cccccc;
    padding: 15px;
    text-align: right;
    vertical-align: top;
    width: 140px;
	font-weight:normal;
}
table#tokutai td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}
.admall_trans{
	width:700px;
	margin:0 auto;
}
.admall_trans a,.admall_trans a:link,.admall_trans a:visited{
    color:#0066cc;
}
.admall_trans a:hover{
    color:#cc9900;
}
a:hover img{
    opacity:0.8;
}

/*　エディタ用CSS　*/

.tiny_mce_class{
	width: 980px;
	margin:0 auto;
}

/*　editor　*/

.situ {
  margin: 0 45px 30px 45px;
}
.situ p {
  margin: 8px 1.0em 8px 1.0em;
}
.q {
  background: url(/images/q.gif) no-repeat 12px 0;
  padding: 3px 5px 3px 50px;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}
.a {
  background: url(/images/qa.gif) no-repeat 15px 17px #f0f0f0;
  padding: 20px 5px 20px 54px;
  font-size: 15px;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

.review-box {
  -webkit-box-shadow: 0 5px 5px 0 rgba(18,63,82,.035),0 0 0 1px rgba(176,181,193,.2);
  box-shadow: 0 5px 5px 0 rgba(18,63,82,.035),0 0 0 1px rgba(176,181,193,.2);
  border-radius: 10px;
  max-width: 500px;
  margin: 60px auto 1.5em !important;
  padding: 1.5em;
  text-align: center;
}
.review-box_img {
  margin: calc(-1.5em - 50px) auto 1em;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.review-box_title {
  font-weight: bold;
  margin: 0;
}
.review-box_name {
  font-size: .8em;
  opacity: .6;
  line-height: 1;
}

.balloon{
  position: relative;
  margin:0 0 0 100px;
  padding: 20px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

/* アイコンを左に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #cccccc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 20px;
  border-right: 15px solid #f0f0f0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.baloon_outer{
	clear:both;
	max-width:90%;
	margin:0 auto;
}

.baloon_outer img{
	float:left;
	width: 80px;
	height: auto;
	border-radius: 50%;
}




.balloon_r{
  position: relative;
  margin:0 100px 0 0 ;
  padding: 20px;
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

/* アイコンを右に表示 */
.balloon_r::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #cccccc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon_r::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -14px;
  top: 20px;
  border-left: 15px solid #f0f0f0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


.baloon_outer_r{
	clear:both;
	max-width:90%;
	margin:0 auto;
}

.baloon_outer_r img{
	float:right;
	width: 80px;
	height: auto;
	border-radius: 50%;
}

.rank-wrap{
	margin-bottom: 1.5em;
}
.rank-rev{
	display:flex;
}
.rank-rev h2{
	margin:0.4em 0 0.2em 1em;
	font-size: 1.3em;
	text-align:left;
	padding:0;
	background:none;
	color:#000000;
}
#contents .rank-title p{
	margin:0.2em 0 0.2em 1.2em;
}
.rank-wrap .rank-desc{
  background-color: #f9f9f9;
  padding: .8em 1em;
  margin-bottom: 1em;
}
.rank-btn-wrap{
	display:flex;
	margin:0;
}
.rank-buy-link,.rank-desc-link{
	flex:1;
	margin:5px;
}
.rank-buy-link a,.rank-desc-link a{
	color: #fff;
	padding:0.8em 0.8em;
	border-radius: 3px;
	display: inline-block;
	width:92%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.rank-buy-link a{
	background:#2bc136;
}

.rank-desc-link a{
	background:#ce3a2f;
}

.review_table{
	margin-bottom:1em;
	max-width: 94%;
	margin: 0 auto;
}

.review_table table{
	border:1px solid #cccccc;
	border-collapse:collapse;
	width: 100%;
}

.review_table table th,.review_table table td{
	border:1px solid #cccccc;
	padding:7px;
}

.review_table table th{
	width:20%;
	background:#f9f9f9;
}
.review_table table td{
	width:80%;
}


/*　editor　*/


body.tiny_mce_class p{
	margin: 8px 100px 8px 100px;
}

body.tiny_mce_class .rank-title p{
	margin:0.2em 0 0.2em 1.2em;
}



@media screen and (max-width: 768px) {

.tiny_mce_class{
	width:100%;
}

body.tiny_mce_class p{
	margin: 8px 10px 8px 10px;
}

h1,h2{
    font-size: 16px;
    padding: 20px 0;
}

h3,h4{
    font-size: 15px;
    padding: 15px 0;
}

.cctn{
	background:url(img/cctn.jpg) repeat;
	padding:10px 18px 10px 18px;
	margin:0 15px 0 15px;
}
#contents .cctn p{
	margin:0;
	padding:8px 10px 8px 10px;
}



.headd{
	top:0px;
	left:0;
	width:100%;
}

#header2{
	padding:20px 0 15px 0;
}

.brd {
    top: 0;
    left:0;
	width:100%;
}

#header-in{
	width:100%;
}

#container{
	width:98%;
}

#contents p{
	margin:6px 15px 6px 15px;
}

ul, ol {
    margin: 0 20px;
    padding: 5px;
}
#mdc{
	width:98%;
}

#mdc2{
	width:98%;
}

#mdc3{
	width:98%;
}

#mdcin{
	margin:0 auto;
	width:96%;
}



iframe{
	width:100%;
	height:30px;
}

#ctr2{
	background:url(img/timer_bg.png) repeat-x #000000;
	height:40px;
}

.situ{
	width:93.8%;
	
}
#contents .situ p{
	margin:8px 20px 8px 20px;
}

.step {
    margin: 15px auto;
    padding: 7px;
    width: 90%;
}

.prop{
	margin:0 auto;
	width:90%;
}

.col2{
	float:none;
	margin:0 auto;
	width:100%;
	margin-left:0px;
	margin-bottom:30px;
}

.ltr-head{
	width:98%;
	margin-left:10px;
	background:url(img/ltr-head.jpg) no-repeat center bottom;
	background-size:98% 40.49%;
}

.ltr{
	width:98%;
}

#contents .ltr ul{
	margin: 0 20px 0 20px;
}
#contents .ltr ul li{
	margin: 5px 5px;
    padding: 5px 5px 5px 40px;
}
#contents .ltr p{
	margin:0px 20px 10px 20px;
	padding:5px;
	border-bottom:1px dashed #cccccc;
}

.admall_trans {
	width:100%;
	overflow-x:hidden;
}

.admall_trans table{
	width:99%;
}

table#tokutai {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 0 auto;
    width:98%;
}
table#tokutai th {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
	border-right:1px solid #cccccc;
    padding: 15px;
    text-align: right;
    vertical-align: top;
	font-weight:normal;
}
table#tokutai td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}


/*　editor　*/

.rank-btn-wrap{
	display:block;
}

.rank-buy-link a,.rank-desc-link a{
	padding: .8em 0.8em;
}







}






