body {
	font-size: 16px;
	font-size: 1.6rem;
}

article {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}

section {
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
}

/*--------- ページトップへ戻るボタン ---------*/
/*#page-top {
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 20px;
	margin-bottom: 110px;
	font-size: 1.2rem;
}
#page-top a {
	display: block;
	width: 64px;
	margin: 0;
    padding: 8px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #9C9B9B;
    color: #fff;
	line-height: 2.0rem;
    text-align: center;
}

#page-top a:hover {
    text-decoration: none;
    background: #005bac;
}
*/

/*--------- フッター ---------*/
footer {
	bottom: 0;
	width: 100%;
	margin: 80px 0 0 0;
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
}

.footer_container {
	width: 100%;
	height: 90px;
	min-height: 90px;
	margin: auto auto;
	padding: 0;
	background: #5A5858;
	color: #fff;
}

.footer_centering {
	padding: 20px 120px 20px;
	max-width: 980px;
	color: #fff;
	margin: auto;
	text-align: center;
}

.footer_security {
	padding: 0px 100px 20px 0px;
	max-width: 940px;
	color: #fff;
	margin: auto;
	text-align: left;
}

.gmoGroupSecurity_corp {
	padding: 20px 10px 10px 10px;
	max-width: 940px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}

.gmoGroupSecurity_corpLogo {
	height: 18px;
	width: auto;
}

.gmoGroupSecurity_corp ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-left: 20px;
}

/*.footer_centering {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}*/

.footer_siteseal {
	text-align: center;
	padding: 30px 0px;
}

footer a {
	color: #fff;
}


/*--------- ヘッダー ---------*/
.header_box {
	position: fixed;
	top: 59px;
	display: table;
	width: 100%;
	height: 50px;
	background: #005BAC;
	color: #fff;
	font-size: 1.6rem;
	text-align: left;
	z-index: 1000;
}

.header_box li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.header_box li:last-child{
	text-align: right;
}

.header_box a {
	color: #fff;
	padding: 0 30px;
}

.logo_container {
	position: relative;
	top: 0px;
}

.logo {
	margin: 120px auto 10px auto;
}

