@media screen and (max-width:767px){
/*============　321〜スマホ用CSS　============*/
	
body {
	font-size: 1.4rem;
}

article {
	width:100%;
	margin-bottom: 20px;
	text-align: center;
}

section {
	width:100%;
	max-width:100%;
	margin: 0 auto;
	padding: 0;
}

/*--------- ページトップへ戻るボタン ---------*/
/*#page-top {
    position: fixed;
	z-index: 1;
    bottom: 0;
    right: 5px;
	margin-bottom: 110px;
    font-size: .8rem;
}
#page-top a {
	display: block;
	width: 52px;
	margin: 0;
    padding: 5px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #9C9B9B;
    color: #fff;
	line-height: 1.5rem;
    text-align: center;
}

#page-top a:hover {
    text-decoration: none;
    background: #005bac;
}
*/
	
/*--------- フッター ---------*/
footer {
	position: relative;
	top: auto;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	text-align: center;
}

.footer_container {
	top: auto;
	bottom: 0;
	width: 100%;
	height: 90px;
	min-height: 90px;
	margin: 0;
	padding: 0;
	background: #5a5858;
	color: #fff;
}

/*.footer_centering {
    padding: 35px 120px;
    max-width: 920px;
    color: #fff;
    margin: auto;
    text-align: left;
	position: absolute;

}*/

.footer_centering {
	padding: 50px 10px 50px 10px;
	position: absolute;
	top: 8%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
}

.gmoGroupSecurity_corp {
	padding: 20px 100px 20px 100px;
	max-width: 940px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.gmoGroupSecurity_corpLogo {
	height: 18px;
	width: auto;
}

.gmoGroupSecurity_corp ul {
	justify-content: center;
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
}

.footer_security {
	padding: 0px 0px 10px 0px;
	max-width: 940px;
	color: #fff;
	margin: auto;
	text-align: left;
}

.footer_siteseal {
	text-align: center;
	padding: 50px 0px;
}

footer a {
	color: #fff;
}

.browserback_container {
	top: 0;
}

/*--------- ヘッダー ---------*/
.header_box {
	top: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto !important;
}

.header_box li {
	text-align: center;
	width: 100%;
	font-size: 3vw;
}

.header_box li:last-child {
	text-align: center;
}

.header_box a {
	color: #fff;
	padding: 0 5px;
}

.logo_container {
	position: relative;
	top: 65px;
	min-height: 140px;
	padding-bottom: 40px;
}
	
.logo {
	max-width: 400px;
	width: 70%;
	margin: 20px auto;
}
	
.logo img{
	width: 100%;
}

/*--------- トップページ ---------*/
.browserback{
	font-size: 2vw;
	text-align: left;
}
	
.top_read{
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0 10px;
	font-size: 1.6rem;
	text-align: left;
}

.top_read_left {
    display: block;
    margin: 4px 0 4px 0;
    margin-left: 2em;
    font-size: 1.3rem;
    text-align: left;
}

.top_button_box {
	display: block;
	max-witdh: 100%;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.top_button_box li {
	display: inline-block;
	max-width: 49%;
	margin: 0;
	padding: 10px 5px;
	text-align: center;
}
	
.top_button_box a {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	border: solid #005BAC 3px;
	border-radius: 30px;
	background: #fff;
	color: #005BAC;
	font-size: 1.2rem;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	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-width:100%;
	width: 100%;
	padding: 10px;
}

.gmoid_button{
	box-sizing: border-box;
	display: inline-block;
	max-width: 49%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
	
.gmoid_button_no {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

.gmoid_button_no a {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 20px;
	font-size: 4.0vw;
	line-height: 120%;
}

.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 {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}

.gmoid_button_yes a {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 20px;
	font-size: 4.0vw;
	line-height: 120%;
}


.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;
	margin: 0;
	padding: 0 4px;
	text-align: left;
}
	
	
.sample{
	width: 100%;
	margin: 0 auto 20px auto;
	padding-bottom:20px;
	border-bottom: 2px dashed #5A5858;
}

.sample img{
	max-width: 600px;
}
	
.sample_text{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.ul_bank{
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.ul_bank > li:nth-child(4){
	margin-top: 20px;
}
	
.about_gmo_id_container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	padding: 0;
}

.about_id_img{
	max-width: 400px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.about_id_text{
	width: 100%;
	text-align: left;
}

.manual_container{
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: column nowrap;
	margin: 10px auto;
}

.manual_list{
	display: block;
	list-style: none;
	max-width: 100%;
	width:100%;
	margin-bottom: 20px;
}

.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: 1.6rem;
	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.2rem;
	color: #999;
}
	
.info_container{
	position: relative;
	height: auto;
	margin-top: 20px;
}
	
.info_list {
    padding: 0 20px;
	height: auto;
}
	
.maintenance_text {
	padding: 20px;
	font-size: 1.6rem;
}

/*--------- IRニュース登録 ---------*/

.newsletter_text {
	text-align: left;
}
	
/*--------- GMO ID登録 ---------*/

.gmoid_flow {
	display: table;
	margin: 20px auto 20px auto;
}

.gmoid_flow li{
	overflow: hidden;
	display: table-cell;
	padding: 5px;
	font-size: 1.0rem;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}
	
.flow_text {
	max-width: 120px;
	width: 16%;
}
	
.flow_arrow {
	width: 5%;
}
	
.flow_nomal {
	border: 1px solid #000;
}

.flow_activ {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

/*フォーム関連*/	
.form_container {
	display: block;
	width: 96%;
	margin: 5px auto 10px auto;
	padding: 0;
}

.form_text{
	display: block;
	max-width: 100%;
	width: 100%;
	padding: 20px 0 0 0;
	color: #6F6A63;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
	

.form_item{
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 1.6rem;
	text-align: left;
}
	
.form_item p{
	max-width: 100%;
	width: 100%;
	padding-top: 10px !important;
	font-size: 1.4rem;
}

.form_item input[type="text"],input[type="PASSWORD"]{
	max-width: 100%;
	width: 100%;
	height: 40px;
	padding: 5px 10px 0 10px;
	border: 1px solid #5A5858;
    line-height:normal !important;
}

.form_item  ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.form_item li {
	display: inline-block;
	vertical-align: middle;
}

.select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 64px;
	background: #fff;
	border:1px solid #5A5858;
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	padding: .4rem;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 1.2rem;
	line-height: 2.5rem;
}


.select_text {
		font-size: 1.4rem;
		margin: 0;
}


.label-radio input[type="radio"]{
	display: none;
}

.label-radio{
	cursor: pointer;
	padding: 10px;
	font-weight: normal;
}

.label-radio .radio_text:before{
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-family: "FontAwesome";
	content:"\f10c";
	color: #5A5858;
	font-size: 1.8rem;
}

.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: 1.6rem;
}

	
.form_gender_box {
	width: 96%;
	padding: 20px 0;
	border:1px solid #5A5858;
	background: #fff;
	text-align: center;
	}

.form_confirm_container {
	display: block;
	max-width: 760px;
	width: auto;
	margin: 5px auto;
	color: #6F6A63;
	font-size: 2.4rem;
	text-align: center;
}

.form_confirm_tr {
    display: block;
	margin: 0;
	padding: 5px 0;
}
	

.form_confirm_tr:first-child {
	padding-top: 20px;
}

.form_confirm_l {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
	text-align: center;
}

.form_confirm_l:after {
	content: none;
}	
	
.form_confirm_r {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #5a5858;
	color: #000;
	font-size: 1.4rem;
	text-align: center;
}


.form_confirm_l.last {
	display: block;
	max-width: 80% !important;
	width: 80% !important;
	text-align: center;
}

.form_confirm_r.last {
	display: block;
	max-width: 80% !important;
	width: 80% !important;
	padding: 10px 0 20px 0;
	text-align: left;
}
	
.provisional_regist {
	padding: 40px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.provisional_regist_list{
	display:inline-block;
	padding: 0 20px;
	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 {
	max-width: 96%;
	margin: 20px auto 0 auto;
    padding: 10px 20px;
  }

.white_notice_container {
	max-width: 96%;
	margin: 20px auto 0 auto;
    padding: 10px 20px;
  }
	
.white_notice_container .notice_item {
    margin: 0 auto;
    display: block;
    text-align: left;
  }

.notice_item li {
	padding-left: 1rem;
}

/*.notice_item li:before {
	display: inline-block;
	content: "※";
	padding-right: 2px;
}*/

.white_notice_container div:first-child{
	padding-top: 10px;
}
	
/*--------- FAQ ---------*/
.faq_search_h2 {
	padding: 20px;
	border-radius: 9px 9px 0 0;
	border-bottom: 1px solid #5a5858;
	background: #efefef;
	color: #5a5858;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1rem;
	text-align: center;
}

.faq_search_container {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.faq_search {
	display: block;
	font-size: 1.6rem;
	text-align: center;
}

.faq_search_box {
	display: block;
	width: 100%;
	text-align: center;
}

.faq_search_box input[type=text] {
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px 10px;
	border-radius: 10px;
	font-size: 1.4rem;

}

.faq_search_box input[type=button]{
	width: 100px;
	margin-left: 0;
	margin: 10px auto;
	padding: 8px 0;
	font-size: 1.6rem;
}


.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 {
	padding: 20px 3rem 20px 10px;
	font-size: 1.4rem;
}

.faq_h2:after {
	top: 50%;
	right: 10px;
	font-size: 2rem;	
	line-height: 0.5rem;
}

	
.faq_list li {
	position: relative;
	padding: 5px 1.5rem;
}
	
.faq_list li:before {
	left: -10px;
}
	
.faq_list li:after{
	right: 0px;
	padding: 0;
}

.faq_list_open:after{	
	right: 10px;
	padding: 0;
}

	
/*--------- グループサービス利用料 ---------*/	
.gs_h2 {
	width: 100%;
	padding: 10px;
	font-size: 1.8rem;

}

.gs_table_container {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.gs_table {
	display: inline-block;
	width: 45%;
	margin: 10px 2%;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.gs_table p {
	padding-top: 10px;
}
	
.gs_table li {
	position: relative;
	width: auto;
	margin: 10px 0;
	padding-left: 2rem;
}

.qs_name {
	border-left: 5px solid #005bac;
	margin: 20px 20px 0; 20px;
	padding-left: 10px;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
	
.gs_inner_table_container {
	width: 96%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	background: #F6F6F6;
}
	
.gs_inner_table_container .o_domain {
	display:  inline-block;
	width: 49%;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	vertical-align: top;
}

.gs_inner_table_container .o_domain li:before {
	margin-right: 3px;
	font-size: 1.0rem;
}

.gs_inner_table_container .o_domain li:after {
	margin-left: 3px;
	font-size: 1.0rem;
}

.gs_inner_table_container .o_domain .nolink:before {
	content: none;
}

.gs_inner_table_container .o_domain .nolink:after {
	content: none;
} 

.gs_inner_table_container h2 {
	padding: 10px;
	font-size: 1.6rem;
}
	
.gs_inner_table_container .o_server {
	display:  inline-block;
	width: 49%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	vertical-align: top;
}
	
.gs_inner_table_container .o_server ul {
	width: 95%;
	margin: 10px auto;
	padding: 5px 8px;
}

	
.gs_inner_table_container .o_server li:before {
	margin-right: 3px;
	font-size: 1rem;
}

.gs_inner_table_container .o_server li:after {
	margin-left: 3px;
	font-size: 1.0rem;
	font-weight: normal;
}
	
.gs_logo {
	display: block;
	max-width: 300px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
.gs_description{
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: left;
}
	
/*--------- グループサービス利用料申込 ---------*/	
.application_inner_container {
	margin: 0 auto 20px auto;
	padding: 20px 10px 0 10px;
	font-size: 1.8rem;
}
	
.application_inner_container p {
	padding-top: 10px;
	font-size: 1.4rem;
	font-weight: normal;
}

.application_table_container {
	display: block;
	max-width: 760px;
	width: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	color: #6F6A63;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}

.application_table_tr {
	display: block;
	color: black;
}

.application_table_l {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

.application_table_l:after {
	content: "";
}

.application_table_r {
	display: block;
	width: 80%;
	margin:0 auto 20px auto;
	padding-bottom: 10px;
	border-bottom: 1px dashed #5a5858;
	color: #000;
	font-size: 1.4rem;
	text-align: center;
}

.application_table_r:after {
	content: none;
}

.cashback_read {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
}

/*--------- 共通：section設定 ---------*/
.containar_gray{
	margin-top: 60px;
	border-radius: 10px;
	background:#F6F6F6;
	text-align:center;
	}

.containar_gray_min{
	margin-top: 20px;
	border-radius: 10px;
	background:#F6F6F6;
	text-align:center;
}

.containar_gray_min>.tit3 {
	margin: 0 auto;
	padding: 20px 0 0 0;
}
	
.containar_gray_min p {
	margin: 0 auto;
	padding: 0;
}

.containar_gray_min>p:first-of-type {
	padding-top: 20px;
}

.containar_border{
	width: 96%;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #5A5858;
	border-radius: 10px;
	text-align:center;	
}

.containar_faq{
	width: 96%;
	margin-top: 0;
	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: 3.2rem; line-height: .5; font-weight: bold; margin-bottom: 20px; padding: 0; }
.tit2 {display: block; padding-top: 20px; font-size: 2.0rem; font-weight: bold;}
.tit3 {display: block; padding-top: 20px; font-size: 2.0rem; font-weight: bold;}
.tit3_noflame {position: relative; display: block; padding: 20px 0 10px 0; font-size: 2.0rem; font-weight: bold;}
.tit4 {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;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}

.ptb40{padding:40px 0;}

.mr10_spnone{margin-right:0;}
.ml10_spnone{margin-left:0;}

/*--------- 共通：テキスト・改行設定 ---------*/
.br_pc_none{
	display: inline-block;
}

.br_sp_none{
	display: none;
}

.br_sp_inline-block {
	display: inline-block;
}

.pc_float_right{
	float:none;
}

.tit3_under_text {
	padding: 0 0 20px 0 !important;
	text-align: center !important;
}

.tleft_sp {
	width: 96%;
	margin: 0 auto;
	text-align: left;
	}
	
input::-webkit-input-placeholder {
    font-size: 1.4rem;
	line-height:normal !important;
}
input:-moz-placeholder {
    font-size: 1.4rem;
	line-height:normal !important;
}
input::-moz-placeholder {
    font-size: 1.4rem;
	line-height:normal !important;
}
input:-ms-input-placeholder {
    font-size: 1.4rem;
	line-height:normal !important;
}

.info_title {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 1.6rem;
}

/*--------- 共通：アイコンフォント設定 ---------*/
.icon_popup_g:after {
	margin-left: .5rem;
	font-size: 1.2rem;
	line-height: 1rem;
}

.icon_popup_w:after {
	margin-left: .5rem;
	font-size: 1.2rem;
	line-height: 1rem;
}

.icon_popup_footer:after {
	margin-left: .5rem;
	font-size: 1rem;
	line-height: 1rem;
}

.select-down:before{
	position:absolute;
	z-index:1;
	top:50%;
	right: 1.2rem;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	font-family: FontAwesome;
	content:"\f107";
	color:#333;
	font-size:2.0rem;
	line-height:1rem;
}


/*--------- 共通：ボタン設定 ---------*/
.button_box {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	list-style: none;
	width: 100%;
}

.button_box li {
	display: block;
	margin: 0 auto;
	text-align: center;
}

	
.button_gray a {
	order: 2;
	display: block;
	width: 240px;
	height: 60px;
	margin: 40px auto;
	border-radius: 40px;
	background: #5A5858;
	color: #fff;
	font-size: 1.8rem;
	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: 280px;
    height: 60px;
    margin: 40px 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 {
	order: 1;
	display: block;
	width: 240px;
	height: 60px;
	margin: 40px auto 10px auto;
	border-radius: 40px;
	background: #005bac;
	color: #fff;
	font-size: 1.8rem;
	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: 0 auto 30px auto !important;
	text-align: center !important;
}

    .button_sinsei a {
        width: 280px;
        margin: 10px 10px 0px 10px;
    }

    .button_keizoku a {
        width: 280px;
        font-size: 2.1rem;
        margin: 10px 10px 0px 10px;
    }

.button_sinsei span {
    font-size: 14px;
    font-weight: bold;
}

.button_keizoku span {
    font-size: 14px;
    font-weight: bold;
}

.footer_banner img {
	width: 320px;
	height: 96px;
}

.footer_banner li:nth-child(2n) {
	margin-left: 0;
}

.footer_banner li:nth-child(2n + 1) {
	margin-right: 0;
}

    .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: 105px;
        max-width: calc(100vw - 55px);
        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: 11px;
        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: small;
        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;
    }

	/*============　//321〜スマホ用CSSここまで//　============*/
}



@media screen and (max-width:320px){
/*============〜320スマホ用CSS============*/
	footer {
		font-size: 1.0rem;
	}
	
h1 {display: block; font-size: 2.6rem; line-height: .5; font-weight: bold; margin: 0 0 20px 0; padding: 0; }
	
.top_button_box a {
	font-size: 1.0rem;
}

.gmoid_flow li{
	font-size: .8rem;
}

.select-wrap{
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 55px;
	margin: 0;
	padding: 0;
	background: #fff;
	border:1px solid #5A5858;
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	padding: 0.5rem;
	background: transparent;
	border: 0;
	outline: none;
	font-size: 1.2rem;
	line-height: 2.5rem;
}

.select-down:before{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 5px;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	font-family: FontAwesome;
	content: "\f107";
	color: #333;
	font-size: 1.4rem;
	line-height: 1rem;
}


.select_text{
	font-size: 1.2rem;
}
	
.white_notice_container .notice_item p {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
  }

input::-webkit-input-placeholder {
    font-size: 1.2rem;
    line-height:normal !important;
}
input:-moz-placeholder {
    font-size: 1.2rem;
    line-height:normal !important;
}
input::-moz-placeholder {
    font-size: 1.2rem;
    line-height:normal !important;
}
input:-ms-input-placeholder {
    font-size: 1.2rem;
    line-height:normal !important;
}
	
.cashback_read {
	padding: 0 20px;
	text-align: left;
}
	
.cashback_read br{
	display: none;
	text-align: left;
}

.footer_banner img {
	width: 320px;
	height: 96px;
}

.footer_banner li:nth-child(2n) {
	margin-left: 0;
}

.footer_banner li:nth-child(2n + 1) {
	margin-right: 0;
}
/*============　//〜320スマホ用CSSここまで//　============*/
}

