
/******************************************************************************
/* インデックス設定
******************************************************************************/



.pcOnly {
	display: block;
}


.spOnly {
	display: none;
}







/******************************************************************************
/* インデックス設定
******************************************************************************/
/*whatdo_list追加関連*/

.whatdo_manga_area {
	width: 100%;
	margin: 0 auto 0 auto;
}

.whatdo_manga_area img {
	width: 100%;
	height: auto;
}

.whatdo_manga_area2 {
	width: 100%;
	margin: 0 auto 20px auto;
}

.whatdo_manga_area2 img {
	width: 100%;
	height: auto;
}

.whatdo_manga_area3 {
	width: 100%;
	margin: 0 auto 20px auto;
}

.whatdo_manga_area3 img {
	width: 100%;
	height: auto;
}


.whatdo_manga_area4 {
	width: 80%;
	margin: 0 auto 20px auto;
}

.whatdo_manga_area4 img {
	width: 100%;
	height: auto;
}


.whatdo_subtitle_area {
	width: 100%;
	margin: 0 auto 0 auto;
}


.whatdo_subtitle_area img {
	width: 100%;
	height: auto;
}




/******************************************************************************
/* インデックス設定
******************************************************************************/


.whatdo_index {
	display: flex;
	width: 100%;
	margin: 30px auto 0 auto;
	justify-content: space-between;
}

.whatdo_index li {
	width: 23%;
}

.whatdo_index li img {
	width: 100%;
	height: auto;
}



/******************************************************************************
/* サブメニュー設定
******************************************************************************/


.whatdo_sub_menu {
	display: flex;
	margin: 0px auto 0 auto;
	justify-content: space-between;
	box-sizing: border-box;
	text-align: left;
}

