

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap"); /* init */

/*
    Aflac CSS
    資産形成と保障のハイブリッド ツミタス：保障内容
*/

body{
	padding-bottom:110px;
}

sup:nth-child(1) {
    vertical-align: text-top;
    font-size: 75%;
}

/* ポイント */
#pointContainer {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
}
#pointContainer * {
    box-sizing: border-box;
}
#pointContainer .inner {
    max-width: 790px;
    margin: 0 auto;
}
#pointContainer .ctsFeatures {
    padding: 20px 0 0;
}
#pointContainer .ctsFeatures .box {
	padding: 20px;
	background-color: #fff;
	position: relative;
}
#pointContainer .ctsFeatures .box{
    opacity: 0;
    transition: opacity .75s ease;
}

#pointContainer .ctsFeatures .box.play{
    opacity: 1;
}
#pointContainer .ctsFeatures .box::before, #pointContainer .ctsFeatures .box::after {
    content: '';
    width: 110px;
    width: calc(100% - 3px);
    width: 100%;
    height: 30px;
    border: 3px solid #EA5504;
    position: absolute;
}
#pointContainer .ctsFeatures .box::before {
    border-bottom: none;
    top: 0;
    left: -3px;
}
#pointContainer .ctsFeatures .box::after {
    border-top: none;
    bottom: 0;
    right: -3px;
}
#pointContainer .ctsFeatures .box .headline {
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
}
#pointContainer .ctsFeatures .box .headline .pointTab {
    width: 116px;
    text-align: center;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: calc(50% - 58px);
    font-size: 20px;
    color: white;
    border-radius: 18px;
    background-color: #EA5504;
    border: 8px solid white;
}
@media print, screen and ( min-width: 768px ) {     /* PC */
	#pointContainer .ctsFeatures .box .headline .pointTab {
		padding-top: 2px;
	}
}
#pointContainer .ctsFeatures .box h2 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #EA5504;
}
#pointContainer .ctsFeatures .box.box03 h2 {
    margin-bottom: .2em;
}
@media screen and (max-width: 767px) {
    #pointContainer {
        font-size: 12px;
    }
	#pointContainer .ctsFeatures {
        padding: 10px 0 25px;
    }

    #pointContainer .ctsFeatures .box {
        padding: 25px 8px;
    }

    #pointContainer .ctsFeatures .box::before, #pointContainer .ctsFeatures .box::after {
        width: calc(100% - 3px);
        width: 100%;
        height: 30px;
        border-width: 3px;
    }
    #pointContainer .ctsFeatures .box .headline {
        top: 5px;
    }
    #pointContainer .ctsFeatures .box h2 {
        margin-bottom: .5em;
        font-size: 18px;
        line-height: 1.5em;
    }
	#pointContainer .ctsFeatures .box.box03 h2 {        
		margin-bottom: .3em;
    }
}

