@charset "UTF-8";

header#header01 .h_logo {
  width: 250px;
  text-align: left;
}

header#header01 .h_gnav {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 979px) {
header#header01 .h_logo {
	margin-left:3%;
}
header#header01 .h_gnav {
  width: 100%;
}
}

.top_banner .banner_in.banner_bg_green a {
  background-color: #33AB65;
}
.top_banner .banner_in.banner_bg_blue a {
  background-color: #0094AB;
}

.top_banner .banner_in a:after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 7px);
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_box01{
	background:#EFF6F7 url(../image/common/top_bg01.gif) repeat-x bottom center;
}
@media only screen and (max-width: 690px) {
.top_box01{
	background-size: 330% auto;
}
}

/* sub page css */
.cv_style03.page {
  max-width: 640px;
  color: #fff;
  background: #E4A333 url(../image/common/cv_bg_img.png) no-repeat bottom right / auto 100%;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cv_style03.page .cv_style03_in {
    display: inline-block;
    text-align: left; }
.cv_style03.page .cv_style03_tel {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2; }
.cv_style03.page .cv_style03_tel:before {
  font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 5px;
}

.cv_style03.page .cv_style03_in > div {
  display: table;
  table-layout: fixed;
}
.cv_style03.page .cv_style03_in .title02,
.cv_style03.page .cv_style03_in .title_en {
  display: table-cell;
  text-align: left;
  padding-right: 10px;
  vertical-align: middle;
}
.cv_style03.page .cv_style03_in .title_en {
  position: relative;
  color: #CCCCCC;
  letter-spacing: 2px;
}
.cv_style03.page .cv_style03_in .title_en:before,
.cv_style03.page .cv_style03_in .title_en:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #CCCCCC;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
.cv_style03.page .cv_style03_in .title_en:after {
  margin-right: 0;
}
.cv_style03.page .cv_style03_tel a{
	color:#FFF;
}
@media only screen and (max-width: 690px) {
.cv_style03.page{
	padding:40px 5%;
	text-align:center;
}
.cv_style03.page .cv_style03_in{
	width:100%;
	text-align:center;
}
.cv_style03.page .cv_style03_in > div{
	width:100%;
	text-align:center;
}
.cv_style03.page .cv_style03_in .title02, .cv_style03.page .cv_style03_in .title_en{
	display:block;
	text-align:center;
	color:#FFF;
}
.cv_style03.page .cv_style03_tel{
	font-size:30px;
}

}

/*sitemap*/
/*------------------------------------------------------------------------*/

.sitemap{
	margin-bottom:100px;
}
@media only screen and (max-width: 690px) {
.sitemap{
	margin-bottom:50px;
}
}
.sitemap li{
	list-style:none;
}
.sitemap li a{
 display:inline-block;
 padding:5px 0 5px 20px;
 position:relative;
}
.sitemap li a:before{
 content:"";
 box-sizing:border-box;
 width:8px;
 height:8px;
 border-top:1px solid #007f92;
 border-right:1px solid #007f92;
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
 position:absolute;
 left:0;
 top:13px;
}

.sitemap li li a:before{
 content:"";
 box-sizing:border-box;
 width:6px;
 height:6px;
 background:#007f92;
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
 position:absolute;
 left:5px;
 top:14px;
}
.sitemap li li{
 padding-left:25px;
}


.cv_style02.icon_non .cv_style02_btn a.btn:before{
	display:none;
}


.btn_to_form a {
  width: 350px;
  max-width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  color:#ffffff;
  background-color: #33AA65;
  margin-left:auto;
  margin-right: auto;
  padding:23px 5px;
}
.btn_to_form a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.text_link {
  color: #0047FF;
  text-decoration: underline;
}
.text_link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.col4_m.anchor .btn a {
  min-height: 48px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-top:2px;
  padding-bottom: 2px;
  padding-left: 23px;
  padding-right: 5px;
  justify-content: center;
}
.col4_m.anchor .btn {
  position: relative;
}
.col4_m.anchor .btn.downward a::before {
  position: absolute;
  left:12px;
  top:calc(50% - 10px);
}

.col4_m.anchor .col {
  width: calc((100% - 8px* 3) / 4);
  margin-left: 8px;
}
.col4_m.anchor .col:nth-child(4n+1) {
  margin-left: 0;
}
.col4_m.anchor .col:nth-child(n+5) {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .col4_m.anchor .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .col4_m.anchor .col:nth-child(n+5) {
    margin-top: 0;
  }
}

.title03_blb2 .d-inline-block {
  display: inline-block;
  font-size: 24px;
  color:#0D4F6C;
}

@media only screen and (max-width: 690px) {
  .title03_blb2 .d-inline-block {
    font-size: 18px;
  }
}


@media only screen and (max-width: 850px) {
  .table_wrap.bp-850 {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sp_on.bp-850 {
    display: block;
  }
}

.btn_col2 {
  display: flex;
  justify-content: space-around;
}
.btn_col2 > div {
  max-width: 48%;
}

@media only screen and (max-width: 690px) {
  .btn_col2 {
    flex-direction: column;
  }
  .btn_col2 > div {
    max-width: 100%;
    width: 100%;
  }
  .btn_col2 > div:nth-child(n+2) {
    margin-top: 12px;
  }
}

.btn_col2 .btn-main a {
  width: 350px;
  max-width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  color:#ffffff;
  background-color: #4AA9B7;
  border:1px solid #4AA9B7;
  margin-left:auto;
  margin-right: auto;
  padding:23px 5px;
}
.btn-main a:hover {
  background-color: #ffffff;
  color:#4AA9B7;
  text-decoration: none;
}
.btn_col2 .btn-white a {
  width: 350px;
  max-width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  color:#4AA9B7;
  background-color: #ffffff;
  border:1px solid #4AA9B7;
  margin-left:auto;
  margin-right: auto;
  padding:23px 5px;
}
.btn-white a:hover {
  background-color: #4AA9B7;
  color:#ffffff;
  text-decoration: none;
}

.btn_col2 .btn-accent a {
  width: 350px;
  max-width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  color:#ffffff;
  background-color: #33AA65;
  border:1px solid #33AA65;
  margin-left:auto;
  margin-right: auto;
  padding:23px 5px;
}
.btn-accent a:hover {
  background-color: #ffffff;
  color:#33AA65;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .formflow li:after {
    right:-20px;
  }
}