@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap');

#T_article,
#T_article * {box-sizing: border-box;}
#T_article {
	min-width: 0;
	font-size: 16px;
    padding: 20px 20px;
    background: #fff;
}
@media only screen and (max-width: 768px) {
	#T_article {font-size: 14px; padding: 10px;}
}
/* ----------------- Start tag style ----------------- */
/* tag style */
#T_article ul, #T_article ul li {margin:0; padding:0;}
#T_article ol, #T_article ul {list-style: none;}

/*#T_article a {color:#00A0C6;}
*/#T_article a img { border:none; }
#T_article img { vertical-align:bottom; }
#T_article a:hover,
#T_article a:focus {opacity: 0.75;}

/* accordion */
[data-accordion]{cursor: pointer;}

/* ----------------- Start page style ----------------- */
/* page style */
#T_article {color: #5c4941;}
#T_article > div {max-width: 1000px;margin: 0 auto;text-align: left;overflow: hidden;}
@media only screen and (max-width: 768px) {
	#T_article > div {padding: 0;}
}

/* mv */
#T_article .n_mv {
    padding: 0;
    margin: 0 0 0px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_mv {
		padding: 0;
		margin: 0 0 0px;
	}
}

#T_article .n_main_head {
	margin: 0;
	padding: 0;
}
#T_article .n_main_head a {display: block;}
#T_article .n_main_head img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 768px) {
	#T_article .n_main_head {background:none;}
}


#T_article .n_main_subhead {
	text-align: center;
	margin: 0 0 52px;
	padding: 32px 0 0;
}
#T_article .n_main_subhead > span {
	display: block;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	color: #0062a3;
	margin: 0 0 24px;
}
#T_article .n_main_subhead > small {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	#T_article .n_main_subhead {}
	#T_article .n_main_subhead > span {
		font-size: 24px;
	}
	#T_article .n_main_subhead > small {
		font-size: 14px;
	}
}


#T_article .n_main_lead {
	font-feature-settings: 'palt';
	line-height: 21px;
	letter-spacing: 0.1ex;
	padding: 0 0 0 0;
	font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
	#T_article .n_main_lead {
		line-height: 18px;
		margin: 16px 0 0;
		padding: 0;
        font-weight: 600;
        font-size: 14px;

	}
}

#T_article .n_page_navi{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 32px 48px;
	position: relative;
	height: 186px;
}
#T_article .n_page_navi::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 8px;
	background: #e3f4fc;
}
#T_article .n_page_navi::after {
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	right: 24px;
	bottom: 18px;
	left: 24px;
	z-index: 2;
	border-radius: 3px;
	background: #fff;
	border: solid 2px #e3dbca;
}
#T_article .n_page_navi > li {
	width: 50%;
	position: relative;
	z-index: 5;
	padding: 0 0 0 2em;
}
#T_article .n_page_navi > li > a {}
#T_article .n_page_navi > li > a::before {
	content: '>';
	font-family:"Segoe UI";
	color: #ed9306;
	position: absolute;
	left: 0;
	top: 0.5em;
	transform: translate(0,-50%);
}
#T_article .n_page_navi > li span {}
#T_article .n_page_navi > li a span {text-decoration: underline; font-weight: bold;}

@media only screen and (max-width: 768px) {
	#T_article .n_page_navi{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
		padding: 16px;
	}
	#T_article .n_page_navi::after {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
	}
	#T_article .n_page_navi > li {width: 100%;}
	#T_article .n_page_navi > li > a {}
	#T_article .n_page_navi > li span {}
}

/* lead */
#T_article .n_lead {
	margin: 0 0 15px;
}

/* text */
#T_article .n_text:last-of-type {
	margin: 15px 0 0px;
}
#T_article .n_text:first-child {margin-top: 0;}

/* hr */
#T_article .n_hr {margin: 44px 0;}
#T_article .n_hr:before {
    content: '';
    display: block;
	border-bottom: solid 1px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_hr {margin: 20px 0;}
}

/* image */
#T_article .n_figure {
	margin: 0 0 15px 50%;
	padding: 48px 0 0;
	position: relative;
	display: inline-block;
	transform: translate(-50%,0);
}

#T_article .n_figure02 {
	margin: 0 0px 15px 35%;
	padding: 48px 0px 0;
	position: relative;
	display: inline-block;
	transform: translate(-25%,0);
}
#T_article .n_figure03 {
	margin: 0 0 15px 15%;
	padding: 48px 0 0;
	position: relative;
	display: inline-block;
	transform: translate(-10%,0);
}
#T_article .n_figure > p , #T_article .n_figure02 > p , #T_article .n_figure03 > p {
    background: #dcdddd;
    color: #282828;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

