/****************pc*****************/

/* common setting */
body{
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-weight: 500;
}

img{
	max-width: 100%;
}

.pcbr{display: block;}
.tabbr{display: none;}
.spbr{display: none;}

.darkgray{color: #333;}

/* layout */
.case-container{
	max-width: 1080px;
	margin: 120px auto 0;
}

.case-container p{
	line-height: 1.8;
}

.case-section{
	margin-bottom: 4rem;
}

.case-row{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.case-row-rev{
	flex-direction: row-reverse;
}

/* heading */
.case-h1{
	font-weight: bold;
	font-size: 2.1rem;
	border-bottom: 6px solid #67c9cf;
	padding: 0 0 3px 5px;
	margin-bottom: 0.7rem;
}

.case-h2{
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.case-h3{
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	padding: 0.6rem 0 0.5rem 1.5em;
	background: #67c9cf;
	color: #fff;
	letter-spacing: 2px;
}

.case-h4{
	font-weight: bold;
	font-size: 1.63rem;
	margin-bottom: 1.5rem;
	padding: 2px 0 1px 0.3em;
	border-left: 6px solid #67c9cf;
	line-height: 1.4;
}

.case-h5{
	font-weight: bold;
	font-size: 1.21rem;
	color: #333;
	margin-bottom: 1rem;
	padding: 0 0 0.1em 0.3em;
	border-bottom: 1px solid #333;
	line-height: 1.5;
}

.case-h5-name{
	font-size: 0.94rem;
	padding-top: 0.2rem;
}

/* breadcrumb */
.case-bread{
	font-size: 0.79rem;
	padding: 0 0.5rem 3rem 0.6rem;
}

/* catch text */
.case-catch{
	font-size: 1.1rem;
}

/* case list */
.case-list{
	padding: 0;
	line-height: 1.8;
}

.case-list li{
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5rem;
}

.case-list li:before{
	content: "●";
	color: #67c9cf;
}

/* case future */
.case-future{
	border: 4px solid #67c9cf;
	padding: 1.5rem 2rem;
}

.case-future .case-row{
	align-items: center;
}

.case-future .case-col:nth-of-type(1){
	flex-basis: 53%;
}

.case-future .case-col:nth-of-type(2){
	flex-basis: 40%;
	text-align: center;
}

.case-future-h{
	color: #333;
	font-weight: bold;
	font-size: 1.21rem;
	border-bottom: 4px solid #67c9cf;
	padding: 0 0 0.5rem 0.5em;
	margin-bottom: 1.5rem;
}

.case-future-text{
	padding: 0 0.5rem;
}

/* case about */
.case-about{
	margin-bottom: 6rem;
	font-size: 0.84rem;
}

.case-about > .case-col:nth-of-type(1){
	flex-basis: 43%;
}

.case-about > .case-col:nth-of-type(2){
	flex-basis: 53%;
}

.case-about-ta{
	width: 100%;
}

.case-about-ta th{
	border-bottom: 1px solid #000;
	text-align: center;
	color: #29aae1;
	width: calc(8em + 40px);
	padding: 1rem 0;
}

.case-about-ta th > span{
	display: inline-block;
	background: #f1f1f1;
	border-radius: 4px;
	min-width: 8em;
}

.case-about-ta td{
	border-bottom: 1px solid #000;
	padding: 1rem 0 1rem 20px;
}

/****************tablet*****************/

@media screen and (max-width:1199px){

/* common setting */
.pcbr{display: none;}
.tabbr{display: block;}
.spbr{display: none;}

/* layout */
.case-container{
	margin-left: 1rem;
	margin-right: 1rem;
}

}

/****************mobile*****************/

@media screen and (max-width: 767px) {

/* common setting */
.pcbr{display: none;}
.tabbr{display: none;}
.spbr{display: block;}

/* layout */
.case-container{
	margin-top: 100px;
}

.case-row{
	flex-direction: column;
}

.case-row-rev{
	flex-direction: column;
}

.case-col{
	padding-bottom: 1rem;
}

/* heading */
.case-h1{
	font-size: 1.6em;
}

.case-h2{
	font-size: 1.6rem;
}

.case-h3{
	font-size: 1rem;
	padding-left: 1em;
}

.case-h4{
	font-size: 1.3rem;
}

.case-h5{
	font-size: 1.1rem;
	padding-left: 0;
}

/* case future */
.case-future{
	padding: 1.5rem 1rem;
}

/* case about */
.case-about > .case-col:nth-of-type(1){
	text-align: center;
}

.case-about-ta th{
	width: calc(8em + 10px);
}

.case-about-ta td{
	padding-left: 10px;
}

}

/*end*/