@charset "UTF-8";

h3 + p {margin-top:0.5em;}

main .btn {margin-top:2em; text-align:right;}
main .btn a {padding:0.8em 3em 0.8em 1em; background:url(../../common/images/icon_arwR.png) 94% center no-repeat; background-size:auto 0.9em; border:2px solid #004000; color:#004000;}

table.fee th,
table.fee td {line-height:1.5;}
table.fee td span {font-size:80%;}

.arw {position:relative; display:block; width:3em; height:3em; margin:0 auto; padding:0; background:url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgd2lkdGg9IjMwMHB4IiBoZWlnaHQ9IjMwMHB4IiB2aWV3Qm94PSIwIDAgMzAwIDMwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAwIDMwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDQwMDA7c3Ryb2tlLXdpZHRoOjY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMjMxLjUsMTEyLjI1IDE1MCwxODcuNzUgNjguNSwxMTIuMjUgIi8+Cjwvc3ZnPg==') center top no-repeat; background-size:contain; vertical-align:middle; text-decoration:none; font-size:1em;}
dl.step dt span {margin-right:0.5em;}


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

@media screen and (max-width:900px){
  
  h3 {font-size:130%; font-weight:800; line-height:1.4;}
  h4 {color:#004000; font-size:110%; font-weight:800; line-height:1.4;}
  
  main .ptxt,
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
  main .area2 .ptxt,
  main .area3 .ptxt {width:100%;}
  
  main .ptxt,
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
  main .area2 .ptxt,
  main .area3 .ptxt {width:100%; margin-right:0; margin-left:0;}

	.contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; margin-top:0; padding:2em 1.5em; background:#004000; color:#fff; font-size:95%;}
	.contents > .ptxt:nth-child(1) p {margin:0;}
	.contents > .ptxt:nth-child(1) p span {font-size:110%; font-weight:700;}
	
	ul.service {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:3em 0 0 0;}
	ul.service li {margin:0 0 2em 0; padding:2em 2em; background:#570c2a; color:#fff;}
	ul.service li:nth-child(even) {background:#004000;}
	ul.service dl dt {padding:0 0 0 1.2em; border-left:3px solid #fff; font-size:90%; line-height:1.5;}
	ul.service dl dt span {font-size:160%; font-weight:700;}
	ul.service dl dd {padding:1.3em 0 0 0; font-size:90%;}
	ul.service dl dd .btn {margin:1em 0 0 0;}
	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::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 {opacity:0.8;}

  table.service {width:100%; border-top:1px solid #7f7f7f;}
  table.service th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.service td {padding:0.5em; border:1px solid #ddd;}
  table.service thead th {background:#004000; color:#fff;}
  table.service tbody th {text-align:left;}
  table.service tbody tr:nth-child(even) th,
	table.service tbody tr:nth-child(even) td {background:#fafafa;}

  dl.step {width:100%; margin:0 auto 1.2em auto; padding:0 2em; background:#fff; border:2px solid #004000; border-radius:4px;}
  dl.step dt {position:relative; padding:2em 0 1.5em 0; border-bottom:1px solid #004000; color:#004000; font-size:110%; font-weight:600; line-height:1.3;}
	dl.step dd {padding:1.5em 0 2em 0; line-height:1.8;}

}



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

@media screen and (min-width:901px) {
  
  h3 {font-size:150%; font-weight:800; line-height:1.4;}
  h4 {color:#004000; font-size:120%; font-weight:800; line-height:1.4;}
  
  .area2 .fleft {width:30% !important; max-width:350px !important;}
  .area2 .fright {width:65% !important;}
  .area3 .fleft {width:65% !important;}
  .area3 .fright {width:30% !important; max-width:350px !important;}
  
  main .ptxt,
  main h2,
  main .area1,
  main .area2,
  main .area3 {}
  main .area2 .ptxt,
  main .area3 .ptxt {}

	.contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; max-width:none; margin:0; padding:2em 0; background:#004000; color:#fff; font-size:105%;}
	.contents > .ptxt:nth-child(1) p {width:91%; max-width:980px; margin:0 auto; text-align:center;}
	.contents > .ptxt:nth-child(1) p span {font-size:110%; font-weight:700;}
	
	ul.service {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; margin:3em 0 0 0;}
	ul.service li {width:48%; margin:0 0 2em 0; padding:2em 3em; background:#570c2a; color:#fff;}
	ul.service li:nth-child(even) {background:#004000;}
	ul.service dl dt {padding:0 0 0 1.2em; border-left:3px solid #fff; font-size:85%; line-height:1.5;}
	ul.service dl dt span {font-size:180%; font-weight:700;}
	ul.service dl dd {padding:1.3em 0 0 0; font-size:85%;}
	ul.service dl dd .btn {margin:1em 0 0 0;}
	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::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 {opacity:0.8;}
  
  main .btn a {transition:0.3s;}
  main .btn a:hover {opacity:0.8;}

  table.service {width:100%; border-top:1px solid #7f7f7f;}
  table.service th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.service td {padding:0.5em; border:1px solid #ddd;}
  table.service thead th {background:#004000; color:#fff;}
  table.service tbody th {}
  table.service tbody tr:nth-child(even) th,
	table.service tbody  tr:nth-child(even) td {background:#fafafa;}

  dl.step {width:100%; margin:0 auto 0.5em auto; padding:0 3em; background:#fff; border:3px solid #004000; border-radius:5px;}
	dl.step dt {position:relative; padding:2em 0 1.5em 0; border-bottom:2px solid #004000; color:#004000; font-size:120%; font-weight:600; line-height:1.3; text-align:center;}
	dl.step dd {padding:1.5em 0 2em 0; line-height:1.8;}

}

@media screen and (min-width:1281px) {
}