#T_article .n_figure > div {}
#T_article .n_figure > figcaption, #T_article .n_figure02 > figcaption, #T_article .n_figure03 > figcaption { margin-top: 10px; text-align: center; font-size: 88%;}
#T_article .n_figure img ,#T_article .n_figure02 img ,#T_article .n_figure03 img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#T_article .n_text + #T_article .n_figure,#T_article .n_text + #T_article .n_figure02 {margin-top: 15px;}
@media only screen and (max-width: 768px) {
	#T_article .n_figure , #T_article .n_figure02 , #T_article .n_figure03 {margin: 0 0 15px;display: block;transform: none;}
	#T_article .n_figure > p , #T_article .n_figure02 > p , #T_article .n_figure03 > p {
    font-size: 12px;
    padding: 8px;
}
	#T_article .n_figure > div {}
	#T_article .n_figure > figcaption {}
	#T_article .n_figure img, #T_article .n_figure02 img, #T_article .n_figure03 img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#T_article .n_text + #T_article .n_figure, #T_article .n_text + #T_article .n_figure02, #T_article .n_text + #T_article .n_figure03 {margin-top: 15px;}
}

/* title */
#T_article .n_head_type05  {
	display: block;
	background: #fff;
	color: inherit;
	border: solid 4px #ddcb8c;
	text-decoration: none;
    margin: 0 0 28px;
    border-radius: 0 0 12px 12px;
}


@media print, screen and (min-width: 767px) {
	#T_article .n_head_type05 {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 0 0 24px;
	}
	#T_article .n_head_type05 .n_image {width: 330px;}
    #T_article .n_head_type05 .pagetit {
    width: calc( 100% - 350px );
	}
    

}
@media only screen and (max-width: 768px) {
	#T_article .n_head_type05 .n_image {
		padding: 10px ;
		box-sizing: border-box;
        text-align: center;
	}
	#T_article .n_head_type05 .n_image img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

}

#T_article .n_head_type05 .n_image {margin: 0;}
#T_article .n_head_type05 .n_image > img {
	width: 100%;
	height: auto;
}
#T_article .n_head_type05 .n_text {font-size: 16px; font-weight: normal; margin: 10px 0 0;}

#T_article .n_head_type05 .n_title {font-size: 32px;
	font-weight: bold;}

#T_article .n_head_type05 .n_label {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	min-width: 60px;
	padding: 10px 12px;
	background: #d1331e;
	color: #fff;
	margin: 40px 0 14px 20px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_head_type05 .n_label {
		font-size: 14px;
		min-width: 60px;
		padding: 6px 8px;
		margin: 15px 10px 6px 15px;
	}
    
#T_article .n_head_type05 .n_title {font-size: 18px;
	font-weight: bold;
    padding: 6px 8px;
    }
	
#T_article .n_head_type05 .n_text {font-size: 14px; font-weight: normal; padding: 6px 8px; margin: 0 0 10px;
    }
}

#T_article .n_head_type05 .n_label02 {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	min-width: 60px;
	color: #5c4941;
	margin: 20px 0 14px 10px;
}

@media only screen and (max-width: 768px) {
#T_article .n_head_type05 .n_label02 {
		font-size: 14px;
		min-width: 60px;
		margin: 15px 0px 6px ;
 }

} 	

#T_article .n_head_type06 {
	padding: 0;
	margin: 0 0 32px;
	font-weight: bold;
}
#T_article .n_head_type06:first-child {margin-top: 0;}
#T_article .n_head_type06 > .n_label {
    background: #d1331e;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 13px;
    vertical-align: middle;
    margin: 0em 1em 0 0;
}
#T_article .n_head_type06 > .n_title {
    font-size: 30px;
    line-height: 44px;
	vertical-align: middle;
}
#T_article .n_head_type06 .n_label_green {background: #0062a3;color: #fff;}
#T_article .n_head_type06 .n_label_blue {background: #20c18a;color: #fff;}
#T_article .n_head_type06 .n_label_orange {background: #ee7626;color: #fff;}

@media only screen and (max-width: 768px) {
	#T_article .n_head_type06 { margin-top: 20px;}
	#T_article .n_head_type06 > .n_label {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 0 6px;
}
	#T_article .n_head_type06 > .n_title {
    font-size: 24px;
    display: block;
}
	* + #T_article .n_head_type06 {margin-top: 15px;}
	#T_article .n_head_type06 > span {}
}


#T_article .n_head_type03 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: #000000;
    color: #fff;
    padding: 18px;
    margin: 5px 0 24px;
    border-radius: 4px 4px 0 0;
}
#T_article .n_head_type03 span {}
@media only screen and (max-width: 768px) {
	#T_article .n_head_type03 {
    font-size: 14px;
    padding: 15px 5px; 
	margin: 16px 0px;
    line-height: 1.4;
}
	#T_article .n_head_type03 span {}
}

#T_article .n_head_type03.orange {
    background: #ee7626;
}
#T_article label.n_head_type03.orange {
width: 100%;
cursor: pointer;
    display: block;
    margin-bottom: 1px;
    padding: 18px;
    position: relative;
    margin-bottom: 30px;
}


/* 0905tuika ----------------- */

#T_article .n_list_type01.orange dt {
    color: #ee7626;
}

#T_article .n_head_type02.orange {
    border: solid 2px #eeae00;
}

#T_article .n_list_type02.orange {
    color: #ee7626;
}
#T_article .n_list_type02.bold {
    color: #ee7626;
}


