@charset "UTF-8";

/* -----------------------------------------------

	Simulation
	しっかりシミュレーション設定

----------------------------------------------- */
@media print,
screen and (min-width: 768px) {
	.tabControlBoxBanner {}

	.tabControlBoxBannerText {
		width: 100%;
		margin-left: 20px;
		font-size: 88%;
	}

	.logoWidth {
		width: 185px;
		margin: 5px 0 0 2px !important;
	}

	.textWidth {
		width: 355px;
		margin: 0 26px 0 3px;
	}

	.textWidth p {
		margin: 0 !important;
	}

	.dugWidth {
		width: 129px;
	}

	.newText:before {
		left: 135px;
		-webkit-transform: rotate(24deg);
		transform: rotate(24deg);
	}

	.newText:after {
		left: 82px;
		-webkit-transform: rotate(-24deg);
		transform: rotate(-24deg);
	}

	.tabControlBox.bottom.downarrow {
		margin: 0px auto 30px;
	}
}

@media print,
screen and (max-width: 767px) {
	.flex {
		display: flex;
	}

	.logoWidth {
		width: 119px;
		min-width: 119px;
		max-width: 119px;
		margin: 5px 0 0 2px !important;
	}

	.dugWidth {
		width: 50%;
	}

	.textWidth {
		width: calc(100% - 119px);
		margin: 0;
		padding: 0 !important;
	}

	.textWidth p {
		margin: 0 !important;
	}

	.textWidth p strong {
		font-size: 100% !important;
	}
}

@media only screen and (max-width: 767px) {

	/* .topTablist-sp */
	.topTablist {
		padding: 0 5px;
		border-top: none;
		background: none;
		margin-left: -10px;
		margin-right: -10px;
	}

	.topTablist:after {
		clear: both;
		content: "";
		display: table;
	}

	.topTablist .tab,
	.tabList>.tab {
		float: left;
		display: table;
		width: calc(50% - 10px);
		height: 58px;
		box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.25);
		margin: 0 5px;
		font-size: 92%;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background: #fff;
		color: white;
	}

	.topTablist .tab>* {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}

	.topTablist .tab>a,
	.tabList .tab>a,
	.tabList .tab.active a {
		color: #333;
		text-decoration: none;
		padding: 0 3px;
	}

	.topTablist .tab.active>a,
	.tabList .tab.active>a {
		pointer-events: none;
		color: #ffffff;
		text-decoration: none;
		padding: 0 3px;
	}

	.topTablist .tab.active,
	.topTablist .tab.activeTab {
		background: #ccc;
		box-shadow: none;
		border-radius: 0 !important;
	}

	.tabControlBox.bottom .topTablist {
		border-bottom: 0;
	}

	.tabControlBox.top {
		padding: 30px 40px 20px 0px;
		margin: 0 -10px;
		display: flex;
		align-items: center;
		margin-bottom: 20px !important;
		background: #ffffff;
		height: auto;
	}

	.tabControlBox.top .topTablist {
		border-top: 0;
	}

	.tabControlBoxBannerText {
		margin: 0 15px;
		font-size: 88%;
	}
}

@media print,
screen and (min-width: 768px) {
	.topTablist {}

	.topTablist:after {
		content: "";
		clear: both;
		display: block;
	}

	.topTablist .tab {
		border-bottom: none !important;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}

	.topTablist>.tab,
	.tabList>.tab {
		float: left;
		display: table;
		width: calc(50% - 10px);
		height: 54px;
		background: #fff;
		border: 2px solid #e6e6e6;
		margin: 0 5px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.topTablist .tab.active>a,
	.topTablist .tab.activeTab>a,
	.tabList .tab.active>a {
		display: table-cell;
		color: #ffffff;
		text-decoration: none;
		vertical-align: middle;
	}

	.topTablist .tab>a,
	.topTablist .tab>a,
	.tabList .tab>* {
		display: table-cell;
		color: #333;
		text-decoration: none;
		vertical-align: middle;
		padding: 0 25px;
	}

	.topTablist .tab a:hover {
		opacity: .8;
	}

	/* .tabControlBox.top */
	.tabControlBox.top {
		display: flex;
		align-items: center;
		margin-bottom: 20px !important;
		background: #ffffff;
		height: 205px;
		padding: 0 30px 0 20px;
	}

	.tabControlBox.top .topTablist {
		border-top: 0;
		padding: 12px 6px 0;
	}

	.tabControlBox.top .topTablist .tab {
		border-bottom: none;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
	}

	/* .tabControlBox.bottom-pc */
	.tabControlBox.bottom .topTablist {
		padding: 0 7px 12px;
		border-bottom: 0;
	}

	.tabControlBox.bottom .topTablist .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
	}
}

