@charset "UTF-8";


* {
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewtb {
	display: none;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 16px;
}
p {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.8;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #ff3000;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #ff3000;
	text-decoration: underline;
}

a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.inner {
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
.top_nomargin {
	margin-top: 0;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #1f3e8c;
}
.text_red {
	color: #ff4e00!important;
}
.text_white {
	color: #ffffff;
}
.text_green {
	color: #206a25;
}
.text_cap {
	font-size: 16px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.text_sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.align_center {
	text-align: center!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px!important;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px!important;
	margin-top: 8px!important;
	line-height: 1.2!important;
	font-weight: normal!important;
/*text-align: right; */
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 18px;
	text-align: center;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}

/* ---------  animation --------- */
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

/* ===============
header
================*/
header {
	width: 100%;
	height: 74px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
}
header .inner {
	width: 1000px!important;
	margin: 0 auto;
}
header .inner .hdr_logo {
	width: 210px;
	margin: 20px 14px 0 0;
	float: left;
}
header .inner .hdr_logo img {
	width: 100%;
	height: auto;
}
header nav.pc_nav ul {
	margin: 13px 0 0 10px;
	border-left: 1px solid #7d7d7d;
	height: 56px;
	float: right;
}
header nav.pc_nav ul li {
	font-size: 14px;
	float: left;
	padding: 8px 16px;
	border-right: 1px solid #7d7d7d;
	text-align: center;
}
header nav.pc_nav ul li.text1l {
	line-height: 40px;
}
header nav.pc_nav ul li a {
	display: block;
	color: #000!important;
}
header nav.pc_nav ul li a:hover {
	text-decoration: none;
	border-bottom: 6px solid #ff3000;
}
header .inner .hdr_blogo {
	width: 100px;
	float: right;
	margin-top: 26px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}

main .btn_account a {
	clear: both;
	display: block;
	width: 80%;
	height: 108px;
	line-height: 110px;
	margin: 10px auto 0 auto;
	background: url(../images/arrow_rightw_w.png) no-repeat 92% center #ff3000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	color: #fff;
}
main .btn_account a:hover {
	text-decoration: none;
	background-color: #ff7251;
}
main .accoutn_detail {
	width: 80%;
	margin: 0 auto 40px auto;
	font-size: 14px;
}

/* ===============
#topimage
================*/
main #topimage {
	width: 100%;
	height: 620px;
	background-color: #000;
}
main #topimage img {
	width: 100%;
	height: auto;
	max-width: 1200px;
	text-align: center;
	display: block;
	margin: 0 auto;
}


/* ===============
#section01
================*/
main #section01 {
	clear: both;
	width: 100%;
	background-color: #000;
	color: #fff;
	margin: 80px 0 0 0;
	padding: 100px 0 40px 0;
}
main #section01 .inner {
	width: 1000px;
}
main #section01 h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
main #section01 h3 {
	font-size: 18px;
	color: #ffc600;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
main #section01 .sec01_stepfig {
	margin: 20px auto;
	overflow: hidden;
	width: 810px;
}
main #section01 .sec01_stepfig img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
main #section01 .sec01_stepfig h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}
main #section01 .sec01_stepfig .sec01_step01 {
	float: left;
	width: 32%;
}
main #section01 .sec01_stepfig .sec01_step02 {
	float: left;
	width: 29%;
}
main #section01 .sec01_stepfig .sec01_step03 {
	float: right;
	width: 29%;
}
main #section01 .sec01_stepfig .sec01_step_arrow {
	float: left;
	width: 4%;
	padding-top: 80px;
}
main #section01 .sec01_box {
	width: 1000px;
	background-color: #eaf0fc;
	color: #000;
	padding: 20px 20px 20px 0;
}
main #section01 .sec01_box h3 {
	clear: both;
	text-align: left;
	border-left: 120px solid #1f3e8c;
	font-size: 24px;
	color: #333;
	padding-left: 20px;
	margin: 20px 0;
}
main #section01 .sec01_box h4 {
	font-size: 18px;
	color: #1f3e8c;
	font-weight: bold;
	background: url(../images/checkmark_b.png) no-repeat left center;
	padding-left: 50px;
	margin: 10px 20px 14px 20px;
	line-height: 1.5;
}
main #section01 .sec01_box p {
	margin: 10px 20px 20px 20px;
	letter-spacing: -0.03em;
}
main #section01 .sec01_box p span {
	clear: both;
	color: #1f3e8c;
	display: block;
	margin-bottom: 40px;
}
main #section01 .sec01_box .sec01box_left {
	float: left;
	width: 57%;
	margin: 0 0 0 0;
}
main #section01 .sec01_box img {
	float: right;
	width: 40%;
	margin: 10px 0 0 20px;
}

