@charset "UTF-8";

/*===　下部固定バー　===*/
.bottom_bar_type1 { display: block }


.common_main_visual {
	height: 100px;
	background: transparent linear-gradient(108deg, #E4491CCB 0%, #0387B1C9 100%) 0% 0% no-repeat padding-box;
}
.common_main_visual_text {
	background: transparent!important;
}

.mypage_faq_content > div:nth-of-type(2n) {
	background-color: #f0ffff;
}


/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {
	.mypage_faq_box {
		margin: 60px 20px;
		border: 1px solid #003246;
		background-color: #fff;
	}
	.mypage_faq_tab {
		display: flex;
		justify-content: flex-start;
	}
	.mypage_faq_tab div {
		width: 20%;
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #003246;
		background-color: #ccc;
		border-bottom: 1px solid #003246;
	}
	.mypage_faq_tab div:not(:first-child) {
		border-left: 1px solid #003246;
	}
	.mypage_faq_tab .mypage_current {
		background-color: #fff;
		border-bottom: none;
	}
	.mypage_faq_content {
		display: none;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
	}
	.mypage_faq_tab1 {
		display: block;
	}
	.mypage_faq_item {
		margin-top: 40px;
		padding: 20px 10px;
	}
	.mypage_question {
		position: relative;
		min-height: 35px;
		padding-left: 50px;
		font-size: 12px;
	}
	.mypage_question::before {
		content: 'Q';
		position: absolute;
		top: -10px;
		left: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: #ccc;
		color: #003246;
		border-radius: 10px;
	}
	.mypage_answer {
		position: relative;
		min-height: 35px;
		margin-top: 20px;
		padding-left: 50px;
		font-size: 12px;
	}
	.mypage_answer::before {
		content: 'A';
		position: absolute;
		top: -10px;
		left: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: #003246;
		color: #fff;
		border-radius: 10px;
	}
}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){

	img {
		width: 100%;
	}

	.common_contents_main {
		padding-top: 60px;
	}

	.mypage_faq_box {
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid #003246;
		background-color: #fff;
	}

	.mypage_faq_tab {
		display: flex;
		justify-content: flex-start;
	}
	.mypage_faq_tab div {
		width: 20%;
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #003246;
		background-color: #ccc;
		border-bottom: 1px solid #003246;
	}
	.mypage_faq_tab div:not(:first-child) {
		border-left: 1px solid #003246;
	}
	.mypage_faq_tab .mypage_current {
		background-color: #fff;
		border-bottom: none;
	}
	.mypage_faq_content {
		display: none;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 40px;
	}
	.mypage_faq_tab1 {
		display: block;
	}
	.mypage_faq_item {
		margin-top: 40px;
		padding: 20px;
	}
	.mypage_question {
		position: relative;
		min-height: 35px;
		padding-left: 50px;
		font-size: 12px;
	}
	.mypage_question::before {
		content: 'Q';
		position: absolute;
		top: -10px;
		left: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: #ccc;
		color: #003246;
		border-radius: 10px;
	}
	.mypage_answer {
		position: relative;
		min-height: 35px;
		margin-top: 20px;
		padding-left: 50px;
		font-size: 12px;
	}
	.mypage_answer::before {
		content: 'A';
		position: absolute;
		top: -10px;
		left: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background-color: #003246;
		color: #fff;
		border-radius: 10px;
	}
}
