@charset "UTF-8";


ul.s_list {}
ul.s_list li {padding:0 0 1em 1em; text-indent:-1em;}

ul.s_list2 {}
ul.s_list2 li {padding:0 0 0 1em; text-indent:-1em;}

strong {font-size:115%;}

.area1 {margin-top:2em; text-align:center;}
.area1 img {width:auto !important; max-width:100%;}

main .ptxt a {display:block; width:60%; margin:0 auto; padding:0.3em 0; border:1px solid #7f1b31; border-radius:3px; color:#7f1b31; font-size:110%; text-align:center; text-decoration:none !important;}


/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){
  
	 main h2 {width:90%; margin-left:auto; margin-right:auto;}
  main h2 + .ptxt {width:90%; margin:2em auto 0 auto;}
  main h2:first-child {margin:12% auto 0 auto;}

	.area2 {width:90%; margin:2.5em auto 0 auto; padding-bottom:2em;}
 .area2 .fleft {position:relative; width:70%; border-right:2rem solid #fff; font-size:0; z-index:+1;}	
 .area2 .fright {width:90%; margin:-2.5em 0 0 10%; padding:5em 2em 3em 0 !important; border:3px solid #7f1b31; border-left:0; line-height:1.8;} 
	.area2 .fright span {font-size:120%; font-weight:700; line-height:1.5;}
 
 .ptxt + .ptxt {width:90%; margin:3em auto 0 auto; padding:2.2em 2em; border:4px solid #7f1b31; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
	
	ul.service {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:5em 0 0 0;}
	ul.service li {margin:0 0 2em 0; padding:2em 2em; background:#7f1b31; color:#fff;}
	ul.service li:nth-child(even) {background:#7f1b31;}
	ul.service dl dt {padding:1.5em 0 1.5em 7em; font-size:90%; line-height:1.5;}
	ul.service dl dt span {font-size:160%; font-weight:700;}
	ul.service dl dd {padding:1em 0 0 0; font-size:90%;}
	ul.service dl dd .btn {margin:1em 0 0 0; text-align:right;}
	ul.service dl dd .btn a {position:relative; padding:0.3em 2em 0.3em 1em; border:1px solid #fff; color:#fff; text-decoration:none;}
	ul.service dl dd .btn a::after {position:absolute; display:block; content:''; width:0.5em; height:0.5em; border:1px solid #fff; border-bottom:0; border-left:0; right:1em; top:39%; transform:rotate(45deg);}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
 
 main .ptxt a {transition:0.3s;}
 main .ptxt a:hover {background:#7f1b31; color:#fff;}
 
 main h2 {width:94%; max-width:1200px; margin-left:auto; margin-right:auto;}
 main h2 + .ptxt {width:94%; max-width:1200px; margin:2em auto 0 auto;}
 main h2:first-child {margin:8% auto 0 auto;}
	
	.area2 {width:94%; max-width:1200px; margin:2.5em auto 0 auto; padding-bottom:2em;}
 .area2 .ptxt {display:flex; position:relative; align-items:center; justify-content:space-between; width:100%;}
 .area2 .ptxt .fleft {position:relative; width:40%; border-right:3em solid #fff; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph; z-index:+1;}	
 .area2 .ptxt .fright {position:absolute; width:75%; bottom:-2em; right:0; margin:6em 0 0 25%; padding:5em 2em 5em 16%; border:3px solid #7f1b31; border-left:0; line-height:1.8;}
	.area2 .fright span {font-size:115%; font-weight:700;}
 
 .ptxt + .ptxt {width:94%; max-width:1200px; margin:3em auto 0 auto; padding:2em 4em 1.8em 4em; border:4px solid #7f1b31; font-weight:600; line-height:2; text-align:center;}
	
	ul.service {width:80%; margin:9em auto 0 auto;}
	ul.service li {margin:0 0 2em 0; padding:2em 3em; background:#7f1b31; color:#fff;}
	ul.service li:nth-child(even) {background:#7f1b31;}
	ul.service dl dt {padding:1.5em 0 1.5em 7em; font-size:85%; line-height:1.5;}
	
	ul.service dl dt span {font-size:180%; font-weight:700;}
	ul.service dl dd {padding:1em 0 0 0; font-size:85%;}
	ul.service dl dd .btn {margin:1.5em 0 0 0; text-align:right;}
	ul.service dl dd .btn a {position:relative; padding:0.3em 2em 0.3em 1em; border:1px solid #fff; color:#fff; transition:0.3s;}
	ul.service dl dd .btn a:hover {background:#fff; border:1px solid #fff; color:#7f1b31;}
	ul.service dl dd .btn a::after {position:absolute; display:block; content:''; width:0.5em; height:0.5em; border:1px solid #fff; border-bottom:0; border-left:0; right:1em; top:39%; transform:rotate(45deg);}
	ul.service dl dd .btn a:hover::after {border:1px solid #7f1b31; border-bottom:0; border-left:0;}

}

