.pd{ display: block;}
.sd{ display: none;}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
}
.content_box {
	width: 1000px;
	margin: 0 auto;
}
.main_cont {
	margin: 0 0 60px;
}
/*------------------------------------------------------------------------

headline

------------------------------------------------------------------------*/
h2 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: normal;
}
h3.headline01 {
	text-align: center;
	font-weight: bold;
}
h3.headline02 {
	margin: 0 0 40px;
	padding: 0 0 5px;
	font-size: 3.0rem;
	text-align: center;
	color:#03357b;
	font-weight: bold;
	border-bottom: solid 3px #03357b;
}
h3.headline03 {
	margin: 0 0 20px;
	padding: 0 0 0 7px;
	font-size: 2.0rem;
	font-weight: bold;
	border-left: solid 5px #03357b;
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #eee;
	background: #fff;
	z-index: 99;
}
header .logo {
	float: left;
	width: 200px;
}
.header_list {
	width: 800px;
	float: right;
	text-align: right;
}
.header_list li {
	display: inline-block;
	padding: 0 50px 0 0;
	margin: 10px 0 0;
}
.header_list li:last-child {
	padding: 0;
}
/*------------------------------------------------------------------------

mainvisual

------------------------------------------------------------------------*/
.main_visual {
	margin: 90px 0 0;
	text-align: center;
	background: url(../img/main_bg.jpg);
}
.main_visual_inner {
	width: 1000px;
	margin: 0 auto;
}
/*------------------------------------------------------------------------

dl_area

------------------------------------------------------------------------*/
.dl_area {
	padding: 20px 0;
	background: #f2f2f2;
}
.dl_area_inner {
	width: 647px;
	margin: 0 auto;
	padding: 0 10px;
}
.dl_area_inner li {
	margin: 0 20px 0 0;
	float: left;
}
.dl_area_inner li:last-child {
	margin: 0;
}
.dl_area02 {
	margin: 0 0 40px;
	padding: 0;
}
.dl_area02 p {
	color: #666;
	text-align: justify;
}
.top_text {
	margin: 0 0 40px;
	font-size: 1.8rem;
}
/*------------------------------------------------------------------------

top_area

------------------------------------------------------------------------*/
.top_area section {
	padding: 100px 0;
}
.top_area section:nth-child(even) {
	background: #edf0f5;
}
.top_area section .content_area {
	display: table;
	width: 100%;
}
.top_area section .content_area li {
	width: 50%;
	display: table-cell;
	vertical-align: middle
}
.top_area section .content_area li:first-child {
	padding: 0 20px 0 0;
}
.top_area section .content_area li:nth-child(2) {
	padding: 0 0 0 20px;
}
.top_area section .content_area li.text p,section.next .text p {
	font-size: 1.7rem;
	text-align: justify;
	line-height: 1.8em;
}
.top_area section .text p.premium_text,section.next .text p.premium_text  {
	margin: 10px 0;
	padding: 10px 0 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	border-top: solid 1px #aaa;
}
.top_area section .text p.premium_btn a,section.next .text p.premium_btn a {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #00ac4c;
}
.top_area section .text p.premium_btn a:hover,section.next .text p.premium_btn a:hover {
	text-decoration: none;
	background: #007e38;
}
section.next {
	margin: 0 0 40px;
	padding: 100px 0;
	color: #fff;
	background: #03357a;
}
section.next .text {
	margin: 0 !important;
}
section.next .content_box {
	margin: 0 auto;
}
/*------------------------------------------------------------------------

qa

------------------------------------------------------------------------*/
.qa_area {
	border-bottom: solid 1px #ccc;
}
.qa_area a {
	color: #4778BB;
	font-weight: bold;
}
.qa_area section {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: solid 1px #aaa;
}
.qa_area section:last-child {
	border: none;
}
.qa_area section dl dt {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 0 60px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #03357b;
}
.qa_area section dl dt::before {

    position: absolute;
    padding: 8px 10px;
    content: "Q";
    left: 0;
    top: 0;
    color: #fff;
    line-height: 1.0em;
    border-radius: 100px;
    background: #03357b;

}
.qa_area section dl dd {
    position: relative;
    padding: 0 0 0 60px;
}
.qa_area section dl dd::before {
    position: absolute;
    padding: 8px 10px;
    content: "A";
    left: 0;
    top: 0;
    color: #03357b;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.0em;
    border: solid 1px #03357b;
    border-radius: 100px;
    background: #fff;
}
.qa_area section dl dd ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
/*------------------------------------------------------------------------

premium

------------------------------------------------------------------------*/
.premium_area {
	border-bottom: solid 1px #ccc;
}
.premium_dl {
	margin: 0 0 40px;
	padding: 20px 0;
	background: #f2f2f2;
}
.premium_dl {
	text-align: center;
}
.premium_dl ul {
	width: 620px;
	margin: 0 auto;
}
.premium_dl ul li {
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}
.premium_dl ul li:last-child {
	margin:0;
}
.premium_dl a {
	display: inline-block;
	width: 300px;
	padding: 20px 0;
	font-size: 2.0rem;
	text-align: center;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}
