@charset "UTF-8";
/* CSS Document */
.p-mainvisual_outline_textbox {
  box-sizing: border-box;
  position: relative;
  margin: 143px auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 520px;
  height: 250px;
  z-index: 1;
  color: #fff;
}
.p-mainvisual.type-color01 .p-mainvisual_outline_textbox {
  background-color: rgba(119, 127, 173, .7);
}
.p-mainvisual_outline_textbox:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/base/bg-stripe-white.png') repeat 0 0;
  opacity: .5;
}

.p-intro_outline_anchorItem {
  position: relative;
  display: block;
  width: 25%;
  height: 56px;
  margin: 0 2px;
  padding: 10px 0 56px;
  border-radius: 0 0 10px 10px;
  background-color: #e29f49;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  text-align: center;
  box-sizing: border-box;
}

.p-links3_outline_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-links3_outline_listItem {
  border: 1px solid #c3bfb6;
  margin: -1px 0 0;
}
.p-links3_outline_listItem a {
  position: relative;
  padding: 3px 30px 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.p-links3_outline_listItem a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  font-size: 28px;
  line-height: 1;
  color: #535E83;
  margin-top: -14px;
}

.p-links3_outline_icon {
  width: 150px;
  margin-right: 10px;
}

.p-links3_outline_title {
  width: 100%;

}
.p-links3_outline_title .text {
  display: block;
	margin: 10px 0 10px 10px;

}
.p-links3_outline_title .sub {
  display: block;
  color: #535E83;

}
.p-links3_outline_listItem {
    width: 100%;
	margin-bottom: 10px
  }
.p-links3 {
    padding-top:30px;
  }
  .p-links3_outline_listItem a:hover {
    opacity: 1;
  }
  .p-links3_outline_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    width: 48px;
    margin-right: 10px;
  }
  .p-links3_outline_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

  }
  .p-links3_outline_title .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
	  
  }
  .p-links3_outline_title .sub {
    display: block;
    margin-left: auto;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;
    white-space: nowrap;
  }

.p-links3_outline_list .type-color00 {
  background-color: rgba(227,180,213,0.5)
}
.p-links3_outline_list .type-color01 {
  background-color: rgba(239,187,209,0.5)
}
.p-links3_outline_list .type-color02 {
  background-color: rgba(241,189,169,0.5)
}
.p-links3_outline_list .type-color03 {
  background-color: rgba(246,215,116,0.5)
}
.p-links3_outline_list .type-color04 {
  background-color: rgba(247,232,76,0.5)
}
.p-links3_outline_list .type-color05 {
  background-color: rgba(211,217,83,0.5)
}
.p-links3_outline_list .type-color06 {
  background-color: rgba(138,191,148,0.5)
}
.p-links3_outline_list .type-color07 {
  background-color: rgba(128,196,201,0.5)
}
.p-links3_outline_list .type-color08 {
  background-color: rgba(124,200,233,0.5)
}
.p-links3_outline_list .type-color09 {
  background-color: rgba(159,183,218,0.5)
}
.p-links3_outline_list .type-color10{
  background-color: rgba(192,178,207,0.5)
}
.p-links3_outline_list .type-color11 {
  background-color: rgba(217,177,195,0.5)
}
.p-links3_outline_list .type-color12 {
  background-color: rgba(217,194,167,0.5)
}
.p-links3_outline_list .type-color-white {
  background-color: #f5f4f2;
}
@media screen and (min-width: 769px) {
  /* ---------------------------
 * PC
 * --------------------------- */
.p-links3 {
    margin: 0 0 60px;
  }
  .p-links3_outline_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
  .p-links3_outline_listItem {
    width: 410px;
	  margin-bottom: 20px;
  }
  .p-links3_outline_title .text {

    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
	  letter-spacing: 3px;
	  margin:8px auto;
	  font-weight: bold;
	  color: #535E83;
	  text-align: center;
  }
  .p-links3_outline_title .sub {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.375;
	  margin:auto;
	  text-align: center;
	  
  }	
	.p-inquiry_outline_number {
  margin: 0;
  font-weight: normal;
  color: #2D4187;
  text-align: center;
}
	
}

.p-index2_outline_img{
	width: 300px;
	margin:20px auto 0px;
	text-align: center;

}

@media screen and (max-width: 768px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
 .p-mainvisual_outline_textbox {
    box-sizing: border-box;
    position: relative;
    margin: 38px auto;
    padding: 10px;
    width: 240px;
    height: 180px;
    z-index: 2;
    color: #fff;
	 background-color: #535E83;
  }
  .p-mainvisual_outline_textbox:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../img/base/bg-stripe-white.png') repeat 0 0;
    opacity: .5;
  }
	.p-mainvisual__text{
		font-size: 16px;
	}
	.p-index2_outline_img{
	width: 100%;
    margin: 0px auto 0px;
	text-align: center;

}
	.p-index2__image {
		margin-top: 0px;
	}
	.p-links3 {
    padding: 20px 0 0;
  }
}