/*--------- トップページ ---------*/
.browserback_container{
	position: fixed;
	top: 29px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.browserback{
	height: 30px;
	padding: 5px;
	color:#fff;
	border-bottom: 1px solid #5a5858;
	background: #5a5858;
	font-size: 1.2rem;
}


.top_read{
	display: block;
	margin: 40px 0 0 0;
	font-size: 2.0rem;
}

.top_read_left {
    display: block;
    margin: 10px 0 0 0;
    margin-left: 6em;
    font-size: 1.8rem;
    text-align:left;
}

.top_button_box {
	display: block;
	margin: 20px auto 40px auto;
}

.top_button_box li {
	display: inline-block;
	max-width: 300px;
	width: 50%;
	padding: 10px;
}

.top_button_box a {
	display: block;
	width: 100%;
	height: 60px;
	border: solid #005BAC 3px;
	border-radius: 40px;
	background: #fff;
	color: #005BAC;
	line-height: 57px;
	text-align: center;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}

.top_button_box a:hover {
	background: #005BAC;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.gmoid_button_container {
	display: block;
	max-witdh: 1000px;
	padding: 40px 30px;
}

.gmoid_button{
	display: inline-block;
	max-width: 49%;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
}

.gmoid_button_no {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.gmoid_button_no a {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px;
	border: solid #5A5858 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
	background: #fff;
	color: #5A5858;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

.gmoid_button_no a:hover {
	background: #5A5858;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.gmoid_button_yes {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.gmoid_button_yes a {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px;
	border: solid #005BAC 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
	background: #fff;
	color: #005BAC;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}


.gmoid_button_yes a:hover {
	background: #005BAC;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.gmoid_big{
	max-width: 100%;
	opacity: 0.5;
	font-size: 15vw !important;
	line-height: 180%;
}

.gmoid_text{
	display: block;
}

.sample{
	width: 80%;
	margin: 40px auto;
	padding-bottom:40px;
	border-bottom: 2px dashed #5A5858;
}

.sample_text{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.sample img{
	width: 100%;
}

.ul_bank{
	display: block;
	width: 65%;
	margin: 0 auto;
	padding: 0 0 30px 0 !important;
	text-align: center;
}

.ul_bank > li:nth-child(4){
	margin-top: 20px;
}

.about_gmo_id_container{
	display: flex;
	padding: 30px;
	justify-content: center;
	align-items: center;
}

.about_id_img{
	width: 30%;
	margin-right: 40px;
}

.about_id_text{
	width: 70%;
	text-align: left;
}

.about_id_img img{
	width: 100%;
}

.sample{
	width: 80%;
	margin: 40px auto;
	padding-bottom:40px;
	border-bottom: 2px dashed #000;
}

.sample_text{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.ul_bank{
	list-style: none;
	width: 65%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.ul_bank > li:nth-child(4){
	margin-top: 20px;
}

.about_gmo_id_container{
	display: flex;
	padding: 30px;
	justify-content: center;
	align-items: center;
}

.about_id_img{
	width: 30%;
	margin-right: 40px;
}

.about_id_text{
	width: 70%;
	text-align: left;
}


.manual_container{
	display: table;
	max-width: 1000px;
	width: 96%;
	margin: 20px auto 0 auto;
}

.manual_list{
	display: table-cell;
	list-style: none;
	width: 50%;
}

.manual_list ul{
	border: 1px solid #5A5858;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.manual_list li{
	padding: 10px;
	border-bottom: 1px solid #5A5858;
	text-align: left;
}

.manual_list  li:first-child{
	background: #F6F6F6;
	font-size: 2.4rem;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	text-align: center;
}

.manual_list li:last-child{
	border: none;
}

.manual_list span{
	display: inline-block;
	margin-left: 10px;
	font-size: 1.4rem;
	color: #999;
}

.info_container{
	position: relative;
	height: auto;
}

.maintenance_text{
	padding: 20px 40px 40px 40px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
}

/*--------- IRニュース登録 ---------*/
.newsletter_container {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.input_newsletter {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background-color: #f6f6f6 !important;
	border: 1px #d6d5d5 solid;
	max-width: 500px;
	min-width: 200px;
	width: 90%;
	margin: 0 10px;
	padding: 6px 10px;
}

.input_newsletter_submit {
	background-color: #005bac;
	border: 1px #d6d5d5 solid;
	color: #ffffff;
	cursor: pointer;
	min-width: 100px;
	margin: 10px 0;
	padding: 6px 10px;
}

.unsubscribe {
	background-color: #ab0006;
}

.newsletter_unsubscribe {
	text-align: right;
}

.newsletter_unsubscribe:before {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f138";
	color: #005bac;
	line-height: 0.8rem;
}

.newsletter-link {
	cursor: pointer;
}

/*--------- GMO ID登録 ---------*/
.gmoid_flow {
	display: table;
	margin: 20px auto 60px auto;
}

.gmoid_flow li{
	overflow: hidden;
	display: table-cell;
	padding: 5px 10px;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}

.flow_text {
	max-width: 120px;
	width: 16%;
	border: 1px solid #000;
}

.flow_arrow {
	width: 5%;
}

.flow_activ {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}



/*フォーム関連*/
.form_container {
	display: block;
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 10px 0;
}

.form_text{
	display: block;
	width: 100%;
	padding: 5px;
	color: #6F6A63;
	font-size: 2.4rem;
	text-align: left;
}

.form_item{
	display: block;
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 1.6rem;
	text-align: center;
}

.form_item p{
	max-width: 560px;
	width: 100%;
	margin-top:10px;
	text-align: left;
}

.form_item input[type="text"],input[type="PASSWORD"]{
	max-width: 560px;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #5A5858;
	line-height:normal !important;
}

.form_item textarea{
	max-width: 560px;
	width: 100%;
	padding: 0 10px;
	border: 1px solid #5A5858;
	background: #fff;
	text-align: left;
	
}

.form_item  ul {
	margin: 0;
	padding: 0;
}

.form_item li {
	display: inline-block;
	vertical-align: middle;
}

.select-wrap{
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 90px;
	background: #fff;
	border:1px solid #5A5858;
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: .5rem 2rem .5rem .5rem;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 1.6rem;
	line-height: 2.5rem;
}

.select_text{
	font-size: 2.0rem;
	margin-right: 10px;
}


.label-radio input[type="radio"]{
	display: none;
}

.label-radio{
	cursor: pointer;
	padding-right: 40px;
	font-weight: normal;
}

.label-radio .radio_text:before{
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-family: "FontAwesome";
	content:"\f10c";
	color: #5A5858;
	font-size: 2.4rem;
	line-height: 0.5rem;
}

.label-radio input[type="radio"]:checked + .radio_text{
	color: #005bac;
}

.label-radio input[type="radio"]:checked + .radio_text:before{
	font-family: "FontAwesome";
	content:"\f058";
	color: #005bac;
}

.radio_text{
	font-size: 2.0rem;
}

.form_gender_box{
	width: 100%;
	padding: 20px 0;
	border:1px solid #5A5858;
	background: #fff;
	text-align: center;
}


.form_confirm_container {
	display: block;
	max-width: 730px;
	width: auto;
	margin: 5px auto;
	color: #6F6A63;
	font-size: 2.0rem;
	text-align: center;
}

.form_confirm_tr {
    display: block;
}


.form_confirm_l {
	display: inline-block;
	width: 49%;
	padding: 10px 0;
	text-align: right;
	vertical-align: top;
	word-break:break-all;
	word-wrap:break-word;
}

.form_confirm_l:after {
	content: "：";
}


.form_confirm_r {
	display: inline-block;
	width: 50%;
	padding: 10px 0;
	color: #000;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	word-wrap: break-word;
}

.form_confirm_r:after {
	content: none;
}


.form_confirm_l.last {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
	text-align: center;
}

.form_confirm_r.last {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 20px;
	text-align: left;
}

.provisional_regist {
	padding: 60px 0;
	font-size: 1.8rem;
	font-weight: bold;
}

.provisional_regist_list{
	display:inline-block;
	font-weight: bold;
	text-align: left;
}

.provisional_regist_list p{
	margin:0 auto 20px auto;
	font-weight: normal;
	text-indent: 1.5rem;
}

.white_notice_container_wide {
    display: block;
    max-width: 850px;
    width: 100%;
    margin: 40px auto;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #fff;
}

.white_notice_container {
	display: block;
	max-width: 705px;
	width: 100%;
	margin: 40px auto;
	padding: 20px 30px;
	border-radius: 10px;
	background-color: #fff;
}

.white_notice_container .notice_item {
	display: block;
	max-width: 100%;
	padding: 10px 0 5px 0;
	text-align: left;
}

.white_notice_container .notice_item li {
	display: block;
	padding: 5px 0;
}


.white_notice_container .notice_item .normal{
	padding-left: 2rem;
	text-indent: -0.9rem;
}

.white_notice_container .notice_item .normal:before {
	display: inline-block;
	font-family: FontAwesome;
	content : "\f06a";
	padding-left: 0;
	padding-right: 0.5rem;
	color: #6F6A63;
}
    .white_notice_container .notice_item .question {
        padding-left: 1.0rem;
        text-indent: -0.9rem;
        font-weight: bold;
    }
    .white_notice_container .notice_item .answer {
        padding-left: 1.9rem;
    }

.white_notice_container .notice_item .list_attention_no {
	padding-left: 2.6rem;
	text-indent: -1.2rem;
	counter-increment: number;
}

.white_notice_container .notice_item .list_attention_no:before {
	display: inline-block;
	content: "※"counter(number)".";
	color: #6F6A63;
}

/*--------- FAQ ---------*/

.faq_search_h2 {
	width: 100%;
	padding: 20px;
	border-radius: 9px 9px 0 0;
	border-bottom: 1px solid #5a5858;
	background: #efefef;
	color: #5a5858;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8rem;
	text-align: center;
}


.faq_search_container {
	display: table;
	width: 100%;
	padding: 30px 20px;
	text-align: center;
	vertical-align: middle;
}

.faq_search {
	padding-top: 20px;
	color: #5a5858;
	font-size: 1.8rem;
	text-align: center;
}

.faq_search_box {
	display: table-cell;
	text-align: left;
}

.faq_search_box input[type=text] {
	display: inline-block;
	width: 78%;
    border: 1px solid #5a5858;
    background: #f6f6f6;
	margin-left: 2%;
	padding: 10px;
	border-radius: 10px;
	color: #5a5858;
	font-size: 1.8rem;
}

.faq_search_box input[type=button]{
	display: inline-block;
	width: 18%;
	border-radius: 10px;
	border: 1px solid #5a5858;
    background: #fff;
	margin-left: 2%;
	padding: 10px;
	color: #5a5858;
	font-size: 1.8rem;
	font-family: FontAwesome;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}


.faq_search_box input[type=button]:hover {
	background: #9C9B9B;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.faq_h2 {
	position: relative;
	width: 100%;
	padding: 20px 5rem 20px 20px;
	border-radius: 9px 9px 0 0;
	color: #005bac;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}

.faq_h2:after {
	position: absolute;
	display: inline-block;
	  top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	font-family: FontAwesome;
	content : "\f0d7";
	font-size: 3rem;
	color: #5a5858;
}

.faq_h_open {
	background: #5A5858;
	color: #fff;
}

.faq_h_open:after {
	content : "\f0d8" !important;
	color: #fff !important;
}

.faq_list {
	list-style-type: none;
	max-width: 940px;
	width: 100%;
	margin: 10px auto;
	padding: 0 20px;
	color: #005bac;
	text-align: left;
}

.faq_list li {
	position: relative;
	display: block;
	width: 100% !important;
	padding: 5px 2rem;
	word-break: break-all;
}

.faq_list li:before {
	position: absolute;
	display: inline-block;
	left: -10px;
	content: 'Q.';
	color: #000;
	margin: 0 5px 0 10px;
	text-decoration: none;
}

.faq_list li:after{
	position: absolute;
	display: inline-block;
	right: -10px;
	font-family: FontAwesome;
	content : "\f196";
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}

.faq_list_close:after {
    position: absolute;
    display: inline-block;
    right: -5%;
    top: 50%;
    font-family: FontAwesome;
    content: "\f196";
    color: #000;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq_list_open{
	position: relative;
	color: #000 !important;
}


.faq_list_open:after{
	position: absolute;
	display: inline-block;
    right: -5%;
    top: 50%;
    font-family: FontAwesome;
	content : "\f147";
    color: #000;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.faq_list_answer {
	position: relative;
	display: block;
	width: 100% !important;
	margin: 10px 0 20px 0;
	padding: 20px !important;
	border-radius: 10px;
	background: #F6F6F6;
	color: #000;
}

.faq_list_answer:before {
	position: absolute;
	top: -24px;
	left: 10px !important;;
	content: "" !important;
	border: 12px solid transparent;
	border-bottom: 12px solid #f6f6f6;
}

.faq_list_answer:after {
	content: "" !important;
}

.faq_list_answer p{
	padding-left: 2rem;
}

.faq_list_answer p:before {
	padding-left: 2rem;
	position: absolute;
	content : "A." !important;
	left: 0;
}


/*--------- グループサービス利用料 ---------*/

.gs_h2 {
	width: 100%;
	padding: 20px;
	border-radius: 9px 9px 0 0;
	border-bottom: 1px solid #5A5858;
	background: #efefef;
	color: #5A5858;
	font-size: 2.4rem;
	font-weight: bold;

}

.gs_table_container {
	display: table;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.gs_table {
	display: table-cell;
	width: 25%;
	padding: 0 20px 20px 20px;
	text-align: left;
}

.gs_table p {
	padding-top: 20px;
	color: #5A5858;
	font-weight: bold;
}

.gs_table li {
	position: relative;
	display: block;
	margin: 10px 0;
	padding-left: 1.5rem;
}


.gs_table li:before {
	position: absolute;
	display: inline-block;
	top: 5px;
	left: 0;
	margin: 0;
	font-family: FontAwesome;
	content : "\f078" !important;
	color: #005BAC;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: baseline;
	text-decoration: none;
}

.qs_name {
	border-left: 5px solid #005bac;
	margin: 20px;
	padding-left: 10px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

.qs_name_inner {
	border-top: 1px solid #5a5858;
	padding-top: 20px;
}

.gs_logo {
	display: table-cell;
	width: 300px;
	text-align: left;
}

.gs_logo p:after {
	display: inline-block;
	font-family: gmo_icon;
	content : "\F00C" !important;
	margin-left: 5px;
	color: #5a5858;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: baseline;
	text-decoration: none;
}

.gs_logo img{
	width: 100%;
}

.gs_description {
	display: table-cell;
	padding-left: 40px;
	text-align: left;
	vertical-align: top;
}


.gs_inner_table_container {
	width: 96%;
	margin: 30px auto 0 auto;
	padding: 30px;
	border-radius: 10px;
	background: #F6F6F6;
}

.gs_inner_table_container h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.gs_inner_table_container div {
	display: table;
	width: 100%;
}

.gs_inner_table_container .o_domain {
	display: table-cell;
	width: 50%;
	padding: 20px;
	color: #5a5858;
	font-size: 1.4rem;
	text-align: left;
}

.gs_inner_table_container li{
	padding-top: 5px;
}

.gs_inner_table_container .o_domain li:before {
	font-family: gmo_icon;
	content : "\F004";
	margin-right: 5px;
	font-size: 1.2rem;
}


.gs_inner_table_container .o_domain li:after {
	font-family: gmo_icon;
	content : "\F00C";
	margin-left: 5px;
	font-size: 1.2rem;
}

.gs_inner_table_container .o_domain .nolink:before,
.gs_inner_table_container .o_domain .nolink:after {
	content: none;
} 

.gs_inner_table_container .o_server {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 0;
	color: #5a5858;
	font-size: 1.4rem;
	text-align: left;
}

.gs_inner_table_container .o_server ul {
	width: 95%;
	margin: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fff;
	text-indent: -0.5rem;
}

.gs_inner_table_container .o_server li {
	padding-left: 1rem;
	word-break: break-word;
}

.gs_inner_table_container .o_server li:before {
	font-family: gmo_icon;
	content : "\F004";
	margin-right: 5px;
	font-size: 1.2rem;
}

.gs_inner_table_container .o_server li:after {
	font-family: gmo_icon;
	content : "\F00C";
	margin-left: 5px;
	font-size: 1.2rem;
	font-weight: normal;
}

.gs_inner_table_container .o_server li:first-child {
	padding-left: 0;
	font-weight: bold;
	text-indent: 0;
}

.gs_inner_table_container .o_server li:first-child:before {
	content : "";
}

.gs_inner_table_container .o_server .nolink:before {
	content : "";
}

.gs_inner_table_container .o_server .nolink:after {
	content : "";
}

/*--------- グループサービス利用料申込 ---------*/
.application_h{
	display: block;
	padding-top: 40px;
	font-size: 2.4rem;
	font-weight: bold;
}

.application_inner_container {
	margin: 0 auto 40px auto;
	padding: 30px 30px 0 30px;
	border-radius: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.application_inner_container.b {
	background: #F2F6FB;
}

.containar_border div:last-of-type {
	margin-bottom: 0;
}

.application_inner_container.g {
	background: #F6F6F6;
}

.application_inner_container p {
	padding-top: 10px;
	font-size: 1.6rem;
	font-weight: normal;
}

.application_table_container {
	display: table;
	max-width: 720px;
	width: auto;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #6F6A63;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}

.application_table_tr {
    display: table-row;
	color: black;
}

.application_table_l {
	display: table-cell;
	width: 49%;
	padding: 5px 0 0 0;
	text-align: right;
	word-break:break-all;
	word-wrap:break-word;
}

.application_table_l:after {
	content: "：";
}

.application_table_r {
	display: table-cell;
	width: 50%;
	color: #000;
	text-align: left;
	word-break:break-all;
	word-wrap:break-word;
}

.cashback_read {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}

/*--------- 共通：section設定 ---------*/
.containar_gray{
	position: relative;
	width: 96%;
	height: auto;
	margin-top: 60px;
	border-radius: 10px;
	background: #F6F6F6;
	text-align: center;
	}

.containar_gray_min{
	position: relative;
	width: 96%;
	height: auto;
	margin-top: 20px;
	border-radius: 10px;
	background: #F6F6F6;
	text-align: center;
	}


.containar_gray_min>.tit3 {
	display: block;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 0px;
}

.containar_gray_min>p {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}

.containar_gray_min>p:first-of-type {
	padding-top: 20px;
}

.containar_gray_min>.form_container:first-child {
	padding-top: 50px;
}


.containar_border{
	width: 96%;
	margin-top: 20px;
	padding: 40px;
	border: 1px solid #5A5858;
	border-radius: 10px;
	text-align: center;
}

.containar_faq{
	width: 96%;
	margin-bottom: 20px;
	border: 1px solid #5A5858;
	border-radius: 10px;
	text-align: center;
}

/*--------- 共通：フォントサイズ設定 ---------*/
.fs18 {
    font-size: 18px;
}

/*--------- 共通：コンテナ設定 ---------*/
.p30_flex{
	display: flex;
	padding: 30px;
	justify-content: center;
	align-items: center;
}

/*--------- 共通：h設定 ---------*/
h1 {display: block; font-size: 4.2rem; font-weight: bold; padding-bottom: 20px;}
.tit2 {display: block; padding-top: 60px; font-size: 4.0rem; font-weight: bold;}
.tit3 {display: block; padding-top: 60px; font-size: 3.2rem; font-weight: bold;}
.tit3_noflame  {display: block; padding-top: 40px; font-size: 3.2rem; font-weight: bold; color: #5a5858;}
.tit4 {display: block; font-size: 2.4rem;}
.tit5 { display: block; font-size: 1.6rem;}

/*--------- 共通：マージン設定 ---------*/
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}

.ptb40{padding:40px 0;}

.mr10_spnone{margin-right:10px;}
.ml10_spnone{margin-left:10px;}

/*--------- 共通：テキスト・改行設定 ---------*/
.br_pc_none{
	display: none;
}

.br_sp_none{
	display: inline-block;
}

.br_sp_inline-block {
	display: inline-block;
}

.pc_float_right {
	float: right;
}

.tit3_under_text {
	padding: 20px 0 60px 0 !important;
}

.tleft_sp {
	text-align: center;
	}

input::-webkit-input-placeholder {
    font-size: 1.6rem;
    line-height: normal !important;
}
input:-moz-placeholder {
    font-size: 1.6rem;
    line-height: normal !important;
}
input::-moz-placeholder {
    font-size: 1.6rem;
    line-height: normal !important;
}
input:-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: normal !important;
}

/*--------- 共通：アイコンフォント設定 ---------*/
.icon_popup_g:after {
	display: inline-block;
	margin-left: .5rem;
	font-family: gmo_icon;
	content: "\F00C";
	color: #5A5858;
	font-size: 80%;
	line-height: 1;
}

.icon_popup_w:after {
	display: inline-block;
	margin-left: .5rem;
	font-family: FontAwesome;
	content: "\f08e";
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
}

.icon_popup_footer:after {
	display: inline-block;
	margin-left: .5rem;
	font-family: gmo_icon;
	content: "\F00C";
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.select-down:before{
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right: 1.2rem;
	font-family: FontAwesome;
	content: "\f107";
	color: #333;
	font-size: 2.0rem;
	line-height: 1.5rem;
}

.icon-right {
	float: right;
	padding: 2px 5px;
}

/*--------- 共通：ボタン設定 ---------*/
.button_box {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	width: 100%;
}

.button_gray a {
	display: block;
	width: 240px;
	height: 60px;
	margin: 40px 20px 60px 20px;
	border-radius: 40px;
	background: #5A5858;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}


.button_gray a:hover {
	background: #9C9B9B;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.button_blue_top {
	display: block;
	width: 550px;
	height: 60px;
	margin: 100px 20px 20px 20px;
	border-radius: 40px;
	background: #005bac;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}


.button_blue_top:hover {
    background: #6F9CC5;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.button_blue {
    display: block;
    width: 240px;
    height: 60px;
    margin: 40px 20px 60px 20px;
    border-radius: 40px;
    background: #005bac;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}

.button_blue:hover {
    background: #6F9CC5;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.button_mono {
	display: block;
	width: 240px;
	height: 60px;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 40px;
	background: #fff;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}


.button_mono:hover {
	background: #005bac;
	color: #fff;
	border: 2px solid #005bac;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.button_single {
	display: inline-block;
	margin: 20px auto !important;
	text-align: center !important;
}

.button_sinsei a {
	position: relative;
	display: block;
	width: 330px;
	height: 60px;
	margin: 0px 10px 0px 10px;
	border-radius: 40px;
	background: #005bac;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	transition: .3s;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}

.button_sinsei a:hover {
	background: #6F9CC5;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.button_sinsei span {
    font-size: 16px;
    font-weight: bold;
}

.button_keizoku a {
    position: relative;
    display: block;
    width: 330px;
    height: 60px;
    margin: 0px 10px 0px 10px;
    border-radius: 40px;
    background: #5a99d1;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}

.button_keizoku a:hover {
    background: #6F9CC5;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 6px 4px rgba(0,0,0,.2);
}

.button_keizoku span {
    font-size: 16px;
    font-weight: bold;
}


.popup:after{
	position: absolute;
	display: inline-block;
	right: 20px;
	margin-left: .5rem;
	font-family: gmo_icon;
	content: "\F00C";
	color: #fff;
	font-size: 1rem;
}

.popup_info:after {
    position: relative;
    display: inline-block;
    left: 2.5rem;
    font-family: gmo_icon;
    content: "\F00C";
}

.link_down {
    display: inline-block;
    padding-left: 1rem;
}

.link_down:before {
    position: relative;
    display: inline-block;
    right: .5rem;
    font-family: FontAwesome;
    content: "\f078";
}

.float_left {
    float: left;
}

.clear_both {
    clear: both
}

.info_title {
	border-radius: 9px 9px 0 0;
	background: #ab0006;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.info_block {
	cursor: pointer;
}

.info_list {
	list-style-type: none;
	max-width: 940px;
	width: 100%;
	margin: 10px auto;
	padding: 0 20px;
	text-align: left;
}

.info_list li {
	position: relative;
	display: block;
	padding: 5px 2rem 0 0;
	overflow-wrap: break-word;
}

.info_list li:after {
	position: absolute;
	display: inline-block;
	right: -10px;
	padding: 0 10px;
}

.info_list ul:last-child {
	border-bottom: none;
}

.info_list_close {
	font-weight: bold;
}

.info_list_close:before {
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f06a";
	color: #ab0006;
	line-height: 0.5rem;
}

.info_list_close:after {
	position: absolute;
	display: inline-block;
	right: -5%;
	top: 50%;
	font-family: FontAwesome;
	content: "\f196";
	color: #000;
	text-decoration: none;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info_list_open {
	position: relative;
	font-weight: normal;
}

.info_list_open:before {
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 5px;
	font-family: "FontAwesome";
	content: "\f06a";
	color: #ab0006;
	line-height: 0.5rem;
}

.info_list_open:after {
	position: absolute;
	display: inline-block;
	right: -5%;
	top: 50%;
	font-family: FontAwesome;
	content: "\f147";
	color: #000;
	text-decoration: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info_list_answer {
	position: relative;
	display: block;
	width: 100% !important;
	margin: 10px 0 20px 0;
	padding: 20px !important;
	border-radius: 10px;
	background: #F6F6F6;
	color: #000;
	font-weight: normal;
}

.info_list_answer:before {
	position: absolute;
	top: -24px;
	left: 20px !important;
	;
	content: "" !important;
	border: 12px solid transparent;
	border-bottom: 12px solid #f6f6f6;
}

.info_list_answer:after {
	content: "" !important;
}

.footer_banner li {
	display: inline;
}

.footer_banner li:nth-child(2n) {
	margin-left: 10px;
}

.footer_banner li:nth-child(2n + 1) {
	margin-right: 10px;
}

.icon-container {
    position: relative;
    display: inline-block;
    pointer-events: none;
}

.icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    pointer-events: auto;
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 500px;
    max-width: calc(100vw - 50px);
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ccc transparent transparent;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-trigger:hover + .tooltip {
    display: block;
}

.tooltip-text {
    font-size: 16px;
    color: #005bac;
    margin-left: -5px;
    margin-right: 5px;
    cursor: pointer; /* マウスオーバー時のカーソルを指マークに変更 */
}

.tooltip-icon {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    background-color: #005bac;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.tooltip-trigger:hover .tooltip-icon {
    cursor: pointer;
}