/* ===============
#section02
================*/
main #section02 {
	clear: both;
	width: 100%;
	padding: 80px 0 20px 0;
}
main #section02 h2 {
	text-align: center;
}
main #section02 h3 {
	color: #1f3e8c;
	text-align: center;
	font-weight: bold;
	margin: 20px auto 30px auto;
}
main #section02 .sec02_box {
	width: 1000px;
	background-color: #eaf0fc;
	color: #000;
	margin: 40px auto;
	padding: 20px;
}
main #section02 .sec02_box h3 {
	clear: both;
	text-align: left;
	border-left: 120px solid #1f3e8c;
	font-size: 24px;
	color: #333;
	padding-left: 20px;
	margin: 20px 0;
}
main #section02 .sec02_box h4 {
	font-size: 18px;
	color: #1f3e8c;
	font-weight: bold;
	background: url(../images/checkmark_b.png) no-repeat left center;
	padding-left: 50px;
	margin: 10px 20px 14px 20px;
	line-height: 1.5;
}
main #section02 .sec02_box p {
	margin: 10px 20px 20px 20px;
	letter-spacing: -0.03em;
}
main #section02 .sec02_box .sec02box_left {
	width: 49%;
	float: left;
	background-color: #fff;
	height: 250px;
}
main #section02 .sec02_box .sec02box_right {
	width: 49%;
	float: right;
	background-color: #fff;
	height: 250px;
}
main #section02 .sec02_box .sec02box_left h5,
main #section02 .sec02_box .sec02box_right h5 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #1f3e8c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.03em;
}
main #section02 .sec02_box .sec02box_left p,
main #section02 .sec02_box .sec02box_right p {
	text-align: center;
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
main #section02 .sec02_box .sec02box_left img,
main #section02 .sec02_box .sec02box_right img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
main #section02 .sec02_box .sec02box_left .sec02boxleft_left,
main #section02 .sec02_box .sec02box_right .sec02boxright_left{
	width: 50%;
	float: left;
	margin: 16px auto 0 auto;
}
main #section02 .sec02_box .sec02box_left .sec02boxleft_right,
main #section02 .sec02_box .sec02box_right .sec02boxright_right{
	width: 50%;
	float: right;
	margin: 16px auto 0 auto;
}

/* ===============
#section03
================*/
main #section03 {
	clear: both;
	width: 100%;
	padding: 80px 0 40px 0;
}
main #section03 h2 {
	text-align: center;
}
main #section03 h3 {
	color: #1f3e8c;
	text-align: center;
	font-weight: bold;
	margin: 20px auto 30px auto;
}
main #section03 p.sec03_logo {
	font-size: 12px;
}
main #section03 h4 {
	clear: both;
	text-align: left;
	border-left: 120px solid #1f3e8c;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
	margin: 20px 0;
}
main #section03 h5 {
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}
main #section03 ul li {
	margin: 0 0 14px 0;
	line-height: 1.5;
}
main #section03 ul li:before {
	content: "■";
}
main #section03 .sec03_fig {
	width: 80%;
	margin: 20px auto 40px auto;
	text-align: center;
}
main #section03 .sec03_fig img {
	width: 100%;
	height: auto;
}

/* ===============
#section04
================*/
main #section04 {
	clear: both;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 80px 0 40px 0;
}
main #section04 h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
main #section04 h3 {
	font-size: 18px;
	color: #ffc600;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
