

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

SP
@media only screen and ( max-width: 767px ) {}
*/
/* ロゴカラー設定 */
.logoColor{
	color:#00a9a9;
}
.logoColorDark{
    color:#005b4f;
}
/* .wrapBlock */
.wrapBlock {
	margin: 40px 0;
}
@media only screen and ( max-width: 767px ) {
	.wrapBlock {
		margin: 30px 0;
	}
}

/* .tabContentBox */
.tabContentBox {
	margin-bottom: 30px;
}

/* .contentInsideTitle */
.boxContentInside .contentInsideTitle {
	display: inline-block;
	background: #11a851;
	border-radius: 8px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

/* .whiteBox */
.whiteBox {
	background: #fff;
	border-radius: 5px;
	padding: 40px 20px;
}
@media only screen and ( max-width: 767px ) {
	.whiteBox {
		padding: 20px 10px;
		margin: 0 -10px 30px;
	}
}
.whiteBox > * {
	margin-bottom: 30px;
}
@media only screen and ( max-width: 767px ) {
	.whiteBox > * {
		margin-bottom: 20px;
	}
}
.whiteBox > *:first-child {
	margin-top: 0 !important;
}
.whiteBox > *:last-child {
	margin-bottom: 0 !important;
}
.tabContentBox .whiteBox {
    border-radius: 0;
}

/* .whiteBoxTitle */
.whiteBoxTitle .whiteBoxTitleText {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and ( max-width: 767px ) {
	.whiteBoxTitle .whiteBoxTitleText {
		font-size: calc( 22 / 375 * 100 * 1vw);
	}
}

/* .product */
.product .image {
	display: block;
	width: 137px;
	margin: 0 auto 20px;
}
.product .text {
	margin-bottom: 20px;
	font-size: 16px;
}
@media only screen and ( max-width: 767px ) {
	.product ~ .product {
		margin-top: 30px;
	}
	.product:after {
		content: "";
		clear: both;
		display: table;
	}
	.product .image{
		float: left;
		margin-right: 10px;
	}
}

/* .tableSecondary */
.tableSecondary {
	width: 100%;
	border: 3px solid #f9778a;
	font-size: 14px;
}
.tableSecondary caption {
	background: #11a851;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.tableSecondary td,
.tableSecondary th {
	border: 1px solid #d6d6d6;
	vertical-align: middle;
}
.tableSecondary thead th {
	border-top: 0;
	padding: 8px 10px 6px;
}
.tableSecondary th {
	border-right: 1px solid #f9778a;
}
@media only screen and ( max-width: 767px ) {
	.tableSecondary thead th {
		font-size: calc( 14 / 375 * 100 * 1vw);
	}
}
.tableSecondary thead .age {
	background: #d6d6d6;
	padding-left: 0;
	padding-right: 0;
}
.tableSecondary tbody td,
.tableSecondary tbody th {
	padding: 1px 10px;
	background: #fff;
}
.tableSecondary tbody th {
	font-size: 16px;
	font-weight: bold;
}
.tableSecondary tbody td {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media only screen and ( max-width: 767px ) {
	.tableSecondary tbody td {
		font-size: calc( 20 / 375 * 100 * 1vw);
	}
}
@media only screen and ( max-width: 320px ) {
	.tableSecondary tbody td {
		font-size: calc( 18 / 375 * 100 * 1vw);
	}
}
.tableSecondary .caption {
	font-size: 14px;
	font-weight: normal;
}
.tableSecondary thead .male {
	background: #a5ccdb;
}
.tableSecondary thead .female {
	background: #e4bfc4;
}
.tableSecondary tbody .male {
	background: #e6f0f4;
}
.tableSecondary tbody .female {
	background: #f6edee;
}

.tableSecondary-ladys thead {
	font-size: 16px;
}
.tableSecondary-ladys thead .age {
	width: 7em;
}
/* .buttonBox */
.buttonBox {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
}
@media only screen and ( max-width: 767px ) {
	.buttonBox {
		padding: 15px 10px;
	}
}
.buttonBox > *:first-child {
	margin-top: 0 !important;
}
.buttonBox > *:last-child {
	margin-bottom: 0 !important;
}
.boxContent .buttonBox {
	padding: 0;
	margin: 30px 0;
}
.buttonBox .buttonBoxText {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and ( max-width: 767px ) {
	.buttonBox .buttonBoxText {
		font-size: calc( 16 / 375 * 100 * 1vw);
	}
}
.buttonBox .buttonBoxText:before,
.buttonBox .buttonBoxText:after {
	position: absolute;
	top: 50%;
	width: 1px;
	height: 23px;
	background: #191718;
	margin-top: -11px;
	content: "";
}
.buttonBox .buttonBoxText:before {
	left: 7px;
	-webkit-transform: rotate(-26.8deg);
	transform: rotate(-26.8deg);
}
.buttonBox .buttonBoxText:after {
	right: 7px;
	-webkit-transform: rotate(26.8deg);
	transform: rotate(26.8deg);
}
.buttonBox .row {
	display: block;
	font-size: 0;
}
.buttonBox .row a {
	display: inline-block;
	text-decoration: none;
}
/* .buttonCalculator */
.buttonBox .buttonCalculator {
	display: block;
	max-width: 320px;
	background: #ceede4;
	border-radius: 6px;
	box-shadow: 1px 4px 5px #e6e6e6;
	padding: 25px 0 16px 8px;
	margin: 0 auto;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.buttonBox .buttonCalculator:hover {
	opacity: .8;
}
.buttonBox .buttonCalculator img {
	display: inline-block;
	margin: -2px 12px 0px 0;
	vertical-align: middle;
}

/* .button */
.buttonBox .button {
	display: inline-block;
	width: 331px;
	height: 110px;
	background: #ccc;
	border-radius: 6px;
	margin-right: 15px;
	padding: 10px 10px;
	box-shadow: 0px 2px 4px 0px rgba(16, 16, 16, 0.3);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
@media only screen and ( max-width: 767px ) {
	.buttonBox .button {
		width: calc( 50% - 10px );
		height: auto;
		border-radius: 3px;
		margin-right: 10px;
		font-size: 14px;
	}
}
@media print, screen and ( min-width: 768px ) {
	.buttonBox .button:hover {
		opacity: .8;
	}
}
.buttonBox .button:last-child {
	margin-right: 0;
}

.buttonBox .button .caption {
	display: block;
	font-size: 14px;
}
@media only screen and ( max-width: 767px ) {
	.buttonBox .button .caption {
		font-size: 12px;
		font-weight: normal;
	}
}
.bloLine {
	border: solid 1px #ccc;
	padding: 4px 8px;
}

	/* .tabControlBox.head */
	.tabControlBox.head .tabList {
		border-top: 0;
		padding: 12px 6px 0;
		background: none;
	}
	.tabControlBox.head .tabList .tab {
		border-bottom: none;
		box-shadow: 0px -1px 3px 0px #e6e6e6;
		background: #fff;
	}
	.tabControlBox.head .tabList .tab.active {
		background: #F3A69D;
	}
	/* .tabControlBox.bottom-pc */
	.tabControlBox.bottom .tabList {
		padding: 0 7px 12px;
		border-bottom: 0;
	}
	.tabControlBox.bottom .tabList .tab {
		box-shadow: 0px 2px 2px 1px #e6e6e6;
		border-top: none;
		margin: 0 5px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
	}
	/* .tabControlBox.bottom.downarrow-pc */

	.tabControlBox.bottom.downarrow:after {
		display: block;
		width: 0;
		height: 0;
		border-top: 51px solid #00a9a9;
		border-right: 62px solid transparent;
		border-bottom: 0;
		border-left: 62px solid transparent;
		margin: 30px auto;
		clear: both;
		content: "";
	}
@media only screen and ( min-width: 768px ) {
	.tabControlBox.bottom.downarrow {
		margin: 30px auto;
	}
}
@media only screen and ( max-width: 767px ) {
	.tabControlBox {
		margin: 0px -10px 30px;
	}
}
	.headimage{
	padding-top:0px;
	}
/* ガード文言 */
.guardText {
	font-size: 85%;
}
div.btnRowMailPush{
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	padding: 0 20px;
	margin-top: 20px;
}

div.btnRowMailPush:before,
div.btnRowMailPush:after{
	content: "";
	position: relative;
	top: 50%;
	display: block;
	width: 1px;
	height: 23px;
	background-color: #333333;;
}
div.btnRowMailPush:before {
	left: -7px;
	-webkit-transform: rotate(-26.8deg);
	-ms-transform: rotate(-26.8deg);
	transform: rotate(-26.8deg);
}
div.btnRowMailPush:after {
	right: -7px;
	-webkit-transform: rotate(26.8deg);
	-ms-transform: rotate(26.8deg);
	transform: rotate(26.8deg);
}
/***************************************************
* 資料請求ボタン
***************************************************/

.stBtnShiryo:hover, .stBtnMoreInfo:hover, .stGapBtnShiryo:hover {
	opacity: 0.85;
}
.stBtnShiryo {
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
}
.stBtnShiryo span {
	display: inline-block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
}
.btnDeco {
	text-decoration: none !important;
}
.stBtnOrgDark, .stBtnMoreInfo, .stBtnShiryo, .stGapBtnShiryo {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 5px;
}
.BtnSeikyu{
	font-size:129%;
}
.duckBtnShiryo {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 5px;
}
.duckBtnShiryo {
    border: 2px solid #e98300;
    background: #e98300;
    width: 100%;
    float: none;
    box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
}
.duckBtnShiryo span {
    display: inline-block;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
}
.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){
    .mendanShiryoText {
	   width: 435px;
	   margin: 0 auto;
    }
	.stBtnShiryo, .stGapBtnShiryo {
		border: 2px solid #e98300;
		background: #e98300;
		width: 56%;
		float: none;
	}
	.stBtnShiryo {
		border: 2px solid #e98300;
		background: #e98300;
		width: 56%;
		margin: 0 auto;
		display: inline-block;
		cursor: pointer;
		outline: none;
	}
	.stBtnShiryo span:before, .stGapBtnShiryo 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: 30px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 24%;
		left: -29%;
	}
	.stBtnShiryo span, .stGapBtnShiryo span {
		background: #e98300;
		min-height: 50px;
		padding: 5px 0 0;
		box-sizing: content-box;
		color: #fff;
		position: relative;
	}
	.siryoButtom {
	    width: 48%;
	    padding-top: 65px;
	    float: right;
	}
	.duckBtnShiryo {
	    border: 2px solid #e98300;
	    background: #e98300;
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    cursor: pointer;
	    outline: none;
	}
	.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.type1lineCentering {
		min-height: 63px;
	}
}

@media only screen and (max-width: 767px){
	.stBtnShiryo, .stGapBtnShiryo {
		border: 2px solid #e98300;
		background: #e98300;
		width: 95%;
		float: none;
	}
	.stBtnShiryo {
		border: 2px solid #e98300;
		background: #e98300;
		width: 95%;
		margin: 0 auto;
		display: inline-block;
		cursor: pointer;
		outline: none;
		line-height: 12px;
	}
	.stBtnShiryo span, .stGapBtnShiryo span {
		min-height: 30px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		font-size: 14px;
		line-height:1.5em;
	}
	.stBtnShiryo span:before, .stGapBtnShiryo 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: 80%;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 22%;
		left: -20%;
	}
	.siryoButtom {
	    clear: both;
	    width: 100%;
	    padding-bottom: 60px;
	}
	.duckBtnShiryo span {
	    background: #e98300;
	    min-height: 30px;
	    box-sizing: content-box;
	    color: #fff;
	    position: relative;
	    font-size: 14px;
	}
	.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: 80%;
	    vertical-align: middle;
	    content: "";
	    position: absolute;
	    top: 22%;
	    left: -35%;
	}
}
/***************************************************
* 本文
***************************************************/
/*介護保険って必要？PC*/
.lifeText{
	border-bottom: 8px solid #00a9a9;
	font-size: 32px;
	font-weight: bold;
}
.text100{
    font-size: 52px;
}
.kaigoQuestion{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	margin-bottom: 24px;
}
.kaigoQuestion .kaigo_questionMark{
	background-color: #00a9a9;
	color: #fff;
	padding: 3px 10px;
}
.kaigoQuestion .kaigo_questionText{
	background-color: #cceeee;
	padding: 3px 10px;
	width: 100%;
	margin-left: 2px;
}
.kaigoAnswer,
.kaigoAcText{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: baseline;
	margin-bottom: 16px;
}
.kaigoAnswer .kaigo_answerMark{
	padding: 3px 10px;
}
.kaigoAnswer .kaigo_answerText{
	padding: 3px 10px;
}
.kaigoAnswer .kaigoRed,
.kaigoAcText .kaigoRed,
.kaigoAnswerText .kaigoRed,
.kaigoAcFlex .kaigoAcFlexText .kaigoRed{
	color: red;
}
.kaigoAnswer .kaigoRed sup{
	font-size:14px;
}
.kaigoAnswerText{
	font-size: 16px;
	margin-left: 50px;
}
.kaigoImgText{
	margin-left: 50px;
}
.checkColumn_kaigo{
	padding: 20px;
	background: url("/content/dam/aflac/jp/ja/static/kaigo/r_kaigo/images/icon_light.png") left 5px center no-repeat #f2f2f2;
	text-align: left;
	margin: 15px 0;
}
.kaigoAc{
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	box-shadow: 0px 2px 6px 0px rgba(4,0,0,0.25);
}
.kaigoAcOpen {
	background-color: #f2fafa;
	padding: 20px 0 0;
	box-shadow: 0 7px 5px -5px rgb(4 0 0 / 25%) inset;
	text-align: center;
}
.kaigoAcOpen > span {
	display: block;
	font-size: 16px;
	padding: 0 35px;
	text-align:left;
}
.kaigoAcOpen > img{
    margin:10px 0;
    padding: 0 35px;
}
.kaigoAcFlex{
    display:flex;
    padding: 10px 25px;
}
.kaigoAcFlex .kaigoAcFlexText{
    font-size:18px;
    text-align:left;
    flex: 1;
}
.kaigoAcFlex  .kaigoFlexImg{
    flex: 1;
    margin-left: 30px;
    text-align: left;
}
.kaigoAcFlex .kaigoFlexImg img{
    margin-bottom: 10px;
}
.kaigoYoutubeLink span{
    font-size: 20px;
    text-align:center;
    display:block;
    font-weight: bold;
    margin-bottom: 10px;
}
.kaigoYokin{
    margin-left:50px;
    text-align: center;
}
.kaigoKaisetu{
	background-image: linear-gradient(-45deg, #ccdfdf,#ccdfdf 48.5%, #e6efef 49.5%, #e6efef 50.5%,#ccdfdf 51.5%,#ccdfdf);
	background-size: 10px 10px;
	background-attachment: fixed;
	padding: 30px 10px;
}
.kaigoKaisetu > span{
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.kaigoKaisetu .jqAcWrap{
	background-color:#ffffff;
	margin: 30px 0 0 0;
}
.kaigoTableText{
    width: 550px;
    margin-bottom: 15px;
}
/*介護保険って必要？SP*/
@media only screen and ( max-width: 767px ) {
	.lifeText{
		border-bottom: 8px solid #00a9a9;
		font-size: 28px;
		font-weight: bold;
	}
	.text100{
	    font-size: 48px;
	}
	.kaigoQuestion{
		font-size: 20px;
		font-weight: bold;
		display: flex;
		margin-bottom: 24px;
	}
	.kaigoQuestion .kaigo_questionMark{
		background-color: #00a9a9;
		color: #fff;
		padding: 3px 10px;
	}
	.kaigoQuestion .kaigo_questionText{
		background-color: #cceeee;
		padding: 3px 10px;
		width: 100%;
		margin-left: 2px;
	}
	.kaigoAnswer,
	.kaigoAcText{
		font-size: 17px;
		font-weight: bold;
		display: flex;
		align-items: baseline;
		margin-bottom: 16px;
	}
	.kaigoAnswer .kaigo_answerMark{
		padding: 3px 10px;
	}
	.kaigoAnswer .kaigo_answerText{
		padding: 3px 10px;
	}
	.kaigoAnswer .kaigoRed,
	.kaigoAcText .kaigoRed,
	.kaigoAnswerText .kaigoRed{
		color: red;
	}
	.kaigoAnswer .kaigoRed sup{
		font-size:14px;
	}
	.kaigoAnswerText{
		font-size: 14px;
		margin-left: 50px;
	}
	.kaigoImgText{
		margin-left: 50px;
	}
	.checkColumn_kaigo{
		padding: 20px;
		background: url("/content/dam/aflac/jp/ja/static/kaigo/r_kaigo/images/icon_light.png") left 5px center no-repeat #f2f2f2;
		text-align: left;
		margin: 15px 0;
	}
	.kaigoAc{
		text-align: center;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0;
		box-shadow: 0px 2px 6px 0px rgba(4,0,0,0.25);
	}
	.kaigoAcOpen {
		background-color: #f2fafa;
		padding: 20px 0 0 0;
		box-shadow: 0 7px 5px -5px rgb(4 0 0 / 25%) inset;
	}
	.kaigoAcOpen > span {
		display: block;
		font-size: 12px;
	}
	.kaigoAcFlex{
        display: block;
        padding: 0 20px;
    }
    .kaigoAcFlex .kaigoAcFlexText{
        font-size: 14px;
        text-align:left;
        flex: none;
        margin-bottom: 20px;
    }
    .kaigoAcFlex  .kaigoFlexImg{
        flex: 0;
        margin-left: 0;
        text-align: center;
    }
    .kaigoAcFlex .kaigoFlexImg img{
        margin-bottom: 10px;
        width: 225px;
    }
    .kaigoAcFlex .kaigoFlexImg span{
        font-size:12px;
        display: block;
        text-align: left;
    }
	.jqAcWrapText{
	    width: 245px;
        text-align: center;
        margin: 0 auto;
	    display: inline-block;
	}
	.kaigoYoutubeLink span{
	    font-size: 14px;
	}
	.kaigoKikangraphSpImg{
	    width:210px;
	}
	.kaigoTableText{
        width: auto;
    }
}
/*介護保障PC*/
.kaigoMainText{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
}
.kaigoMainText .kaigo_rougo{
	font-size: 18px;
	margin-bottom: 10px;
}
.kaigoMainText .dotText{
	-webkit-text-emphasis: filled;
}
.kaigoMainText .kaigo_under{
	text-decoration: underline 4px;
	font-size: 35px;
	line-height: 0;
}
.kaigoTokutyoTitle{
	display: flex;
	font-weight: bold;
	font-size: 20px;
}
.kaigoTokutyoTitle .kaigo_TokutyoSubArea{
	background-color: #00a9a9;
	width: 10px;
}
.kaigoTokutyoTitle .kaigo_TokutyoMainArea{
	background-color: #cceeee;
	padding: 3px 15px;
	width: 100%;
	margin-left: 2px;
}
.kaigoTokutyo {
	display: flex;
	align-items: center;
}
.soudanserviceText{
    width: 675px;
}
.plusIcon{
    text-align:center;
}
.plusImg{
    width:40px;
}
.kaigoTokutyo .kaigo_tokutyoTextAria{
    margin-left: 16px;
    font-size: 14px;
    line-height: 2em;}
.kaigoTokutyo .kaigo_tokutyoTextAria .kaigo_tokutyoTextTop{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #00a9a9;
}
.kaigoServiceLink{
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}
.kaigoServiceLink img{
	margin-right: 3px;
}
.kaigoServiceLink .kaigo_linkText{
	font-weight: bold;
}
.kaigoServiceLink a{
	
}
.kaigoPlanText{
	display: block;
	margin-left: 30px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.kaigoPlanTextSub{
   	display: block;
   	margin-left: 30px;
   	font-size: 14px;
   	margin-bottom: 30px;
}
.kaigoImgTitle{
	color: #00a9a9;
	display: block;
	margin-left: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}
.kaigo_hosyouImg{
	display: block;
	margin: 0 auto 40px;
}
.kaigoHokenryoText{
    margin-left: 50px;
    margin-bottom: 15px;
}
.kaigoHokenryoText span{
	display: block;
}
.kaigo_hokenryoureiImg,
.kaigo_syouraiSimulationImg{
	margin: 20px auto;
	display: block;
}
.kaigoAcCloseBtn{
    background-color: #00a9a9;
    color: #ffffff;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
}
.kaigoAcCloseBtn > p{
    font-weight: bold;
}
.acBtn{
	position: relative;
	float: right;
}
.acBtn{
	top: -15px;
}
.acBtn:after{
	content: "";
	position: absolute;
	display: block;
	width: 11px;
	height: 11px;
	right: .7em;
	z-index: 1;
	border: 0;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	pointer-events: none;
}
a.txModalLinkQuestionIconRspRkaigoIndex {
	padding: 4px 24px 4px 0;
	background-image: url("/content/dam/shared/jp/ja/static/images/bg_icon_question.png");
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: top 50% right 0;
}
/*介護保障SP*/
@media only screen and ( max-width: 767px ) {
	.kaigoMainText{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: unset;
	}
	.kaigoHituyouImg {
        text-align:center;
    }
	.kaigoHituyouImg img{
        width:355px;
    }
	.kaigoMainText .kaigo_rougo{
		text-align: center;
		font-size: 16px;
		margin-bottom: 0;
		display: block;
		width: 185px;
		margin: 0 auto;
	}
	.kaigoMainText .dotText{
		-webkit-text-emphasis: filled;
	}
	.kaigoMainText .kaigo_under{
		text-decoration: underline 4px;
		font-size: 26px;
		line-height: 1.5;
	}
	.kaigoMainText .kaigoHutanText{
	    line-height: 1.5;
	    font-size: 24px;
	}
	.kaigoTokutyoTitle{
		display: flex;
		font-weight: bold;
		font-size: 20px;
	}
	.kaigoTokutyoTitle .kaigo_TokutyoSubArea{
		background-color: #00a9a9;
		width: 10px;
	}
	.kaigoTokutyoTitle .kaigo_TokutyoMainArea{
		background-color: #cceeee;
		padding: 3px 15px;
		width: 100%;
		margin-left: 2px;
	}
	.kaigoTokutyo {
		display: flex;
		align-items: center;
	}
	.kaigoTokutyo .kaigo_tokutyoTextAria{
	    margin-left: 16px;
	    font-size: 14px;
	    line-height: 2em;}
	.kaigoTokutyo .kaigo_tokutyoTextAria .kaigo_tokutyoTextTop{
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #00a9a9;
	}
	.soudanserviceText{
        width: auto;
    }
	.kaigoServiceLink{
		display: flex;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
	}
	.kaigoServiceLink img{
		margin-right: 3px;
	}
	.kaigoServiceLink .kaigo_linkText{
		font-weight: bold;
	}
	.kaigoServiceLink a{
		
	}
	.kaigoPlanText{
		display: block;
		margin-left: 0;
		font-weight: bold;
		font-size: 16px;
	}
	.kaigoImgTitle{
		color: #00a9a9;
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.kaigo_hosyouImg{
		display: block;
		margin: 0 auto 40px;
		width: 347px;
	}
	.kaigoHokenryoText{
	    margin-left: 10px;
	    margin-bottom: 15px;
	    font-size: 15px;
	}
	.kaigoHokenryoText span{
		display: block;
	}
	.kaigo_hokenryoureiImg{
		margin: 0 auto;
		display: block;
	}
    .kaigoPlanTextSub{
   	    display: block;
   	    margin-left: 0px;
   	    font-size: 14px;
   	    margin-bottom: 30px;
    }
}
/*-------------------------------
  pulsIcon
-------------------------------*/
.jqAcWrapTitle {
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div .jqAcBtn i {
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 10px;
	width: 18px;
	height: 18px;
	background-color: #00a9a9;
}
div .jqAcBtn i:before,
div .jqAcBtn i:after {
	content: '';
	display: inline-block;
	width: 11px;
	border-top: 2px solid transparent;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 5px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div .jqAcBtn i:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div .jqAcBtn.open i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}   
div .jqAcBtn i:before,
div .jqAcBtn i:after {
	border-color: #fff;
}

/***************************************************
* Mergin
***************************************************/

/***************************************************
* 書式
***************************************************/
.closebox{
	padding: 5px;
	background-color: #f9788a;
	color: #fff;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.closebox:after{
position: absolute;
left: 300px;
bottom: 3px;
content:"";
display: inline-block;
width: 14px;
height: 14px;
border:0px;
border-top: 3px solid #fff;
border-left: 3px solid #fff;*/
-ms-transform: totate(45deg);
-webkit-transform: totate(45deg);
transform: rotate(45deg);
}

/* topバナー　*/
@media print, screen and (min-width: 768px) {
	.tabControlBoxBanner {
		height: 220px;
		padding: 30px 0px;
	}
	.logoWidth {
		width: 30%;
	}
	.textWidth {
		width: 50%;
	}
	.dugWidth {
		width: 20%;
	}
	.newText {
		color: #f18b44;
		font-size: 16px;
		position: absolute;
		font-weight: bold;
		padding: 0px 0px 0px 90px;
		display: inline-block;
		margin: -10px 0px 0px 0px;
	}
	.newText:before, .newText:after {
	    position: absolute;
	    top: 56%;
	    width: 2px;
	    height: 17px;
	    background: #f18b44;
	    margin-top: -11px;
	    content: "";
	}
	.newText:before {
	    left: 135px;
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	.newText:after {
	    left: 82px;
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	}
}
@media print, screen and (max-width: 767px) {
	.flex {
	   display: flex;
    }
	.logoWidth {
		width: 50%;
		flex: 1;
		padding-bottom: 20px;
	}
	.dugWidth {
		width: 50%;
	}
	.textWidth{
	    flex:1;
	    margin-top: 10%;
	    margin-right: 10px;
	}
	.newText {
	    color: #f18b44;
	    font-size: 16px;
	    position: absolute;
	    font-weight: bold;
	    padding: 5px 0px 0px 0px;
	    display: block;
	    top: 17%;
	    width: 50%;
	}
	.newText:before, .newText:after {
	    position: relative;
	    width: 2px;
	    height: 17px;
	    background: #f18b44;
	    display: inline-block;
	    bottom: -2px;
	    content: "";
	}
	.newText:before {
	    -webkit-transform: rotate(-24deg);
	    transform: rotate(-24deg);
	    margin-right: 10px;
	}
	.newText:after {
	    margin-left: 10px;
	    -webkit-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
}
@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: 70px;
		box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.25);
		margin: 0 5px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background: #fff;
	}
	.topTablist .tab > * {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.topTablist .tab > a {
		color: #333;
		text-decoration: none;
	}
	.topTablist .tab.active > a {
		pointer-events: none;
		color: #ffffff;
		text-decoration: none;
	}
	.topTablist .tab.active,
	.topTablist .tab.activeTab {
		background: #ccc;
		box-shadow: none;
		border-radius: 0 !important;
	}
	.tabControlBox.bottom .topTablist {
		border-bottom: 0;
	}
	.tabControlBox.top {
		margin: 0px -10px 30px;
	}
	.tabControlBox.top .topTablist {
		border-top: 0;
	}
}
@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 {
		display: table-cell;
		color: #ffffff;
		text-decoration: none;
		vertical-align: middle;
	}
	.topTablist .tab > a,
	.topTablist .tab > a {
		display: table-cell;
		color: #333;
		text-decoration: none;
		vertical-align: middle;
		padding: 0 3px;
	}
	.topTablist .tab a:hover {
		opacity: .8;
	}
	.topTablist .tab.active {
		background: #DBE000;
		border: 2px solid #00a9a9;
		box-shadow: none;
		border-radius: 0;
		pointer-events: none;
	}
	/* .tabControlBox.top */
	.tabControlBox.top {
		background-color: #fff;
	}
	.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;
	}
}

.topTablist {
	border-bottom: solid 3px #00a9a9;
}
.topTablist .tab.active,
.topTablist .tab.activeTab {
	background: #00a9a9;
	border-color: #00a9a9;
}
/* タブリスト下 */
.tabList {
	border-color: #00a9a9 !important;
}
.tabList .tab.active,
 .tabList .tab.activeTab {
	background: #00a9a9;
	border-color: #00a9a9 !important;
}
.tabList .tab.active a {
	color: #fff !important;
} 
.triangel {
    padding-left: 0px;
}
.cautionImg {
    float: left;
    margin-top: 15px;
    width: 17px;
}
.clearSpace {
	padding: 14px 12px;
}
/* 汎用　*/
.hdTokutyo {
    background: #f9778a;
    width: 155px;
    height: 50px;
    color: #fff;
    padding-top: 10px;
    margin: 0 auto 5px;
    border-radius: 3px;
    text-align: center;
}
.txBold {
	font-weight: bold;
}
.grayText {
    color: #666666;
}
ul.ulNote {
    margin: 0;
    padding-bottom: 2em;
    position: relative;
}
ul.ulNote li {
    position: relative;
    padding: 3px 0;
    padding-left: 1.3em;
}
ul.ulNote li.num2 {
    padding-left: 2.2em;
}
ul.ulNote li span.kome {
    position: absolute;
    top: 3px;
    left: 0;
}
ul.ulLink li {
	padding: 2px 0 2px 16px;
	background: url("/content/dam/shared/jp/ja/static/images/common/arrow_link.gif") no-repeat 4px 0.6em;
}
.flex {
	display: flex;
}
.clear {
	clear: both;
}
div.duckButtonBox div.duckButtonBanner img.normalImg,
div.duckButtonBox div.duckButtonBanner img.jokImg {
	display:none;
}
div.footerText {
	display:none;
}
div.siryoButtom.everprime,
div.siryoButtom.everprimejok {
	display:none;
}

@media only screen and (min-width: 768px){
	.flex-pc {
		display: flex;
	}
	.pl45-pc {
		padding-left: 45px;
	}
}

.kaigoFaqList {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: column;
}
.kaigoFaqList > li {
	display: flex;
	padding: 10px;
	align-items: center;
}
.kaigoFaqList .kaigoFaqListMark {
	height: 40px;
	width: 40px;
	background-color: #00A9A9;
	border-radius: 50%;
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
}
.kaigoFaqList .kaigoFaqListMark + a {
	padding: 10px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
}

.buttonblockRspRkaigoIndex {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.whitebuttonRspRkaigoIndex {
	width: 360px;
	background: white;
	text-align: center;
	text-decoration: none !important;
	padding: 20px 40px;
	border-radius: 45px;
	color: black !important;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	/* margin: auto; */
	align-items: center;
	border: 1px solid darkgrey;
	box-shadow: 0 3px 10px darkgrey;
}
@media only screen and (max-width: 767px) {
	.buttonblockRspRkaigoIndex {
		padding: 0 6px;
	}
	.whitebuttonRspRkaigoIndex {
		padding: 15px 40px;
	}
}