.flex {
	display: flex;
	align-items: center;
}

.topTablist {
	border-bottom: solid 3px #d22867;
}

.topTablist .tab.active,
.topTablist .tab.activeTab,
.tabList .tab.active {
	background: #d22867;
	border-color: #d22867;
}

.tabList {
	border-color: #d22867;
	background-color: #e9f1f3;
}

.tabControlBox.bottom.downarrow:after {
	border-top-color: #d22867;
}

@media only screen and (max-width: 767px) {
	.tabControlBox.bottom.downarrow:after {
		display: block;
		width: 0;
		height: 0;
		border-top: 51px solid #d22867;
		border-right: 62px solid transparent;
		border-bottom: 0;
		border-left: 62px solid transparent;
		margin: 30px auto;
		content: "";
	}
}

.gakushiInputBox {
	background-color: white;
	padding: 24px 30px;
}

.gakushiInputBox .description {
	font-size: 14px;
	text-align: left;
}

.blueBullet:before {
	content: "・";
	color: #009bdd;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	left: -11px;
	top: -10px;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.gakushiInputBox .description.shiryoKome {
		font-size: 14px;
		text-align: left;
		width: 430px;
		margin: 0 auto;
	}
}

.ageSelectBox,
.assuredAgeSelectBox,
.gakushiPriceSelectBox {
	position: relative;
	border: 2px solid #b2b2b2;
	border-radius: 4px;
	background: #ffffff;
	color: black;
}

.ageSelectBox::after,
.assuredAgeSelectBox:after,
.gakushiPriceSelectBox:after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	display: block;
	border-top: 7px solid #b2b2b2;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	pointer-events: none;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.gakushiH2 {
		margin-bottom: 21px;
		font-size: 24px;
		font-weight: bold;
	}

	.age_area {
		display: block;
	}

	.gakushiLabel {
		font-size: 18px;
		line-height: 1.7;
		margin-right: 10px;
	}

	.gakushiLabel sup {
		font-size: 12px;
		margin-top: 0px;
		/* position: absolute; */
	}

	a.txtDialog {
		display: inline-block;
		background: url(/content/dam/aflac/jp/ja/static/education/gakushi/images/hatena_icon.png) right 0.1em no-repeat;
		background-size: 15px;
		padding-right: 18px;
	}

	a.txtDialog.gakushiLabel {
		display: inline-block;
		background: url(/content/dam/aflac/jp/ja/static/education/gakushi/images/hatena_icon.png) right 0.1em no-repeat;
		background-size: 17px;
		padding-right: 20px;
		background-position-y: 3px;
	}

	img.queMark {
		padding: 0px 2px;
		width: 19px;
		bottom: 4px;
		position: relative;
	}

	#age,
	#assured_age,
	#gakushi_price {
		font-size: 20px;
	}

	#age,
	#assured_age,
	#gakushi_price {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		padding: 5px 40px 5px 20px;
		background: transparent;
		text-align: center;
		outline: none;
		cursor: pointer;
	}

	.ageSelectBox,
	.assuredAgeSelectBox,
	.gakushiPriceSelectBox {
		width: 257px;
		height: 60px;
		margin-bottom: 35px;
	}

	.assuredAgeSelectBox,
	.gakushiPriceSelectBox {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {

	/* SP */
	.gakushiInputBox {
		background-color: white;
		padding: 24px 16px;
		margin: 0 -10px;
	}

	.gakushiH2 {
		margin-bottom: 21px;
		font-size: 24px;
		font-weight: bold;
	}

	.age_area {
		display: block;
	}

	.gakushiBackBlue {
		background-color: #ecf9ff;
		padding: 20px 10px !important;
		margin-bottom: 35px;
	}

	.gakushiLabel {
		font-size: 14px;
		line-height: 1.7;
		margin-right: 10px;
	}

	.gakushiLabel sup {
		font-size: 12px;
		margin-top: 0px;
		position: absolute;
	}

	a.txtDialog {
		display: inline-block;
		background: url(/content/dam/aflac/jp/ja/static/education/gakushi/images/hatena_icon.png) right 0.1em no-repeat;
		background-size: 15px;
		padding-right: 18px;
	}

	a.txtDialog.gakushiLabel {
		display: inline-block;
		background: url(/content/dam/aflac/jp/ja/static/education/gakushi/images/hatena_icon.png) right 0.1em no-repeat;
		background-size: 17px;
		padding-right: 20px;
		background-position-y: 3px;
	}

	img.queMark {
		width: 16px;
		margin-left: 4px;
	}

	img.queMark.nenkin {
		width: 14px;
		margin-left: 4px;
		margin-top: 3px;
	}

	#age,
	#assured_age,
	#gakushi_price {
		font-size: 16px;
	}

	#age,
	#assured_age,
	#gakushi_price {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		padding: 5px 40px 5px 20px;
		background: transparent;
		text-align: center;
		outline: none;
		cursor: pointer;
	}

	.ageSelectBox,
	.assuredAgeSelectBox,
	.gakushiPriceSelectBox {
		width: 100%;
		height: 50px;
		margin-bottom: 35px;
	}

	.assuredAgeSelectBox,
	.gakushiPriceSelectBox {
		margin-bottom: 15px;
	}

	.tabControlBox.bottom {
		background: #e9f1f3;
	}
}

