  @charset "utf-8";


/* -- Monitor size is 481px - for PC
-------------------------------------------------------------------------------- */
@media (min-width: 481px) {

	#Member header nav > ul > li:nth-of-type(3) > a {
		background-position: -180px -117px;
		background-color: #004196;
	}
	#Member header nav > ul > li:nth-of-type(3) > a:first-of-type img {
		opacity: 0;
	}
	#Member header nav > ul > li:nth-of-type(3) > a:last-of-type img {
		opacity: 1;
	}

/* -- member top
-------------------------------------------------------------------------------- */
	.index article div > h2 {
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	.index article ol {
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.index article ol li {
		width: 33.3%;
		display: block;
		float: left;
		margin-bottom: 40px;
	}
	.index article ol li:nth-of-type(4n+1) {
		/*clear: both;*/
	}
	.index article ol li img {
		width: 100%;
	}
	.index article ol li strong {
		font-size: 12px;
		line-height: 1;
		font-weight: normal;
		color: #FFF;
		text-align: center;
		min-width: 85px;
		padding: 7px 10px 5px;
		display: inline-block;
		margin: 10px 0 15px 22px;
	}
	.index article ol li h3 {
		font-size: 17px;
		line-height: 1.4;
		margin: 0 22px;
	}
	.index article ol li > a  {
		/*position: relative;*/
	}
	.index article ol li > a > div {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100% ;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);;
		color: #ffffff;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease;
	}
	.index article ol li > a:hover > div {
		opacity: 1;
	}
	.index article ol li > a > div > div {
		margin: 50% 0 0 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		text-align: center;
	}

	.index article ol li > a > div > div h3 {
		margin-bottom: 20px;
		line-height: 1.8;
	}
	.index article ol li > a > div > div p {
		font-size: 14px;
	}

	.index article > div select {
		display: none;
	}
	.index article div ul {
		display: block;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.index article div ul li {
		font-size: 14px;
		display: block;
		float: left;
		border: solid 1px #CCC;
		margin: 0 10px 5px 0;
		padding: 2px 24px;
		cursor: pointer;
	}
	.index article div ul li:hover {
		color: #FFF;
	}
	.index article div ul li.active {
		color: #FFF;
		cursor: default;
	}
	.index article div ul li:hover,
	.index article div ul li.active {
		background: #999;
		border: solid 1px #999;
	}
	
	.index .note {
		font-size: 12px;
    	color: #666;
	} 

/* -- member lower
-------------------------------------------------------------------------------- */
	.lower article > div:first-child {
		width: 100%;
		padding: 0;
		position: relative;
		margin: 0 0 80px 0;
		background: #f4f6f6;
		overflow: hidden;

	}
	.lower article > div:first-child figure {
		position: relative;
		z-index: 1;
	}
	.lower article > div:first-child figure img {
		width: 100%;
	}
	/*.lower article > div:first-child h1,
	.lower article > div:first-child dl {
		position: absolute;
	}
	.lower article > div:first-child h1 {
		position: absolute;
	}
	.lower article > div:first-child h1 {
		top: 190px;
	}*/
	.lower article > div:first-child h1 {
		font-size: 30px;
		padding: 40px 5%;
		color: #004196;
		width: 50%;
		float: left;
	}
	.lower article > div:first-child dl {
		font-family:  "mgenplus-1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		color: #333;
		position: relative;
		width: 30%;
		float: right;
	}
	.lower article > div:first-child dl dt {
		margin-bottom: 10px;
		font-weight: bold;
	}
	.lower article > div:first-child dl dd {
		font-size: 14px;
	}
    
    .lower article > div:first-child dl dd span {
		font-size: 12px;
        font-weight: normal;
        color: #666;
	}
    
	.lower article > div:first-child div {
		padding: 20px 5%;
		font-size: 14px;
		background: #ebebeb;
		display: inline-block;
		width: 90%;
	}
	.lower article > div:first-child dl.mb_icn {
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0;
		width: 300px;
	}
	.lower article > div:first-child dl.mb_icn dt,
	.lower article > div:first-child dl.mb_icn dd {
		font-size: 12px;
		width: 50%;
		text-align: center;
		float: left;
		padding: 4px 0;
		margin: 0;
		font-weight: normal;
	}
	.lower article > div:first-child dl.mb_icn dt {
		background: #e3f4e9;
	}
	.lower article > div:first-child dl.mb_icn dd {
		background: #36a05a;
		color: #ffffff;
	}

	.lower article > section {
		font-size: 14px;
		line-height: 2;
		margin-bottom: 80px;
	}
	.lower article > section:nth-of-type(-n+3) p {
		width: 33%;
		display: table-cell;
		box-sizing: border-box;
	}
	.lower article > section:nth-of-type(-n+3) p:nth-of-type(1) { padding: 0 26px 0 0; }
	.lower article > section:nth-of-type(-n+3) p:nth-of-type(2) { padding: 0 13px; }
	.lower article > section:nth-of-type(-n+3) p:nth-of-type(3) { padding: 0 0 0 26px; }
	.lower article > section h2 {
		font-size: 30px;
		line-height: 1.3;
		padding: 25px 0;
		position: relative;
	}
	.lower article > section h2:before {
		content: "";
		width: 90px;
		height: 1px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.lower article > section:nth-last-child(-n+2) {
		width: 50%;
		padding: 100px 5% 180px;
		margin: 0 0 -180px;
		min-width: 490px;
		float: left;
		border-top: solid 1px #f1f1f1;
		box-sizing: border-box;
	}
	.lower article > section:nth-last-child(2) {
		padding-right: 48px;
		border-right: solid 1px #f1f1f1;
	}
	.lower article > section:nth-last-child(1) {
		padding-left: 48px;
		margin-left: -1px;
		border-left: solid 1px #f1f1f1;
	}
	.lower article > section:nth-last-child(-n+2) h3 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.lower article > section:nth-last-child(-n+2) h3 b {
		font-size: 14px;
		display: block;
		margin-bottom: 5px;
	}
	.lower article > section:nth-last-child(1) figure {
		margin: 80px 0 35px;
	}
	.lower article > section:nth-last-child(1) figure img {
		width: 100%;
	}
	.lower article > section:nth-last-child(2) dl dt {
		font-weight: bold;
		margin-top: 15px;
	}
	.lower article > section:nth-last-child(2) dl dd {
		margin: -2em 0 0 5em;
	}
	.lower article > section:nth-last-child(2) dl dd span {
		font-size: 12px;
		line-height: 1.5;
		color: #666;
		display: block;
	}
	.lower article > figure {
		font-size: 0;
		margin-bottom: 80px;
		text-align: center;
	}
	.lower article > figure:nth-of-type(1) {
		background: #f1f1f1;
		padding: 30px 5%;
	}
	.lower article > figure:nth-of-type(1) img,
	.lower article > figure:nth-of-type(2) img {
		width: 100%;
	}

	article > div:first-child dl {
		padding: 40px 5%;
		background: #f4f6f6;
	}


	.ct3 article > div:first-child {
		margin: 0;
	}
	.ct3 article > section {
		margin-bottom: 100px;
	}
	.ct3 article > section:nth-child(2),
	.ct3 article > section:nth-child(3) {
		width: 50%;
		padding: 100px 5% 110px;
		margin: 0 0 -180px;
		min-width: 490px;
		border-bottom: solid 1px #f1f1f1;
		box-sizing: border-box;
		display: table-cell;
	}
	.ct3 article > section:nth-child(2) {
		padding-right: 48px;
	}
	.ct3 article > section:nth-child(3) {
		padding-left: 48px;
		margin-left: -1px;
		border-left: solid 1px #f1f1f1;
	}
	.ct3 article > section:nth-child(2) h3,
	.ct3 article > section:nth-child(3) h3 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.ct3 article > section:nth-child(2) dl dt {
		margin-top: 5px;
	}
	.ct3 article > section:nth-child(2) dl dd {
		margin: -2em 0 0 5em;
	}
	.ct3 article > figure {
		padding: 0 5% 40px;
		margin-bottom: 0;
	}
	.ct3 article > figure:nth-of-type(1) {
		background: none;
		padding: 80px 5% 40px;
	}
	.ct3 article > figure img {
		width: 100%;
	}
	.ct3 article > section h2 b {
		font-size: 20px;
		display: block;
		margin-bottom: 10px;
		color: #004196;
	}
	.ct3 article  > div:first-child h1 {
		color: #004196;
	}
	.ct3 article > div:first-child dl.mb_icn dt {
		background: #cadffa;
	}
	.ct3 article > div:first-child dl.mb_icn dd {
		background: #004196;
	}

	.ct3 article > section:nth-of-type(4) p:nth-of-type(1),
	.ct3 article > section:nth-of-type(5) p:nth-of-type(1) {
		padding: 0 26px 0 0;
	}
	.ct3 article > section:nth-of-type(4) p:nth-of-type(2),
	.ct3 article > section:nth-of-type(5) p:nth-of-type(2) {
		padding: 0 18px;
	}
	.ct3 article > section:nth-of-type(4) p:nth-of-type(3),
	.ct3 article > section:nth-of-type(5) p:nth-of-type(3) {
		padding: 0 0 0 26px;
	}
	.ct3 article > section:nth-of-type(4) p,
	.ct3 article > section:nth-of-type(5) p {
		width: 33%;
		display: table-cell;
		box-sizing: border-box;
 	}
	.ct3 article > section:nth-of-type(6) {
		border: none;
		margin: 0;
		padding: 0 5%;
		width: 100%;
		float: none;
	}
	.ct3 article > section:nth-of-type(7) {
		border: none;
		width: 100%;
		float: none;
		padding: 0 5% 100px;
		margin: 0;
	}

	.ct3 article > section:nth-of-type(6) {
		padding: 60px 5%;
		background: #f4f6f6;
	}
	.ct3 article > section:nth-of-type(6) div h3 {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.ct3 article > section:nth-of-type(6) div h3 b {
		font-size: 20px;
		display: block;
		margin-bottom: 10px;
		color: #004196;
	}
	.ct3 article > section:nth-of-type(6) div {
		float: left;
		width: 60%;
	}
	.ct3 article > section:nth-of-type(6) div.w_non {
		float: none;
		width: 100%;
	}

	.ct3 article > section:nth-of-type(6) figure {
		float: right;
	}
	.ct3 article > section:nth-of-type(6) figure {
		margin: 28px 0 0 0;
		width: 35%;
	}
	.ct3 article > section:nth-of-type(6) figure img {
		width: 100%;
	}
	.ct3 article > section:nth-last-child(2) {
		padding: 0 5%;
		margin: 0 0 100px 0;
		border: none;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	/*.ct2 article  > div:first-child h1 {
		color: #e14d47;
	}*/
	.ct2 article > div:first-child dl.mb_icn dt {
		background: #f4e3e3;
	}
	.ct2 article > div:first-child dl.mb_icn dd {
		background: #e14d47;
	}

	.talkse article section {
		margin: 0 auto 80px;
		width: 1000px;
	}
	.talkse article > div:first-child {
		width: 100%;
		padding: 0;
		position: relative;
		margin: 0 0 80px 0;
	}
	.talkse article > div:first-child figure {
		position: relative;
		z-index: -1;
	}
	.talkse article > div:first-child figure img {
    		width: 100%;
	}
	.talkse article section P {
		font-size: 14px;
		line-height: 2;
	}
	.talkse article section h1 {
		font-size: 28px;
		line-height: 1.35;
		display: block;
		margin: 50px 0 20px;
	}
	.talkse article section h2 {
		font-size: 30px;
		line-height: 1.3;
		position: relative;
	}
	.talkse article > div:nth-of-type(2) {
		background: #f1f1f1;
		padding: 30px 5% 5px;
		margin: 0 0 80px;
	}
	.talkse article > div:nth-of-type(2) ul {
		display: block;
		overflow: hidden;
	}
	.talkse article > div:nth-of-type(2) li {
		display: block;
		float: left;
		width: 30%;
		margin-left: 5%;
		padding-bottom: 25px;
	}
	.talkse article > div:nth-of-type(2) li img {
		width: 100%;
	}
	.talkse article > div:nth-of-type(2) li:nth-child(3n+1) {
		margin-left: 0;
    		clear: both;
	}
	.talkse article > div:nth-of-type(2) ul li dl {
		font-size: 11px;
		color: #666;
		margin-top: 10px;
	}
	.talkse article > div:nth-of-type(2) ul li dt {
		margin-bottom: 5px;
	}
	.talkse article > div:nth-of-type(2) ul li dt b {
		font-size: 18px;
		color: #004196;
	}

    .talkse article > div:nth-of-type(2) ul li p {
		font-size: 14px;
		margin-top: 10px;
        color: #333;
	}

	.talkse article > section h3 {
		font-size: 16px;
		color: #004196;
		margin:50px 0 40px;
	}
	.talkse article > section .session {
	}
	.talkse article > section .session li {
		overflow: hidden;
		margin: 0 0 16px 0;
		vertical-align: middle;
	}
	.talkse article > section .session li span {
		color: #004196;
		display: table;
		font-size: 12px;
		/*width: 100px;
		background: #cadffa;
		margin: 0 0 10px 0;*/
		text-align: center;
	}
	.talkse article > section .session li img {
		float: left;
		margin: 0 20px 0 0;
	}
	.talkse article > section .session li p {
		padding: 0 !important;
		display: table-cell;
	}
	.talkse article > figure img {
		width: 100%;
		margin: 0 0 100px 0;
	}
	.talkse article > div:first-child dl.mb_icn {
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0;
		width: 300px;
	}
	.talkse article > div:first-child dl.mb_icn dt,
	.talkse article > div:first-child dl.mb_icn dd {
		font-size: 12px;
		width: 50%;
		text-align: center;
		float: left;
		padding: 4px 0;
		margin: 0;
		font-weight: normal;
	}
	.talkse article > div:first-child dl.mb_icn dt {
		background: #e3f4e9;
	}
	.talkse article > div:first-child dl.mb_icn dd {
		background: #36a05a;
		color: #ffffff;
	}
	.talkse article > div:first-child div {
		padding: 20px 5%;
		font-size: 14px;
		background: #f4f6f6;
		width: 90%;
	}
	.talkse article > div:first-child div a {
		color: #333333;
		margin: 0 15px 0 0;
		line-height: 2;
	}


	/* -- 01 -- */
	.mb1 article > div:first-child h1 { left: 8%;}

	/* -- 02 -- */
	.mb2 article > div:first-child h1 { left: 6%; top: 160px; }

	/* -- 03 -- */
	.mb3 article > div:first-child h1 { left: 11%; }

	/* -- 04 -- */
	.mb4 article > div:first-child h1 { right: 6%; }

	/* -- 05 -- */
	.mb5 article > div:first-child h1 { right: 9%; top: 102px; }

	/* -- 06 -- */
	.mb6 article > div:first-child h1 { left: 10%; }

	/* -- 07 -- */
	.mb7 article > div:first-child h1 { right: 10%; }

	/* -- 08 -- */
	.mb8 article > div:first-child h1 { left: 7%; }

	/* -- 09 -- */
	.mb9 article > div:first-child h1 { left: 12%; }

	/* -- 10 -- */
	.mb10 article > div:first-child h1 { left: 15%; }

	/* -- 11 -- */
	.mb11 article > div:first-child h1 { right: 11%; }

	/* -- 12 -- */
	.mb12 article > div:first-child h1 { right: 15%; }

}


	.index article ol li dl {
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	.index article ol li dl dt,
	.index article ol li dl dd {
		font-size: 12px;
		width: 50%;
		text-align: center;
		float: left;
		padding: 4px 0;
	}
	.index article ol li dl dt {
		background: #e3f4e9;
	}
	.index article ol li dl dd {
		background: #36a05a;
		color: #ffffff;
	}
	.index article ol li dl.jim dt {
		background: #f4e3e3;
	}
	.index article ol li dl.jim dd {
		background: #e14d47;
	}
	.index article ol li dl.care dt {
		background: #cadffa;
	}
	.index article ol li dl.care dd {
		background: #004196;
	}

	.talkse article > div:nth-of-type(2) ul li dd span {
		color: #ffffff;
		background: #004196;
		padding: 1px 8px;
        margin-bottom: 5px;
        display: inline-block;
	}
	.talkse article > div:nth-of-type(2) ul li dd span.icn_01 {
		background: #36a05a;
	}
	.talkse article > div:nth-of-type(2) ul li dd span.icn_02 {
		background: #26a0a4;
	}
	.talkse article > div:nth-of-type(2) ul li dd span.icn_03 {
		background: #bf3f48;
	}
    .talkse article > div:nth-of-type(2) ul li dd span.icn_04 {
		background: #369aa0;
	}
    .talkse article > div:nth-of-type(2) ul li dd span.icn_05 {
		background: #3665a0;
	}



/* -- Monitor size 480px width below - for Smartphone
-------------------------------------------------------------------------------- */
@media (max-width: 480px) {    
	.index article section h2 {
		font-size: 16px;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.index article div > h2 {
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	.index article section ul li {
		padding-bottom: 15px;
		margin-bottom: 20px;
		position:relative;
		border-bottom: solid 1px #cfcfcf;
	}
	.index article section ul li img {
		position: absolute;
		right: 0;
		top: 0;
		width: 88px;
		height: 58px;
	}
	.index article section ul li strong {
		font-size: 10px;
		line-height: 1;
		font-weight: normal;
		color: #FFF;
		text-align: center;
		width: 88px;
		padding: 2px 0;
		display: block;
		position: absolute;
		right: 0;
		top: 60px;
	}
	.index article section ul li h3 {
		font-size: 19px;
		line-height: 1.25;
		margin: 0 100px 10px 0;
		padding-bottom: 10px;
		border-bottom: solid 1px #f1f1f1;
	}
	.index article section ul li h3 br {
		display: none;
	}
	.index article section ul li dl dt {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.index article section ul li dl dd {
		color: #666;
		font-size: 13px;
		line-height: 1.5;
	}
	.index .note {
		font-size: 12px;
    	color: #666;
	} 

/* -- member lower
-------------------------------------------------------------------------------- */
	.lower article > div:first-child {
		width: 100%;
		padding: 0;
		position: relative;
	}
	.lower article > div:first-child figure {
		position: relative;
		z-index: -1;
		overflow: hidden;
	}
	.lower article > div:first-child figure img {
		width: 100%;
		height: auto;
		min-width: 340px;
	}
	.lower article > div:first-child h1 {
		padding: 20px 15px;
		text-align: left;
		color: #004196;
		font-size: 24px;
	}
	.lower article > div:first-child h1 br {
		display: none;
	}
	.lower article > div:first-child h1 img {
		height: 65px;
		width: auto;
	}
	.lower article > div:first-child dl {
		background: #f4f6f6;
		padding: 12px 15px;
		position: relative;
	}
	.lower article > div:first-child dl dt {
		font-size: 20px;
		line-height: 1.2;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lower article > div:first-child dl dd img {
		width: auto;
		height: 21px;
		position: absolute;
		right: 15px;
		top: 12px;
	}
	.lower article > section,
	.talkse article > section {
		margin: 40px 0;
	}
	.lower article > section p,
	.talkse article > section p {
		font-size: 14px;
	}
	.lower article > section:last-of-type {
		margin-bottom: 0;
	}
	.lower article > section h2 {
		font-weight: bold;
		font-size: 19px;
		line-height: 1.3;
		padding: 15px 0;
		position: relative;
	}
	.lower article > section h2:before {
		content: "";
		width: 70px;
		height: 2px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.lower article > section:nth-last-child(-n+2) {
		padding: 30px 15px 0;
		border-top: solid 1px #f1f1f1;
	}
	.lower article > section:nth-last-child(-n+2) h3 {
		font-weight: bold;
		font-size: 19px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	.lower article > section:nth-last-child(-n+2) h3 b {
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
	}
	.lower article > section:nth-last-child(1) figure {
		margin: 20px 0;
	}
	.lower article > section:nth-last-child(2) dl dt {
		font-size: 11px;
		font-weight: bold;
		margin-top: 10px;
	}
	.lower article > section:nth-last-child(2) dl dd {
		font-size: 11px;
		margin: -1.75em 0 0 5em;
	}
	.lower article > section:nth-last-child(2) dl dd span {
		line-height: 1.5;
		color: #666;
		display: block;
	}
	.lower article > figure {
		font-size: 0;
		text-align: center;
		padding: 0 15px;
	}
	.lower article > figure:nth-of-type(1) {
		background: #f1f1f1;
		padding: 15px;
	}
	.lower article > figure img {
		width: 100%;
	}

	.ct3 article > section:nth-child(2) dl dt {
		font-size: 11px;
		margin-top: 10px;
	}
	.ct3 article > section:nth-child(2) dl dd {
		font-size: 11px;
		margin: -2em 0 0 5em;
	}
	.ct3 article > section:nth-child(2) h3,
	.ct3 article > section:nth-child(3) h3 {
		margin-bottom: 15px;
	}
	.ct3 article > figure:nth-of-type(1) {
		background: none;
	}
	.ct3 article > section h3 {
		font-weight: bold;
    		font-size: 15px;
    		line-height: 1.3;
    		margin-bottom: 15px;
	}
	.ct3 article > section h2 b,
	.ct3 article > section h3 b {
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
		color: #004196;
	}
	.ct3 article > section:nth-of-type(6) {
    		background: #f4f6f6;
	}
	.ct3 article > section:nth-of-type(6),
	.ct3 article > section:nth-of-type(7) {
    		padding: 30px 15px 10px;
		margin: 0;
	}
	.ct3 article > section:nth-of-type(6) p,
	.ct3 article > section:nth-of-type(7) p {
		margin-bottom: 30px;
	}
	.ct3 article > section:nth-last-child(-n+2) {
		border: none;
	}
	.ct3 article > section {
		margin: 20px 0;
	}
	.ct3 article > div:first-child h1 {
		color: #004196;
	}
	.ct3.lower article > div:first-child dl.mb_icn dt {
		background: #cadffa;
	}
	.ct3.lower article > div:first-child dl.mb_icn dd {
		background: #004196;
	}

	/*.mb9.lower article > div:first-child h1,
	.mb10.lower article > div:first-child h1,
	.mb11.lower article > div:first-child h1,
	.mb12.lower article > div:first-child h1 {
		color: #e14d47;
	}*/
	.mb9.lower article > div:first-child dl.mb_icn dt,
	.mb10.lower article > div:first-child dl.mb_icn dt,
	.mb11.lower article > div:first-child dl.mb_icn dt,
	.mb12.lower article > div:first-child dl.mb_icn dt {
		background: #f4e3e3;
	}
	.mb9.lower article > div:first-child dl.mb_icn dd,
	.mb10.lower article > div:first-child dl.mb_icn dd,
	.mb11.lower article > div:first-child dl.mb_icn dd,
	.mb12.lower article > div:first-child dl.mb_icn dd {
		background: #e14d47;
	}

    #Member header nav {
        
    }
    
	.index article > div select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-indent: .01px;
		text-overflow: "";
		font-size: 16px;
		line-height: 38px;
		background: url(/rec/shinsotsu/member/img/sp_btn_select.gif) no-repeat right center;
		background-size: 38px 38px;
		display: block;
		width: 100%;
		height: 38px;
		border: solid 1px #CCC;
		margin-bottom: 30px;
        position: relative;
        z-index: 1;
	}
	.index article div ul {
		display: none;
	}
	.index article ol li {
		margin: 0 0 40px 0;
		width: 50%;

	}
	.index article ol li figure {
		/*width: 50%;*/
		margin: 0 auto 8px;
	}
	.index article ol li > a > div {
		width: 90%;
		margin: 0 auto;
	}
	.index article ol li > a > div > div h3 {
		font: bold 16px/1.3 Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		margin: 5px 0 10px;
		display: block;
	}
	.index article ol li dl {
		width: 90%;
		margin: 0 auto;
	}
	.index article ol li dl dt,
	.index article ol li dl dd {
		font-size: 10px;
		padding: 2px 0;
		width: 100%;
	}
	.index article ol li > a > div > div p {
    		font-size: 12px;
	}

	.lower article > div:first-child dl dd {
		font-size: 12px;
	}
    .lower article > div:first-child dl dd span {
        font-size: 10px;
        font-weight: normal;
        color: #666;
	}
    
	.lower article > div:first-child div {
		padding: 15px 15px;
		font-size: 12px;
		background: #ebebeb;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.lower article > div:first-child dl.mb_icn,
	.talkse article > div:first-child dl.mb_icn {
		overflow: hidden;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0;
		width: 100%;
	}
	.lower article > div:first-child dl.mb_icn dt,
	.lower article > div:first-child dl.mb_icn dd,
	.talkse article > div:first-child dl.mb_icn dt,
	.talkse article > div:first-child dl.mb_icn dd {
		font-size: 12px;
		width: 50%;
		height: 30px;
		text-align: center;
		float: left;
		line-height: 30px;
		margin: 0;
		font-weight: normal;
	}
	.lower article > div:first-child dl.mb_icn dt,
	.talkse article > div:first-child dl.mb_icn dt {
		background: #e3f4e9;
	}
	.lower article > div:first-child dl.mb_icn dd,
	.talkse article > div:first-child dl.mb_icn dd {
		background: #36a05a;
		color: #ffffff;
	}


	.talkse article > div:first-child {
		width: 100%;
		padding: 0;
		position: relative;
	}
	.talkse article > div:first-child div {
		padding: 15px 15px;
		font-size: 12px;
		background: #ebebeb;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.talkse article > div:first-child figure {
		position: relative;
		z-index: -1;
		overflow: hidden;
	}
	.talkse article > section h1 {
		padding: 0 15px 20px;
		margin-top: -20px;
		text-align: center;
		color: #36a05a;
		font-size: 24px;
	}
	.talkse article > section h1 br {
		display: none;
	}
	.talkse article > div:nth-of-type(2) {
		background: #f1f1f1;
		padding: 20px 15px 5px;
	}
	.talkse article > div:nth-of-type(2) li {
		display: block;
		margin-bottom: 15px;
		overflow: hidden;
	}
	.talkse article > div:nth-of-type(2) li img {
		float: left;
		width: 87px;
		margin-right: 15px;
	}
	.talkse article >	section .session li img {
		float: left;
		width: 50px;
		margin-right: 15px;
	}
	.talkse article > div:nth-of-type(2) li dl {
		display: block;
		overflow: hidden;
	}
	.talkse article > div:nth-of-type(2) li dl dt {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.talkse article > div:nth-of-type(2) li dl dt b {
		font-size: 15px;
		line-height: 1.2;
		color: #004196;
		display: block;
	}
	.talkse article > div:nth-of-type(2) li dl dd {
		font-size: 12px;
		line-height: 1.5;
	}

    .talkse article > div:nth-of-type(2) ul li p {
		margin-top: 10px;
        line-height: 1.6;
	}

	.talkse article section h2 {
		padding-top: 15px;
		margin-bottom: 25px;
		position: relative;
		font-size: 19px;
		line-height: 1.3;
		display: block;
	}
	.talkse article section h2::before {
		content: "";
		display: block;
		width: 70px;
		height: 1;
		border-top: solid 2px #004196;
		position: absolute;
		top: 0;
		left: 0;
	}
	.talkse article section h3 {
		color: #004196;
    		margin: 40px 0 20px;
	}
	.talkse article > section .session li {
		overflow: hidden;
		margin: 0 0 16px 0;
		vertical-align: middle;
	}
	.talkse article > section .session li span {
		color: #004196;
		display: table;
		font-size: 12px;
	}
	.talkse article > section .session li p {
		display: table-cell;
	}

}

/* -- device common
-------------------------------------------------------------------------------- */

.index article ol li.concealed {
		display: none;
}

.index article section:nth-of-type(1) h2 {
	color: #30a158;
	border-bottom: 1px solid #3ea763;
}
.index article section:nth-of-type(2) h2 {
	color: #004196;
	border-bottom: 1px solid #004196;
	margin-top: 45px;
}
.index article section:nth-of-type(3) h2 {
	color: #1eb9ee;
	border-bottom: 1px solid #1eb9ee;
	margin-top: 45px;
}
.index article section:nth-of-type(3) li {
	width: 100%;
}
.index article section:nth-of-type(1) ul li strong {
	background: #30a158;
}
/*.index article section:nth-of-type(1) ul li dl dt {
	color: #30a158;
}
.index article section:nth-of-type(1) ul li.jim strong {
	background: #e14d47;
}
.index article section:nth-of-type(1) ul li.jim dl dt {
	color: #e14d47;
}*/
.lower article > div:first-child div a {
		color: #333333;
		margin: 0 15px 0 0;
		line-height: 2;
}
.index article section:nth-of-type(2) ul li strong {
	background: #004196;
}
.index article section:nth-of-type(2) ul li dl dt {
	color: #004196;
}
.index article section ul li a {
	display: block;
}
.index article section ul li a:hover {
	text-decoration: none;
}
.ct1 article > section h2:before { background: #004196; }
.ct2 article > section h2:before { background: #004196; }
.ct1 article > section:nth-last-child(-n+2) h3 b { color: #004196; }
.ct2 article > section:nth-last-child(-n+2) h3 b { color: #004196; }

.col01 { background: #004196 !important;}
.col02 { background: #07346f !important;}
.col03 { background: #26a0a4 !important;}
.col04 { background: #36a05a !important;}
.col05 { background: #bf3f48 !important;}
.col06 { background: #931b23 !important;}
.col07 { background: #cadffa !important;}
.col08 { background: #e3f4e9 !important;}
.col09 { background: #f4e2e3 !important;}
.col10 { background: #d79536 !important;}
.col11 { background: #d79536 !important;}