/* box 2col image text */
#T_article .n_box_imagetext {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
	#T_article .n_box_imagetext {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#T_article .n_box_imagetext .n_box_imagetext_image {
	width: calc( 50% - 8px );
	margin: 0;
	padding: 0;
}
#T_article .n_box_imagetext_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#T_article .n_box_imagetext .n_box_imagetext_text {
	width: calc( 50% - 8px );
	margin: 0;
	padding: 0;
}
#T_article .n_box_imagetext .n_box_imagetext_text figcaption{margin: 4px 0 0;}
@media only screen and (max-width: 768px) {
	#T_article .n_box_imagetext .n_box_imagetext_image {
		width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
         margin: 0 0 10px;
	}
	#T_article .n_box_imagetext_image figcaption {
		position: static;
		line-height: 1.3;
		padding: 0;
		color: #907363;
	}
	#T_article .n_box_imagetext .n_box_imagetext_text {
		width: 100%;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 0 15px;
	}
}

#T_article .n_box_imagetext.n_box_imagetext_right .n_box_imagetext_image {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
   
}
#T_article .n_box_imagetext.n_box_imagetext_right .n_box_imagetext_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 0 ;
}
#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_text {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 16px 0 0;
}

#T_article .n_box_imagetext_sp {margin: 15px 0 0;}
#T_article .n_box_imagetext_sp .n_box_imagetext_image,
#T_article .n_box_imagetext_sp .n_box_imagetext_text {width: auto;}
#T_article .n_box_imagetext_sp .n_box_imagetext_text {padding: 15px 0 0;}
@media only screen and (max-width: 768px) {
	#T_article .n_box_imagetext_sp {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 15px 0 0;
	}
	#T_article .n_box_imagetext_sp .n_box_imagetext_image,
	#T_article .n_box_imagetext_sp .n_box_imagetext_text {width: 50%;}
	#T_article .n_box_imagetext_sp.n_box_imagetext_right .n_box_imagetext_image {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 8px 0 0;
		margin: 0;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_right .n_box_imagetext_text {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 0 8px;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_left .n_box_imagetext_image {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 0 8px;
		margin: 0;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_left .n_box_imagetext_text {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 8px 0 0;
	}
}

#T_article .n_box_images {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 15px 0 0;
}
#T_article .n_box_images:first-child {margin-top: 0;}
#T_article .n_box_images > figure {
	width: calc( ( 100% - 16px ) / 2 );
	margin: 0 0 0 16px;
	position: relative;
}
#T_article .n_box_images > figure:nth-child(odd) {margin-left: 0;}
#T_article .n_box_images > figure:only-child {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#T_article .n_box_images > figure img {
	width: 100%;
	height: auto;
}
#T_article .n_box_images > figure > figcaption{
	position: static;
	line-height: 1.3;
	padding: 0;
	margin: 6px 0 0;
    color: #907363;
    font-size: 14px;
}
#T_article .n_box_imagetext > figure > figcaption {
	position: static;
	line-height: 1.3;
	padding: 0;
	margin: 6px 0 0;
    color: #907363;
    font-size: 14px;
}

/* box type01 */
#T_article .n_box_type01 {
	border: solid 2px #ee7626;
	color: #5c4941;
	font-weight: nomal;
	background: #fff;
	padding: 20px 24px;
}

#T_article .n_box_type01 {margin: 24px 0 0;}
#T_article .n_box_type01 > small {display: block;font-size: 1em;font-weight: normal;margin-top: 0.5em;}
#T_article .n_box_type01 .fontNomal {color: #5c4941; font-weight: normal;}

@media only screen and (max-width: 768px) {
#T_article .n_box_type01 {
padding: 18px 18px;
}
}
/* list type01 */
#T_article .n_list_type01 {}
#T_article .n_list_type01 > dt {
    color: #01518f;
    font-weight: bold;
}
#T_article .n_list_type01 > dd {
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: dashed 1px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_list_type01 {}
	#T_article .n_list_type01 > dt {}
	#T_article .n_list_type01 > dd {}
}

/* list type02 */
#T_article .n_list_type02 {
    color: #0e6eb8;
}
#T_article .n_list_type02 > li {
    line-height: 30px;
}
#T_article .n_list_type02 > li > span {
    font-weight: bold;
}
#T_article .n_list_type02 > li > small {}
@media only screen and (max-width: 768px) {
	#T_article .n_list_type02 {}
	#T_article .n_list_type02 > li {
    margin: 0 0 6px;
}
	#T_article .n_list_type02 > li > span {
    display: block;
    line-height: 1;
}
	#T_article .n_list_type02 > li > small {}
}

/* box 3col */
#T_article .n_box_3col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#T_article .n_box_3col > div {
    width: calc( ( 100% - 30px ) / 3 );
    margin: 0 0 15px;
}
#T_article .n_text + .n_box_3col {margin-top: 15px;}
@media only screen and (max-width: 6768px) {
	#T_article .n_box_3col {display: block;}
	#T_article .n_box_3col > div {width: auto;}
}