.whatdo_sub_menu li {
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(1) {
	width: 18%;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(2) {
	width: 27%;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(3) {
	width: 27%;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(4) {
	width: 28%;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
}



.whatdo_sub_menu li img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.whatdo_sub_menu_button {
	display: inline-block;
	width: 16px;
	margin-right: 10px;
	line-height: 16px;
	transition : 1s;　/*ふわっとさせる指定*/
	box-sizing: border-box;
}

.whatdo_sub_menu_button2 {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	margin-right: 10px;
	padding-top: 5px;
	transition : 1s;　/*ふわっとさせる指定*/
}






.whatdo_sub_menu_box {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	border-left: solid 3px #0F7CCE;
	border-top: solid 3px #0F7CCE;
	border-bottom: solid 3px #0F7CCE;

	transition : 0.5s;　/*ふわっとさせる指定*/
}

/*ホバー時の指定*/
.whatdo_sub_menu_box:hover{
	background:#00B0F0;
	color:#fff;
	transition : 0.5s;　/*ふわっとさせる指定*/
	text-decoration: none;
	box-sizing: border-box;
}



.whatdo_sub_menu li a {
	text-decoration: none;
	box-sizing: border-box;
}




.whatdo_sub_menu_box1 {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	border-left: solid 3px #0F7CCE;
	border-top: solid 3px #0F7CCE;
	border-bottom: solid 3px #0F7CCE;
	border-right: solid 3px #0F7CCE;

	transition : 0.5s;　/*ふわっとさせる指定*/
}

/*ホバー時の指定*/
.whatdo_sub_menu_box1:hover{
	background:#00B0F0;
	color:#fff;
	transition : 0.5s;　/*ふわっとさせる指定*/
	text-decoration: none;
	box-sizing: border-box;
}



.whatdo_sub_menu_box1 li a {
	text-decoration: none;
	box-sizing: border-box;
}





.whatdo_sub_menu_box3 {
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
	position: relative;
	cursor: pointer;
}


/******************************************************************************
/* その他の読み物一覧設定
******************************************************************************/

/*new include*/
.ninchi_col_include {
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
	gap: 4px;
}

.ninchi_col_include li {
	width: calc((100% - 12px) / 4);
	box-sizing: border-box;
	margin-bottom: 21px;
	border-radius: 8px;
}
.ninchi_col_include li.is_disabled{
	background-color: #EFEFEF;
    opacity: 0.6;
    pointer-events: none;
}




.ninchi_col_include li:nth-child(4n) {
	padding-right: 0;
}

.ninchi_col_include li > a {
	position: relative;
	font-size: 13px;
	padding: 0 10px;
	display: block;
	border: 1px solid #d9d9d9;
}
.ninchi_area .ninchi_col_include li > a {
	border-radius: 8px;
	overflow: hidden;
}

.ninchi_area .ninchi_col_include li > a::after {
	position: absolute;
	content: "";
	display: block;
	background: url('../img/img_arrow_column.png');
	width: 32px;
	height: 32px;
	bottom: 0;
	right: 0;
	z-index: 10;

}

.ninchi_col_include li:first-child > a {
	background: url('../img/inc_ninchi.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(2) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_rental.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(3) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_brain-training.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(4) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_recipe.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(5) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_kinryoku.png') no-repeat 95% center;
	background-size: 35%;
}
.ninchi_col_include li:nth-child(6) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_library.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(7) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_condition.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(8) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_onayami.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(9) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_iroha.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(10) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_info.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:nth-child(11) > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_nagara.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li:last-child > a {
	background: url('https://healthrent.duskin.jp/column/img/common/inc_movie.png') no-repeat 95% center;
	background-size: 35%;
}

.ninchi_col_include li > a > span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	height: 117px;
}
.ninchi_col_include li > a span.bold {
	font-weight: bold;
	font-size: 14px;
    color: #1565C0;
}

.ninchi_col_include li > a:hover {
	text-decoration: none;
	border-color: #006bb8;
	opacity: 1;
}

.ninchi_col_include li > a:hover > span {
	opacity: .8;
}

.ninchi_col_include li > a:hover:before {
	border-bottom: 24px solid transparent;
	border-left: 20px solid #006bb8;
}
.brain-training .ninchi_col_include li > a:hover:before {
	border-bottom: none;
	border-left: none;
}

.ninchi_col_include li.active > a {
	pointer-events: none;
	cursor: default;
	border-color: #d9d9d9;
	text-decoration: none;
}

.ninchi_col_include li.active > a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background: #e6e6e6;
	opacity: .7;
}

.ninchi_col_include li.active > a:hover:before {
	border-bottom: 24px solid transparent;
	border-left: 20px solid #000;
}

@media screen and (max-width: 767px) {
	.ninchi_col_include {
		padding: 0 10px 0;
	}
	.ninchi_col_include li {
		width: calc((100% - 4px) / 2);
		margin-bottom: 5px;
	}
	.ninchi_col_include li > a {
		padding: 15px 10px 10px 5px;
	}
	.ninchi_col_include li > a > span {
		font-size: 12px;
		line-height: 20px;
	}
	.ninchi_col_include li > a span.bold {
		font-size: 13px;
	}
	.ninchi_col_include li:first-child > a{
		background-position-y: 90% !important;
	}
	.ninchi_col_include li:first-child > a,
	.ninchi_col_include li:nth-child(2) > a,
	.ninchi_col_include li:nth-child(3) > a,
	.ninchi_col_include li:nth-child(4) > a,
	.ninchi_col_include li:nth-child(5) > a,
	.ninchi_col_include li:nth-child(6) > a,
	.ninchi_col_include li:nth-child(7) > a,
	.ninchi_col_include li:nth-child(8) > a,
	.ninchi_col_include li:nth-child(9) > a,
	.ninchi_col_include li:last-child > a {
		background-position: 95% 60%;
        background-size: 14vw;
		line-height: 1.2;
	}
	.ninchi_col_include li > a:before {
		border-bottom: 18px solid transparent;
		border-left: 14px solid #000;
	}
	.ninchi_col_include li > a:hover:before {
		border-bottom: 18px solid transparent;
		border-left: 14px solid #006bb8;
	}
	.ninchi_col_include li > a > span {
		height: 60px;
	}
}




/******************************************************************************
/* 見出し設定
******************************************************************************/

.midashi_title {

	padding: 15px;/*文字周りの余白*/
	font-weight: bold;
	font-size: 22px;
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/

}


/******************************************************************************
/* コメント設定
******************************************************************************/

.what_do_comment {
	box-sizing: border-box;
	display: flex;
	font-size: 16px;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
	justify-content: space-between;
	padding-bottom: 30px;
}


 

.what_do_comment_left {
	position: relative;
	width: 35%;
	margin-right: 5%;
	text-align: center;

}

.what_do_comment_left {
	width: 35%;
	margin-right: 5%;

}

.what_do_comment_left a {
	text-decoration: none;
}

.manga_title {
	position: relative;
	top: -4px;
	left: 0px;
	display : inline-block;
}




.manga_line {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin-top: 10px;

}


.manga_line2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin-top: 10px;

}


.what_do_comment_right {
	width: 60%;
	line-height: 1.8;

}




/******************************************************************************
/* コメント設定
******************************************************************************/

.what_do_comment_box {
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	border: solid 1px #ffaf58;/*左線（実線 太さ 色）*/
	padding: 20px;


}
.what_do_comment_box_point {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	background: #fffaf4;/*背景色*/
	padding: 10px;

}


/******************************************************************************
/* インデックス設定
******************************************************************************/


/*whatdo_list*/

.whatdo_list {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0px auto 70px auto;
	justify-content: space-between;
}

.whatdo_list:after {
	display: table;
	content: '';
	clear: both;
}

.whatdo_list li {
	display: block;
	vertical-align: top;
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}



.whatdo_list li a {
	overflow: visible;
	padding-top: 20px;
	display: block;
}



.whatdo_list .vol_box {
	position: relative;
	box-sizing: border-box;
	min-height: 200px;
	padding: 8px;
	text-align: center;
	background: #95e1d7;
	border-radius: 10px;
}


.whatdo_list .vol_box01 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 8px;
	text-align: center;
	background: #FDD000;
	border-radius: 10px;
}



.whatdo_list .vol_box02 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 8px;
	text-align: center;
	background: #239ED2;
	border-radius: 10px;
}


.whatdo_list .vol_box03 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 8px;
	text-align: center;
	background: #EA67A1;
	border-radius: 10px;
}

.whatdo_list .vol_box04 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 8px;
	text-align: center;
	background: #85BF11;
	border-radius: 10px;
}








.what_do_vol_menu {
	display: flex;
	background: #ffffff;
	min-height: 100px;
	padding: 20px 20px 15px 20px;
	border-radius: 8px;
	justify-content:between;
}

.what_do_vol_menu li:nth-child(1n) {
	width: 280px;
	text-align: left;
	margin-right: 15px;
}
.what_do_vol_menu li:first-child img {
	width: 100%;
	height: auto;
}


