/*!
* bootstrap拡張
* 拡張クラスは「-pc-」です
*/
.container_extend{
 margin: 0 auto;
 padding:0 10px;
 width: 100%;
 max-width: 960px;
}

.no-gutters{
 padding-left: 0;
 padding-right: 0;
}

/*パンくずリスト*/
.breadcrumb_wrap{
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
@media (max-width: 768px){
	.breadcrumb_wrap{
		border-top: 1px solid #ccc;
	}
}
.breadcrumb_extend{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	background-color: #fff;
	color:#246EBA;
	padding: 10px 0;
	font-size: 12px;
}
.breadcrumb_extend a,
.breadcrumb_extend a:link,
.breadcrumb_extend a:visited,
.breadcrumb_extend a:hover,
.breadcrumb_extend a:active,
.breadcrumb_extend a:focus
{color:#666;}

.breadcrumb_extend li{
	list-style: none;
}
.breadcrumb_extend li:after{
	content:"　／　";
	color:#666;
}
.breadcrumb_extend li:last-child:after{
	content:none;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.col-pc-1, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-10, .col-pc-11, .col-pc-12,.col-pc-auto,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}






@media (min-width: 769px){
	.col-pc {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-pc-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-pc-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-pc-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-pc-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-pc-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-pc-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-pc-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-pc-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-pc-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-pc-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-pc-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-pc-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-pc-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-pc-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-pc-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-pc-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-pc-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-pc-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-pc-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-pc-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-pc-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-pc-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-pc-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-pc-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-pc-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-pc-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-pc-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-pc-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-pc-0 {
	  margin-left: 0;
	}
	.offset-pc-1 {
	  margin-left: 8.333333%;
	}
	.offset-pc-2 {
	  margin-left: 16.666667%;
	}
	.offset-pc-3 {
	  margin-left: 25%;
	}
	.offset-pc-4 {
	  margin-left: 33.333333%;
	}
	.offset-pc-5 {
	  margin-left: 41.666667%;
	}
	.offset-pc-6 {
	  margin-left: 50%;
	}
	.offset-pc-7 {
	  margin-left: 58.333333%;
	}
	.offset-pc-8 {
	  margin-left: 66.666667%;
	}
	.offset-pc-9 {
	  margin-left: 75%;
	}
	.offset-pc-10 {
	  margin-left: 83.333333%;
	}
	.offset-pc-11 {
	  margin-left: 91.666667%;
	}

	.d-pc-none {
	  display: none !important;
	}
	.d-pc-inline {
	  display: inline !important;
	}
	.d-pc-inline-block {
	  display: inline-block !important;
	}
	.d-pc-block {
	  display: block !important;
	}
	.d-pc-table {
	  display: table !important;
	}
	.d-pc-table-row {
	  display: table-row !important;
	}
	.d-pc-table-cell {
	  display: table-cell !important;
	}
	.d-pc-flex {
	  display: -webkit-box !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.d-pc-inline-flex {
	  display: -webkit-inline-box !important;
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	}

	.flex-pc-row {
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: normal !important;
	  -ms-flex-direction: row !important;
	  flex-direction: row !important;
	}
	.flex-pc-column {
	  -webkit-box-orient: vertical !important;
	  -webkit-box-direction: normal !important;
	  -ms-flex-direction: column !important;
	  flex-direction: column !important;
	}
	.flex-pc-row-reverse {
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.flex-pc-column-reverse {
	  -webkit-box-orient: vertical !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: column-reverse !important;
	  flex-direction: column-reverse !important;
	}
	.flex-pc-wrap {
	  -ms-flex-wrap: wrap !important;
	  flex-wrap: wrap !important;
	}
	.flex-pc-nowrap {
	  -ms-flex-wrap: nowrap !important;
	  flex-wrap: nowrap !important;
	}
	.flex-pc-wrap-reverse {
	  -ms-flex-wrap: wrap-reverse !important;
	  flex-wrap: wrap-reverse !important;
	}
	.justify-content-pc-start {
	  -webkit-box-pack: start !important;
	  -ms-flex-pack: start !important;
	  justify-content: flex-start !important;
	}
	.justify-content-pc-end {
	  -webkit-box-pack: end !important;
	  -ms-flex-pack: end !important;
	  justify-content: flex-end !important;
	}
	.justify-content-pc-center {
	  -webkit-box-pack: center !important;
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
	.justify-content-pc-between {
	  -webkit-box-pack: justify !important;
	  -ms-flex-pack: justify !important;
	  justify-content: space-between !important;
	}
	.justify-content-pc-around {
	  -ms-flex-pack: distribute !important;
	  justify-content: space-around !important;
	}
	.align-items-pc-start {
	  -webkit-box-align: start !important;
	  -ms-flex-align: start !important;
	  align-items: flex-start !important;
	}
	.align-items-pc-end {
	  -webkit-box-align: end !important;
	  -ms-flex-align: end !important;
	  align-items: flex-end !important;
	}
	.align-items-pc-center {
	  -webkit-box-align: center !important;
	  -ms-flex-align: center !important;
	  align-items: center !important;
	}
	.align-items-pc-baseline {
	  -webkit-box-align: baseline !important;
	  -ms-flex-align: baseline !important;
	  align-items: baseline !important;
	}
	.align-items-pc-stretch {
	  -webkit-box-align: stretch !important;
	  -ms-flex-align: stretch !important;
	  align-items: stretch !important;
	}
	.align-content-pc-start {
	  -ms-flex-line-pack: start !important;
	  align-content: flex-start !important;
	}
	.align-content-pc-end {
	  -ms-flex-line-pack: end !important;
	  align-content: flex-end !important;
	}
	.align-content-pc-center {
	  -ms-flex-line-pack: center !important;
	  align-content: center !important;
	}
	.align-content-pc-between {
	  -ms-flex-line-pack: justify !important;
	  align-content: space-between !important;
	}
	.align-content-pc-around {
	  -ms-flex-line-pack: distribute !important;
	  align-content: space-around !important;
	}
	.align-content-pc-stretch {
	  -ms-flex-line-pack: stretch !important;
	  align-content: stretch !important;
	}
	.align-self-pc-auto {
	  -ms-flex-item-align: auto !important;
	  align-self: auto !important;
	}
	.align-self-pc-start {
	  -ms-flex-item-align: start !important;
	  align-self: flex-start !important;
	}
	.align-self-pc-end {
	  -ms-flex-item-align: end !important;
	  align-self: flex-end !important;
	}
	.align-self-pc-center {
	  -ms-flex-item-align: center !important;
	  align-self: center !important;
	}
	.align-self-pc-baseline {
	  -ms-flex-item-align: baseline !important;
	  align-self: baseline !important;
	}
	.align-self-pc-stretch {
	  -ms-flex-item-align: stretch !important;
	  align-self: stretch !important;
	}
  .navbar-expand-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-pc .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-pc .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-pc .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-pc .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-pc > .container,
  .navbar-expand-pc > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-pc .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-pc .navbar-toggler {
    display: none;
  }
  .navbar-expand-pc .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
  .float-pc-left {
    float: left !important;
  }
  .float-pc-right {
    float: right !important;
  }
  .float-pc-none {
    float: none !important;
  }
  .m-pc-0 {
    margin: 0 !important;
  }
  .mt-pc-0,
  .my-pc-0 {
    margin-top: 0 !important;
  }
  .mr-pc-0,
  .mx-pc-0 {
    margin-right: 0 !important;
  }
  .mb-pc-0,
  .my-pc-0 {
    margin-bottom: 0 !important;
  }
  .ml-pc-0,
  .mx-pc-0 {
    margin-left: 0 !important;
  }
  .m-pc-1 {
    margin: 0.25rem !important;
  }
  .mt-pc-1,
  .my-pc-1 {
    margin-top: 0.25rem !important;
  }
  .mr-pc-1,
  .mx-pc-1 {
    margin-right: 0.25rem !important;
  }
  .mb-pc-1,
  .my-pc-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-pc-1,
  .mx-pc-1 {
    margin-left: 0.25rem !important;
  }
  .m-pc-2 {
    margin: 0.5rem !important;
  }
  .mt-pc-2,
  .my-pc-2 {
    margin-top: 0.5rem !important;
  }
  .mr-pc-2,
  .mx-pc-2 {
    margin-right: 0.5rem !important;
  }
  .mb-pc-2,
  .my-pc-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-pc-2,
  .mx-pc-2 {
    margin-left: 0.5rem !important;
  }
  .m-pc-3 {
    margin: 1rem !important;
  }
  .mt-pc-3,
  .my-pc-3 {
    margin-top: 1rem !important;
  }
  .mr-pc-3,
  .mx-pc-3 {
    margin-right: 1rem !important;
  }
  .mb-pc-3,
  .my-pc-3 {
    margin-bottom: 1rem !important;
  }
  .ml-pc-3,
  .mx-pc-3 {
    margin-left: 1rem !important;
  }
  .m-pc-4 {
    margin: 1.5rem !important;
  }
  .mt-pc-4,
  .my-pc-4 {
    margin-top: 1.5rem !important;
  }
  .mr-pc-4,
  .mx-pc-4 {
    margin-right: 1.5rem !important;
  }
  .mb-pc-4,
  .my-pc-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-pc-4,
  .mx-pc-4 {
    margin-left: 1.5rem !important;
  }
  .m-pc-5 {
    margin: 3rem !important;
  }
  .mt-pc-5,
  .my-pc-5 {
    margin-top: 3rem !important;
  }
  .mr-pc-5,
  .mx-pc-5 {
    margin-right: 3rem !important;
  }
  .mb-pc-5,
  .my-pc-5 {
    margin-bottom: 3rem !important;
  }
  .ml-pc-5,
  .mx-pc-5 {
    margin-left: 3rem !important;
  }
  .p-pc-0 {
    padding: 0 !important;
  }
  .pt-pc-0,
  .py-pc-0 {
    padding-top: 0 !important;
  }
  .pr-pc-0,
  .px-pc-0 {
    padding-right: 0 !important;
  }
  .pb-pc-0,
  .py-pc-0 {
    padding-bottom: 0 !important;
  }
  .pl-pc-0,
  .px-pc-0 {
    padding-left: 0 !important;
  }
  .p-pc-1 {
    padding: 0.25rem !important;
  }
  .pt-pc-1,
  .py-pc-1 {
    padding-top: 0.25rem !important;
  }
  .pr-pc-1,
  .px-pc-1 {
    padding-right: 0.25rem !important;
  }
  .pb-pc-1,
  .py-pc-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-pc-1,
  .px-pc-1 {
    padding-left: 0.25rem !important;
  }
  .p-pc-2 {
    padding: 0.5rem !important;
  }
  .pt-pc-2,
  .py-pc-2 {
    padding-top: 0.5rem !important;
  }
  .pr-pc-2,
  .px-pc-2 {
    padding-right: 0.5rem !important;
  }
  .pb-pc-2,
  .py-pc-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-pc-2,
  .px-pc-2 {
    padding-left: 0.5rem !important;
  }
  .p-pc-3 {
    padding: 1rem !important;
  }
  .pt-pc-3,
  .py-pc-3 {
    padding-top: 1rem !important;
  }
  .pr-pc-3,
  .px-pc-3 {
    padding-right: 1rem !important;
  }
  .pb-pc-3,
  .py-pc-3 {
    padding-bottom: 1rem !important;
  }
  .pl-pc-3,
  .px-pc-3 {
    padding-left: 1rem !important;
  }
  .p-pc-4 {
    padding: 1.5rem !important;
  }
  .pt-pc-4,
  .py-pc-4 {
    padding-top: 1.5rem !important;
  }
  .pr-pc-4,
  .px-pc-4 {
    padding-right: 1.5rem !important;
  }
  .pb-pc-4,
  .py-pc-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-pc-4,
  .px-pc-4 {
    padding-left: 1.5rem !important;
  }
  .p-pc-5 {
    padding: 3rem !important;
  }
  .pt-pc-5,
  .py-pc-5 {
    padding-top: 3rem !important;
  }
  .pr-pc-5,
  .px-pc-5 {
    padding-right: 3rem !important;
  }
  .pb-pc-5,
  .py-pc-5 {
    padding-bottom: 3rem !important;
  }
  .pl-pc-5,
  .px-pc-5 {
    padding-left: 3rem !important;
  }
  .m-pc-auto {
    margin: auto !important;
  }
  .mt-pc-auto,
  .my-pc-auto {
    margin-top: auto !important;
  }
  .mr-pc-auto,
  .mx-pc-auto {
    margin-right: auto !important;
  }
  .mb-pc-auto,
  .my-pc-auto {
    margin-bottom: auto !important;
  }
  .ml-pc-auto,
  .mx-pc-auto {
    margin-left: auto !important;
  }
  .text-pc-left {
    text-align: left !important;
  }
  .text-pc-right {
    text-align: right !important;
  }
  .text-pc-center {
    text-align: center !important;
  }

  .lh-pc-10{line-height: 1.0em !important;}
  .lh-pc-11{line-height: 1.1em !important;}
  .lh-pc-12{line-height: 1.2em !important;}
  .lh-pc-13{line-height: 1.3em !important;}
  .lh-pc-14{line-height: 1.4em !important;}
  .lh-pc-15{line-height: 1.5em !important;}
  .lh-pc-16{line-height: 1.6em !important;}
  .lh-pc-17{line-height: 1.7em !important;}
  .lh-pc-18{line-height: 1.8em !important;}
  .lh-pc-19{line-height: 1.9em !important;}
  .lh-pc-20{line-height: 2.0em !important;}
}