#T_article .pageTop {
	margin: 40px 0 0;
	text-align: center;
}
#T_article .pageTop img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	#T_article .pageTop {
		margin: 24px 0 0;
	}
}

#T_article .captionAll {
line-height: 1.3;
    color: #907363;
}





#T_article .n_index_list {
	background: #000000;
	padding: 20px;
	border-radius: 6px;
	margin: 20px 0 0;
}
#T_article .n_index_list > li {
	margin: 0;
	background: #fff;
}
#T_article .n_index_list > li.n_cs {pointer-events: none;}
#T_article .n_index_list > li + li {margin: 20px 0 0;}

@media only screen and (max-width: 768px) {
	#T_article .n_index_list {
		padding: 10px;
		margin: 10px 0 0;
	}
	#T_article .n_index_list > li + li {margin: 10px 0 0;}
}

#T_article .n_index_list .n_item {
	display: block;
	background: #fff;
	color: inherit;
	border: solid 1px #e3dbca;
	text-decoration: none;
}
#T_article .n_index_list .n_cs .n_item,
#T_article .n_index_list .n_cs .n_item:hover {opacity: 0.5;}

@media print, screen and (min-width: 767px) {
	#T_article .n_index_list .n_item {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 24px;
	}
	#T_article .n_index_list .n_image {width: 320px;}
	#T_article .n_index_list .n_text {
		width: calc( 100% - 290px );
		padding: 0 24px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	#T_article .n_index_list .n_image {
		padding: 0 10px 10px;
	}
	#T_article .n_index_list .n_text {
		padding: 10px;
		margin: 0;
	}
}

#T_article .n_index_list .n_image {margin: 0;}
#T_article .n_index_list .n_image > img {
	width: 100%;
	height: auto;
	padding-top: 7px;
}
#T_article .n_index_list .n_text {}
#T_article .n_index_list .n_label {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	min-width: 60px;
	padding: 10px 12px; 
	background: #db0303;
	color: #fff;
	margin: 0 0 14px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_index_list .n_label {
		font-size: 14px;
		min-width: 60px;
		padding: 6px 8px;
		margin: 0 0 10px;
	}
}
#T_article .n_index_list .n_label_green {background: #20c18a;color: #fff;}
#T_article .n_index_list .n_label_blue {background: #0062a3;color: #fff;}

#T_article .n_index_list .n_title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	margin: 0 0 12px;
	padding: 0 0 0 1em;
	position: relative;
}
#T_article .n_index_list .n_title::before {
	content: '';
	display: block;
	background-image: url("../img/n_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96.66% auto;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 768px) {
	#T_article .n_index_list .n_title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 12px;
	}
}

#T_article .n_index_list .n_text p {
	font-size: 16px;
	font-weight: inherit;
	line-height: 21px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_index_list .n_text p {
		font-size: 14px;
		line-height: 20px;
	}
}


#T_article .n_box_btn {
	text-align: center;
	margin: 24px 0 20px;
}
#T_article .n_box_btn a {}
#T_article .n_box_btn a img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 0 20px;
}

#T_article .n_list_type02.bold {
    color: #5c4941;
}

#T_article .n_figure04 p{
    background: #dcdddd;
    color: #282828;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 10px;
}
#T_article .n_figure04 p.taC{
      text-align: center;
}
#T_article .n_figure04 > figcaption { 
margin-top: 10px; text-align: center; font-size: 88%;
}

#T_article .n_figure04 img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

#T_article figure.n_figure04{

}

#T_article .n_text + .n_figure04 {margin-top: 15px;}

@media only screen and (max-width: 768px) {
	#T_article .n_figure04 {margin: 0 0 15px;display: block;transform: none;}
	T_article .n_figure04 > p {
    font-size: 12px;
    padding: 8px;
}
	#T_article .n_figure > div {}
	#T_article .n_figure > figcaption {}
	#T_article .n_figure04 img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#T_article .n_figure04{margin-top: 15px;}
}


/*1111--Tsuika*/
#T_article .n_figure05 p{
    background: #dcdddd;
    color: #282828;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 20px;
}


#T_article .n_figure05 > figcaption { 
margin-top: 10px; text-align: center; font-size: 88%;
}

#T_article .n_figure05 img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

#T_article figure.n_figure05{
margin-inline-end: 0px;
margin-inline-start: 0px;
}

#T_article .n_text + .n_figure05 {margin-top: 15px;}

@media only screen and (max-width: 768px) {
	#T_article .n_figure05 {margin: 0 0 15px;display: block;transform: none;}
	T_article .n_figure05 > p {
    font-size: 12px;
    padding: 8px;
}
	#T_article .n_figure > div {}
	#T_article .n_figure > figcaption {}
	#T_article .n_figure05 img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#T_article .n_figure05{margin-top: 15px;}
}