.startAge {
	font-weight: bold;
}

.startAge .start_age {
	font-size: 180%;
	font-weight: normal;
}

.sim_datum_date {
	text-align: right;
}

.bloSimulation .inputRadio,
.bloSimulation .inputCheckbox {
	display: none;
}

/* #bloSimSex 性別エリア
----------------------------------------------- */
#bloSimSex,
#bloSimStAge {
	display: flex;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	#bloSimSex,
	#bloSimStAge {
		gap: 20px;
		justify-content: start;
		margin-bottom: 35px;
	}

	#bloSimStAge {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {

	/* SP */
	#bloSimSex,
	#bloSimStAge {
		gap: 10px;
		margin-bottom: 27px;
	}
}

/* .bloInputSex 性別ラジオボタン
----------------------------------------------- */
.bloInputSex,
.bloInputStAge {
	border-radius: 4px;
	padding: 4px 29px 4px 50px;
	color: black;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.bloInputSex,
	.bloInputStAge {
		width: 228px;
		height: 61px;

		font-size: 20px;

		--radio-outer-radius: 32px;
		--radio-inner-radius: 18px;
		--radio-outer-offset: 10px;
	}
}

@media only screen and (max-width: 767px) {

	/* SP */
	.bloInputSex,
	.bloInputStAge {
		width: 100%;
		height: 48px;

		font-size: 16px;

		--radio-outer-radius: 24px;
		--radio-inner-radius: 14px;
		--radio-outer-offset: 8px;
	}
}

/* .bloCommonRadio 共通ラジオボタン設定
----------------------------------------------- */
.bloCommonRadio {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	border: 2px solid #b2b2b2;
	background: #ffffff;

	cursor: pointer;
}

.bloCommonRadio::before {
	content: "";
	position: absolute;

	box-sizing: border-box;

	top: calc(50% - var(--radio-outer-radius) /2);
	left: var(--radio-outer-offset);
	width: var(--radio-outer-radius);
	height: var(--radio-outer-radius);

	border: 2px solid #b2b2b2;
	border-radius: 50%;
	background: #ffffff;
}

