@charset "UTF-8";

/* ---------- mediaQuery  ---------- */


@media screen and (min-width: 641px) {
.viewpc {
		display: block;
	}
.viewsp {
		display: none!important;
	}
}
	
@media screen and (max-width: 640px) {
.viewpc {
	display: none;
}
.viewsp {
	display: block;
}


html {
	font-size: 62.5%;/*10px*/
}
body {
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0.05em;

	-webkit-font-smoothing: antialiased;
}
.inner {
	clear: both;
	width: 96%;
	margin: 0 auto;
	padding: 0 2% 0 2%;
}
img {
	width: 100%;
	height: auto;
}
.margintopmainus30 {
	margin-top: 0!important;
}
.marginbottom60 {
	margin-bottom: 40px!important;
}
.cap {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}
	
/* ---------  animation OFF --------- */
.invisible {
	transition: opacity 0 ease;
	opacity: 1;
}

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

/* =========================================================
#pageTop
========================================================= */
#pageTop {
	display: block;
	position: fixed;
	right: 5px!important;
	bottom: 5px!important;
	width: 40px;
	height: 40px;
	background: url(../images/totop.png) no-repeat;
	background-size: 100%;
	z-index: 5;
}

#pageTop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
/* ===============
header
================*/
header {
	width: 100%;
	height: 63px;
	background-color: #ffffff;
}
header .inner {
	width: 100%!important;
	margin: 0 auto;
}
header .inner .hdr_logo {
	width: 40%;
	margin: 22px 4px 0 4px;
	float: left;
}
header .inner .hdr_logo img {
	width: 100%;
	max-width: 140px;
	height: auto;
}
header .inner .hdr_blogo {
	width: 25%;
	float: left;
	margin-top: 14px;
}
header .inner .hdr_blogo img {
	width: 100%;
	max-width: 100px;
	height: auto;
}
/* ---------   メインメニューsp --------- */
header #globalMenuS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 0 0;
    line-height: 1;
    z-index: 1000;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    left 10px;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
	text-align: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 49px;
    cursor: pointer;
    z-index: 999;
	background-color: #1f3e8c;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    left: 7px;
	top: 12px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 18px;
}
#nav-toggle span:nth-child(2) {
    top: 28px;
}
#nav-toggle span:nth-child(3) {
    top: 33px;
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #global-nav {
        position: absolute;
        top: -638px;
				background:rgba(255,255,255,0.8);
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
		border-top: 1px solid #fff;
    }
    #global-nav ul li {
		clear: both;
     float: none;
     position: static;
		border-bottom: 1px solid #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fix #global-nav ul li a {
        width: 100%!important;
        display: block;
        color: #000;
        padding: 16px 0 16px 18px;
    }
#top-head #global-nav ul li a:hover {
		background: #1f3e8c;
		color: #fff;
	}
#nav-toggle {
        display: block;
		margin-top: 10px;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 24px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        top: 24px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
.open #nav-toggle span:nth-child(3) {
        top: 24px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(696px);
        -webkit-transform: translateY(696px);
        transform: translateY(696px);
    }


 #global-nav ul li span {
 	font-size: 12px;
	padding: 4px 6px 0 0;
	margin: -2.6em 0 5px 150px;
	width: 120px;
	text-align: center;
	display: block;
	border-radius: 3px;
 }
  #global-nav ul li span a {
  	background-color: #1800fd;
	border-radius: 3px;
	padding: 6px 0 6px 0!important;
	width: 110px;
	text-align: center;
  }
   #global-nav ul li span a:hover {
  	background: #5ecfb8;
  }

.fixed {
	position: relative;
	top: 0;
	left: 0;
}
	
/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}
main .btn_account a {
	clear: both;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 62px;
	margin: 20px auto 0 auto;
	background: url(../images/arrow_rightw_w.png) no-repeat 98% center #ff3000;
	background-size: 16px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	padding-left: 0;
	letter-spacing: -0.01em;
}
main .btn_account a:hover {
	text-decoration: none;
	background-color: #ff7251;
}

/* ===============
#topimage
================*/
main #topimage {
	width: 100%;
	height: 220px;
	background-color: #000;
}
main #topimage img {
	width: 100%;
	height: auto;
	max-width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
/* ===============
#section01
================*/
main #section01 {
	clear: both;
	width: 100%;
	background-color: #000;
	color: #fff;
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
}
main #section01 .inner {
	width: 96%;
}
main #section01 h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
main #section01 h3 {
	font-size: 16px;
	color: #ffc600;
	text-align: left;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
main #section01 p.align_center {
		text-align: left!important;
	}
main #section01 .sec01_stepfig {
	margin: 20px auto;
	overflow: hidden;
	width: 80%;
}
main #section01 .sec01_stepfig img {
	text-align: left;
	float: left;
	display: block;
	margin: 0 auto 20px auto;
	width: 80px;
	height: auto;
	clear: both;
}
main #section01 .sec01_stepfig h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 33%;
}
main #section01 .sec01_stepfig .sec01_step01 {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
main #section01 .sec01_stepfig .sec01_step02 {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
main #section01 .sec01_stepfig .sec01_step02 img {
	width: 70px;
	height: auto;
	}