#T_article .n_page_navi02{
margin-bottom: 30px;
}
#T_article .n_page_navi02::before {

}
#T_article .n_page_navi02::after {

}
#T_article .n_page_navi02 > li {
	position: relative;
	z-index: 5;
	padding: 0 0 0 1.5em;
    margin-bottom: 10px;
    color: #29a077;
}
#T_article .n_page_navi02 > li > a {}
#T_article .n_page_navi02 > li > a::before {
	content: '>';
	font-family:"Segoe UI";
	color: #ed9306;
	position: absolute;
	left: 0;
	top: 0.5em;
	transform: translate(0,-50%);
}
#T_article .n_page_navi02 > li span {}
#T_article .n_page_navi02 > li a span {text-decoration: underline; font-weight: bold;}
@media only screen and (max-width: 768px) {
#T_article .n_page_navi02{
margin-bottom: 20px;
}
}

#T_article .n_main_subhead.green span {
    color: #29a077;
}

#T_article .n_box_type02 {
	border: solid 2px #29a077;
	color: #29a077;
	font-weight: bold;
	background: #fff;
	padding: 20px 24px;
}
* + #T_article .n_box_type02 {margin: 24px 0 0;}
#T_article .n_box_type02 > small {display: block;font-size: 1em;font-weight: normal;margin-top: 0.5em;}
#T_article .n_box_type02 .fontBold {color: #5c4941; font-weight: bold;}
#T_article .n_box_type02 .fontNomal {color: #5c4941; font-weight: normal;}
#T_article .n_box_type02 dt.fontBold {color: #5c4941; font-weight: bold;}
#T_article dl.box_right dt {
	    float: left ;
	    clear: left ;
	    margin-right: 0.5em ;
	    width: 70px ;
}

#T_article dl.box_right dd {
	    float: left ;
}
#T_article dl.box_right {
margin-bottom: 0.5em ;
}

/* ----------------- 0903tuika ----------------- */


#T_article .n_index_list.beige {
	background: #efeedd;
}
#T_article .n_index_list .n_label.orange {
    background: #ee7626;
}
#T_article img.c-wauto{
	width:auto;
}

@media only screen and (max-width: 768px){
#T_article img.c-wauto{
	width: 100%;
    max-width: 100%;
}
}




/* list type03 -----------------*/
#T_article .n_list_type03.orange> dt {
    color: #ee7626;
    font-weight: bold;
	width: 100px;
	float: left;
}

#T_article .n_list_type03.orange > dd {
    padding: 0 0 14px 0px;
    margin: 0 0 14px;
    border-bottom: dashed 1px;
}

#T_article .n_list_type03.orange > dd > div {
    width: auto;
	margin-left: 100px;
}

@media only screen and (max-width: 768px) {
	#T_article .n_list_type03.orange {}
	#T_article .n_list_type03.orange > dt {}
	#T_article .n_list_type03.orange > dd > div {}
}



/* ----------------- Start utility style ----------------- 

/* PC表示時：スマホ画像を非表示 */
@media print, screen and (min-width: 769px) {
  #T_article .sp_disp {
    display: none !important;
  }
  #T_article .pc_disp {
    display: block !important;
  }
}


/* スマホ表示時：PC画像を非表示 */
@media only screen and (max-width: 768px) {
  #T_article .pc_disp {
    display: none !important;
  }
  #T_article .sp_disp {
    display: block !important;
  }

  #T_article .n_head_type05 .n_image {
    padding: 10px 20px;
	box-sizing: border-box;
    text-align: center;
  }

  #T_article .n_head_type05 .n_image img {
    display: inline-block;
	width: 60%;
    height: auto;
	
  }
}
/* end------------------------ */


/* style */
#T_article .clear{clear:both;}
#T_article .clearfix:after { content:""; display:table; clear:both; }
#T_article .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#T_article .clearfix {}

#T_article .mT00{margin-top:0;}
#T_article .mT04{margin-top:4px;}
#T_article .mT05{margin-top:5px;}
#T_article .mT06{margin-top:6px;}
#T_article .mT07{margin-top:7px;}
#T_article .mT08{margin-top:8px;}
#T_article .mT09{margin-top:9px;}
#T_article .mT10{margin-top:10px;}
#T_article .mT11{margin-top:11px;}
#T_article .mT12{margin-top:12px;}
#T_article .mT13{margin-top:13px;}
#T_article .mT14{margin-top:14px;}
#T_article .mT15{margin-top:15px;}
#T_article .mT16{margin-top:16px;}
#T_article .mT17{margin-top:17px;}
#T_article .mT18{margin-top:18px;}
#T_article .mT19{margin-top:19px;}
#T_article .mT20{margin-top:20px;}
#T_article .mT21{margin-top:21px;}
#T_article .mT22{margin-top:22px;}
#T_article .mT23{margin-top:23px;}
#T_article .mT24{margin-top:24px;}
#T_article .mT25{margin-top:25px;}
#T_article .mT26{margin-top:26px;}
#T_article .mT27{margin-top:27px;}
#T_article .mT28{margin-top:28px;}
#T_article .mT29{margin-top:29px;}
#T_article .mT30{margin-top:30px;}
#T_article .mT31{margin-top:31px;}
#T_article .mT32{margin-top:32px;}
#T_article .mT33{margin-top:33px;}
#T_article .mT34{margin-top:34px;}
#T_article .mT35{margin-top:35px;}
#T_article .mT40{margin-top:40px;}
#T_article .mT50{margin-top:50px;}
#T_article .mT60{margin-top:60px;}
#T_article .mT70{margin-top:70px;}
#T_article .mT80{margin-top:80px;}
#T_article .mT90{margin-top:90px;}
#T_article .mT100{margin-top:100px;}
#T_article .mT120{margin-top:120px;}
#T_article .mT140{margin-top:140px;}
#T_article .mT150{margin-top:150px;}
#T_article .mT160{margin-top:160px;}
#T_article .mT170{margin-top:170px;}
#T_article .mT180{margin-top:180px;}
#T_article .mT200{margin-top:200px;}
#T_article .mT220{margin-top:220px;}
#T_article .mT240{margin-top:240px;}
#T_article .mT245{margin-top:245px;}
#T_article .mT250{margin-top:250px;}
#T_article .mT255{margin-top:255px;}
#T_article .mT260{margin-top:260px;}
#T_article .mT265{margin-top:265px;}
#T_article .mT270{margin-top:270px;}
#T_article .mT280{margin-top:280px;}
#T_article .mT300{margin-top:300px;}