/* コース*/
.sixCourses .cardGrid .cardHeader {
	background-color: #EA5504;
	color: #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.cardGrid .cardBody {
    position: relative;
}
.cardGrid .cardBody img {
	margin-bottom: 5px;
}
.cardGrid > a {
	color: #333333;
	text-decoration: none;
}
.sixCourses .cardGrid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
    column-gap: 1.870615744%;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {     /* SP */
	.sixCourses .cardGrid {
	    column-gap: 1.098296459%;
	}
}
.courseHeaderTitle  {
	flex-wrap: nowrap;
	flex-wrap: initial;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
	gap: 0;
	justify-content: start;
	align-content: center;
	font-size: 100%;
	margin: 5px 0;
	vertical-align: middle;
	letter-spacing: 1px;
}
.courseHeaderTitle div {
	padding: 2px 0 0;
	padding-right: 10px;
}
.courseHeaderTitle a{
	text-decoration: none;
	color: white;
}
.courseHeaderTitle .type.orange {
	font-size: 100%;
	color: #EA5504;
	background-color: #fff;
	padding: 2px 5px 0;
	margin: 0 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {     /* SP */
	.courseHeaderTitle  {
		flex-wrap: nowrap;
		flex-wrap: initial;
		display: grid;
		grid-template-columns: minmax(0, 1.5fr) minmax(0, 4fr);
		gap: 0;
		justify-content: start;
		align-content: center;
		font-size: 90%;
		margin: 5px 0;
		vertical-align: middle;
		letter-spacing: 0px;
	}
	.courseHeaderTitle div {
		padding: 2px 0 0;
		padding-right: 10px;
	}
	.courseHeaderTitle .type.orange {
		font-size: 100%;
		color: #EA5504;
		background-color: #fff;
		padding: 2px 5px 0;
		margin: auto 15px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		letter-spacing: 0px;
		flex: 1;
	}
}
.sixCourses .cardGrid .cardHeader{
    grid-column: 1/-1;
}
.sixCourses .cardGrid .cardHeader.row1{
    margin-bottom: 20px;
}
.sixCourses .cardGrid .cardBody{
    grid-column: 1/-1;
    grid-row: 3/4;
    background-color: transparent;
    padding: 10px 0 0;
}
.sixCourses .cardGrid .cardLinksRspIryoIndex.col1{
    grid-column: 1/2;
	background-color: orange;
}
.sixCourses .cardGrid .cardLinksRspIryoIndex{
	background-color: green;
}
.sixCourses .cardGrid .bgLightOrange.row1,
.sixCourses .cardGrid .bgLightOrange.row2,
.sixCourses .cardGrid .bgLightOrange.row3,
.sixCourses .cardGrid .bgLightOrange.row4{
    grid-column: 1/2;
	background-color: #FBDDCD;
}
.sixCourses .cardGrid .bgLightOrange.col1{
    grid-column: 1/2;
    grid-row: 1/5;
	background-color: #FBDDCD;
}
.sixCourses .cardGrid .col1{
	grid-column: 1/2;
}
.sixCourses .cardGrid .row1{
	grid-row: 1/2;
}
.sixCourses .cardGrid .row2{
	grid-row: 2/3;
}
.sixCourses .cardGrid .row3{
	grid-row: 3/4;
}
.sixCourses .cardGrid .row4{
	grid-row: 4/5;
	background-color: white;
}
.acWrap{
	cursor: pointer;
}
@media print, screen and ( min-width: 768px ) {     /* PC */
    .bloBurger  {
        height: 580px;
    }
	.sixCourses .cardGrid .kaigo,
    .bloBurger.kaigo  {
        border: solid 2px #EA5504;
    }
    .sixCourses .cardGrid .shibo,
    .bloBurger.shibo  {
        border: solid 2px #7EA8D2;
    }
    .sixCourses .cardGrid .iryo,
    .bloBurger.iryo  {
        border: solid 2px #00913A;
    }
    .sixCourses .cardGrid .nenkin,
    .bloBurger.nenkin {
        border: solid 2px #8D93C8;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .acWrap.kaigo {
        border: solid 2px #EA5504;
    }
    .acWrap.shibo {
        border: solid 2px #7EA8D2;
    }
    .acWrap.iryo {
        border: solid 2px #00913A;
    }
    .acWrap.nenkin {
        border: solid 2px #8D93C8;
    }
}
.kaigo .clickable.courseAcBtn{
    background-color: #EA5504;
}
.shibo .clickable.courseAcBtn{
    background-color: #7EA8D2;
}
.iryo .clickable.courseAcBtn{
    background-color: #00913A;
}
.nenkin .clickable.courseAcBtn{
    background-color: #8D93C8;
}
.sixCourses .cardGrid .cardBody > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sixCourses .cardGrid .btnRow2 {
    grid-column: -2/-1;
    grid-row: 1 / span 2;
    height: 140px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    margin: 20px;
    margin-right: 30px;
}
.sixCourses .cardGrid .btnRow2 .btnRowCol {
    width: 100%;
    height: 60px;
}
@media print, screen and ( min-width: 768px ) {     /* PC */
    .clickable.courseAcBtn{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 5px 10px 7px;
    }
	.clickable .courseAcWrapTitle {
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 15px;
        padding: 0;
        text-align: left;
        letter-spacing: 0.5px;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-items: center;
    }
	.clickable .courseAcWrapTitle .slim {
        letter-spacing: -2.5px;
    }
	.bloBurger .courseAcWrapTitle {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 10px 10px;
        text-align: left;
    }
	div .acDescription sup,
	div .clickable.courseAcBtn sup {
        font-size: 70%;
        font-weight: normal;
        position: relative;
    }
	div .acDescription sup:nth-child(2),
	div .clickable.courseAcBtn sup:nth-child(2) {
        font-size: 60%;
        position: relative;
    }
    div .clickable.courseAcBtn i {
        display: block;
        position: absolute;
        top: calc(93% - 9px);
        left: calc(95% - 9px);
        right: 10px;
        width: 18px;
        height: 18px;
    }
    div .clickable.courseAcBtn i:before,
    div .clickable.courseAcBtn i:after {
        content: '';
        display: inline-block;
        width: 15px;
        border-top: 2px solid transparent;
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 7px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    div .clickable.courseAcBtn i:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    div .clickable.courseAcBtn.open i:after,
    .radioSelectCourse:checked + .labelSelectCourse .clickable.courseAcBtn i:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }   
    div .clickable.courseAcBtn i:before,
    div .clickable.courseAcBtn i:after {
        border-color: #fff;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .courseAcWrapTitle {
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 18px;
        padding: 0;
        text-align: center;
        letter-spacing: 1px;
    }
	div .clickable.courseAcBtn sup,
	div .acDescription sup {
        font-size: 70%;
        font-weight: normal;
        letter-spacing: -1px;
    }
	div .clickable.courseAcBtn sup:nth-child(2),
	div .acDescription sup:nth-child(2) {
        font-size: 60%;
    }
    div .courseAcBtn i {
        display: block;
        position: absolute;
        top: calc(50% - 11px);
        right: 5px;
        width: 18px;
        height: 18px;
    }
    div .courseAcBtn i:before,
    div .courseAcBtn i:after {
        content: '';
        display: inline-block;
        width: 15px;
        border-top: 3px solid transparent;
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 7px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    div .courseAcBtn i:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    div .open .courseAcBtn i:after,
    div .courseAcBtn.open i:after,
    .radioSelectCourse:checked + .labelSelectCourse .courseAcBtn i:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }   
    div .courseAcBtn i:before,
    div .courseAcBtn i:after {
        border-color: #fff;
    }
    .courseAcBtn{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 5px;
    }
}
.acOpen {
	text-align: center;
}
.sixCourses .radioSelectCourse {
    display: none;
}
.acOpen > span,
label .acDescription {
	display: block;
	font-size: 11px;
	padding: 10px 5px;
	text-align:left;
	cursor: pointer;
	height: 170px;
}
.bloBurger .acDescription {
	padding: 0 10px;
	text-align:left;
}
.bloBurger .acOpen.acDescription {
	padding: 15px 10px;
}
@media only screen and (max-width: 767px) {     /* SP */
	.acWrap .acDescription {
		display: block;
		font-size: 12px;
		padding: 10px;
		text-align:left;
		cursor: pointer;
	}
}
/* .sixCourses .buttonSelectCourse, */
.clickable.courseAcBtn {
	cursor: pointer;
}
.bloBurger .acDescription {
	font-size: 15px;
}
.bloBurger .description:nth-child(1) {
	font-size: 13px;
}
.acOpen > img{
	text-align: center;
}
.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;
}
.anchor,
a.anchor {
    text-decoration: none;
}