main #section01 .sec01_stepfig .sec01_step03 {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
main #section01 .sec01_stepfig .sec01_step03 img {
	width: 56px;
	height: auto;
	margin-left: 6px;
	}
main #section01 .sec01_stepfig .sec01_step_arrow {
	display: none;
}
main #section01 .sec01_box {
	width: 100%;
	background-color: #eaf0fc;
	color: #000;
	padding: 20px 20px 20px 0;
}
main #section01 .sec01_box h3 {
	clear: both;
	text-align: left;
	border-left: 20px solid #1f3e8c;
	font-size: 20px;
	color: #333;
	padding-left: 20px;
	margin: 20px 0;
	line-height: 1.5;
}
main #section01 .sec01_box h4 {
	font-size: 16px;
	color: #1f3e8c;
	font-weight: bold;
	background: url(../images/checkmark_b.png) no-repeat left 8px;
	background-size: 20px;
	padding-left: 30px;
	margin: 10px 10px 14px 10px;
	line-height: 1.5;
}
main #section01 .sec01_box p {
	margin: 10px 0 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: none;
	width: 100%;
	margin: 0 0 0 0;
}
main #section01 .sec01_box img {
	float: none;
	text-align: center;
	width: 94%;
	margin: 10px 0 20px 20px;
}

/* ===============
#section02
================*/
main #section02 {
	clear: both;
	width: 100%;
	padding: 40px 0 0 0;
}
main #section02 .inner {
		width: 96%;
}
main #section02 h2 {
	text-align: center;
}
main #section02 h2 img {
	width: 100%;
	max-width: 174px;
	height: auto;
}
main #section02 h3 {
	color: #1f3e8c;
	text-align: center;
	font-weight: bold;
	margin: 20px auto 30px auto;
}
main #section02 .sec02_box {
	width: 96%;
	background-color: #eaf0fc;
	color: #000;
	margin: 40px auto;
	padding: 20px;
}
main #section02 .sec02_box h3 {
	clear: both;
	text-align: left;
	border-left: 20px solid #1f3e8c;
	font-size: 20px;
	color: #333;
	padding-left: 20px;
	margin: 20px 0;
}
main #section02 .sec02_box h4 {
	font-size: 16px;
	color: #1f3e8c;
	font-weight: bold;
	background: url(../images/checkmark_b.png) no-repeat left center;
	background-size: 30px;
	padding-left: 40px;
	margin: 10px 0 14px 0;
	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: 100%;
	float: none;
	background-color: #fff;
	height: auto;
	min-height: 230px;
	margin-bottom: 10px;
}
main #section02 .sec02_box .sec02box_right {
	width: 100%;
	float: none;
	background-color: #fff;
	height: auto;
	min-height: 270px;
}
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: 16px;
	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: 14px;
	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;
	width: 80%;
	height: auto;
}
main #section02 .sec02_box .sec02box_left .sec02boxleft_left,
main #section02 .sec02_box .sec02box_right .sec02boxright_left{
	width: 48%;
	float: left;
	margin: 16px 0 0 2%;
}
main #section02 .sec02_box .sec02box_left .sec02boxleft_right,
main #section02 .sec02_box .sec02box_right .sec02boxright_right{
	width: 48%;
	float: right;
	margin: 16px 2% 0 0;
}

/* ===============
#section03
================*/
main #section03 {
	clear: both;
	width: 100%;
	padding: 40px 0 0 0;
}
main #section03 .inner {
		width: 96%;
}
main #section03 h2 {
	text-align: center;
}
main #section03 h2 img {
	max-width: 320px;
	width: 100%;
	height: auto;
}
main #section03 h3 {
	color: #1f3e8c;
	text-align: center;
	font-weight: bold;
	margin: 20px auto 30px auto;
}
main #section03 p.sec03_logo {
	font-size: 12px;
	text-align: center;
}
main #section03 p.sec03_logo img {
	width: 80%;
	height: auto;
}
main #section03 h4 {
	clear: both;
	text-align: left;
	border-left: 20px solid #1f3e8c;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	margin: 20px 0;
	line-height: 1.6;
}
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: 100%;
	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: 40px 0;
}
main #section04 .inner {
	width: 96%;
	}
main #section04 h2 {
	text-align: center;
	margin: 0 auto 20px auto;
}
main #section04 h2 img {
	width: 100%;
	max-width: 164px;
	height: 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: 96%;
	margin: 30px auto;
	color: #fff;
}
main #section04 table.sg_table th {
	background-color: #eaf0fc;
	color: #000;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	font-size: 16px;
	display: block;	
}

