.p-header-nav-list__item-link.is-preference {
  color: #339933;
}

.p-nav-inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 9.3rem 0 13rem;
}
.p-nav__title {
  margin: 0 0 6.8rem;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}
.p-nav-inner h2{
/*  text-align: center;*/
	margin: 2em 0 1em;
	    font-size: 2.5rem;
    font-weight: normal;
    border-bottom: 0.3rem solid #EC7C30;
    padding-bottom: 0.3rem;
/*    margin: 0 0 3rem;*/
}
.p-nav-inner h2:nth-of-type(2){
    border-bottom: 0.3rem solid #5B9AD4;
}
.p-nav-inner h2:nth-of-type(3){
    border-bottom: 0.3rem solid #6FAB47;
}

.p-preference-inner .p-preference_title_h2{
	text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin: 2em 0 -1rem;
	background-color: #AABCE6;
	padding: 0.4em 0;

}
.p-nav-list {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin: -2.2rem -4rem 0;
}
.p-nav-list__item {
  width: 50%;
  float: left;
  padding: 2.2rem 4rem 10px;
}
.p-nav-list__item:nth-child(2n + 1) {
  clear: both;
}
.p-nav-list__item:nth-of-type(odd){
  padding: 2.2rem 2.5rem 10px 7rem;
}
.p-nav-list__item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 2rem 5.3rem;
	font-weight: 600;
  min-height: 10.7rem;
  font-size: 1.8rem;
  border-radius: 0 0 2.5rem 0;
  position: relative;
  background: url("images/nav-arrow.svg") right 3rem center/1.5rem 2.8rem no-repeat,#ffc235;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
color: #393939;
}
.p-nav-list__item-link.blue {
  background: url("images/nav-arrow.svg") right 3rem center/1.5rem 2.8rem no-repeat,
    #6DBDE0;
}
.p-nav-list__item-link.green {
  background: url("images/nav-arrow.svg") right 3rem center/1.5rem 2.8rem no-repeat,
    #97D63E;
}
.p-nav-list__item-link-marker {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%);
}
.p-nav-list__item .supplementary{
	font-size: 0.85em;
	display: block;
	font-weight: 500;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Noto Serif JP", メイリオ, Meiryo, serif;
	color: #842F00;
	-webkit-text-stroke-width: 0.2px;
-webkit-text-stroke-color: #842F00;
}
.p-nav-list__item .blue .supplementary{
	color: #002651;
	-webkit-text-stroke-width: 0.2px;
-webkit-text-stroke-color: #002651;
}
.p-nav-list__item .green .supplementary{
	color: #003F2B;
	-webkit-text-stroke-width: 0.2px;
-webkit-text-stroke-color: #003F2B;
}
.p-preference__title .supplementary{
	font-size: 0.7em;
	display: block;
	font-weight: 500;
/*	font-family:"ヒラギノ角ゴ ProN W3",  "游ゴシック", "Yu Gothic", HiraKakuProN-W3,  メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;*/
	color: #333;
	margin-top: 0.5em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Noto Serif JP", メイリオ, Meiryo, serif;
}
.attention p{
	font-size: 1.4rem;
	margin: 0.2em 0;
	color: #777;;
}
@media screen and (max-width: 900px) {
  .p-nav-inner {
    padding: 5rem 2rem;
  }
  .p-nav__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .p-nav-list {
    margin: -1.5rem -2rem;
  }
  .p-nav-list__item {
    width: 100%;
    float: none;
    padding: 2rem 2rem 1.5rem 4rem;
  }
.p-nav-list__item:nth-of-type(odd){
    padding: 2rem 2rem 1.5rem 4rem;
}
  .p-nav-list__item-link {
    font-size: 1.3rem;
    min-height: 8rem;
    padding: 1.5rem 4rem;
    background-size: 1.1rem auto;
    background-position: right 1.7rem center;
  }
  .p-nav-list__item-link-marker img {
    width: auto;
    max-width: none;
/*    height: 8rem;*/
  }
}

.p-preference-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 10rem 0 9.6rem;
}
.p-preference__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
color: #393939;

}
.p-preference__title::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 5.2rem;
  background: url("images/preference-title-icon.svg") center/cover no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.p-preference__title.blue::before {
  background: url("images/preference-title-icon_b.svg") center/cover no-repeat;
}
.p-preference__title.green::before {
  background: url("images/preference-title-icon_g.svg") center/cover no-repeat;
}
.p-preference__title-icon {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-0.5rem);
  margin-right: 0.5rem;
}
.p-preference__link {
  text-align: center;
}
.p-preference-info {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 3.2rem;
}
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 3.2rem;
}
/*
.table td{
  border-right: 1px solid;
}
*/
.p-preference-info-content_head{
background-color: #B7EDEE;
}
td.p-preference-info-content_head{
text-align: center;
}
.p-preference-info__title {
  background:#7ec713;
  border-radius: 0 0 1.5rem 0;
  padding: 0.3em 0.8em;
  text-align: left;
  color: #ffffff;
  font-size: 1.5rem;
  vertical-align: top;
}
.p-preference-info__title.is-orange {
  background: #ff9a00;
}
.p-preference-info-content {
  padding-left: 1.8rem;
}
.table .p-preference-info-content {
  vertical-align: top;
}
.p-preference__link {
  margin-top: 7rem;
}
.p-preference-info ol{
	padding-left: 20px;
	margin-bottom: 1.5em;
}
.p-preference-info li{
	margin-bottom: 0.5em;
}
.p-preference-info h4{
	margin:0 0;
border-bottom: 0.2rem solid #7ec713;
    padding-bottom: 0.4rem;
	color: #333;
}
.p-preference-info-address{
	background: #f5f5f5;
	padding: 2em;
	margin-top: 3em;
}
.p-preference-info-address h4{
	margin: 0 0 1em;
	border-bottom: 0.2rem solid #7ec713;
    padding-bottom: 0.8rem;
	color: #555;
	font-size: 1.5em;
}
.p-preference-info-address p{
	margin: 0;
}
.p-preference-info ul{
	padding: 1em;
	margin: 0;
}
/*tableの中のtableレイアウト*/
.in_table{
	border-collapse:collapse;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;;
}
.in_table th{
  border:1px solid #ddd;
  background:#F4F4F4;
padding: 0.5em;
	font-weight: 600;
}
.in_table td{
  border:1px solid #ddd;
  background:#ffffff;
	padding: 0.5em;
}
@media screen and (max-width: 900px) {
  .p-preference-inner {
    padding: 5rem 2rem;
  }
  .p-preference__title {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 3rem;
    position: relative;
  }
	.p-preference-info__title br{
		display: none;
	}
  .p-preference__title::before {
    width: 2rem;
    height: 3.15rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-preference-info {
    border-spacing: 0 1rem;
  }
  .p-preference-info tr{
  display:flex;
  flex-flow: column;
margin-bottom: 1em;
  }
  .p-preference-info__title {
    font-size: 1.2rem;
    width: 100%;
	  margin-bottom: 1em;
  }
  .p-preference-info-content {
    font-size: 1.2rem;
	 	padding-left: 0;
  }
  .p-preference__link {
    margin-top: 5rem;
  }
/*tableの中のtableレイアウト*/
.in_table tr{
display: table-row;
flex-flow: column;
}
.in_table th{
  border:1px solid #ddd;
  background:#F4F4F4;
padding: 0.5em;
	font-weight: 600;
}
.in_table td{
  border:1px solid #ddd;
  background:#ffffff;
	padding: 0.5em;
}
}
