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

.test {
	color: aqua !important;
}
/*参考サイト
https://ai-create.net/magazine/2017/06/19/uikit3%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9-%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%8B%E3%82%89%E3%83%AC%E3%82%A4%E3%82%A2%E3%82%A6%E3%83%88%E3%81%BE%E3%81%A7/*/

/*背景　
.uk-sectionのあとに記述
白
.uk-section-default
グレー
.uk-section-muted
*/

.text-navy {
	color: #1B274E;
}

.text-gray {
	color: #333;
}

.text-orange {
	color: #FF7727!important;
}

.bg-gray {
	background-color: #777;
	color: #fff;
}

.text-s10 {
	font-size: 1.0rem;
}

.indent {
	text-indent: -2.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.inline {
	display: inline!important;
}

.inline-b {
	display: inline-block!important;
}

.text-s13 {
	font-size: 1.3rem;
}

.text-b {
	font-weight: 600;
}

.p-tbrl {
	padding: 60px 66px 0;
}

.m-b5 {
	margin-bottom: 5px;
}

.m-t30 {
	margin-top: 30px;
}


.p-t7 {
	padding-top: 7px;
}

.f-w600 {
	font-weight: 600;
}

.f-w600 span{
	font-weight: 600;
    color: #fff !important;
    background-color: #b20000;
    padding: 5px 10px;
    margin: 0px 12px 4px 5px;
}


@media screen and (min-width: 641px) {
/* 640pxからの幅の場合に適応される */
	.text-s13pc {
		font-size: 1.3rem;
	}
	
	.text-s15pc {
		font-size: 1.5rem;
	}
	
	.p-l150pc {
		padding-left: 150px!important;
	}
	
	.w90pc {
		width: 90%;
	}
	
	.w80pc {
		width: 80%;
	}
}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
	
/*
	.uk-container p, .uk-container span {
		font-size: 1.0rem;
	}
*/
	
	.f-w600 span{
		padding: 5px 5px 0;
	}
	.text-s13sp {
		font-size: 1.3rem!important;
	}
	
	.text-s13sp span{
		font-size: 1.3rem!important;
	}
	
	.text-s15sp {
		font-size: 1.5rem!important;
	}
	
	.p-tbrl {
		padding: 40px 36px 0;
	}
	
	.p-5sp {
		padding: 5PX!important;
	}
}

/*小見出し*/
.head-s {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}
.head-s span{
	font-size: 1.8rem;
	color: #1B274E;
	font-weight: 600;
	padding: 10px 5px 0;
	border-bottom: 2px solid #00153e;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-s {
		margin-bottom: 30px;
	}
	.head-s span{
		font-size: 1.4rem;
	}
}

/*大見出し*/
.head-b {
	font-size: 2.5rem;
	line-height: 1.4;
	color: #1B274E;
	margin: 30px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-b {
		font-size: 1.6rem;
	}
	.head-b span{
		font-size: 1.6rem!important;
	}
}


.text-m {
	font-size: 1.6em;
	text-align: center;
}

@media screen and (max-width: 640px){
	.text-m {
		font-size: 1em;
		line-height: 18px;
		text-align: justify;
	}
}


/*詳細ボタン*/
.detail-btn {
	padding: 0;
	text-align: center!important;
}
.detail-btn a{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background-color: #b20000;
	margin: 50px auto 35px;
	padding: 20px 40px 15px 45px;
	border-bottom: 5px solid #770002;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.detail-btn a{
		margin: 10px auto 30px;
		padding: 15px 40px 15px 45px;
	}
	.detail-btn span{
		font-size: 1.4rem;
	}
}

/*詳細文字リンク*/
.detail-link {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}
.detail-link a{
	display: inline-block;
	font-size: 1.0rem;
	color: #1B274E;
	padding: 0 5px;
	border-bottom: 1px solid #00153e;
	vertical-align: baseline!important;
}
.detail-link a span{
	font-weight: 600;
}



.detail-link-b {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}

.detail-link-b a{
	display: inline-block;
	font-size: 1.0rem;
	color: #FFF;
	padding: 0 5px;
	border-bottom: 1px solid #FFF;
	vertical-align: baseline!important;
}
.detail-link-b a span{
	font-weight: 600;
}



/*スマホ用*/
@media screen and (max-width: 640px) {
	
}


/*背景付きの見出し*/
.head-bg {
	background-color: #00153e;
}
.head-bg h2{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.0;
	color: #fff;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-bg {
		background-color: #00153e;
	}
	.head-bg h2{
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
	}
}

/*赤いbgのcaseのやつ*/
.case-red {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background-color: #b20200;
	margin: -20px 0 20px -20px;
	padding: 10px 20px 5px 20px;
	vertical-align: baseline!important;
	text-align: center!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.case-red {
		font-size: 1.4rem;
	}
}

/*下層ページのファーストビュー*/