main #section04 table.sg_table tr:nth-child(odd) {
	background-color: #4c4b4b;
}
main #section04 table.sg_table td {
	border-bottom: none;
	padding: 2px 2px;
	text-align: center;
	line-height: 3em;
	font-size: 16px;
}
main #section04 table td.detailbtn {
	border-bottom: 1px solid #fff;
}
main #section04 table.sg_table td.account {
	line-height: 1.5;
}
main #section04 table.sg_table td.detail_text {
	line-height: 1.5;
	text-align: left;
	width: 100%;
	display: block;
}
main #section04 table.sg_table .btn_detail a {
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	margin: 8px auto 8px 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;
}
main #section04 table.sg_table td {
	display: block;
}
/* ===============
#faq
================*/
main #faq {
	clear: both;
	width: 100%;
	padding: 40px 0;
	background-color: #dfdfdf;
}
main #faq .inner {
		width: 96%;
}
main #faq h2 {
	text-align: center;
	margin: 0 auto 10px auto;
}
main #faq h2 img {
	width: 90%;
	height: 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: 49%;
	height: 44px;
	background-color: #eaf0fc;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	color: #1f3e8c;
	display: block;
	float: left;
	text-align: center;
	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: 100%;
	margin-top: 50px;
	padding: 10px 10px 10px 10px;
	clear: both;
	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: 16px;
	color: #1f3e8c;
	font-weight: bold;
	line-height: 1.4;
	background: url(../images/mark_q.png) no-repeat left top;
	background-size: 40px;
	min-height: 70px;
	padding-left: 44px;
}
main #faq .tab_content p.faq_ans {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: 1.4;
	background: url(../images/mark_a.png) no-repeat left top;
	background-size: 40px;
	min-height: 70px;
	padding-left: 44px;
	margin-bottom: 10px;
}
main #faq .tab_content p.ans_1l {
	line-height: 1.4;
}
main #faq .tab_content p.ans_4l {
	margin-bottom: 20px;
}

/* ===============
#flow
================*/
main #flow {
	clear: both;
	width: 100%;
	padding: 40px 0;
}
main #flow .inner {
	width: 96%;
}
main #flow h2 {
	text-align: center;
	margin: 0 auto 10px auto;
}
main #flow h2 img {
	width: 100%;
	max-width: 128px;
}	
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: none;
	width: 60%;
	text-align: center;
	font-weight: bold;
	margin: 8px auto 20px auto;
	font-size: 18px;
	line-height: 1.6;
}
main #flow dl dt img {
	display: block;
	text-align: center;
	margin: 0 auto 6px auto;
	max-width: 150px;
}
main #flow dl dd {
	float: none;
	width: 100%;
	line-height: 1.5;
}
main #flow dl dd.flow_3l {
	margin-top: 0;
}
main #flow dl dd img {
	width: 23px;
	height: auto;
	display: inline;
}
/* ===============
.imgarea01
================*/
main .imgarea01 {
	clear: both;
	width: 100%;
	height: 240px;
	background: url(../images/img_bg01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
}

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

/* ===============
.imgarea03
================*/
main .imgarea03 {
	clear: both;
	width: 100%;
	height: 240px;
	background: url(../images/img_bg03.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
}
	
	
main .account_box {
	width: 100%;
	background-color: #eaf0fc;
	color: #000;
	padding: 20px;
	margin: 40px auto;
}
main .account_box h2 {
	width: 100%!important;
	max-width: 460px;
	text-align: center!important;
	margin: 20px auto;
}
main .account_box h2 img {
	width: 100%;
	height: auto;
	display: block;
	text-align: center!important;
	margin: 0 auto;
}
main .account_box h3 {
	clear: both;
	width: 100%!important;
	font-weight: bold;
	color: #1f3e8c!important;
	font-size: 20px!important;
	text-align: center!important;
	margin: 40px 0 20px 0;
}
	main .accoutn_detail {
			width: 100%;
	}


/* =========================================================
footer
========================================================= */
footer {
	width: 100%;
}
footer .inner {
	width: 96%;
}
footer .banner_area {
	margin: 0 auto 20px auto;
	overflow: hidden;
}
footer .banner_area ul li {
	width: 80%;
	float: none;
	margin: 0 auto;
}
footer .banner_area ul li:last-child {
	margin: 0 auto!important;
}
footer .caution h3 {
	fonr-size: 14px;
}
footer .caution p {
	font-size: 12px;
	line-height: 1.5;
}
footer .info_link ul li{
	float: none;
	margin: 10px auto;
	width: 80%;
}
footer .copyright {
	clear: both;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}
	
/* =========================================================
modal
========================================================= */
.modal-content {
  width: 92%;
  z-index:2002;
}
.modal-overlay {
  z-index:2000;
}
.modal-close {
  top: 11%;
  right: 5%;
  width: 2.5em;
  height: 2.5em;
}
.modal-close:before, .modal-close:after {
  width: 2.5em;
  height: .2em;
}



}