@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------
	CSS Reset
-------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
	list-style: none;
}

a {
    margin:0;
    padding:0;
	display:block;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	cursor:pointer;
	text-decoration: none;
}
a:hover {
	opacity:.75;
}

.clear {
	clear:both;
}

img {
	width:100%;
}

body {
	margin: 0 auto;
}

.alignC {
    text-align: center;
    padding: 0 15px;
}
.alignL {
    text-align: left;
}


/*----------------------------------------------------
layout
----------------------------------------------------*/

/*--------- header-menu ----------*/

.header-menu {
    display: flex;
    justify-content: flex-start;
    font-size: 85%;
    background: #f5f5f5;
    color: #555;
    padding: 12px 3.5em 12px 12px;
    text-align: center;
}
.header-menu p:first-child {
    width: 3.5em;
}
.header-menu p:nth-child(2) {
    width: calc(100% - 3.5em);
}
.header-menu p a {
    text-align: left;
    color: #555;
}
.header-menu a:before {
    content: "";
    background: url("../../webview/top/img2021renewal/ico_back3.svg") no-repeat center top;
    background-size: contain;
    width: 8px;
    height: 0.8em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header-menu button {
    background: none;
    border: none;
    color: #555;
    width: 3.5em;
    padding: 0;
    margin: 0;
}
.header-menu button:before {
    content: "";
    background: url("../../webview/top/img2021renewal/ico_back3.svg") no-repeat center top;
    background-size: contain;
    width: 8px;
    height: 0.8em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/*--------- app-menu ----------*/

/*ブルーボタンメニュー*/
.app-menu {
    padding: 10px;
}
.app-menu li {
    padding: 5px 0 0;
}
.app-menu a,
.app-menu .open{
    display:block;
	padding:15px;
	color:#FFF;
	text-decoration:none;
	font-size: 90%;
    background: #0a1e8b;
    border-radius: 5px;
    position: relative;
}
.app-menu a:after {
     content: "";
    background: url("../../webview/top/img2025renewal/icon02.svg") no-repeat center;
    background-size: contain;
    width: 0.5em;
    height: 0.75em;
    display: block;
    /*以下親要素にpositionを付与する場合*/
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.app-menu .open:after {
    content: "";
    background: url("../../webview/top/img2025renewal/ico_open.svg") no-repeat center;
    background-size: contain;
    width: 0.75em;
    height: 0.5em;
    display: block;
    /*以下親要素にpositionを付与する場合*/
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.app-menu .open.active:after {
    background: url("../../webview/top/img2025renewal/ico_close.svg") no-repeat center;
}

.open_menu {
    display: none;
    padding: 0 10px 1em;
}
.open_menu a {
    margin-top: 5px;
    background: #0072b6;
}
.open_menu .menutxt {
    font-size: 85%;
    color: #555;
}

.menu-txt {
    padding-bottom:15px;
    margin-top: 1em;
    font-size: 88%;
    line-height: 1.3em;
}

.menu-txt2 {
    font-size: 85%;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.menu-txt2:before {
    content: "●";
    margin-right: 0.2em;
    color: #0072BC;
}

.payeasyimg {
    padding: 1em 10% 0;
}

.btn_link {
    color: #555 !important;
    background: #FFF !important;
    display: inline-block !important;
    text-align: center;
    letter-spacing: 0 !important;
    border: 1px solid #999;
    border-radius: 30px !important;
    padding: 7px 2em !important;
    font-size: 90% !important;
}
.btn_link:after {
    content: "";
    background: url("../../webview/top/img2025renewal/ico_next2.svg") no-repeat right center !important;
    background-size: contain;
    display: inline-block !important;
    width: 0.8em !important;
    height: 0.8em !important;
    margin-left: 3px;
}

/*ヘッダー左メニュー*/
.setting-menu li{
    border-bottom: 1px solid #CCC;
}
.setting-menu a {
    display:block;
	padding:15px;
	color:#636363;
	text-decoration:none;
	font-size: 90%;
    position: relative;
}
.setting-menu a:after {
    content: "";
    background: url("../../webview/top/img2025renewal/icon01.svg") no-repeat center;
    background-size: contain;
    width: 0.5em;
    height: 0.75em;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}



/*--------- can-list ---------*/
.can-list {
    padding: 15px;
}
.can-list li {
    padding: 10px 0;
    border-bottom: 1px solid #999;
}
.can-list li a {
    display: flex;
    justify-content: space-between;
    color: #555;
}
.can-list li figure {
    width: 38%;
}
.can-list li figcaption {
    width: 58%;
    line-height: 1.2em;
    font-size: 3.5vw;
}


/*iphone SE用サイズ調整*/
@media screen and (max-width: 320px) {
	.box li {
		padding-top: 1em;
	}
	.box h2 {
		margin-top: 0.7em;
	}
	.box p {
		font-size: 88%;
	}
}

@media screen and (min-height: 740px) {
	.box .stepimg {
		padding: 0 0.5em;
		margin-bottom: 1em;
	}
	.box .button {
		margin-top: 1em;
	}
}



/*タブ用*/
.tabMenu {
	padding: 0px;
	margin: 0px;
	text-align:center; 
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
}
.tabMenu li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	list-style: none;
	flex-grow: 1;
}
.tabMenu li.select, 
.tabMenu li.select a {
	color: #fff;
}
.tabContent.disnon {
	display: none;
}
.tabContent.select {
	display: block;
}