.premium_dl .free a {
	color: #03357b;
	border: solid 2px #03357b;
	background: #fff;
}
.premium_dl .free a:hover {
	background: #03357b;
	color: #fff;
	text-decoration: none;
}
.premium_dl .premium a {
	color: #fff;
	background: #CD0000;
}
.premium_dl .premium a:hover {
	background: #e9aa00;
	text-decoration: none;
}
.premium_dl p.caution {
	margin: 10px 0 0;
	font-size: 1.2rem; 
	/*color: #666; 190601NagaiCommentOut*/
}
.premium_area .recomend_list {
	margin: 0 0 40px;
}
.premium_area .recomend_list li {
	box-sizing: border-box;
	width: 242px;
	margin: 0 10px 0 0;
	padding: 10px;
	float: left;
	border: solid 2px #ddd;
}
.premium_area .recomend_list li:last-child {
	margin: 0;
}
.premium_area .recomend_list li dl dt,.premium_area .recomend_list li dl dd {
	text-align: center;
}.premium_area .recomend_list li dl dt img {
	width: 65px;
}
.premium_area table {
	width: 100%;
	margin: 0 0 40px;
}
.premium_area table tr th {
	width: 43%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #ccc;
	background: #eee;
}
.premium_area table tr th:first-child {
	width: 14%;
}
.premium_area table tr td {
	padding: 10px;
	border: solid 1px #ccc;
}
.premium_area table tr td:first-child {
	font-weight: bold;
}
.premium_area table tr td:nth-child(3) {
	background: #FFFBEE
}
.premium_area table tr td p.free {
	width: 80px;
	margin:  0 0 7px -10px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	background: #eee;
}
.premium_area table tr td p.premium {
	width: 80px;
	margin:  0 0 7px -10px;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	background: #ffd65e;
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%);
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%);
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );

}
.premium_area table tr td ul li {
	list-style: inside disc;
	margin: 0 0 10px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.premium_area table tr td ul li:last-child {
	margin:0;
}
.premium_guide_area section {
	margin: 0 0 40px;
	
}
.premium_guide_area section img,.guide_area section img {
	max-width: 600px;
	width: 100%;
}
.guide_area .guide_indexarea section {
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
}
.guide_area .guide_indexarea section:nth-child(even) {
	margin: 0 0 2%;
}
.guide_area .guide_indexarea section ul li {
	margin: 0 0 3px;
	padding: 0 0 0 2em;
	text-indent: -1em;
	color: #4778BB;
	font-size: 1.6rem;
	font-weight: bold;
	list-style: inside disc;
}
.guide_area .guide_indexarea section ul li a {
	color: #4778BB;
}
.guide_area section div {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: solid 1px #ddd;
}
.guide_area section div:last-child {
	border: none;
	padding: 0;
}
/*------------------------------------------------------------------------

help

------------------------------------------------------------------------*/
.help_area section {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: solid 1px #aaa;
}
.help_area section:last-child {
	border: none;
}
.help_area img {
	max-width: 600px;
width: 100%;
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
.pagetop a {
	display: block;
	position: fixed;
	right: 0;
	bottom: 200px;
	width: 25px;
	height: 25px;
	padding: 12px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	background: rgba(204,204,204,0.9);
}
.pagetop a:hover {
	background: #aaa;
}
.disc_area {
	margin: 0 0 20px;
	padding: 25px 0;
	background: #e8e8e8;
}
.footer_list {
	margin: 0 0 20px;
	text-align: center;
}
.footer_list li {
	display: inline-block;
	padding: 0 50px 0 0;
}
.footer_list li a {
	color: #002096;
	text-decoration: underline;
}
.footer_list li a:hover {
	text-decoration: none;
}
.copy {
	padding: 10px 0 10px 0;
	text-align: center;
}
/*------------------------------------------------------------------------

boxblock（QRコード表示部分）

------------------------------------------------------------------------*/
.boxblock {
	position: fixed;
	right: 0;
	bottom: 20px;
	padding: 10px;
	text-align: center;
	background: rgba(0,0,0,0.8);
}
.boxblock .title {
	margin: 0 0 5px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2em;
}
.boxblock .close_btn {
	position: absolute;
	top:-7px;
	left: -7px;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 260px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}
/*------------------------------------------------------------------------

youtube_area

------------------------------------------------------------------------*/
.youtube_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media print{
	header {
		position: static;
	}
	.main_visual {
		margin: 0;
	}
	.dl_area,.sns_btn,.boxblock,.pagetop {
		display: none;
	}
}