@charset "UTF-8";

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


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

@media screen and (max-width:900px){
  
  h3 {font-size:130%; font-weight:800; line-height:1.4;}
  
  .contents {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%;}

	.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:#f0f7ff; font-size:95%;}
	.contents > .ptxt:nth-child(1) p {margin:0;}
	.contents > .ptxt:nth-child(1) p strong {color:#0347a3; font-size:115%; font-weight:800;}

  table.recruit {width:100%; border-top:1px solid #7f7f7f;}
  table.recruit th {width:7em; padding:0.5em 1em; border:1px solid #ddd; vertical-align:top;}
  table.recruit td {padding:0.5em 1em; border:1px solid #ddd;}
  table.recruit tr:nth-child(even) th,
  table.recruit tr:nth-child(even) td {background:#fafafa;}

}



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

@media screen and (min-width:901px) {
  
  h3 {font-size:150%; 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:4em 0; background:#f0f7ff url(../images/bg_img01.jpg) center top no-repeat; background-size:cover; font-size:105%;}
	.contents > .ptxt:nth-child(1) p {display:flex; justify-content:flex-end;  width:91%; max-width:980px; margin:0 auto;}
	.contents > .ptxt:nth-child(1) p span {display:block; width:50%;}
	.contents > .ptxt:nth-child(1) p strong {color:#0347a3; font-size:120%; font-weight:800;}

  table.recruit {width:100%; border-top:1px solid #7f7f7f;}
  table.recruit th {width:30%; padding:0.5em 0.5em 0 1.5em; border:1px solid #ddd; vertical-align:top;}
  table.recruit td {padding:0.5em 1.5em 0.5em 1.5em; border:1px solid #ddd;}
  table.recruit tr:nth-child(even) th,
  table.recruit tr:nth-child(even) td {background:#fafafa;}

}

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