#T_article .mL05{margin-left:5px;}
#T_article .mL10{margin-left:10px;}
#T_article .mL15{margin-left:15px;}
#T_article .mL20{margin-left:20px;}
#T_article .mL25{margin-left:25px;}
#T_article .mL30{margin-left:30px;}
#T_article .mL35{margin-left:35px;}
#T_article .mL40{margin-left:40px;}
#T_article .mL50{margin-left:50px;}
#T_article .mL60{margin-left:60px;}
#T_article .mL70{margin-left:70px;}
#T_article .mL80{margin-left:80px;}
#T_article .mL90{margin-left:90px;}
#T_article .mL100{margin-left:100px;}

#T_article .mR01{margin-right:1px;}
#T_article .mR05{margin-right:5px;}
#T_article .mR10{margin-right:10px;}
#T_article .mR15{margin-right:15px;}
#T_article .mR16{margin-right:16px;}
#T_article .mR17{margin-right:17px;}
#T_article .mR18{margin-right:18px;}
#T_article .mR19{margin-right:19px;}
#T_article .mR20{margin-right:20px;}
#T_article .mR25{margin-right:25px;}
#T_article .mR30{margin-right:30px;}
#T_article .mR40{margin-right:40px;}
#T_article .mR50{margin-right:50px;}
#T_article .mR60{margin-right:60px;}
#T_article .mR70{margin-right:70px;}
#T_article .mR80{margin-right:80px;}
#T_article .mR90{margin-right:90px;}
#T_article .mR100{margin-right:100px;}

#T_article .mB00{margin-bottom:0px;}
#T_article .mB05{margin-bottom:5px;}
#T_article .mB10{margin-bottom:10px;}
#T_article .mB15{margin-bottom:15px;}
#T_article .mB20{margin-bottom:20px;}
#T_article .mB25{margin-bottom:25px;}
#T_article .mB30{margin-bottom:30px;}
#T_article .mB40{margin-bottom:40px;}
#T_article .mB50{margin-bottom:50px;}
#T_article .mB60{margin-bottom:60px;}
#T_article .mB70{margin-bottom:70px;}
#T_article .mB80{margin-bottom:80px;}
#T_article .mB90{margin-bottom:90px;}
#T_article .mB100{margin-bottom:100px;}

#T_article .mA10{margin:10px;}
#T_article .mA15{margin:15px;}
#T_article .mA20{margin:20px;}
#T_article .mA25{margin:25px;}
#T_article .mA30{margin:30px;}
#T_article .mA40{margin:40px;}
#T_article .mA50{margin:50px;}

#T_article .pT05{padding-top:5px;}
#T_article .pT07{padding-top:7px;}
#T_article .pT09{padding-top:9px;}
#T_article .pT10{padding-top:10px;}
#T_article .pT11{padding-top:11px;}
#T_article .pT12{padding-top:12px;}
#T_article .pT13{padding-top:13px;}
#T_article .pT14{padding-top:14px;}
#T_article .pT15{padding-top:15px;}
#T_article .pT16{padding-top:16px;}
#T_article .pT17{padding-top:17px;}
#T_article .pT18{padding-top:18px;}
#T_article .pT19{padding-top:19px;}
#T_article .pT20{padding-top:20px;}
#T_article .pT25{padding-top:25px;}
#T_article .pT30{padding-top:30px;}
#T_article .pT40{padding-top:40px;}
#T_article .pT50{padding-top:50px;}
#T_article .pT60{padding-top:60px;}
#T_article .pT70{padding-top:70px;}
#T_article .pT80{padding-top:80px;}
#T_article .pT90{padding-top:90px;}
#T_article .pT100{padding-top:100px;}
#T_article .pT150{padding-top:150px;}
#T_article .pT200{padding-top:200px;}
#T_article .pT250{padding-top:250px;}