main #section04 table.sg_table {
	width: 100%;
	margin: 30px auto;
	color: #fff;
}
main #section04 table.sg_table th {
	background-color: #eaf0fc;
	color: #000;
	text-align: center;
	padding: 18px 0;
	font-weight: bold;
	font-size: 16px;
}
main #section04 table.sg_table tr:nth-child(odd) {
	background-color: #4c4b4b;
}
main #section04 table.sg_table td {
	border-bottom: 1px solid #fff;
	padding: 18px 8px;
	text-align: center;
	line-height: 3em;
	font-size: 15px;
}
main #section04 table.sg_table td.account {
	line-height: 1.8
}
main #section04 table.sg_table td.detail_text {
	line-height: 1.5;
	text-align: left;
	width: 42%;
}
main #section04 table.sg_table .btn_detail a {
	display: block;
	width: 70px;
	height: 32px;
	line-height: 32px;
	margin: 8px auto 0 auto;
	background: url(../images/arrow_rightw_w.png) no-repeat 94% center #ff3000;
	background-size: 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-radius: 4px;
	padding: 0 0 0 10px;
	color: #fff;
}
main #section04 table.sg_table .btn_detail a:hover {
	text-decoration: none;
	background-color: #ff7251;
}
/* ===============
#faq
================*/
main #faq {
	clear: both;
	width: 100%;
	padding: 80px 0 40px 0;
	background-color: #dfdfdf;
}
main #faq .inner {
	width: 1000px;
	margin: 0 auto;
}
main #faq h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
main #faq h3 {
	font-size: 18px;
	color: #1f3e8c;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
main #faq .tab_item {
	width: 270px;
	height: 60px;
	background-color: #eaf0fc;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #1f3e8c;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-right: 2px;
}
main #faq .tab_item:hover {
	  opacity: 0.75;
}
main #faq input[name="tab_item"] {
	  display: none;
}
main #faq .tab_content {
	display: none;
	clear: both;
	width: 1000px;
	margin-top: 50px;
	padding: 20px;
	overflow: hidden;
	background-color: #ffffff;
}
main #faq #resultmenu01:checked ~ #resultmenu01_content,
main #faq #resultmenu02:checked ~ #resultmenu02_content {
	display: block;
}
main #faq .resultmenu input:checked + .tab_item {
	background-color: #1f3e8c;
	color: #fff;
}
main #faq .tab_content p {
	clear: both;
	margin-bottom: 0;
}
main #faq .tab_content p.faq_qus {
	font-size: 17px;
	color: #1f3e8c;
	font-weight: bold;
	line-height: 1.4;
	background: url(../images/mark_q.png) no-repeat left top;
	min-height: 70px;
	padding-left: 64px;
}
main #faq .tab_content p.faq_ans {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 1.4;
	background: url(../images/mark_a.png) no-repeat left top;
	min-height: 70px;
	padding-left: 64px;
	margin-bottom: 10px;
}
main #faq .tab_content p.ans_1l {
	line-height: 54px;
}
main #faq .tab_content p.ans_4l {
	margin-bottom: 20px;
}

/* ===============
#flow
================*/
main #flow {
	clear: both;
	width: 100%;
	padding: 80px 0 40px 0;
}
main #flow h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
main #flow h3 {
	font-size: 18px;
	color: #1f3e8c;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
main #flow ul li {
	background: url(../images/checkmark_b.png) no-repeat left 4px;
	background-size: 22px;
	padding-left: 30px;
	margin-bottom: 10px;
}
main #flow dl {
	margin: 30px auto;
}
main #flow dl dt {
	clear: both;
	float: left;
	width: 15%;
	text-align: center;
	font-weight: bold;
	margin: 8px auto 20px auto;
}
main #flow dl dt img {
	display: block;
	text-align: center;
	margin: 0 auto 6px auto;
}
main #flow dl dd {
	float: right;
	width: 82%;
	margin-bottom: 30px;
	letter-spacing: -0.02em;
}
main #flow dl dd.flow_3l {
	margin-top: 40px;
}
main #flow dl dd img {
	width: 23px;
	height: auto;
	display: inline;
}
/* ===============
.imgarea01
================*/
main .imgarea01 {
	clear: both;
	width: 100%;
	height: 740px;
	background: url(../images/img_bg01.jpg) no-repeat center center;
	background-size: 100%;
	background-attachment: fixed;
}