.tokuchoImgLink{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.tokucho-link-wrapper {
	position: relative;
	padding: 0 15px 15px;
	background: linear-gradient(180deg, #FFF 5%, #FCE9DE 5%);
}
.tokucho-link-wrapper a{
	position: absolute;
	left: 15px;
	top: 10%;
	width: calc(100% - 30px);
	height: calc(90% - 15px);
}
.tokucho-link-wrapper:nth-child(2) {
	padding-left: 0;
	padding-right: 0;
}
.tokucho-link-wrapper:nth-child(2) a{
	left: 0;
	width: 100%;
}
@media only screen and (max-width: 767px) {     /* SP */
	.tokuchoImgLink{
		display:flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 45px;
		flex-direction: column;
	}
	.tokucho-link-wrapper {
		position: relative;
		padding: 15px 10px 15px 5px;
		background-color: #FBDDCD;
		background-image: none;
	}
	.tokucho-link-wrapper a{
		position: absolute;
		left: 8.5%;
		top: 15px;
		width: calc(91.5% - 10px);
		height: calc(100% - 30px);
	}
	.tokucho-link-wrapper:nth-child(2) {
		padding: 0px 10px 0px 5px;
	}
	.tokucho-link-wrapper:nth-child(2) a{
		left: 8.5%;
		top: 0;
		height: 100%;
		width: calc(91.5% - 10px);
	}
}
.tokucho1Img {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 767px) {     /* SP */
    .tokucho1Img {
        margin-bottom: 3em;
    }
}
.tokucho1Img img {
    text-align: center;
    margin: auto;
}
div.bloNote {
	margin-top: 10px;
	padding: 8px 0;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.ulNote.ulAttention {
    background: url(/shisankeisei/tsumitasu/images/icon_ulAttention.png) 13px 50% no-repeat;
    padding: 4px 10px 4px 68px;
    min-height: 50px;
    font-size: 11px;
    letter-spacing: 0.05em;
    background-size: 44px;
}
.ulNote.ulAttention.flex {
    display: flex;
    align-items: center;
}
.ulNote.ulListCircle {
	display: block;
}
ul.ulListCircle li {
    list-style-type: disc;
    margin: 0 0 0 8px;
}
ul.ulListCircle.blackCircle li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 8px;
    text-indent: -1.7em;
    padding-left: 1.7em;
}
ul.ulListCircle.blackCircle li:before{
	content:"●";
	padding:5px;
	color:#000;
	font-size: 10px;
	vertical-align: top;
}
div.bloGetsubarai {
	margin-top: 40px;
	margin-bottom: 5px;
	padding: 10px;
	border: solid 4px #C4E7F9;
	border-radius: 8px;
}
.gestubaraiImg {
    display: flex;
    justify-content: center;
}
.gestubaraiImg img {
    text-align: center;
    margin: auto;
}
/*  */
.cautions .acTitleText {
	color: #8D8D8D;
}
@media print, screen and (min-width: 768px) {
	div#contents div.acTop {
		background-color: #ffffff;
		padding-top: 24px;
	}
	div#contents div.acTop div.clearfix{
		padding: 10px 10px;
	}
	div#contents div.acTop div.acTitle{
		width: 80%;
		margin: 0 auto 20px;
	}
	div#contents div.acTop .acTitle .clickArea {
		text-decoration: none;
		font-size: 130%;
		display: flex;
		align-items: center;
	}
	div#contents div.acTop.cautions .acTitle .clickArea {
		width:  30%;
		margin: auto;
		align-items: center;
		justify-content: space-around;
		justify-items: center;
	}
	div#contents .acTop p.acTitleText {
		font-weight: bold;
		margin-right: 20px;
		display: block;
	}
	div#contents .acTop.cautions p.acTitleText {
		margin-right: 0;
	}
	div#contents .acTop .acContent{
		font-size: 16px;
	}
	.acTop.cautions .acBtn {
	    position: relative;
	    top: -5px;
	}
	.acTop.cautions .arrowAc .acBtn:after{
		content: "";
		display: block;
		position: relative;
		width: 12px;
		height: 12px;
		right: 1.3em;
		right: 0.5em;
	}
	.acTop .open .arrowAc .acBtn:after,
	.acTop .open.arrowAc .acBtn:after{
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		top: 8px;
	}
	.acTop .arrowAc .acBtn:after{
		content: "";
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
		right: 1.3em;
		right: 0em;
		z-index: 1;
		border: 0;
		border-bottom: solid 2px #c4c4c4;
		border-right: solid 2px #c4c4c4;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px) {
	div#contents div.acTop {
		padding: 20px 10px;
		background-color: #ffffff;
	}
	div#contents div.acTop div.acTitle{
		margin: 0 auto 16px;
	}
	div#contents div.acTop .acTitle .clickArea {
		text-decoration: none;
		font-size: 115%;
		display: flex;
		margin: 0  0 16px;
		align-items: center;
		flex-wrap: wrap;
	}
	div#contents div.acTop.cautions .acTitle .clickArea {
		width:  50%;
		max-width: 150px;
		margin: auto;
		align-items: center;
		justify-content: space-around;
		justify-items: center;
	}
	div#contents .acTop p.acTitleText {
		font-weight: bold;
		margin-right: 20px;
		display: block;
	}
	div#contents .acTop.cautions p.acTitleText {
		margin-right: 0px;
	}
	.acTop.cautions .acBtn {
		position: relative;
		top: -5px;
	}
	.acTop.cautions .open .acBtn {
	    top: 0px;
	}
	.acTop.cautions .arrowAc .acBtn:after{
		content: "";
		display: block;
		position: relative;
		width: 12px;
		height: 12px;
		right: 1.3em;
		right: 0.5em;
	}
	.acTop .open .arrowAc .acBtn:after,
	.acTop .open.arrowAc .acBtn:after{
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.acTop .arrowAc .acBtn:after{
		content: "";
		display: block;
		position: relative;
		width: 11px;
		height: 11px;
		right: 0.3em;
		z-index: 1;
		border: 0;
		border-bottom: solid 2px #c4c4c4;
		border-right: solid 2px #c4c4c4;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		pointer-events: none;
		top: 40%;
	}
	
}

