@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 70px 0px;
		background: #f5eeee;
	}
	
	.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: #f18a8a;
	}
	
	.laIndex .head > div > div p {
		font-size: 1.6rem;
		color: #565656;
		line-height: 1.8;
	}
	
	.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 {
		max-width: 1070px;
		margin: 0px auto;
		padding: 0px 15px;
		box-sizing: content-box;
	}
	
	.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 article:nth-of-type(1) a {
		background-image: url(../img/index_pic01.jpg);
	}
	
	.laIndex .cts article:nth-of-type(2) a {
		background-image: url(../img/index_pic02.jpg);
	}
	
	.laIndex .cts article:nth-of-type(3) a {
		background-image: url(../img/index_pic03.jpg);
	}
	
	.laIndex .cts article:nth-of-type(4) a {
		background-image: url(../img/index_pic04.jpg);
	}
	
	.laIndex .cts article:nth-of-type(5) a {
		background-image: url(../img/index_pic05.jpg);
	}
	
	.laIndex .cts article a h2 {
		min-height: 111px;
		width: calc(100% - 2px);
		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;
		left: 1px;
	}
	
	.laIndex .cts article a:hover h2 {
		color: #f18a8a;
	}
	
	.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;
	}

	.tk-sw-RelatedRecStatic {
	    display: flex;
	    width: 100%;
	    justify-content: center;
	}

	.tk-sw-RelatedRecStatic__item {
	    width: 245px;
	    margin-left: 30px;
	}

	.tk-sw-RelatedRecStatic__item:nth-child(3n+1) {
	    margin-left: 0;
	}

	.tk-sw-RelatedRecStatic__item+.tk-sw-RelatedRecStatic__item {
	    margin-top: 0px;
	}

}

@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: #f5eeee;
	}
	
	.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: #f18a8a;
	}
	
	.laIndex .head > div > div p {
		font-size: 1.4rem;
		color: #565656;
		line-height: 1.8;
	}
	
	.laIndex .cts {
		padding: 0px 15px;
	}
	
	.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 article:nth-of-type(1) a {
		background-image: url(../img/index_pic01.jpg);
	}
	
	.laIndex .cts article:nth-of-type(2) a {
		background-image: url(../img/index_pic02.jpg);
	}
	
	.laIndex .cts article:nth-of-type(3) a {
		background-image: url(../img/index_pic03.jpg);
	}
	
	.laIndex .cts article:nth-of-type(4) a {
		background-image: url(../img/index_pic04.jpg);
	}
	
	.laIndex .cts article:nth-of-type(5) a {
		background-image: url(../img/index_pic05.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;
	}
	
	
	
	
	
	
	
}

