@charset "utf-8";
/* CSS Document */
/*=====================================  
    PC 設定
=======================================*/ 

/*-------------------------------------------------------------------
    共通設定
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #page main {
    padding-bottom: 45px;
  }
  #page #main-visual {
    height: 200px;
    margin-bottom: 120px;
    padding-top: 55px;
  }
	p {
    /* margin-bottom: 70px; */
    margin-bottom: 10px;
  }
  .m-b120_pc {
    margin-bottom: 120px !important;
  }
  .page-title {
    font-size: 5.2rem;
  }
  #page .title-caption {
    font-size: 2.0rem;
		margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .page-title {
    max-width: 980px;
    text-align: left;
  }
  #page .title-caption {
    max-width: 980px;
    text-align: left;
  }
}
/*-------------------------------------------------------------------
    .breadcrumb
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.breadcrumb > li + li:before {
		padding: 0 15px;
	}
	.breadcrumb {/* bootstrap overwrite */
		padding: 8px 15px;
		margin-bottom: 30px;
	 }
 }
/*-------------------------------------------------------------------
    section.page-section1
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  section.page-section1 .sec-box {
    max-width: 980px;
    padding-bottom: 120px;
  }
  .sec-navy {
    padding-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  section.top-section1 {
    max-width: 1268px;
    max-height: 585px;
  }
  section.top-section1 .container {
    max-width: 1268px;
    width: 100%
  }
  .top-section1 .box-banner div {
    margin-right: 10px;
  }
  .top-section1 .box-banner img {
    max-height: 518px;
  }
  .top-section1 .box-heig {
    margin: 0;
    /*margin-left: 10px;*/
  }
}
/*-------------------------------------------------------------------
    .head-line
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .catch-copy {
	text-align: left;
    font-size: 5.2rem;
    margin-bottom: 70px;
  }
  .lead {
    font-size: 2.0rem;
    margin-bottom: 120px;
  }
  .head-line_01 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 70px;
    font-size: 4.0rem;
  }
  .head-line_02 {
    height: 80px;
    line-height: 80px;
    margin-bottom: 50px;
    font-size: 3.5rem;
    text-indent: 25px;
  }
  .head-line_02::after {
    border-width: 0 0 80px 660px;
  }
  .head-line_03 {
    margin-bottom: 30px;
    border-left: 7px solid #0f3c5a;
    font-size: 3.3rem;
    text-indent: 25px;
  }
  .head-line_04 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 2.8rem;
    text-indent: 5px;
  }
  .head-line_05 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    text-indent: 5px;
  }
}
/*-------------------------------------------------------------------
    table
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  table.table {/* bootstrap overwrite */
    margin-bottom: 70px;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {/* bootstrap overwrite */
    padding: 20px 20px;
	font-size: 15px;
  }
  .color-table.table-bordered > tbody > tr > th,
  .color-table.table-bordered > tbody > tr > td {/* bootstrap overwrite */
    display: table-cell;
  }
}

/*-------------------------------------------------------------------
    list
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.list-ul,
	.list-ol {
		margin-bottom: 70px;
	}
	.list-ul li,
	.list-ol li {
		margin-bottom: 30px;
	}
}
/*-------------------------------------------------------------------
    .btn-link
-------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  .btn-link_l {
		width: 450px;
    margin-bottom: 40px;
  }
  .box-btn-link_s {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .btn-link_l {
		width: auto;
    margin-bottom: 40px;
  }
  .btn-link_l a {
    width: 470px;
    font-size: 2.3rem;
  }
  .btn-link_l a:hover {
    background-color: #fff;
    color: #0F3C5A;
    border: 1px solid #0F3C5A;
    text-decoration: none;
  }
  .btn-link_l a:hover::after {
    /*background: url(../images/icon-triangle_navy.png) no-repeat;*/
  }
  .box-btn-link_s {
    width: 100%;/*700px*/
    text-align: left;
    margin-bottom: 120px;
  }
  .btn-link_s {
    margin-right: 28px;
    margin-bottom: 30px;
  }
	.btn-link_s:last-child {
		margin-bottom: 30px;
	}
  .btn-link_s a:hover {
    background-color: #fff;
    color: #0F3C5A;
    border: 1px solid #0F3C5A;
    text-decoration: none;
  }
}
/*-------------------------------------------------------------------
    .box-btn-img
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.sec-box-btn-img {
		padding-left: 15px;
		padding-right: 15px;
	}
  .box-btn-img_l {
    width: 100%;
    margin-bottom: 70px;
  }
  .box-btn-img_l:hover,
  .box-btn-img_s:hover {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
  }
  .sec-box-btn-img div:nth-child(even) .box-btn-img_l {
    margin-right: 0;
  }
  .box-btn-img_l h5,
  .box-btn-img_s h5 {
    /* font-size: 2.5rem; */
    font-size: 2.1rem;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;/*15px*/
    line-height: 1.3;
  }
  .box-btn-img_l p,
  .box-btn-img_s p {
    font-size: 1.5rem;
    margin: 0 20px 30px;
  }
  .box-btn-img_s {
    width: 302px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
	
	.sec-box-btn-img {
		padding-left: 0;
		padding-right: 0;
	}
  .box-btn-img_l {
    width: 472px;
  }
}
/*-------------------------------------------------------------------
    .area-img_text
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .area-img_left,
  .area-img_right {
    /* margin-bottom: 120px; */
  }
  .area-img_left img,
  .area-img_right img {
	max-width: 370px;
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
	}
  .area-img_left img.w200,
  .area-img_right img.w200 {
	max-width: 200px;
	}
  .area-img_left img.w250,
  .area-img_right img.w250 {
	max-width: 250px;
	}
  .area-img_left img {
    float: left;
    margin-right: 40px;
  }
  .area-img_right img {
    float: right;
    margin-left: 40px;
  }
}
/*-------------------------------------------------------------------
    .sec-figure
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sec-figure_l figure {
    width: 300px;
    margin-bottom: 120px;
  }
  .sec-figure_l figcaption,
  .sec-figure_s figcaption{
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .sec-figure_s figure {
    margin-bottom: 0;
  }
}
/*-------------------------------------------------------------------
    .sec-img3 
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.sec-img3 {
		margin-bottom: 120px;
	}
	.sec-img3 figcaption {
		margin: 30px auto 0;
	}
}
@media screen and (min-width: 992px) {
	.sec-img3 figure {
  	margin-bottom: 0;
	}
}
/*-------------------------------------------------------------------
   .sec-navy .btn-link
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.sec-navy .btn-link_l a:hover {
		background-color: transparent;
		color: #fff;
		border: 1px solid #fff;
		text-decoration: none;
	}
	.sec-navy .btn-link_l a:hover::after {
		background: url(../image/icon-triangle.png) no-repeat;
		background-size: contain;
		width: 10px;
		height: 10px;
	}
	.sec-navy .btn-link_s a:hover {
		background-color: transparent;
		color: #fff;
		border: 1px solid #fff;
	}
}
/*-------------------------------------------------------------------
   .page-section2
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .page-section2 h4 {
    font-size: 3.3rem;    
  }
	.page-section2 .col-md-6 {
		padding-right: 0;
		padding-left: 0;
		max-height: 500px;
	}
	.img-section2_01,
	.img-section2_02 {
		padding-right: 0;
		padding-left: 0;
		height: 384px;
		background-size: cover;
	}
  .page-section2 p {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media screen and (min-width: 1200px) {
	.page-section2 h4 {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  .page-section2 p {
    margin-left: 150px;
    margin-right: 150px;
  }
}