.backWhite  {
	background-color: #ffffff;
}
.exampleTitle  {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: 150%;
	margin: 1em 0;
	vertical-align: middle;
}
.exampleTitle  {
	font-size: 100%;
}
.exampleTitle div {
	font-size: 100%;
	padding: 2px 0 0;
}
@media only screen and (max-width: 768px) {   /* SP */
	.exampleTitle  {
		display: flex;
		align-items: start;
		gap: 0.5em;
		font-size: 100%;
		margin: 1em 0;
		vertical-align: middle;
	}
	.exampleTitle div {
		padding: 0;
	}
}

.exampleTitle .type.white {
	font-size: 80%;
	font-size: 85%;
	line-height: 110%;
	line-height: 120%;
	color: #000;
	background-color: #fff;
	padding: 1px 5px 0;
	border: 1px solid black;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {   /* SP */
	.whiteBox {
		padding: 20px 0px;
	}
	.exampleTitle .type.white {
		padding: 2px 5px;
	}
}

.getsubaraiTableArea{
	margin: 1em auto;
}
.getsubaraiTableArea table {
	margin: auto;
}
.getsubaraiTableArea table th {
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #cfcfcf;
	text-align: center;
}

.getsubaraiTableArea table th .period,
.getsubaraiTableArea table th.normal {
	font-weight: normal;
}
.getsubaraiTableArea table td {
	padding: 5px 10px;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	text-align: center;
}
.getsubaraiTableArea table tr.backYellow td {
	background-color: #FFFFE7;
	border-top: none;
}
.getsubaraiTableArea table td.sagaku{
	text-align: center;
	padding: 0px;
}
.getsubaraiTableArea table td.sagaku .right{
	margin: auto;
	width: 85%;
	width: 145px;
	text-align: right;
}
.getsubaraiTableArea table tbody {
	border: 1px solid #cfcfcf;
	overflow: hidden;
}
.getsubaraiTableArea table:nth-of-type(2) tbody {
	border-top: none;
}
.getsubaraiTableArea table thead,
.getsubaraiTableArea table td.bgPeach {
	border: 1px solid #cfcfcf;
	text-align: center;
	background-color: #FCE7DC;
	font-size: 12px;
}
.getsubaraiTableArea table .backWhite {
	font-size: 14px;
}

.getsubaraiTableArea .bigger {
	font-size: 16px;
}
.getsubaraiTableArea .bigger sup:nth-child(1) {
    vertical-align: text-top;
    font-size: 70%;
    font-weight: normal;
}
.getsubaraiTableArea .bigOrange {
	font-size: 18px;
	font-weight: bold;
	color: #EA5504;
}
.getsubaraiTableArea .largeOrange {
	font-size: 140%;
	font-weight: bold;
	color: #EA5504;
}

@media only screen and ( max-width: 767px ) {
	.getsubaraiTableArea{
		width: 100%;
		margin: 0 auto 1em;
	}
	.getsubaraiTableTopText {
		font-size: 12px;
	}
	.getsubaraiTableArea .bigger {
		font-size: 12px;
	}
	.getsubaraiTableArea table th {
		font-size: 12px;
		padding: 4px 10px 2px;
	}
	.getsubaraiTableArea table td {
		padding: 5px;
	}
	.getsubaraiTableArea table tr.backYellow td {
		background-color: #fffce1;
	}
	.getsubaraiTableArea table td.sagaku .right{
		width: 110px;
	}
	.getsubaraiTableArea .bigOrange {
		font-size: 12px;
	}
	.getsubaraiTableArea table .backWhite {
		padding: 0px 5px;
		padding: 5px 5px;
	}
}

.qBox{
	margin: 0;
	bottom: 1px;
	position: relative;
	width: 20px;
}

.buttonblock {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
/*  */
/* #bloDownArrowIcon
----------------------------------------------- */
.tabControlBox.bottom.downarrow:after {
}
#bloDownArrowIcon {
    padding: 15px 0 10px;
}
#bloDownArrowIcon::before {
    content: "";
    display: block;
    width: 0;
    border-top: 40px solid #EA5504;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloDownArrowIcon {
        padding: 10px 0 20px;
    }
}
/*  フッター部資料請求     */