#T_article .pL05{padding-left:5px;}
#T_article .pL07{padding-left:7px;}
#T_article .pL08{padding-left:8px;}
#T_article .pL10{padding-left:10px;}
#T_article .pL15{padding-left:15px;}
#T_article .pL20{padding-left:20px;}
#T_article .pL25{padding-left:25px;}
#T_article .pL30{padding-left:30px;}
#T_article .pL40{padding-left:40px;}
#T_article .pL50{padding-left:50px;}
#T_article .pL60{padding-left:60px;}
#T_article .pL70{padding-left:70px;}
#T_article .pL80{padding-left:80px;}
#T_article .pL90{padding-left:90px;}
#T_article .pL100{padding-left:100px;}

#T_article .pR05{padding-right:5px;}
#T_article .pR07{padding-right:7px;}
#T_article .pR08{padding-right:8px;}
#T_article .pR10{padding-right:10px;}
#T_article .pR15{padding-right:15px;}
#T_article .pR18{padding-right:18px;}
#T_article .pR20{padding-right:20px;}
#T_article .pR25{padding-right:25px;}
#T_article .pR30{padding-right:30px;}
#T_article .pR40{padding-right:40px;}
#T_article .pR50{padding-right:50px;}
#T_article .pR60{padding-right:60px;}
#T_article .pR70{padding-right:70px;}
#T_article .pR80{padding-right:80px;}
#T_article .pR90{padding-right:90px;}
#T_article .pR100{padding-right:100px;}

#T_article .pB05{padding-bottom:5px;}
#T_article .pB10{padding-bottom:10px;}
#T_article .pB15{padding-bottom:15px;}
#T_article .pB20{padding-bottom:20px;}
#T_article .pB25{padding-bottom:25px;}
#T_article .pB30{padding-bottom:30px;}
#T_article .pB40{padding-bottom:40px;}
#T_article .pB50{padding-bottom:50px;}
#T_article .pB60{padding-bottom:60px;}
#T_article .pB70{padding-bottom:70px;}
#T_article .pB80{padding-bottom:80px;}
#T_article .pB90{padding-bottom:90px;}
#T_article .pB100{padding-bottom:100px;}

#T_article .pA10{padding:10px;}
#T_article .pA20{padding:15px;}
#T_article .pA20{padding:20px;}
#T_article .pA25{padding:25px;}
#T_article .pA30{padding:30px;}
#T_article .pA40{padding:40px;}
#T_article .pA50{padding:50px;}

#T_article .fL{ float:left;}
#T_article .fR{ float:right;}

#T_article .fwB{ font-weight:bold; }
#T_article .fsS{font-size:80%;}
#T_article .fsM{font-size:100%;}
#T_article .fsL{font-size:120%;}
#T_article .fsLL{font-size:140%;}

#T_article .fs12{font-size:12px;}
#T_article .fs13{font-size:13px;}
#T_article .fs14{font-size:14px;}
#T_article .fs15{font-size:15px;}
#T_article .fs16{font-size:16px;}
#T_article .fs17{font-size:17px;}
#T_article .fs18{font-size:18px;}
#T_article .fs19{font-size:19px;}
#T_article .fs20{font-size:20px;}

#T_article .lineH1{line-height:1;}
#T_article .lineH11{line-height:1.1;}
#T_article .lineH12{line-height:1.2;}
#T_article .lineH13{line-height:1.3;}
#T_article .lineH14{line-height:1.4;}
#T_article .lineH15{line-height:1.5;}
#T_article .lineH16{line-height:1.6;}
#T_article .lineH17{line-height:1.7;}
#T_article .lineH18{line-height:1.8;}

#T_article .inline{display:inline;}
#T_article .inlineB{display:inline-block}
#T_article .block{display:block;}

#T_article .vaTb{ vertical-align:text-bottom;}
#T_article .vaTm{ vertical-align:middle;}

#T_article .taC{ text-align:center;}
#T_article .taL{ text-align:left;}
#T_article .taR{ text-align:right;}

#T_article .pA10{ padding:10px;}
#T_article .pA15{ padding:15px;}
#T_article .pA20{ padding:20px;}
#T_article .bgcolor01 {background: #f8f5e9;}

#T_article .color_red {color: #ee3d29;}
#T_article .color_blue {color: #0e6eb8;}

#T_article .fs_size_xl {font-size: 200%;}
#T_article .fs_size_l {font-size: 150%;}
#T_article .ff_serif {font-family: serif;}
#T_article .ff_sans {font-family: sans-serif;}

