@charset "utf-8";

@media print, screen and (min-width: 768px){
	
	main {
		display: block;
	}
	
	.sp {
		display: none;
	}
	
	.laIndex a:hover,
	.laDetail a:hover {
		opacity: 0.7;
	}
	
	.laIndex {
		padding: 0px 0px 85px 0px;
	}
	
	.laIndex .head {
		margin: 0px 0px 0px 0px;
		background: #006AAD;
	}
	
	.laIndex .head > div {
		display: table;
		max-width: 1316px;
		margin: 0px auto;
	}
	
	.laIndex .head > div > div {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 20px 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.laIndex .head > div > div .mark {
		margin: 0px 0px 30px 0px;
	}
	
	.laIndex .head > div > div .mark img {
		width: 84px;
		height: auto;
	}
	
	.laIndex .head > div > div .en {
		margin: 0px 0px 25px 0px;
	}
	
	.laIndex .head > div > div h1 {
		margin: 0px 0px 25px 0px;
		font-size: 4.2rem;
		color: #fff;
	}
	
	.laIndex .head > div > div p {
		font-size: 1.6rem;
		color: #565656;
		line-height: 1.8;
		color: #fff;
	}
	
	.laIndex .head > div > figure {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		font-size: 0px;
	}
	
	.laIndex .head > div > figure img {
		width: 100%;
		height: auto;
	}
	
	.laIndex .cts, .laIndex div#caution {
		max-width: 1070px;
		margin: 0px auto;
		padding: 0px 15px;
		box-sizing: content-box;
		margin-top: 40px;
	}
	
	.laIndex div#caution {
	    max-width: 1040px;
	    padding: 1em;
		font-size: 1.5em;
	    border: solid 1px #B0D7EF;
	    background-color: #E3EDF3;
	}

	.laIndex .cts:after {
		visibility: hidden;  
		display: block;  
		font-size: 0;  
		content: " ";  
		clear: both;  
		height: 0;  
	}
	
	.laIndex .cts article {
		float: left;
		width: calc(100% / 3 - 7px);
		height: 287px;
		margin-bottom: 24px;
		position: relative;
	}
	
	.laIndex .cts article:not(:nth-of-type(3n)) {
		margin-right: 10px;
	}
	
	.laIndex .cts article a {
		display: block;
		width: 100%;
		height: 287px;
		border: #dcdcdc 1px solid;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.laIndex .cts.sec1 article:nth-of-type(1) a {
		background-image: url(../img/index_sec1_pic01.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(2) a {
		background-image: url(../img/index_sec1_pic02.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(3) a {
		background-image: url(../img/index_sec1_pic03.jpg);
	}

	.laIndex .cts.sec1 article:nth-of-type(4) a {
		background-image: url(../img/index_sec1_pic04.jpg);
	}

	.laIndex .cts.sec1 article:nth-of-type(5) a {
		background-image: url(../img/index_sec1_pic05.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(6) a {
		background-image: url(../img/index_sec1_pic06.jpg);
	}

	.laIndex .cts.sec1 article:nth-of-type(7) a {
		background-image: url(../img/index_sec1_pic07.jpg);
	}

	.laIndex .cts.sec2 article:nth-of-type(1) a {
		background-image: url(../img/index_sec2_pic01.jpg);
	}
	
	.laIndex .cts.sec2 article:nth-of-type(2) a {
		background-image: url(../img/index_sec2_pic02.jpg);
	}
	
	.laIndex .cts.sec2 article:nth-of-type(3) a {
		background-image: url(../img/index_sec2_pic03.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(1) a {
		background-image: url(../img/index_sec3_pic17.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(2) a {
		background-image: url(../img/index_sec3_pic18.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(3) a {
		background-image: url(../img/index_sec3_pic01.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(4) a {
		background-image: url(../img/index_sec3_pic02.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(5) a {
		background-image: url(../img/index_sec3_pic03.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(6) a {
		background-image: url(../img/index_sec3_pic04.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(7) a {
		background-image: url(../img/index_sec3_pic05.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(8) a {
		background-image: url(../img/index_sec3_pic06.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(9) a {
		background-image: url(../img/index_sec3_pic07.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(10) a {
		background-image: url(../img/index_sec3_pic08.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(11) a {
		background-image: url(../img/index_sec3_pic09.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(12) a {
		background-image: url(../img/index_sec3_pic10.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(13) a {
		background-image: url(../img/index_sec3_pic11.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(14) a {
		background-image: url(../img/index_sec3_pic12.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(15) a {
		background-image: url(../img/index_sec3_pic13.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(16) a {
		background-image: url(../img/index_sec3_pic14.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(17) a {
		background-image: url(../img/index_sec3_pic15.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(18) a {
		background-image: url(../img/index_sec3_pic16.jpg);
	}

	.laIndex .cts article a h2 {
		min-height: 111px;
		width: 100%;
		padding: 15px 20px 0px 20px;
		background-color: rgba(255,255,255,0.8);
		box-sizing: border-box;
		font-size: 1.8rem;
		color: #000;
		line-height: 1.6;
		position: absolute;
		/* bottom: 1px; */
		bottom: 0px;
		left: 0px;
	}
	
	.laIndex .cts article a:hover h2 {
		color: #006AAD;
	}
	
	.laIndex .cts article a p {
		width: 88px;
		padding: 9px 0px;
		background: #f4a19e;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		position: absolute;
		top: 1px;
		left: 1px;
	}
	
	.laDetail .head {
		margin: 0px 0px 80px 0px;
		padding: 50px 15px;
		background: #f5eeee;
	}
	
	.laDetail .head > div {
		display: table;
		max-width: 1070px;
		margin: 0px auto;
	}
	
	.laDetail .head > div > div {
		display: table-cell;
		width: 55%;
		padding: 0px 40px 0px 0px;
		vertical-align: top;
	}
	
	.laDetail .head > div > div .life {
		margin: 0px 0px 10px 0px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #ef8b8c;
	}
	
	.laDetail .head > div > div h1 {
		margin: 0px 0px 15px 0px;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	
	.laDetail .head > div > div h1 span {
		display: inline-block;
		width: 8em;
		margin: 6px 15px 15px 0px;
		background: #f18a8a;
		font-size: 1.2rem;
		line-height: 2.0;
		color: #fff;
		vertical-align: top;
		text-align: center;
	}
	
	.laDetail .head > div > div .exp {
		font-size: 1.3rem;
		color: #565656;
		line-height: 2.0;
	}
	
	.laDetail .head > div > div .space {
		padding: 20px 0px 0px 0px;
	}
	
	.laDetail .head > div > div ul {
		margin: 0px 0px 0px 25px;
	}
	
	.laDetail .head > div > div ul li {
		list-style-type: disc;
		font-size: 1.3rem;
		color: #565656;
		line-height: 2.0;
	}
	
	.laDetail .head > div figure {
		display: table-cell;
		width: 45%;
		vertical-align: top;
		font-size: 0px;
	}
	
	.laDetail .head > div figure img {
		width: 100%;
		height: auto;
	}
	
	.laDetail .cts {
		max-width: 948px;
		margin: 0px auto;
		padding: 0px 15px;
	}
	
	.laDetail .cts section {
		padding: 0px 0px 80px 0px;
	}
	
	.laDetail .cts section h2 {
		margin: 0px 0px 50px 0px;
		padding: 14px 0px 14px 65px;
		background-repeat: no-repeat;
		background-position: 5px 50%;
		background-size: 48px auto;
		border-top: #f18a8a 3px solid;
		border-bottom: #f18a8a 3px solid;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	
	.laDetail .cts section.topic01 h2 {
		background-image: url(../img/topic01.png);
	}
	
	.laDetail .cts section.topic02 h2 {
		background-image: url(../img/topic02.png);
	}
	
	.laDetail .cts section.topic03 h2 {
		background-image: url(../img/topic03.png);
	}
	
	.laDetail .cts section > div {
		display: table;
		width: 100%;
		padding: 0px 19px;
		box-sizing: border-box;
	}
	
	.laDetail .cts section > div > div {
		display: table-cell;
		vertical-align: top;
		width: 55%;
	}
	
	.laDetail .cts section.topic01 > div > div,
	.laDetail .cts section.topic03 > div > div {
		padding: 0px 50px 0px 0px;
	}
	
	.laDetail .cts section.topic02 > div > div {
		padding: 0px 0px 0px 50px;
	}
	
	.laDetail .cts section > div > div p {
		font-size: 1.4rem;
		line-height: 1.8;
		color: #565656;
	}
	
	.laDetail .cts section > div > div p:not(:last-of-type) {
		padding: 0px 0px 25px 0px;
	}
	
	.laDetail .cts section > div > div p.none {
		padding: 0px;
	}
	
	.laDetail .cts section > div > div ul {
		margin: 0px 0px 0px 24px;
		padding: 0px 0px 25px 0px;
	}
	
	.laDetail .cts section > div > div ul li {
		list-style-type: disc;
		font-size: 1.4rem;
		line-height: 1.8;
		color: #565656;
	}
	
	.laDetail .cts section > div > div ul.diagram {
		padding: 0px;
	}
	
	.laDetail .cts section > div > div ul.diagram::after {
		visibility: hidden;  
		display: block;  
		font-size: 0;  
		content: " ";  
		clear: both;  
		height: 0;  
	}
	
	.laDetail .cts section > div > div ul.diagram li {
		float: left;
		width: 50%;
	}
	
	.laDetail .cts section > div > figure {
		display: table-cell;
		vertical-align: top;
		width: 45%;
	}
	
	.laDetail .cts section > div > figure img {
		width: 100%;
		height: auto;
		border: #d6d5d5 1px solid;
		box-sizing: border-box;
	}
	
	.laDetail .cts section.box {
		min-height: 171px;
		margin: 0px 0px 80px 0px;
		padding: 20px 20px 20px 40px;
		border: #f18a8a 1px solid;
		position: relative;
	}
	
	.laDetail .cts section.box figure {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.laDetail .cts section.box figure img {
		width: 267px;
		height: auto;
	}
	
	.laDetail .cts section.box dl dt {
		margin: 0px 0px 15px 0px;
		padding: 2px 0px 2px 44px;
		background-image: url(../img/icon.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: 30px auto;
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 1.6;
	}
	
	.laDetail .cts section.box dl dd {
		padding: 0px 305px 0px 0px;
		font-size: 1.4rem;
		line-height: 2.0;
		color: #565656;
	}
	
	.laDetail .more {
		padding: 70px 15px;
		background: #f6f6f6;
	}
	
	.laDetail .more > div {
		display: table;
		max-width: 948px;
		margin: 0px auto;
	}
	
	.laDetail .more > div > p {
		display: table-cell;
		vertical-align: middle;
		width: 45%;
		padding: 0px 20px 0px 0px;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.6;
	}
	
	.laDetail .more > div > div {
		display: table-cell;
		vertical-align: middle;
		width: 524px;
		border: #dcdcdc 1px solid;
		background: #fff;
	}
	
	.laDetail .more > div > div a {
		display: block;
		text-decoration: none;
	}
	
	.laDetail .more > div > div a > div {
		display: table;
		border: none;
	}
	
	.laDetail .more > div > div a > div > div {
		display: table-cell;
		vertical-align: middle;
		padding: 0px 45px 0px 30px;
	}
	
	.laDetail .more > div > div a > div > div .text {
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.6;
		color: #000;
	}
	
	.laDetail .more > div > div a:hover > div > div .text {
		color: #ff0000;
	}
	
	.laDetail .more > div > div a > div > div .link {
		margin: 8px 0px 0px 0px;
		font-size: 1.3rem;
	}
	
	.laDetail .more > div > div a > div > div .link span {
		display: block;
		width: 181px;
		padding: 10px 0px;
		background: #ff0000;
		border-radius: 3px;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	
	.laDetail .more > div > div a > div > figure {
		display: table-cell;
		vertical-align: middle;
		width: 250px;
		text-align: right;
		font-size: 0px;
	}
	
	.laDetail .more > div > div a > div > figure img {
		width: 250px;
		height: auto;
	}
	
	.laDetail .back {
		padding: 60px 0px 80px 0px;
		text-align: center;
		font-size: 1.3rem;
	}
	
	.laDetail .back a {
		display: block;
		width: 293px;
		margin: 0px auto;
		padding: 15px 0px 15px 20px;
		background: #fff url(../img/arrow.png) no-repeat 40px 50%;
		border: #dcdcdc 1px solid;
		border-radius: 3px;
		box-sizing: border-box;
		text-decoration: none;
		color: #565656;
	}

	div.title{
		font-size: 2rem;
		font-weight: bold;
		display: block;
		border-left: solid 8px #006AAD;
		padding: 0.8em;
		background-color: #E3EDF3;
		margin: 40px 0 30px 0;
	}


	/* 特設バナー枠 */
	.cts.special article {
	    margin: 0;
	    width: auto;
	    height: auto;
	}

	.cts.special article:not(:nth-of-type(3n)) {
	    margin: 0;
	}

	.cts.special article a{
	    border: none;
	    height: auto;
	    padding: 0;
	    margin: 0 0 20px 0;
	}

	.cts.special article a h2 {
	    min-height: auto;
	    padding: 0;
	    width: auto;
	    line-height: 1em;
	    position: initial;
	    margin: 0;
	    font-size: initial;
	}

	.cts.special article a h2 img {
	    width: 100%;
	}

	.cts.special article p{
	    font-size: 1.5em;
	    width: 100%;
	    text-align: right;
	    display: block;
	}

	.cts.special article p a{
	    display: inline-block;
	    width: auto;
	}

	.cts.special article {
	    height: auto;
	}

}

@media print, screen and (max-width: 767px){
	
	main {
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif;
	}
	
	.pc {
		display: none;
	}
	
	.laIndex {
		padding: 0px 0px 50px 0px;
		background: #006AAD;
	}
	
	.laIndex .head > figure img {
		width: 100%;
		height: auto;
	}
	
	.laIndex .head {
		margin: 0px 0px 25px 0px;
	}
	
	.laIndex .head > div > div {
		padding: 21px 15px 0px 15px;
		text-align: center;
	}
	
	.laIndex .head > div > div .mark {
		margin: 0px 0px 10px 0px;
	}
	
	.laIndex .head > div > div .mark img {
		width: 49px;
		height: auto;
	}
	
	.laIndex .head > div > div .en {
		display: none;
	}
	
	.laIndex .head > div > div h1 {
		margin: 0px 0px 10px 0px;
		font-size: 2.7rem;
		color: #fff;
	}
	
	.laIndex .head > div > div p {
		font-size: 1.4rem;
		color: #fff;
		line-height: 1.8;
	}
	
	.laIndex .cts {
		padding: 0px 15px;
	}

	.laIndex div#caution {
	    padding: 1em 0.5em;
	    font-size: 1.1em;
	    border: solid 2px #B0D7EF;
	    background-color: #fff;
	    max-width: calc( 100% - 30px);
	    margin: 40px auto 0 auto;
	    text-align: center;
	    box-sizing: border-box;
	}

	.laIndex .cts article:not(:last-of-type) {
		margin-bottom: 15px;
	}
	
	.laIndex .cts article a {
		display: block;
		width: 100%;
		min-height: 101px;
		padding: 10px;
		box-sizing: border-box;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 10px 10px;
		background-size: 99px auto;
		text-decoration: none;
	}
	
	.laIndex .cts.sec1 article:nth-of-type(1) a {
		background-image: url(../img/index_sec1_pic01.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(2) a {
		background-image: url(../img/index_sec1_pic02.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(3) a {
		background-image: url(../img/index_sec1_pic03.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(4) a {
		background-image: url(../img/index_sec1_pic04.jpg);
	}

	.laIndex .cts.sec1 article:nth-of-type(5) a {
		background-image: url(../img/index_sec1_pic05.jpg);
	}
	
	.laIndex .cts.sec1 article:nth-of-type(6) a {
		background-image: url(../img/index_sec1_pic06.jpg);
	}

	.laIndex .cts.sec1 article:nth-of-type(7) a {
		background-image: url(../img/index_sec1_pic07.jpg);
	}

	.laIndex .cts.sec2 article:nth-of-type(1) a {
		background-image: url(../img/index_sec2_pic01.jpg);
	}
	
	.laIndex .cts.sec2 article:nth-of-type(2) a {
		background-image: url(../img/index_sec2_pic02.jpg);
	}
	
	.laIndex .cts.sec2 article:nth-of-type(3) a {
		background-image: url(../img/index_sec2_pic03.jpg);
	}
	
	.laIndex .cts.sec3 article:nth-of-type(1) a {
		background-image: url(../img/index_sec3_pic17.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(2) a {
		background-image: url(../img/index_sec3_pic18.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(3) a {
		background-image: url(../img/index_sec3_pic01.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(4) a {
		background-image: url(../img/index_sec3_pic02.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(5) a {
		background-image: url(../img/index_sec3_pic03.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(6) a {
		background-image: url(../img/index_sec3_pic04.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(7) a {
		background-image: url(../img/index_sec3_pic05.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(8) a {
		background-image: url(../img/index_sec3_pic06.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(9) a {
		background-image: url(../img/index_sec3_pic07.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(10) a {
		background-image: url(../img/index_sec3_pic08.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(11) a {
		background-image: url(../img/index_sec3_pic09.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(12) a {
		background-image: url(../img/index_sec3_pic10.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(13) a {
		background-image: url(../img/index_sec3_pic11.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(14) a {
		background-image: url(../img/index_sec3_pic12.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(15) a {
		background-image: url(../img/index_sec3_pic13.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(16) a {
		background-image: url(../img/index_sec3_pic14.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(17) a {
		background-image: url(../img/index_sec3_pic15.jpg);
	}

	.laIndex .cts.sec3 article:nth-of-type(18) a {
		background-image: url(../img/index_sec3_pic16.jpg);
	}

	.laIndex .cts article a h2 {
		margin: 0px 0px 0px 110px;
		font-size: 1.4rem;
		color: #000;
		line-height: 1.4;
	}
	
	.laIndex .cts article a p {
		width: 80px;
		margin: 0px 0px 5px 110px;
		padding: 3px 0px;
		background: #f4a19e;
		text-align: center;
		font-size: 1.1rem;
		color: #fff;
	}
	
	.laDetail .head {
		margin: 0px 0px 25px 0px;
		background: #f5eeee;
	}
	
	.laDetail .head > figure {
		margin: 0px 0px 20px 0px;
	}
	
	.laDetail .head > figure img {
		width: 100%;
		height: auto;
	}
	
	.laDetail .head > div {
		padding: 0px 15px 20px 15px;
	}
	
	.laDetail .head > div > div .life {
		margin: 0px 0px 10px 0px;
		font-size: 1.3rem;
		font-weight: bold;
		color: #ef8b8c;
	}
	
	.laDetail .head > div > div h1 {
		margin: 0px 0px 10px 0px;
		font-size: 1.9rem;
		line-height: 1.4;
	}
	
	.laDetail .head > div > div h1 span {
		display: inline-block;
		width: 8em;
		margin: 0px 10px 0px 0px;
		background: #f18a8a;
		font-size: 1.1rem;
		line-height: 2.0;
		color: #fff;
		vertical-align: top;
		text-align: center;
	}
	
	.laDetail .head > div > div h1 br {
		display: none;
	}
	
	.laDetail .head > div > div .exp {
		font-size: 1.3rem;
		color: #565656;
		line-height: 1.8;
	}
	
	.laDetail .head > div > div .space {
		padding: 20px 0px 0px 0px;
	}
	
	.laDetail .head > div > div ul {
		margin: 0px 0px 0px 25px;
	}
	
	.laDetail .head > div > div ul li {
		list-style-type: disc;
		font-size: 1.3rem;
		color: #565656;
		line-height: 1.8;
	}
	
	.laDetail .cts section {
		padding: 0px 0px 40px 0px;
	}
	
	.laDetail .cts section h2 {
		margin: 0px 0px 20px 0px;
		padding: 15px 0px 15px 58px;
		background-color: #f5eeee;
		background-repeat: no-repeat;
		background-position: 7px 50%;
		background-size: 42px auto;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	
	.laDetail .cts section.topic01 h2 {
		background-image: url(../img/topic01.png);
	}
	
	.laDetail .cts section.topic02 h2 {
		background-image: url(../img/topic02.png);
	}
	
	.laDetail .cts section.topic03 h2 {
		background-image: url(../img/topic03.png);
	}
	
	.laDetail .cts section > figure {
		margin: 0px 15px;
	}
	
	.laDetail .cts section > figure img,
	.laDetail .cts section > div figure img {
		width: 100%;
		height: auto;
		margin: 0px 0px 15px 0px;
		border: #d6d5d5 1px solid;
		box-sizing: border-box;
	}
	
	.laDetail .cts section > div {
		padding: 0px 15px;
	}
	
	.laDetail .cts section > div > div p {
		font-size: 1.3rem;
		line-height: 1.8;
		color: #565656;
	}
	
	.laDetail .cts section > div > div p:not(:last-of-type) {
		padding: 0px 0px 25px 0px;
	}
	
	.laDetail .cts section > div > div p.none {
		padding: 0px;
	}
	
	.laDetail .cts section > div > div ul {
		margin: 0px 0px 0px 24px;
		padding: 0px 0px 25px 0px;
	}
	
	.laDetail .cts section > div > div ul li {
		list-style-type: disc;
		font-size: 1.4rem;
		line-height: 1.8;
		color: #565656;
	}
	
	.laDetail .cts section > div > div ul.diagram {
		padding: 0px;
	}
	
	.laDetail .cts section > div > div ul.diagram::after {
		visibility: hidden;  
		display: block;  
		font-size: 0;  
		content: " ";  
		clear: both;  
		height: 0;  
	}
	
	.laDetail .cts section > div > div ul.diagram li {
		float: left;
		width: 50%;
	}
	
	.laDetail .cts section.box {
		margin: 0px 15px 30px 15px;
		padding: 20px 15px 20px 15px;
		border: #f18a8a 1px solid;
	}
	
	.laDetail .cts section.box figure {
		margin: 0px 0px 10px 0px;
	}
	
	.laDetail .cts section.box figure img {
		width: 100%;
		height: auto;
	}
	
	.laDetail .cts section.box dl dt {
		margin: 0px 0px 10px 0px;
		padding: 2px 0px 2px 40px;
		background-image: url(../img/icon.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: 28px auto;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.6;
	}
	
	.laDetail .cts section.box dl dd {
		font-size: 1.3rem;
		line-height: 2.0;
		color: #565656;
	}
	
	.laDetail .more {
		padding: 40px 15px;
		background: #f6f6f6;
	}
	
	.laDetail .more > div > p {
		padding: 0px 0px 10px 0px;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
	}
	
	.laDetail .more > div > div {
		border: #dcdcdc 1px solid;
		background: #fff;
	}
	
	.laDetail .more > div > div a {
		text-decoration: none;
	}
	
	.laDetail .more > div > div a > div {
		display: table;
	}
	
	.laDetail .more > div > div a > div > div {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		box-sizing: border-box;
		text-align: center;
	}
	
	.laDetail .more > div > div a > div > div .text {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
		color: #000;
	}
	
	.laDetail .more > div > div a > div > div .link {
		margin: 5px 0px 0px 0px;
		font-size: 1.1rem;
	}
	
	.laDetail .more > div > div a > div > div .link span {
		display: block;
		width: 150px;
		margin: 0px auto;
		padding: 6px 0px;
		background: #ff0000;
		border-radius: 3px;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}
	
	.laDetail .more > div > div a > div > figure {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		font-size: 0px;
	}
	
	.laDetail .more > div > div a > div > figure img {
		width: 100%;
		height: auto;
	}
	
	.laDetail .back {
		padding: 30px 0px 50px 0px;
		text-align: center;
		font-size: 1.2rem;
	}
	
	.laDetail .back a {
		display: block;
		width: 310px;
		margin: 0px auto;
		padding: 15px 0px 15px 20px;
		background: #fff url(../img/arrow.png) no-repeat 45px 50%;
		border: #dcdcdc 1px solid;
		border-radius: 3px;
		box-sizing: border-box;
		text-decoration: none;
		color: #565656;
	}

	div.title{
		font-size: 1.7rem;
		font-weight: bold;
		display: block;
		border-left: solid 8px #B0D7EF;
		padding: 0.5em;
		background-color: #fff;
		margin: 40px 0 30px 0;
	}

	.cts.special article a {
	    padding: 0;
	    margin-bottom: 30px;
	}
	
	.cts.special article a h2 {
	    margin: 0;
	    line-height: 1;
	}	
	
	.cts.special article a h2 img {
	    width: 100%;
	}


	.cts.special article p a {
	    background-color: initial;
	    display: inline;
	}

	.cts.special article p {
	    text-align: right;
	    font-size: 1.1em;
	}


}

article.new a{
	position: relative;
}

article.new a:before {
    content: "NEW";
    display: block;
    position: absolute;
    font-size: 10px;
    padding: 0.5em 0.5em;
    background-color: red;
    left: 20px;
    top: 150px;
    font-weight: bold;
    color: white;
}

@media print, screen and (max-width: 767px){
article.new a:before {
    left: 10px;
    top: 70px;
}
}

/*
@media print, screen and (min-width: 768px){

.laIndex .cts.sec3 article:nth-of-type(1),
.laIndex .cts.sec3 article:nth-of-type(2) {
    height: 200px;
    margin-left: 190px;
    margin: 0 auto;
    display: block;
    width: 499px;
}
*/

/*
.laIndex .cts.sec3 article:nth-of-type(1){
	margin-right: 50px;
}

.laIndex .cts.sec3 article:nth-of-type(1) a,
.laIndex .cts.sec3 article:nth-of-type(2) a {
    height: 200px;
    width: 240px;
    border: 0;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
}

.laIndex .cts.sec3 article:nth-of-type(1) a h2,
.laIndex .cts.sec3 article:nth-of-type(2) a h2 {
    left: 239px;
    top: -1px;
    height: 200px;
    width: 280px;
    border-right: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: #fff1f1;
}

.laIndex .cts.sec3 article:nth-of-type(1) a:before,
.laIndex .cts.sec3 article:nth-of-type(2) a:before {
    top: 160px;
}

*/

}