.what_do_vol_menu li:nth-child(2n) {
	width: 83%;
	text-align: left;
}

.what_do_vol_menu li:nth-child(3n) {
	width: 15%;
}

.what_do_vol_menu li:last-child img {
	width: 100%;
	height: auto;
}

.what_do_vol_menu .btnText01{
	display: inline-block;
	margin : 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 12px;
	color: #C09C00;
	padding-bottom: 12px;
	background-image : linear-gradient(to right, #F8B624 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}



.what_do_vol_menu .btnText02{
	display: inline-block;
	margin : 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 12px;
	color: #17698C;
	padding-bottom: 12px;
	background-image : linear-gradient(to right, #239ED2 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}


.what_do_vol_menu .btnText03{
	display: inline-block;
	margin : 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 12px;
	color: #9C446B;
	padding-bottom: 12px;
	background-image : linear-gradient(to right, #EA67A1 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}


.what_do_vol_menu .btnText04{
	display: inline-block;
	margin : 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 12px;
	color: #587F0B;
	padding-bottom: 12px;
	background-image : linear-gradient(to right, #85BF11 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}


.btnText_sub {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}





.what_case {
	font-size: 16px;
	font-weight: bold;
	color: #787471;
	text-align: left;
	margin-bottom: 15px;

}
















.whatdo_list .checking {
	opacity: 0.3;
}


.whatdo_list li:hover a {
	text-decoration: none;
}






.whatdo_list li a.disable {
	pointer-events: none;
	position: relative;
}

.whatdo_list li a.disable span {
	font-size: 18px;
	color: #b0b0b0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: bold;
}








.whatdo_list span{
	padding-left: 10px;
	vertical-align: middle;
	line-height: 12px;
}
.whatdo_list span img{
	display: inline-block;
	width: 16px;
}


/******************************************************************************
/* マンガで学ぼう認知症の豆知識設定
******************************************************************************/


.what_do_manga {
	display: flex;
	width: 100%;
	margin: 0px auto 0 auto;
	justify-content: space-between;
}

.what_do_manga li {
	position: relative;
	margin: 0px auto 0 auto;
	width: 23%;
	text-align: center;
}

.what_do_manga li img {
	padding: 10px;
	width: 100%;
	height: auto;
}

.manga_title2 {
	position: relative;
	top: -6px;
	left: 0px;
	display : inline-block;
}


.whatdo_sub_menu_button3 {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	margin-top: 1px;
	margin-right: 15px;
	padding-bottom: 0px;
	transition : 1s;　/*ふわっとさせる指定*/
}


.whatdo_sub_menu_box4 {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	font-weight: bold;
	border: solid 3px #0F7CCE;
	transition : 0.5s;　/*ふわっとさせる指定*/
}

/******************************************************************************
/* 相談できる場所がある設定
******************************************************************************/

.whatdo_consul_area {
	display: flex;
	width: 100%;
	padding-top: 30px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 50px;
	margin: 50px auto 0 auto;
	justify-content: space-between;
}



.whatdo_consul_area li:first-child {
	width: 30%;
	height: auto;
}

.whatdo_consul_area li:last-child {
	width: 68%;
	height: auto;
	font-size: 16px;
	margin-top: 10px;
}


.whatdo_consul_area img {
	width: 100%;
	height: auto;
}



.whatdo_consul_area .button_area {
	width: 100%;

}

.whatdo_consul_area .btnText01{
	margin: 30px 0 0 auto;
	display: block;
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #407084;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}



.whatdo_consul_area span{
	padding-left: 10px;
	vertical-align: middle;
	line-height: 12px;
}
.whatdo_consul_area span img{
	display: inline-block;
	width: 16px;
}

.whatdo_consul_area a{
	text-decoration: none;
}


/******************************************************************************
/* トップページに戻る設定
******************************************************************************/

.whatdo_top_area {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 30px;
	padding-bottom: 80px;
	margin: 50px auto 100px auto;
	justify-content: space-between;
}

.whatdo_top_area .button_area {
	width: 100%;

}

.whatdo_top_area .btnText01{
	margin: 0px auto 0 auto;
	display: block;
	width: 660px;
	font-size: 20px;
	font-weight: bold;
	line-height: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #407084;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	text-align: center;
	white-space: nowrap;
	background-color: #efefef;
}

.whatdo_top_area span{
	padding-right: 10px;
	vertical-align: middle;
	line-height: 12px;
}
.whatdo_top_area span img{
	display: inline-block;
	width: 16px;
}

.whatdo_top_area a{
	text-decoration: none;
}


.whatdo_arrow {
	position: relative;
	top: 10px;
	right: 0;
	display: block;
	width: 100%;
	text-align: right;
}

.whatdo_arrow_right {
	position: relative;
	display:inline-block;
	border: solid 1px #ffffff;
	font-weight: bold;
	font-size: 80%;
	color:#ffffff;
	padding:10px 35px 10px 20px;
	text-align:center;
	margin-bottom: 0px;
	background-color: #F29100;
	border-radius: 5px;
}
.whatdo_arrow_right::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 25px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.whatdo_arrow_right:hover::after{
	right: 15px;
}

.whatdo_arrow_right a{
	text-decoration: none;
}



/******************************************************************************
/* インデックス設定
******************************************************************************/




ul.submenu_link {
	display: flex;
	padding: 0 0px 20px 0px;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}


.submenu_link_checking {
	opacity: 0.3;
}




.submenu_link li {
	display:flex;
	width: 100%;

}

.submenu_link li:nth-child(1) {
	width: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right: 15px;
}
.submenu_link li:nth-child(1) img {
	width:50px;
	height: auto;
}

.submenu_link li:nth-child(2) {
	width: 150px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right: 15px;
}
.submenu_link li:nth-child(2) img {
	width:150px;
	height: auto;
}

.submenu_link li:nth-child(3) {
	font-size: 20px;
	font-weight: bold;
	flex-wrap: wrap;

}




.submenu_link .whatdo_point {
	display: block;
	width: 100%;
}



.submenu_link li p {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.submenu_link span {
	display: inline-block;
	margin-top: -15px;
	margin-right: 5px;
	width:20px;
	height: auto;
	vertical-align: middle;
}


/******************************************************************************
/* 相談窓口設定
******************************************************************************/


ul.consul_box {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	justify-content: space-between;
}

ul.consul_box li:nth-child(1) {
	width: 20%;
}

ul.consul_box li:nth-child(1) img {
	width: 100%;
	height: auto;
}

ul.consul_box li:nth-child(2) {
	width: 78%;
	font-size: 16px;
	letter-spacing: 1.2px;

}


/******************************************************************************
/* 相談窓口タイトル設定
******************************************************************************/


.page_intro_head .intro_head_inner {
	position: relative;
	display: inline-block;
	font-size: 180%;
	font-weight: 700;
	padding: 5px 20px 5px 36px;
	margin-bottom: 20px;
	letter-spacing: 5px;
	color: #3F7084;
	text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff,
	-2px 2px 2px #ffffff,  2px -2px 2px #ffffff,
	2px 0 2px #ffffff, -2px  0 2px #ffffff,
	0 2px 2px #ffffff,  0 -2px 2px #ffffff;
}

.page_intro_head .intro_head_inner:before, .page_intro_head .intro_head_inner:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.page_intro_head .intro_head_inner:before {
	background: url(../consultation/img/txt_deco_l@2x.png) no-repeat top center;
	background-size: contain;
	left: 0px;
}

.page_intro_head .intro_head_inner:after {
	background: url(../consultation/img/txt_deco_r@2x.png) no-repeat top center;
	background-size: contain;
	right: -10px;
}


/******************************************************************************
/* 相談窓口ボックス設定
******************************************************************************/

.consul_box01 {
	margin: 40px auto 20px auto;
}
.consul_box01_title {
	background-color: #4c9ac0;
	color: #fff;
	padding: 0.5em 20px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.consul_box01_in {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 2px solid #4c9ac0;
	font-size: 16px;
	font-weight: bold;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.consul_box01_in p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.consul_box01_in span {
	font-size: 14px;
	font-weight: bold;
}

.consul_arrow_area {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}

.consul_arrow {
	margin-top: 10px;
	display: inline-block;
	width: 70px;
	height: 50px;
	background: #F29100;
	clip-path: polygon(0 48.9%, 31% 48.9%, 31% 0, 69% 0, 69% 48.9%, 100% 48.9%, 50% 100%);
}


.consul_box01_in2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	border: 2px dashed #000000;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #FFFEF1;
}



.consul_box02_in {
	display: flex;
	justify-content: flex-end;
	margin: 0px auto 0px auto;
}

.consul_box02_left {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-right: 10px;
}


.consul_box02_right {
	width: 100px;
	font-size: 16px;
	font-weight: bold;
}

.consul_box02_right img {
	width: 100%;
	height: auto;
}

/******************************************************************************
/* Q&A設定
******************************************************************************/


.question_area {
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #3F7084;
}



.question_title {
	width: 100%;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color :#FFF57F;
	padding-bottom: 10px;
	border-bottom: 2px dashed #FFF57F;
	letter-spacing: 1.4px;

}


.question_area p {
	display: block;
	margin-top: 10px;
	margin-right: 150px;
	font-size: 16px;
	color :#ffffff;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1.4px;
}




.question_area img {
	position: absolute;
	bottom: -30px;
	right: 10px;
	display: block;
	width: 150px;
	height: auto;
}


.answer_area {
	position: relative;
	margin-top: 50px;
	margin-bottom: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 1.4px;
}

.answer_area img {
	float: left;
	display: block;
	width: 100px;
	height: auto;
	margin-right: 10px;
}

.answer_area span.red {
	font-size: 16px;
	color :#AF0022;
	font-weight: bold;
}



.answer_area_balloon {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #EEE5D1;
	border-radius: 10px;
}

.answer_area_balloon:before {
	content: "";
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #EEE5D1;
}

.answer_area_balloon p {
	margin: 0;
	padding: 20px;
}


/******************************************************************************
/* Q&A図設定
******************************************************************************/


ul.question_graph {
	width: 100%;
	display: flex;
	position: relative;
	margin-top: -30px;
	margin-bottom: 80px;
	border: 2px solid #231916;
	font-size: 16px;
	font-weight: bold;
}

ul.question_graph li {
	width: 50%;
}

ul.question_graph li:first-child {
	border-right: 2px solid #231916;
}





.question_left_title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #BBE2E8;
	font-size: 20px;
	font-weight: bold;
	color: #0B4356;
	padding:20px;
	text-align: center;
	letter-spacing: 1.2px;
}


.question_right_title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FBDAC8;
	font-size: 20px;
	font-weight: bold;
	color: #B02025;
	padding:20px;
	text-align: center;
	letter-spacing: 1.2px;
}


.question_graph_in {
	padding: 20px;
	width: 100%;
}

.alart_text {
	margin-left: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}


.alart_text p {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #0B4356;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #F6F1BF;
	font-weight: bold;
	letter-spacing: 1.2px;
}

.alart_text::before,
.alart_text::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #0B4356;
}
.alart_text::before {
	margin-right: 20px;
}
.alart_text::after {
	margin-left: 20px;
}



.alart_text2 {
	margin-left: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}


.alart_text2 p {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #B02025;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #F6F1BF;
	font-weight: bold;
	letter-spacing: 1.2px;
}

.alart_text2::before,
.alart_text2::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #B02025;
}
.alart_text2::before {
	margin-right: 20px;
}
.alart_text2::after {
	margin-left: 20px;
}




ul.alart_list {
	width: 85%;
	margin-top: 10px;
	margin-left: 30px;
}

ul.alart_list li {
	width: 100%;
	list-style-type: disc;
	line-height: 1.8;

}

ul.alart_list li:first-child {
	border-right: 0px solid #231916;
}



ul.alart_list2 {
	width: 85%;
	margin-left: 30px;
}

ul.alart_list2 li {
	width: 100%;
	list-style-type: disc;
	color: #0B4356;
	line-height: 1.8;

}

ul.alart_list2 li:first-child {
	border-right: 0px solid #231916;
}

/******************************************************************************
/* スマホ用設定
******************************************************************************/



@media screen and (max-width: 767px) {



/******************************************************************************
/* インデックス設定
******************************************************************************/



.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}




/******************************************************************************
/* サブメニュー設定
******************************************************************************/


.whatdo_sub_menu {
	display: block;
	margin: 0px auto 0 auto;
	justify-content: space-between;
	box-sizing: border-box;
	text-align: left;
}

.whatdo_sub_menu li {
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(1) {
	width: 100%;
	text-align: left;
	font-size: 13px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(2) {
	width: 100%;
	text-align: left;
	font-size: 13px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(3) {
	width: 100%;
	text-align: left;
	font-size: 13px;
	box-sizing: border-box;
}

.whatdo_sub_menu li:nth-child(4) {
	width: 100%;
	text-align: left;
	font-size: 13px;
	box-sizing: border-box;
}



.whatdo_sub_menu li img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.whatdo_sub_menu_button {
	display: inline-block;
	width: 16px;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 16px;
	transition : 1s;　/*ふわっとさせる指定*/
	box-sizing: border-box;
}

.whatdo_sub_menu_button2 {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	margin-right: 10px;
	padding-top: 5px;
	transition : 1s;　/*ふわっとさせる指定*/
}






.whatdo_sub_menu_box {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	border-left: solid 3px #0F7CCE;
	border-top: solid 3px #0F7CCE;
	border-right: solid 3px #0F7CCE;
	border-bottom: solid 0px #0F7CCE;
	transition : 0.5s;　/*ふわっとさせる指定*/

}

/*ホバー時の指定*/
.whatdo_sub_menu_box:hover{
	background:#00B0F0;
	color:#fff;
	transition : 0.5s;　/*ふわっとさせる指定*/
	text-decoration: none;
	box-sizing: border-box;
}



.whatdo_sub_menu li a {
	text-decoration: none;
	box-sizing: border-box;
}




.whatdo_sub_menu_box1 {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	border-left: solid 3px #0F7CCE;
	border-top: solid 3px #0F7CCE;
	border-bottom: solid 3px #0F7CCE;
	border-right: solid 3px #0F7CCE;
	transition : 0.5s;　/*ふわっとさせる指定*/
}

/*ホバー時の指定*/
.whatdo_sub_menu_box1:hover{
	background:#00B0F0;
	color:#fff;
	transition : 0.5s;　/*ふわっとさせる指定*/
	text-decoration: none;
	box-sizing: border-box;
}



.whatdo_sub_menu_box1 li a {
	text-decoration: none;
	box-sizing: border-box;
}





.whatdo_sub_menu_box3 {
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
	position: relative;
	cursor: pointer;
}


/******************************************************************************
/* 見出し設定
******************************************************************************/

.midashi_title {

	padding: 10px;/*文字周りの余白*/
	font-weight: bold;
	font-size: 16px;
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/

}


/******************************************************************************
/* コメント設定
******************************************************************************/

.what_do_comment {
	box-sizing: border-box;
	margin-top: -30px;
	display: grid;
	gid-template-rows:50% 50%;
	font-size: 16px;
	letter-spacing: 1.2px;
	font-feature-settings: "palt";
	justify-content: space-between;
	padding-bottom: 0px;
	flex-direction: row-reverse;

}




.what_do_comment_left {
	grid-row:2/3;
	display: block;
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-right: 0%;
	text-align: center;

}

.what_do_comment_left img {
	width: 80%;
	height: auto;

}


.what_do_comment_left a {
	text-decoration: none;
}

.manga_title {
	position: relative;
	top: -1px;
	left: 0px;
	display : inline-block;
}




.manga_line {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin-top: 10px;

}

.manga_line2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin-top: 10px;
	margin-bottom: 10px;

}


.what_do_comment_right {
	grid-row:1/2;
	display: block;
	margin-top: 0px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;

}




/******************************************************************************
/* コメント設定
******************************************************************************/

.what_do_comment_box {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	border: solid 1px #ffaf58;/*左線（実線 太さ 色）*/
	padding: 20px;


}
.what_do_comment_box_point {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	background: #fffaf4;/*背景色*/
	padding: 10px;

}

.whatdo_sub_menu_button2 {
	position: relative;
	top: -8px;
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	margin-right: 10px;
	transition : 1s;　/*ふわっとさせる指定*/
}




/******************************************************************************
/* インデックス設定
******************************************************************************/


/*whatdo_list*/

.whatdo_list {
	display: block;
	width: 100%;
	margin: -50px auto 50px auto;
	justify-content: space-between;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.whatdo_list:after {
	display: block;
	content: '';
	clear: both;
}

.whatdo_list li {
	display: block;
	vertical-align: top;
	margin-bottom: 0px;
	width: 100%;
	margin-right: 1%;
	box-sizing: border-box;
}





.whatdo_list li a {
	overflow: visible;
	padding-top: 20px;
	display: block;
}



.whatdo_list .vol_box {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 5px;
	text-align: center;
	background: #95e1d7;
	border-radius: 10px;
}


.whatdo_list .vol_box01 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 5px;
	text-align: center;
	background: #FDD000;
	border-radius: 10px;
}


.whatdo_list .vol_box02 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 5px;
	text-align: center;
	background: #239ED2;
	border-radius: 10px;
}



.whatdo_list .vol_box03 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 5px;
	text-align: center;
	background: #EA67A1;
	border-radius: 10px;
}


.whatdo_list .vol_box04 {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding: 5px;
	text-align: center;
	background: #85BF11;
	border-radius: 10px;
}



.whatdo_list .checking {
	opacity: 0.3;
}


.whatdo_list li:hover a {
	text-decoration: none;
}




.whatdo_list li a.disable {
	pointer-events: none;
	position: relative;
}

.whatdo_list li a.disable span {
	font-size: 18px;
	color: #b0b0b0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: bold;
}





.what_do_vol_menu .btnText01{
	display: inline-block;
	margin : 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	color: #C09C00;
	padding-bottom: 10px;
	background-image : linear-gradient(to right, #F8B624 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}



.what_do_vol_menu .btnText02{
	display: inline-block;
	margin : 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	color: #17698C;
	padding-bottom: 10px;
	background-image : linear-gradient(to right, #239ED2 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}


.what_do_vol_menu .btnText03{
	display: inline-block;
	margin : 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	color: #9C446B;
	padding-bottom: 10px;
	background-image : linear-gradient(to right, #EA67A1 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}


.what_do_vol_menu .btnText04{
	display: inline-block;
	margin : 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	color: #587F0B;
	padding-bottom: 10px;
	background-image : linear-gradient(to right, #85BF11 8px, transparent 8px);
	background-size: 12px 2px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}




.btnText_button{
	position: relative;
	top: 0px;
	font-size: 12px;

}
.whatdo_list span img{
	display: inline-block;
	width: 16px;
}



.what_case {
	font-size: 12px;
	font-weight: bold;
	color: #787471;
	text-align: left;
	margin-bottom: 15px;

}


.btnText_sub {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
}




.what_do_vol_menu {
	display: flex;
	background: #ffffff;
	padding: 10px 0px 0px 10px;
	border-radius: 8px;
	justify-content:between;
	min-height: 120px;
}

.what_do_vol_menu li:nth-child(1n) {
	width: 80px;
	text-align: left;
	margin-right: 15px;
}
.what_do_vol_menu li:first-child img {
	width: 100%;
	height: auto;
}


.what_do_vol_menu li:nth-child(2n) {
	width: 70%;
	text-align: left;
}

.what_do_vol_menu li:nth-child(3n) {
	width: 15%;
}

.what_do_vol_menu li:last-child img {
	width: 100%;
	height: auto;
}


/******************************************************************************
/* マンガで学ぼう認知症の豆知識設定
******************************************************************************/


.what_do_manga {
	display: flex;
	width: 100%;
	margin: 10px auto -20px auto;
	flex-wrap: wrap;
}

.what_do_manga li {
	position: relative;
	margin: 0px auto 30px auto;
	width: 48%;
	text-align: left;
}

.what_do_manga li img {
	padding: 10px;
	width: 100%;
	height: auto;
}

.manga_title2 {
	position: relative;
	font-size: 11px;
	top: -6px;
	left: 0px;
	display : inline-block;
}


.whatdo_sub_menu_button3 {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	margin-top: 1px;
	margin-right: 15px;
	padding-bottom: 0px;
	transition : 1s;　/*ふわっとさせる指定*/
}


.whatdo_sub_menu_box4 {
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	font-weight: bold;
	border: solid 3px #0F7CCE;
	transition : 0.5s;　/*ふわっとさせる指定*/
}

/******************************************************************************
/* インデックス設定
******************************************************************************/


.whatdo_index {
	display: flex;
	width: 92%;
	margin: 30px auto 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.whatdo_index li {
	width: 48%;
	margin-bottom: 20px;
}

.whatdo_index li img {
	width: 100%;
	height: auto;
}




	.navLink,
	.block .visualImage {
		display: none;
	}
	.block {
		margin: 0 4% 1%;
	}
	.block .block_ttl {
		margin-bottom: 0;
		font-size: inherit;
		border-left: 0;
		background: none;
		padding: 0;
	}
	.block .block_ttl a {
		pointer-events: auto;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0 3%;
		background-color: #fdeef1;
		border: 2px solid #f46589;
		border-radius: 5px;
	}
	.block .block_ttl a span {
		display: table-cell;
		vertical-align: middle;
	}
	.block .block_ttl a span:last-child {
		width: 75.5%;
		color: #e50065;
		font-weight: bold;
	}
	.block .block_ttl a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 9px;
		height: 12px;
		background: url(../img/s_btn_arrow.gif) no-repeat top left;
		background-size: 100%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		content: ' ';
	}
	.block .visualDesc {
		padding: 0;
		border: 0;
		box-shadow: none;
		float: none;
		width: 100%;
		margin-top:-20px;
		margin-bottom: 50px;

		box-sizing: border-box;
	}
	.block .visualDesc ul {
		margin-top: 0;
	}
	.block .visualDesc ul li {
		position: relative;
		margin-bottom: 0;
	}
	.block .visualDesc ul li:after {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../img/s_circle_border_g.gif) repeat-x;
		height: 4px;
		content: ' ';
	}
	
	.block .visualDesc ul li a {
		font-size: 13px;
		padding: 7.9% 7% 7.9% 42px;
	}
	.block .visualDesc ul li a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 10px;
		background: url(https://healthrent.duskin.jp/img/s_arrow_btnlink.png);
		background-size: 100%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		content: ' ';
	}
	.block .visualDesc ul li span:first-child {
		width: 25px;
		height: 25px;
	}
	.block .visualDesc ul li a:after {
		content: none;
	}


/******************************************************************************
/* 相談できる場所がある設定
******************************************************************************/

.whatdo_consul_area {
	display: block;
	width: 100%;
	padding-top: 0px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
	margin: -30px auto 0 auto;
	justify-content: space-between;
}



.whatdo_consul_area li:first-child {
	width: 100%;
	height: auto;
}

.whatdo_consul_area li:last-child {
	width: 100%;
	height: auto;
	font-size: 14px;
}


.whatdo_consul_area img {
	width: 100%;
	height: auto;
}



.whatdo_consul_area .button_area {
	width: 100%;

}

.whatdo_consul_area .btnText01{
	margin: 20px 0 0 auto;
	display: block;
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #407084;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}



.whatdo_consul_area span{
	padding-left: 10px;
	vertical-align: middle;
	line-height: 12px;
}
.whatdo_consul_area span img{
	display: inline-block;
	width: 16px;
}

.whatdo_consul_area a{
	text-decoration: none;
}




/******************************************************************************
/* インデックス設定
******************************************************************************/




ul.submenu_link {
	display: flex;
	padding: 0 0px 20px 0px;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	flex-wrap: nowrap;
}


.submenu_link_checking {
	opacity: 0.3;
}




.submenu_link li {
	display:flex;
	align-items:start;
	flex-wrap: wrap;
}

.submenu_link li:nth-child(1) {
	display:flex;
	align-items:start;
	width: 30px;
	margin-right: 10px;
}
.submenu_link li:nth-child(1) img {
	width:30px;
	height: auto;
}

.submenu_link li:nth-child(2) {
	position: absolute;
	right: 0;
	display:flex;
	align-items:start;
	width: 80px;
	margin-right: 15px;
}
.submenu_link li:nth-child(2) img {
	width:80px;
	height: auto;
}

.submenu_link li:nth-child(3) {
	font-size: 14px;
	font-weight: bold;
	margin-right: 80px;
}





.submenu_link span {
	display: inline-block;
	margin-top: -5px;
	margin-right: 5px;
	width:20px;
	height: auto;
	vertical-align: middle;
}

.submenu_link .whatdo_point span {
	display: none;
}


/******************************************************************************
/* トップページに戻る設定
******************************************************************************/

.whatdo_top_area {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 30px auto 50px auto;
	justify-content: space-between;
}

.whatdo_top_area .button_area {
	width: 100%;
	text-align: center;
}

.whatdo_top_area .btnText01{
	margin: 0px auto 0 auto;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #407084;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	text-align: center;
	white-space: nowrap;
	background-color: #efefef;
	line-height: 1.1;
}

.whatdo_top_area span{
	margin-left: -20px;
	padding-right: 10px;
	vertical-align: middle;
}
.whatdo_top_area span img{
	display: inline-block;
	width: 16px;
	margin-top: 10px;

}

.whatdo_top_area a{
	text-decoration: none;
}


.whatdo_manga_area2 {
	width: 100%;
	margin: 0 auto -20px auto;
}


/******************************************************************************
/* 相談窓口設定
******************************************************************************/


ul.consul_box {
	display: flex;
	position: relative;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 180px;
	justify-content: space-between;
}

ul.consul_box li:nth-child(1) {
	width: 30%;
}

ul.consul_box li:nth-child(1) img {
	width: 100%;
	height: auto;
}

ul.consul_box li:nth-child(2) {
	width: 68%;
	font-size: 14px;
	letter-spacing: 1.2px;

}


/******************************************************************************
/* 相談窓口タイトル設定
******************************************************************************/


.page_intro_head .intro_head_inner {
	position: relative;
	display: inline-block;
	font-size: 100%;
	font-weight: 700;
	padding: 5px 15px 5px 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #3F7084;
	text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff,
	-2px 2px 2px #ffffff,  2px -2px 2px #ffffff,
	2px 0 2px #ffffff, -2px  0 2px #ffffff,
	0 2px 2px #ffffff,  0 -2px 2px #ffffff;
}

.page_intro_head .intro_head_inner:before, .page_intro_head .intro_head_inner:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.page_intro_head .intro_head_inner:before {
	background: url(../consultation/img/txt_deco_l@2x.png) no-repeat top center;
	background-size: contain;
	left: 0px;
}

.page_intro_head .intro_head_inner:after {
	background: url(../consultation/img/txt_deco_r@2x.png) no-repeat top center;
	background-size: contain;
	right: -10px;
}


.page_intro_head2 {
	position: absolute;
	left: 0;
	top: 120px;

}

/******************************************************************************
/* 相談窓口ボックス設定
******************************************************************************/

.consul_box01 {
	margin: 0px auto 20px auto;
}
.consul_box01_title {
	background-color: #4c9ac0;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	letter-spacing: 1.0px;
}
.consul_box01_in {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 2px solid #4c9ac0;
	font-size: 14px;
	font-weight: bold;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.consul_box01_in p {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.consul_box01_in span {
	font-size: 14px;
	font-weight: bold;
}

.consul_arrow_area {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}

.consul_arrow {
	margin-top: 10px;
	display: inline-block;
	width: 60px;
	height: 45px;
	background: #F29100;
	clip-path: polygon(0 48.9%, 31% 48.9%, 31% 0, 69% 0, 69% 48.9%, 100% 48.9%, 50% 100%);
}


.consul_box01_in2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border: 2px dashed #000000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #FFFEF1;
}



.consul_box02_in {
	display: flex;
	justify-content: flex-end;
	margin: 0px auto 0px auto;
}

.consul_box02_left {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-right: 10px;
}


.consul_box02_right {
	width: 90px;
	font-size: 16px;
	font-weight: bold;
}

.consul_box02_right img {
	width: 100%;
	height: auto;
}




/******************************************************************************
/* Q&A設定
******************************************************************************/


.question_area {
	position: relative;
	margin-top: 50px;
	margin-bottom: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 130px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #3F7084;
}



.question_title {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color :#FFF57F;
	padding-bottom: 10px;
	border-bottom: 2px dashed #FFF57F;
	letter-spacing: 1.4px;

}


.question_area p {
	position: absolute;
	display: block;
	margin-top: 10px;
	margin-right: 10px;

	font-size: 14px;
	color :#ffffff;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1.4px;
}




.question_area img {
	position: absolute;
	top: -25px;
	right: -10px;
	display: block;
	width: 100px;
	height: auto;
}


.answer_area {
	position: relative;
	margin-top: 50px;
	margin-bottom: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 1.4px;
}

.answer_area img {
	float: left;
	display: block;
	width: 80px;
	height: auto;
	margin-right: 10px;
}

.answer_area span.red {
	font-size: 16px;
	color :#AF0022;
	font-weight: bold;
}



.answer_area_balloon {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 5px 7px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 14px;
	background: #EEE5D1;
	border-radius: 10px;
}

.answer_area_balloon:before {
	content: "";
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #EEE5D1;
}

.answer_area_balloon p {
	margin: 0;
	padding: 15px;
}


/******************************************************************************
/* Q&A図設定
******************************************************************************/


ul.question_graph {
	width: 100%;
	display: block;
	position: relative;
	margin-top: -50px;
	margin-bottom: 60px;
	border: 2px solid #231916;
	font-size: 16px;
	font-weight: bold;
}

ul.question_graph li {
	width: 100%;
}

ul.question_graph li:first-child {
	border-right: 2px solid #231916;
}





.question_left_title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #BBE2E8;
	font-size: 18px;
	font-weight: bold;
	color: #0B4356;
	padding:15px;
	text-align: center;
	letter-spacing: 1.2px;
}


.question_right_title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FBDAC8;
	font-size: 18px;
	font-weight: bold;
	color: #B02025;
	padding:15px;
	text-align: center;
	letter-spacing: 1.2px;
}


.question_graph_in {
	padding: 15px;
	width: 100%;
}

.alart_text {
	margin-left: -45px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}


.alart_text p {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #0B4356;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #F6F1BF;
	font-weight: bold;
	letter-spacing: 1.2px;
}

.alart_text::before,
.alart_text::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #0B4356;
}
.alart_text::before {
	margin-right: 20px;
}
.alart_text::after {
	margin-left: 20px;
}



.alart_text2 {
	margin-left: -45px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}


.alart_text2 p {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #B02025;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #F6F1BF;
	font-weight: bold;
	letter-spacing: 1.2px;
}

.alart_text2::before,
.alart_text2::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #B02025;
}
.alart_text2::before {
	margin-right: 20px;
}
.alart_text2::after {
	margin-left: 20px;
}




ul.alart_list {
	width: 85%;
	margin-top: 10px;
	margin-left: 20px;
}

ul.alart_list li {
	width: 100%;
	list-style-type: disc;
	line-height: 1.8;

}

ul.alart_list li:first-child {
	border-right: 0px solid #231916;
}



ul.alart_list2 {
	width: 85%;
	margin-left: 20px;
}

ul.alart_list2 li {
	width: 100%;
	list-style-type: disc;
	color: #0B4356;
	line-height: 1.8;

}

ul.alart_list2 li:first-child {
	border-right: 0px solid #231916;
}



}