/*
	保険料テーブル
*/
@media print,
screen and (min-width: 768px) {

	/* PC */
	.flexTable {
		display: flex;
		border: 1px solid #cccccc;
		align-items: center;
	}

	.flexTable .leftArea {
		width: 30%;
		border-right: 1px solid #cccccc;
		padding: 26px 15px;
		font-weight: bold;
		font-size: 16px;
		background-color: #ffffcd;
	}

	.flexTable .leftArea span {}

	.flexTable .centerArea {
		width: 35%;
		border-right: 1px solid #cccccc;
		padding: 20px 15px;
		font-weight: bold;
		font-size: 16px;
		text-align: right;
	}

	.flexTable .rightArea {
		width: 36%;
		padding: 20px 15px;
		font-weight: bold;
		font-size: 16px;
		text-align: right;
	}

	.flexTable .ageArea {
		text-align: center;
		background-color: #fcedf4;
		padding: 26px 15px;
	}

	.flexTable .cellResultCornerType_02_g,
	.cellType_yen_g,
	.cellResultCornerType_04_g {
		background-color: #dedfde;
	}

	.cellYen span {
		color: #e01904;
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {

	/* SP */
	.flexTable {
		display: flex;
		border: 1px solid #cccccc;
		align-items: center;
		justify-content: center;
	}

	.flexTable .leftArea {
		width: 10%;
		border-right: 1px solid #cccccc;
		padding: 9px 8px 9px 8px;
		font-weight: bold;
		font-size: 16px;
		background-color: #ffffcd;
		writing-mode: vertical-lr;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.flexTable .centerArea {
		width: 45%;
		border-right: 1px solid #cccccc;
		padding: 30px 15px;
		font-weight: bold;
		font-size: 16px;
		text-align: right;
	}

	.flexTable .centerArea.tukiArea,
	.flexTable .rightArea.tukiArea {
		padding: 33px 2px;
	}

	.flexTable .centerArea.souArea,
	.flexTable .rightArea.souArea {
		padding: 25px 2px;
	}

	.flexTable .centerArea.ruiArea,
	.flexTable .rightArea.ruiArea {
		padding: 50px 2px;
	}

	.flexTable .centerArea.modoriArea,
	.flexTable .rightArea.modoriArea {
		padding: 27px 2px;
	}

	.flexTable .rightArea {
		width: 45%;
		padding: 20px 2px;
		font-weight: bold;
		font-size: 16px;
		text-align: right;
	}

	.flexTable .ageArea {
		text-align: center;
		background-color: #fcedf4;
		padding: 61px 15px 63px 15px;
		height: 100%;
		display: inline-block;
	}

	.flexTable .cellResultCornerType_02_g,
	.cellType_yen_g,
	.cellResultCornerType_04_g {
		background-color: #dedfde;
	}

	.cellYen span {
		color: #e01904;
		font-size: 20px;
	}

	.bottomNavi {
		display: none;
	}
}

.gakushiCalButton {
	text-align: center;
	margin: 25px auto;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	color: white;
	background-color: #00a6da;
	padding: 15px 100px;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	font-size: 18px;
	cursor: default;
}

/* ハイライト設定 */
.inputRadio:checked+.bloCommonRadio {
	border-color: #e94a80;
}

.inputRadio:checked+.bloCommonRadio::before {
	border-color: #e94a80;
}

.inputRadio:checked+.bloCommonRadio::after {
	content: "";
	position: absolute;

	top: calc(50% - var(--radio-inner-radius) / 2);
	left: calc(var(--radio-outer-offset) + var(--radio-outer-radius) / 2 - var(--radio-inner-radius) / 2);
	width: var(--radio-inner-radius);
	height: var(--radio-inner-radius);

	border-radius: 50%;
	background: #e94a80;
}

.gakushiBackBlue {
	background-color: #ecf9ff;
	padding: 20px 30px;
	margin-bottom: 35px;
}

/**
 ページ下部資料請求ボタン
**/
/*  フッター部資料請求     */
.duckBtnShiryo:hover {
	opacity: 0.85;
}

.duckBtnShiryo {
	border: 2px solid #e98300;
	background: #e98300;
	width: 100%;
	float: none;
	box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
}

.duckBtnShiryo.type1lineCentering {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
}

.duckBtnShiryo.type1lineCentering>span {
	padding-top: 0;
	padding-left: 40px;
	min-height: 0;
}

.duckBtnShiryo.type1lineCentering>span::before {
	width: 22px;
	height: 25px;
	background-size: 22px auto;
	top: calc(50% - 25px / 2);
	left: 0;
}

@media only screen and (min-width: 768px) {
	.duckBtnShiryo {
		border: 2px solid #e98300;
		background: #e98300;
		width: 100%;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		outline: none;
	}

	.duckBtnShiryo.type1lineCentering {
		min-height: 63px;
	}
}

.duckBtnShiryo span {
	display: inline-block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.duckBtnShiryo span:before {
		display: block;
		width: 29px;
		height: 37px;
		background: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
		background-size: 22px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 29%;
		left: -29%;
	}
}

@media only screen and (min-width: 768px) {
	.duckBtnShiryo span {
		background: #e98300;
		min-height: 43px;
		padding-top: 6px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
	}

}

.duckBtnShiryo span:before {
	display: block;
	width: 29px;
	height: 37px;
	background: url(/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
	background-size: 22px auto;
	vertical-align: middle;
	content: "";
	position: absolute;
	top: 29%;
	left: -29%;
}

.duckBtnShiryo {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 5px;
}

@media only screen and (min-width: 768px) {
	.siryoButtom {
		width: 48%;
		padding-top: 65px;
		float: right;
	}
}

/***
	学資受け取り例
**/
.gakusheiArea {
	border: 1px solid #cccccc;
	padding: 25px 14px;
	margin: 25px 0;
}

.gaksuhiNenkin a {
	font-weight: bold;
	text-underline-position: right;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	.gakusheiArea .gakusheiTitle {
		font-weight: bold;
		font-size: 18px;
	}

	.flexGakussei {
		display: flex;
		flex-direction: column;
		margin-top: 10px;
	}

	.gaksuhiNenkin {
		display: flex;
		justify-content: center;
		margin: 0 0 0 165px;
		background-color: #fbe7f0;
		padding: 5px 0px;
	}

	.gaksuhiNenkin span {}

	.gakushiSougakuArea {
		display: flex;
		margin-top: 20px;
		align-items: flex-end;
	}

	.gakushiSougakuArea .gakushiSougakuQue1 {
		width: 150px;
		text-align: center;
	}

	.gakushiSougakuArea .gakushiSougakuQue1 .sougakuQue1 {
		border: 2px solid rgb(240 185 205);
		text-align: center;
		padding: 3px 0;
		font-weight: bold;
	}

	.gakushiSougakuArea .gakushiSougakuQue1 .sougakuText {
		background-color: #d22867;
		padding: 5px 0;
		color: white;
	}

	.gakushiSougakuArea .gakushiSougakuQue2 {
		width: 150px;
		margin-left: 15px;
		text-align: center;
	}

	.gakushiSougakuArea .gakushiSougakuQue2 .sougakuQue2 {
		border: 2px solid rgb(240 185 205);
		text-align: center;
		padding: 3px 0;
		font-weight: bold;
	}

	.gakushiSougakuArea .gakushiSougakuQue2 .sougakuText {
		background-color: #d22867;
		padding: 10px 0;
		color: white;
	}

	.gakushiSougakuArea .gakushiSougakuQue3 {}

	.gakushiSougakuArea .gakushiSougakuQue3 .sougakuText {
		background-color: #d22867;
		padding: 15px 15px;
		color: white;
		margin-left: 20px;
		width: 99px;
		text-align: center;
	}

	.gakunenArea {
		display: flex;
		margin-top: 10px;
		align-items: center;
	}

	.gakunenArea .gakunen.koukou {
		width: 150px;
		text-align: center;
	}

	.gakunenArea .gakunen.daigaku1 {
		width: 150px;
		margin-left: 15px;
		text-align: center;
	}

	.gakunenArea .gakunen.daigaku2,
	.gakunenArea .gakunen.daigaku3,
	.gakunenArea .gakunen.daigaku4 {
		width: 103px;
		text-align: center;
		margin-left: 20px;
	}

	.gakunenArea .gakunen {
		background-color: #fbe7f0;
		font-weight: bold;
		padding: 7px 0px;
	}

	.gakunenArea .bar:after {
		content: "";
		height: 5px;
		background: #fbe7f0;
		margin: 0 -20px;
		display: block;
	}

	.gakunenImgArea {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;
	}

	.gakunenImgArea .gakunenImg {
		width: 130px;
		margin-left: 10px;
	}

	.gakunenImgArea .gakunenKome {
		width: 500px;
		margin-left: 20px;
	}
}

@media only screen and (max-width: 767px) {

	/* SP */
	.gakusheiArea .gakusheiTitle {
		font-weight: bold;
		font-size: 16px;
	}

	.flexGakussei {
		display: flex;
		margin-top: 10px;
		justify-content: center;
		margin-bottom: 14px;
	}

	.gaksuhiNenkin {
		display: flex;
		justify-content: center;
		margin: 106px 3px 0px 0;
		background-color: #fbe7f0;
		padding: 5px 0px;
		writing-mode: vertical-lr;
		text-orientation: upright;
	}

	.gaksuhiNenkin span {}

	.gakushiSougakuArea {
		display: flex;
		margin-top: 20px;
		align-items: center;
		flex-direction: column;
		font-size: 12px;
	}

	.gakushiSougakuArea .gakushiSougakuQue1 {
		width: 120px;
		text-align: center;
		margin-bottom: 10px;
	}

	.gakushiSougakuArea .gakushiSougakuQue1 .sougakuQue1 {
		border: 2px solid rgb(240 185 205);
		text-align: center;
		padding: 8px 0;
		font-weight: bold;
	}

	.gakushiSougakuArea .gakushiSougakuQue1 .sougakuText {
		background-color: #d22867;
		padding: 10px 0;
		color: white;
	}

	.gakushiSougakuArea .gakushiSougakuQue2 {
		width: 120px;
		margin-left: 0;
		text-align: center;
	}

	.gakushiSougakuArea .gakushiSougakuQue2 .sougakuQue2 {
		border: 2px solid rgb(240 185 205);
		text-align: center;
		padding: 5px 0;
		font-weight: bold;
	}

	.gakushiSougakuArea .gakushiSougakuQue2 .sougakuText {
		background-color: #d22867;
		padding: 14px 0;
		color: white;
	}

	.gakushiSougakuArea .gakushiSougakuQue3 {
		width: 120px;
	}

	.gakushiSougakuArea .gakushiSougakuQue3 .sougakuText {
		background-color: #d22867;
		padding: 15px 15px;
		color: white;
		text-align: center;
		margin-top: 10px;
	}

	.gakunenArea {
		display: flex;
		margin-top: 20px;
		align-items: center;
		flex-direction: column;
		margin-left: 5px;
	}

	.gakunenArea .gakunen.koukou {
		text-align: center;
		padding: 27px 3px;
		width: 80px;
	}

	.gakunenArea .gakunen.daigaku1 {
		width: 80px;
		text-align: center;
		padding: 30px 3px;
	}

	.gakunenArea .gakunen.daigaku2,
	.gakunenArea .gakunen.daigaku3,
	.gakunenArea .gakunen.daigaku4 {
		width: 80px;
		text-align: center;
		padding: 14px 3px;
		top: 5px;
	}

	.gakunenArea .gakunen {
		background-color: #fbe7f0;
		font-weight: bold;
		padding: 7px 0px;
	}

	.gakunenArea .bar:after {
		content: "";
		background: #fbe7f0;
		margin: -3px -5px;
		height: 15px;
		display: block;
	}

	.gakunenImgArea {
		display: flex;
		margin-top: 10px;
		flex-direction: column;
	}

	.gakunenImgArea .gakunenImg {
		width: 55px;
		margin-left: 10px;
		margin-top: 13px;
	}

	.gakunenImgArea .gakunenKome {
		margin-left: 20px;
		display: none;
	}
}

/**
	フローティング
**/
.followBannerRspGakushi {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	margin: 0;
	background: #f6e8a8;
}

.followBannerRspGakushi.isVisibility {
	display: grid;
}

.innerFollowBannerRspGakushi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 0 48px 0 50px;
}

.buttonShiryoAreaFollowBannerRspGakushi {
	display: grid;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50px;
	background: #e98300;
	color: #ffffff !important;
	letter-spacing: 0.01em;
	cursor: pointer;
	text-decoration: none !important;
	grid-template: auto / auto auto;
	gap: 22px;
	width: 330px;
	height: 60px;
	font-size: 20px;
}

.iconButtonShiryoAreaFollowBannerRspGakushi {
	width: 28px;
}

.buttonSimAreaFollowBannerRspGakushi {
	width: 290px;
	background: rgba(29, 163, 143);
	text-align: center;
	text-decoration: none !important;
	padding: 16px 0px;
	border-radius: 45px;
	color: white !important;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	height: 60px;
}

.iconButtonSimAreaFollowBannerRspGakushi {
	width: 35px;
	margin-right: 10px;
}

@media print,
screen and (min-width: 768px) {

	/* PC */
	/* followBannerRspGakushi */
	.followBannerRspGakushi {
		align-content: center;
		justify-content: center;
		grid-template: auto / 748px minmax(auto, 262px);
		height: 110px;
	}
}

@media only screen and (max-width: 767px) {

	/* SP */
	.bottomNaviHide-sp .bottomNavi {
		display: none;
	}

	.dBlock-sp {
		display: block;
	}

	.innerFollowBannerRspGakushi {
		justify-content: space-between;
		width: 100%;
		padding: 10px 18px 0;
		margin-bottom: 10px;
	}

	.shiryoAreaFollowBannerRspGakushi {
		width: calc(50% - 3px);
	}

	.buttonShiryoAreaFollowBannerRspGakushi {
		display: flex;
		width: 100%;
		font-size: 16px;
	}

	.iconButtonShiryoAreaFollowBannerRspGakushi {
		width: 25px;
		margin-right: -10px;
	}

	.simAreaFollowBannerRspGakushi {
		width: calc(50% - 3px);
	}

	.buttonSimAreaFollowBannerRspGakushi {
		width: 100%;
		font-size: 16px;
		align-items: center;
	}

	.imgExampleFigAreaRspGakushi {
		width: 100%;
		margin: 0 auto;
	}

	.txIconImgExampleFigAreaRspGakushi {
		font-size: 13px;
		padding: 3px 5px;
	}
}

/*- 外側枠 -*/
body.gakushi div.jqDialogContainer {
	border-color: #E01473;
	background: #fef8fb;
}

/*
	エラー文言
*/
.error {
	padding-left: 15px;
	font-size: 14px;
	color: #e2242c;
}

.error {
	display: block;
	background: url(/content/dam/shared/jp/ja/static/images/sim/icon_error_l.gif) no-repeat left 0.2em;
}

/* 個別設定 */
.error {
	margin-bottom: 10px;
}

.error {
	margin-top: 10px;
}

/* glonav
----------------------------------------------- */
@media(scripting:enabled) {
	.sb-insur-type-lists .items-level0>.icon-item.active>a[href="/shisankeisei/"] {
		background: url(/content/dam/shared/jp/ja/static/resp_images/icon/arrow_right_blue_01.png) 15px 23px no-repeat !important;
		color: #333 !important;
		font-size: 16px !important;
	}

	.sb-insur-type-lists .items-level0>.icon-item.active>a[href="/shisankeisei/"]+ul {
		display: none !important;
	}
}


/* shared/include/shohin_header.html の .newText非表示 */
.newText {
	display: none;
}

/* -----------------------------------------------

	ダイアログ

----------------------------------------------- */
/*- 外側枠 -*/
body div.jqDialogContainer {
	border-color: #E01473;
}
/*- ドラッガブルエリア -*/
body div.jqDialogContainer .dragHandle {
	background: #E01473;
}
/*- 閉じるボタン -*/
body div.jqDialogContainer p.closeBtn {
	background-image: url(/content/dam/aflac/jp/ja/static/education/gakushi/images/btn_close_01.gif) !important;
}