.duckBtnShiryo:hover {
	opacity: 0.85;
}
@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;
	}

	.siryoButtom {
		width: 48%;
		padding-top: 65px;
		float: right;
	}
	
}
.duckBtnShiryo span {
	display: inline-block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px !important;
}
@media only screen and (max-width: 767px){
	.duckBtnShiryo span {
		min-height: 30px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		font-size: 18px;
		width: 92%;
		padding: 10px 0;
		left: 20px;
	}
	.siryoButtom {
		clear: both;
		width: 100%;
	}
	
}
@media only screen and (min-width: 768px){
	.duckBtnShiryo span:before {
		display: block;
		width: 29px;
		height: 37px;
		background: url(/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
		background-size: 22px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 15px;
		left: -5px;
	}
}
@media only screen and (max-width: 767px){
	.duckBtnShiryo span:before {
		display: block;
		width: 29px;
		height: 37px;
		background: url(/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
		background-size: 80%;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 22%;
		left: 8%;
	}
	
}
@media only screen and (min-width: 768px){
	.duckBtnShiryo span {
		background: #e98300;
		min-height: 43px;
		padding-top: 12px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		padding-left: 35px;
	}
}
.duckBtnShiryo {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	padding: 5px;
	border: 2px solid #e98300;
	background: #e98300;
	width: 100%;
	float: none;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
}
/*  */



/* .ShisanTitleBar*/
.ShisanTitleBar {
	display: flex !important;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 25px;
}

.ShisanTitleBarLeft {
	flex: 1 0 1%;
	background-color: #EA5504;
}
@media only screen and (max-width: 767px){
    .ShisanTitleBarLeft {
        flex: 1 0 2.5%;
        background-color: #EA5504;
    }
}
.ShisanTitleBarLeft.womanColor{
	flex: 1 0 1%;
	background-color: #ed7591;
}
.ShisanTitleBarRight {
	flex: 1 0 99%;
	background-color: #FCE4D7;
	margin-left: 3px;
}
.ShisanTitleBarRight.womanColor {
	flex: 1 0 99%;
	background-color: #ffeaef;
	margin-left: 3px;
}
.ShisanTitleBarText {
	padding: 10px 10px 5px;
}
.whiteBox {
    background: #fff;
    padding: 40px 20px;
}
.colorRed{
	color:#f00;
}



.underNone{
	text-decoration:none !important;
}
.inputRadio{
    display: none;
}

.tsumitasuTokutyo {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {     /* SP */
    .tsumitasuTokutyo {
        margin-bottom: 10px;
    }
}
.tsumitasuTokutyo img {
	width: 70px;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	align-content: start;
}
.tsumitasuTokutyo .tsumitasu_tokutyoTextAria{
    margin-left: 16px;
    font-size: 14px;
    }
.tsumitasuTokutyo .tsumitasu_tokutyoTextAria .tsumitasu_tokutyoTextTop{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.tsumitasuTokutyo .tsumitasu_tokutyoTextAria .tokutyo1Text{
    width: auto;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}
.tsumitasuTokutyo .tsumitasu_tokutyoTextAria .tokutyo4Text{
    width: auto;
}
.ShisankeiseiContent {
    max-width: 636px;
    margin: auto;
}



.buttonblock {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.calchokenryou {
    width: 360px;
    background: rgba(29,163,143);
    text-align: center;
    text-decoration: none !important;
    padding: 20px 40px;
    border-radius: 45px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    box-shadow: 0px 3px 5px darkgrey;
}
.tsumitasu-mov {
    width: 420px;
    background: rgba(29,163,143);
    text-align: center;
    text-decoration: none !important;
    padding: 20px 40px;
    border-radius: 45px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    box-shadow: 0px 3px 5px darkgrey;
    letter-spacing: 0.05em;
}
.calchokenryou img {
    height: 23px;
    margin-right: 20px;
    vertical-align: middle;
}
.requestBtnResponsivePamphletTsumitasu {
    width: 360px;
    background: #e98300;
    text-align: center;
    text-decoration: none !important;
    padding: 20px 40px;
    border-radius: 45px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto 10px auto;
	box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
}
.requestBtnResponsivePamphletTsumitasu img {
    width: 25px;
	width: auto;
	height: 28px;
    margin-right: 10px;
    vertical-align: sub;
}
/*よくあるご質問*/
.questionBlock {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
}

.question {
    display: flex;
    padding: 10px 10px 0;
    align-items: center;
}

.qIcon {
    height: 40px;
    width: 40px;
    background-color: #EA5504;
    border-radius: 50%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.qText {
    padding: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 95%;
}

.whitebutton {
    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;
    align-items: center;
    border: 1px solid darkgrey;
    box-shadow: 0 3px 10px darkgrey;
}

a .whitebutton {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
/*資料請求ボタン*/
@media all and (-ms-high-contrast: none) {
	.requestBtnResponsivePamphletTsumitasu {
		font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, sans-serif;
	}
}
@media only screen and (max-width: 767px){
	.requestBtnResponsivePamphlet {
		border-radius: 40px;
		-webkit-border-radius: 40px;
		padding: 19px 5px 12px 20px;
		box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
		border: 2px solid #e98300;
		background: #e98300;
		width: 100%;
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.requestBtnResponsivePamphlet > span {
		min-height: 30px;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		font-size: 14px;
		display: inline-block;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		text-align: center;
		letter-spacing: 1px;
	}
    .requestBtnResponsivePamphletTsumitasu {
		width: 100%;
	    background: #e98300;
	    text-align: center;
	    text-decoration: none !important;
	    padding: 15px 40px;
	    border-radius: 45px;
	    color: white !important;
	    font-weight: bold;
	    font-size: 18px;
	    display: flex;
	    justify-content: center;
	    vertical-align: middle;
        box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);        
		margin-bottom: 10px;
	}
	.calchokenryou {
	    width: 100%;
	    background: rgba(29,163,143);
	    text-align: center;
	    text-decoration: none !important;
	    padding: 20px 40px;
	    border-radius: 45px;
	    color: white !important;
	    font-weight: bold;
	    font-size: 18px;
	    display: flex;
	    justify-content: center;
	    vertical-align: middle;
	    box-shadow: 0px 3px 5px darkgrey;
	}
	.tsumitasu-mov {
	    width: 100%;
	    background: rgba(29,163,143);
	    text-align: center;
	    text-decoration: none !important;
	    padding: 20px 40px;
	    border-radius: 45px;
	    color: white !important;
	    font-weight: bold;
	    font-size: 16px;
	    display: flex;
	    justify-content: center;
	    vertical-align: middle;
	    box-shadow: 0px 3px 5px darkgrey;
	    letter-spacing: 0.02em;
	}
	.requestBtnResponsivePamphletTsumitasu img {
	    width: 20px;
		width: auto;
		height: 28px;
	    margin-right: 10px;
	}
	.calchokenryou img {
	    height: 20px;
	    margin-right: 10px;
	}
}
@media only screen and (min-width: 768px){
	.requestBtnResponsivePamphlet {
		border: 2px solid #e98300;
		background: #e98300;
		width: 360px;
		margin: 0 auto 10px auto;
		padding: 20px 5px 20px 40px;
		display: inline-block;
		cursor: pointer;
		outline: none;
		box-shadow: 0px 2px 3px 0px rgba(4,0,0,0.25);
		color: #ffffff;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		text-align: center;
		text-decoration: none !important;
	}
	.requestBtnResponsivePamphletTsumitasu:hover {
		opacity: 0.85;
	}
	.requestBtnResponsivePamphlet > span {
		font-size: 16px;
		background: #e98300;
		min-height: 50px;
		padding: 5px 0 0;
		box-sizing: content-box;
		color: #fff;
		position: relative;
		letter-spacing: 1px;
	}
	.requestBtnResponsivePamphlet > span:before {
		display: block;
		width: 29px;
		height: 37px;
		background: url(/sp/shared/images/icon_link_book_white.png) no-repeat 0 0;
		background-size: 30px auto;
		vertical-align: middle;
		content: "";
		position: absolute;
		top: 1%;
		left: -29%;
	}
}

@media only screen and (max-width: 767px){
	.shiryoTopArea{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
    /* SP */ .whiteBox {
        padding: 40px 16px;
    }

    .Tsumitasujoktitle {
        padding: 10px;
    }
	.high_cost_limit{
		padding-bottom: 0px !important;
	}

    .attentionIcon {
        text-align: center;
        padding-bottom: 10px;
    }

    .jyouseiBlock {
        width: 48%;
        padding: 5px;
    }

    .calchokenryou, .whitebutton {
        padding: 15px 40px;
    }
	.tsumitasu-mov {
        padding: 15px 15px;
    }
   
    .arrowPad {
        height: 52px;
        background: rgb(217 235 225);
    }
	.hoshihosho{
		width:100%;
		margin: 0 auto;
	}
}

/*既契約*/
.tokuTopText{
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #e68814;
	margin-bottom: 20px;
}
.tokuTopText .tokuHan{
	transform: rotate(270deg);
	display: inline-block;
}
.tokuTopFlex{
	display:flex;
	justify-content: center;
	margin-bottom: 20px;
}
.tokuTopFlex .imgTopText{
	margin: 0  015px;
	padding: 10px 13px;
	background-color: #fce8cd;
	border-radius: 20px;
	font-weight: bold;
}
.tokuTopImg{
	margin:15px auto;
	display:block;
}

.wdhNone{
	width: auto !important;
}
.backLightGreen{
	background-color:#e5f5eb
}

/*女性向け*/
.premiumLinkTopText,
.tokuchoImgTopText {
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #EA5504;
	margin-bottom: 10px;
}
.premiumLinkImgFlex{
	display:flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) { /* SP */
	.premiumLinkImgFlex{
		display:flex;
		gap: 1em;
		align-content: space-between;
		flex-direction: column;
		text-align: center;
	}
}
.womanImgFlex{
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 15px;
	margin-bottom: 25px;
}
.womanImgFlex img {
    height: 135px;
    margin-right: 10px;
}
.womanImgLeftText{
	margin: 0 15px;
	background-color: #FCE8CC;
	border-radius: 10px;
	font-weight: bold;
	text-align: left;
}

@media only screen and (max-width: 767px) {
    /* SP */
	.womanImgFlex{
		display:flex;
		align-items: center;
		justify-content: center;
		align-content: space-between;
		text-align: center;
		margin: 0 0 10px;
	}
	.womanImgFlex img {
		height: 115px;
		margin-right: 10px;
	}
	.womanImgLeftText {
		text-align: left;
		padding: 15px 10px;
		font-size: 16px;
		font-weight: normal;
		margin: 20px 0;
	}
	.mlPink{
		margin-left: auto;
		font-size: 14px;
	}
	.womanTextFlex img{
		width: 40px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.womanTextFlex{
		display:flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		margin: 0;
		padding: 0;
		flex-direction: column;
	}
}


/* .bloOuterBanner バナー外側デザイン
----------------------------------------------- */

.bloOuterBanner {
	display: none !important;
}

.bloOuterBanner.isFixed{
	display: grid !important;
}
.bloOuterBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: grid;
    width: 100%;
    margin: 0;
    background: #f6e8a8;
}

@media print, screen and (min-width: 768px) {   /* PC */
    .bloOuterBanner {
        align-content: center;
        justify-content: center;
        grid-template: auto / 748px minmax(auto, 262px);
        height: 110px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloOuterBanner {
        margin: 0;
    }
}


/* .bloInnerBanner バナー内側デザイン
----------------------------------------------- */
.bloInnerBanner {
    display: grid;
    align-items: center;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloInnerBanner {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloInnerBanner {
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding: 10px 17px 0;
        align-items: center;
    }
}
.imgTotalPremiumDuck{
	width: 65px;
}
/* 画像 */
@media only screen and (max-width: 767px) {     /* SP */
    .bloInnerBanner > .imgTotalPremiumDuck {
        display: none;
    }
}
/* .buttonBanner バナー用ボタン
----------------------------------------------- */
.buttonBanner {
    justify-self: center;
    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;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .buttonBanner {
        grid-template: auto / auto auto;
        gap: 22px;
        width: 330px;
        height: 60px;
        font-size: 20px;
    }
    .iconButtonBanner {
        width: 28px;
    }
	.shiryoFloArea{
		margin-bottom: 0;
	}
	.simFloArea{
		margin-bottom: 25px;
	}
	.calchokenryouFlo {
		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;
	}
	.calchokenryouFlo img {
		width: 20px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 767px) {     /* SP */
	.buttonBanner,
	.calchokenryouFlo {
        gap: 0 10px;
        padding: 5px 20px 3px 20px;
        font-size: 16px;
        letter-spacing: 0.1em;
        width: 98%;
        grid-template: auto / auto auto;
        min-height: 3em;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2em;
    }
	.iconButtonBanner {
	    width: 20px;
    }
	.shiryoFloArea{
		flex:1;
	}    
	.spBlo{
		display:block;
	}
	.calchokenryouFlo {
        background: rgba(29,163,143);
        text-decoration: none !important;
        border-radius: 50px;
        color: white !important;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        display: grid;
    }
	.simFloArea{
		margin-bottom: 20px;
		flex:1;
	}
        
    .calchokenryouFlo img {
        width: 15px;
    }
}
/* margin em */
.mt3em  { margin-top: 3em !important; }
.mb3em  { margin-bottom: 3em !important; }