#T_article .w180 { width:180px; }
#T_article .w190 { width:190px; }
#T_article .w195 { width:195px; }
#T_article .w200 { width:200px; }
#T_article .w210 { width:210px; }
#T_article .w220 { width:220px; }
#T_article .w230 { width:230px; }
#T_article .w240 { width:240px; }
#T_article .w245 { width:245px; }
#T_article .w250 { width:250px; }
#T_article .w260 { width:260px; }
#T_article .w265 { width:265px; }
#T_article .w270 { width:270px; }
#T_article .w280 { width:280px; }
#T_article .w290 { width:290px; }
#T_article .w300 { width:300px; }
#T_article .w310 { width:310px; }
#T_article .w320 { width:320px; }
#T_article .w330 { width:330px; }
#T_article .w340 { width:340px; }
#T_article .w350 { width:350px; }
#T_article .w360 { width:360px; }
#T_article .w370 { width:370px; }
#T_article .w380 { width:380px; }
#T_article .w390 { width:390px; }
#T_article .w400 { width:400px; }
#T_article .w410 { width:410px; }
#T_article .w420 { width:420px; }
#T_article .w430 { width:430px; }
#T_article .w440 { width:440px; }
#T_article .w450 { width:450px; }
#T_article .w460 { width:460px; }
#T_article .w470 { width:470px; }
#T_article .w480 { width:480px; }
#T_article .w490 { width:490px; }
#T_article .w500 { width:500px; }

@media print {
	.l-header {position: absolute;}
}


/* ----------------- 新規追加1007 ----------------- */

/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    /*max-width: 400px; 最大幅の設定*/
}

/*ラベル
.accbox label {
    display: block;
    margin: 0;
    color: #ffba47;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}　 */



/*アイコンを表示*/
.accbox label:before {
    position: absolute;
    right: 0;
    top: 0px;
    box-sizing: border-box;
    display: block;
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 20px 20px;
    
}


/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0px;
    opacity: 1;
}

.accbox .accshow p {
    margin: auto;}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f068';
}


#T_article img.w-auto {
    width: auto;
    max-width: 100%;
}

#T_article .n_list_type02.red {
    color: #ec0074;
}
#T_article .n_list_type02 .b-bottom {
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: dashed 1px #5c4941;
}
#T_article .n_list_type02.red .normal{
    color: #5c4941;
}

#T_article .gray_box {
	padding: 30px;
	background: #fbfaf3;
}

@media only screen and (max-width: 768px) {
#T_article .gray_box { padding: 15px;}
}


#T_article .marker1{
background:linear-gradient(transparent 60%, #ffff66 60%) ;font-weight: 600;
}



    
 #T_article p.link_text a{
    padding-left: 17px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 12px;
    padding: 0 0 0 1em;
    position: relative;
    
}


#T_article p.link_text a.arrow::before{
	content: '';
	display: block;
	background-image: url("../img/n_arrow02.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 40% auto;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0;
}


/* textの設定を追加しました */
#T_article .n_text02 {
	margin: 10px 0 10px;
}
#T_article .n_text:first-child {margin-top: 0;}


/*--------- QandA BOXの追加--------------*/


.l-faqQA_wrapp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.l-faqQA_column {
  width: 48%;
  align-self: flex-start;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .l-faqQA_wrapp {
    width: 100%;
    display: block;
  }
  .l-faqQA_column {
    width: 100%;
    margin: 0 auto;
  }
}

.balloon1-left {
  position: relative;
  display: flex;
  align-items: center;
/*  margin: 1.5em 0 5px 0;
*/ 
/*padding: 20px 10px;*/
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  border-radius:10px;
  /*width: 690px;*/
}

@media only screen and (max-width: 767px) {
  .balloon1-left {
    width: 100%;
  }
}


/* --- Start index style 25/06追加----------------- */

/* 共通 */
.index_profile {
  background: #ddcb8c;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 8px;
  box-sizing: border-box;
}
.index_profile h3 {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: bold;
}
.index_profile p {
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
}
.index_profile figure {
  margin: 0;
}
.index_profile figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC表示 */
@media screen and (min-width: 769px) {

  #T_article .index_profile {
  padding: 15px 20px;
  }
  
  #T_article .index_profile .profile_inner.pc_disp .profile_text p {
    font-size: 16px; 
  }	

  #T_article .index_profile .profile_inner.pc_disp {
    display: flex !important;
	flex-direction: row;
    gap: 20px;
    align-items: flex-start;
	
  }

  #T_article .index_profile .profile_inner.pc_disp .profile_text {
    width: calc(100% - 300px);
    
  }

  #T_article .index_profile .profile_inner.pc_disp figure {
  	margin-left: auto;
    width: 270px;
    flex-shrink: 0;
    
  }
}


/* SP表示 */
@media screen and (max-width: 768px) {
  .index_profile .pc_disp {
    display: none !important;
  }
  .index_profile .sp_disp {
    display: block !important;
  }

  .index_profile .sp_disp h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .text_img_wrap {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .text_img_wrap .profile_text {
    width: 55%;
  }
  .text_img_wrap figure {
    width: 45%;
  }
  .text_img_wrap p {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*-------第1回以外用にマージンを調整 -----------------------------------------*/

#T_article .n_head_type05 .n_label03 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	min-width: 60px;
	padding: 10px 12px;
	background: #d1331e;
	color: #fff;
	margin: 40px 0 14px 3px;
}
@media only screen and (max-width: 768px) {
	#T_article .n_head_type05 .n_label03 {
		font-size: 14px;
		min-width: 60px;
		padding: 6px 8px;
		margin: 15px 10px 6px 10px;
	}

/*--------------追加end ---------------------------------------------------*/