/* ===============
.imgarea02
================*/
main .imgarea02 {
	clear: both;
	width: 100%;
	height: 740px;
	background: url(../images/img_bg02.jpg) no-repeat center center;
	background-size: 100%;
	background-attachment: fixed;
}

/* ===============
.imgarea03
================*/
main .imgarea03 {
	clear: both;
	width: 100%;
	height: 740px;
	background: url(../images/img_bg03.jpg) no-repeat center center;
	background-size: 100%;
	background-attachment: fixed;
}


main .account_box {
	clear: both;
	width: 1000px;
	background-color: #eaf0fc;
	color: #000;
	padding: 20px;
	margin: 40px auto;
}

main .account_box h2 {
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	color: #333;

	max-width: 560px;
	text-align: center!important;
	margin: 20px auto;
}

@media screen and (max-width: 640px){
	main .account_box h2{
		font-size: 30px;
	}
}

@media screen and (max-width: 420px){
	main .account_box h2{
		font-size: 26px;
	}
}


main .account_box h2 span{
	font-size: 30px;
}

@media screen and (max-width: 640px){
	main .account_box h2 span{
		font-size: 26px;
	}
}

@media screen and (max-width: 420px){
	main .account_box h2 span{
		font-size: 20px;
	}
}



main .account_box h2 img {
	width: 100%;
	height: auto;
	display: block;
	text-align: center!important;
}
main .account_box h3 {
	clear: both;
	font-weight: bold;
	color: #1f3e8c!important;
	font-size: 24px!important;
	text-align: center;
	margin: 40px 0 20px 0;
}
main .account_box p {
	letter-spacing: 0.03em;
}


/* =========================================================
#pagetop
========================================================= */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 41px;
	height: 41px;
	background: url(../images/totop.png) no-repeat;
	background-size: 41px;
	z-index: 5;
}

#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* =========================================================
footer
========================================================= */
footer {
	clear: both;
	background-color: #f1f1f1;
	padding: 40px 0 0 0;
}
footer .banner_area {
	margin: 0 auto 20px auto;
	overflow: hidden;
}
footer .banner_area ul li {
	width: 32%;
	float: left;
	margin-right: 1%;
}
footer .banner_area ul li:last-child {
	margin-right: 0!important;
}
footer h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #454545;
	margin: 0 0 10px 0;
}
footer p {
	font-size: 14px;
	line-height: 1.7;
	color: #454545;
	margin: 0;
}
footer .info_link {
	margin: 20px 0;
}
footer .info_link ul li{
	float: left;
	margin-right: 8px;
}
footer .copyright {
	clear: both;
	font-size: 12px;
	text-align: center;
	line-height: 90px;
}

/* =========================================================
modal
========================================================= */
.modal-content {
  height: 43%;
  width: 88%;
  top: 50%;
  position:fixed;
  display:none;
  z-index:992;
  margin: 0;
  overflow: visible;
  background-color: #fff;
  overflow: auto;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.modal-overlay {
  z-index:990;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
.modal-open {
}
.modal-open:hover {
  cursor:pointer;
}
.closebtn:hover {
  cursor:pointer;
}
.modal-close {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  top: 32%;
  right: 7%;
  width: 2em;
  height: 2em;
  cursor: pointer;
	z-index: 1000;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: 2px;
  background-color: #000;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}
.modal-content .win_logo {
	float: right;
	width: 20%;
	max-width: 200px;
	margin: 14px 0 0 0;
}
.modal-content .win_logo img {
	width: 100%;
	height: auto;
}
.modal-content h1 {
	clear: both;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 30px auto 20px auto;
}


/* ===============
#section05
================*/
main #section05 {
	clear: both;
	width: 100%;
	padding: 80px 0 40px 0;
}
main #section05  p.section05_qus {
	font-size: 17px;
	color: #1f3e8c;
	font-weight: bold;
	line-height: 1.4;
	background: url(../images/mark_q.png) no-repeat left top;
	min-height: 70px;
	padding-left: 64px;
}
main #section05  p.section05_ans {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 1.4;
	background: url(../images/mark_a.png) no-repeat left top;
	min-height: 70px;
	padding-left: 64px;
	margin-bottom: 10px;
}
main #section05  p.ans_1l {
	line-height: 54px;
}
main #section05  p.ans_4l {
	margin-bottom: 21px;
}