@media screen and (min-width: 641px) {
	.bg-img-top {
		background: url(/assets/images/about/ddf_about1_bg.png) #000b0c no-repeat right bottom;
		background-size: cover;
		color: #fff;
	}
}
@media screen and (max-width: 640px) {
	.bg-img-top {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}
.bg-img-top div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top div h1{
	color: #fff;
}




@media screen and (min-width: 641px) {
	.bg-img-top-co {
	background: url(/assets/images/about/ddf_about1_bg.png) #000b0c no-repeat left center;
	background-size: cover;
	color: #fff;
}
}
@media screen and (max-width: 640px) {
	.bg-img-top-co {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}

.bg-img-top-co div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top-co div h1{
	color: #fff;
}

@media screen and (min-width: 641px) {
	.bg-img-ddf {
	background: url(/assets/images/ddf_bg.jpg) #000b0c no-repeat left center;
	background-size: cover;
	color: #fff;
}
}
@media screen and (max-width: 640px) {
	.bg-img-ddf {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}

.bg-img-ddf div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-ddf div h1{
	color: #fff;
}

@media screen and (min-width: 641px) {
	.bg-img-top2 {
		background: url(/assets/images/ddf_bg2.png) #000b0c no-repeat left center;
		background-size: cover;
		color: #fff;
	}
}
@media screen and (max-width: 640px) {
	.bg-img-top2 {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}
.bg-img-top2 div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top2 div h1{
	color: #fff;
}



@media screen and (min-width: 641px) {
	.bg-img2 {
		background: url(/assets/images/retiree/problem_bg.jpg) no-repeat center;
		background-size: cover;
	}
}

@media screen and (max-width: 640px) {
	.bg-img2 {
		background-color: #eee;
	}
}
/*背景付きの見出し(赤)*/
.head-bg2 {
	background-color: #880101;
}
.head-bg2 h2{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.0;
	color: #fff;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-bg2 {
		background-color: #880101;
	}
	.head-bg2 h2{
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
	}
}


/*開くとじるボタン*/
.btn {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	background-color:grey;
	margin: 30px 0px 0 0;
	padding: 8px 15px 6px 15px;
	vertical-align: baseline!important;
	text-align: center!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.btn {
		font-size: 1.2rem;
	}
}
.btn:hover {
    cursor: pointer;    
}
.btn:active {
	background: #4F4F4F;
}

.method-red {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	font-weight: 600;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #b20000;
}

/*20200330追記*/
#mv{
	background-color:#000000!important;
	background-repeat: no-repeat;
}

#mv_area span#phone_number_holder_0 {
    background: initial;
}

ul#toc li a{
	font-size: 1.5em !important;
	color: #0055F0;
	cursor: pointer;
	display: block;
}

/*20200330追記*/
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.footer_v2 #footer_pick .footer_pick_box:nth-child(2) img {
    margin: -30px 0 -30px;
}

.footer_v2 #footer_pick .footer_pick_box:nth-child(3) img {
    margin: -30px 0 -30px;
}

.footer_v2 #footer_pick .footer_pick_box:nth-child(4) img {
    left: 77%;
}

.footer_v2 #footer_pick .footer_pick_box:nth-child(4) p{
	position: absolute;
	top: 70%;
	left: 34%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 330px;
}

.footer_v2 #footer_pick .footer_pick_box:nth-child(4) h2 {
    top: 26%;
    left: 32%;
}

@media screen and (max-width: 640px){
	.jirei .uk-flex {
		display: initial;
	}

	.footer_v2 #footer_pick .footer_pick_box:nth-child(4) p {
    position: static;
    width: 95%;
    transform: none !important;
		left: 0;
	}

}

.ct_2011 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.main_2011{
    box-sizing: border-box;
}
.h2_2011 {
    text-align: center;
}
.h2_2011 h2 {
    margin-bottom: 50px;
    font-family: 'Roboto';
    color: #28427B;
    font-size: 49px;
    font-weight: 900;
}
.h2_2011 h2 span {
    margin-left: 20px;
    font-family: 'NotoSansJP';
    color: #353738;
    font-size: 28px;
    font-weight: 700;
    vertical-align: 6px;
}
#footer_faq.content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 10px;
}
.qa_box {
    padding: 0;
}
#qa_2011 .qa_box li:first-child .qa_q {
    margin-top: 0;
}
.qa_q {
    background-color: #1B274E;
    margin: 30px 0 10px;
    padding: 5px 20px 2px;
    box-shadow: 0 2px 5px -1px rgb(0 0 0 / 30%);
    border-radius: 3px;
    cursor: pointer;
}
.qa_q p {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
.qa_q span {
    margin-right: 6px;
    color: #fff;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
.qa_box .inner {
    padding: 0;
}
.qa_a {
    padding: 5px 40px 5px 72px;
}
.qa_a p {
    position: relative;
    margin: 0;
    font-size: 1.2rem;
}
.uk-child-width-1-2{
	width:50%;
}




