@charset "utf-8";

/*--------------------------------------------------------------
  keycolor
--------------------------------------------------------------*/
.primary_bg{
  background-color: #FF9800;
}
.secondary_bg{
  background-color: #3F51B5;
}

.primary_col{
  color: #FF9800;
}
.secondary_col{
  color: #e75296;
}

/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/
.logo {
    width: 100%;
    height: 78px;
}
.logo_left {
    float: left;
    width: 400px;
    padding: 10px;
    height: 78px;;
}
.logo_right {
    float: right;
}
.logo_right a{
  color: #fff;
  padding: 10%;
  width: 250px;
  height: 78px;
  display: inline-block;
  text-align: center;
}

.logo_right a:hover{
  text-decoration: none;
  opacity: .8;
  transition: .3s ;
}

.logo_right a i{
    margin-right: 0.4em;
}

.logo_right_tel {
    float: right;
    color: #fff;
    padding: 7px 60px;
    margin: 10px 16px;
}

.logo_right_tel span {
    display: block;
    font-size: 0.6em;
}

.logo_right_tel b {
    font-size: 1.2em;
}

/*--------------------------------------------------------------
  gnav
--------------------------------------------------------------*/
.gnav{
    height: 80px;}

.gnav>ul{
    list-style: none;
    width: 1260px;
    height: 80px;
    margin: 0 auto;
    padding: 0;}

.gnav ul>li{
    float: left;
    display: block;
    width: calc(100% / 5);
    border-left: 1px solid #fff;
    background-color: #fff;
}

.gnav ul>li:last-child{
    border-right: 1px solid #fff;}

.gnav ul>li>a{
    color: #fff;
    display: inline-block;
    padding: 28px 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.gnav ul>li a:hover{
  text-decoration: none;
  opacity: .8;
  transition: .3s ;
}
.gnav ul>li a i{
    margin-right: 0.4em;
}

ul.gnav_list > li.gnav_list_dropdown {
    position: relative;
}

li.gnav_list_dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 24px;
    right: 15px;
    color: #fff;
    font-size: 1.4em;
}

li.gnav_list_dropdown ul.gnav_list_dropdown_menu {
    position: absolute;
    top: 70px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100;
    opacity: 0;
    background: #000;
    padding: 0;
    visibility: hidden;
}

li.gnav_list_dropdown ul.gnav_list_dropdown_menu li {
    float: none;
    width: 100%;
    border:0;
    border-bottom: 1px solid #fff;
}

li.gnav_list_dropdown ul.gnav_list_dropdown_menu li a{
    text-align: left;
    padding: 12px 10px;
    padding-left: 25px;
}
li.gnav_list_dropdown ul.gnav_list_dropdown_menu li:before {
    font-family: FontAwesome;
    content: '\f054';
    color: #fff;
    margin-right: 0.6em;
    display: block;
    position: absolute;
    left: 9px;
    margin-top: 18px;
    font-size: 0.7em;
    z-index: 1;
}

ul.gnav_list > li.gnav_list_dropdown:hover ul.gnav_list_dropdown_menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
}

.gnav.sticky{
  position: sticky;
  top: 0;
  z-index: 30;
}
.gnav.sticky{
  height: 120px;
  transition: .3s ;
}
.gnav.sticky ul{
  height: 60px;
  transition: .3s ;
}

.gnav.sticky ul li a{
  padding: 18px 8px;
  transition: .3s ;
}

.gnav.sticky li.gnav_list_dropdown ul.gnav_list_dropdown_menu{
  top:50px;
  visibility: hidden;
}
.gnav.sticky li.gnav_list_dropdown:hover ul.gnav_list_dropdown_menu {
    top: 60px;
    visibility: visible;
    opacity: 1;
    height: auto;
}

.gnav.sticky li.gnav_list_dropdown:after {
    top: 14px;
}

.logo2{display:none;}
.gnav2{
  background: linear-gradient(360deg,#FF9800 50%, #fff 50%) !important;
}

.gnav2 .logo2{
  background: #fff;
  width: 1260px;
  margin: auto;
  height: 60px;
}
.gnav2 .logo2_left{
    width: 32%;
    float: left;
    height: 60px;
    padding: 1%;
}
.gnav2 .logo2_left img{
  width:auto;
  height:   38px;
}
.gnav2 .logo2_right{
  float: right;
}

.gnav2 .logo2_right a{
  color: #fff;
  padding: 5%;
  width: 280px;
  height: 60px;
  display: inline-block;
  text-align: center;
}
.gnav2 .logo2_right a:hover{
  text-decoration: none;
  opacity: .8;
  transition: .3s ;
}

.slidemenu,
.menu-button-right{display: none;}

/*--------------------------------------------------------------
  main
--------------------------------------------------------------*/
main{

}
.bg_01{
    background: #fff;
}
.wrap{
  width:1260px;
  margin:0 auto;
  padding: 60px 0;
}
.wrap2{
  width:1260px;
  margin:0 auto;
  padding: 0;
}

.mainv{
  width: 100%;
}

.slick-slide {
}

.mainv_01{
  width: 100%;
  height: 300px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.bg{
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.mainv_content{
    width: 100%;
    height: 300px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.mainv_content h1{
    position: absolute;
    margin: auto;
    top: 30%;
    left: 0;
    right: 0;
    padding: 0 10%;
}
.mainv_content p{
    position: absolute;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10%;
}

p.caution {
    background: #DCE775;
    float: right;
    display: inline-block;
    padding: 10px;
    font-size: .8em;
}
p.caution:after{
	content: "";
	clear: right;
}

.leftbox{
  float:  left;
  width:70%;
}

.leftbox_box{
  background-color: #fff;
  padding:  2rem;
  margin-bottom:20px;
}

.rightmenu{
  float:  right;
  width:  28%;
}
.rightmenu_wrap{
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 1px;
}
.rightmenu_wrap{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.rightmenu_box{
  padding: 0 2rem;
}

.rightmenu_box ul{
  list-style: none;
  padding: 0;
}
.rightmenu_box ul li{
  margin-bottom:10px;
  margin-left: 10px;
  position: relative;
}
.rightmenu_box ul li:before{
    font-family: FontAwesome;
    content: '\f054';
    color: #ffd98a;
    margin-right: 0.6em;
    display: block;
    position: absolute;
    left: -16px;
}


h1.h1_01{
    text-align: center;
    font-style: italic;
    color: #0a1d7a;
    width: 300px;
    margin: auto;
    border-bottom: double 4px #0a1d7a;
    padding-bottom: 4px;
    margin-bottom: 60px;
}
h1.h1_01 span{
    display: block;
    font-size: 0.4em;
    border-bottom: 1px solid #0a1d7a;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.leftbox_box > h3{
    color: #444;
    font-size: 1.2em;
    position: relative;
    padding: 10px 0 2px 34px;
    border-bottom: 2px solid #ffd98a;
    margin-bottom: 16px;
    margin-top: 40px;
}
.leftbox_box > h3:before,
.leftbox_box > h3:after{
    content: "";
    position: absolute;
    margin: auto;
}
.leftbox_box > h3:before{
    width: 12px;
    height: 12px;
    top: 0;
    left: 14px;
    background: #ffd98a;
    transform: rotate(50deg);
}
.leftbox_box > h3:after{
    width: 8px;
    height: 8px;
    top: 18px;
    left: 6px;
    background: #ffd98a;
    transform: rotate(20deg);
}

h4{
    color: #444;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0 0 2px 12px;
    border-left: 4px solid #ffd98a;
    border-bottom: 1px solid #ffd98a;
}

.leftbox_box div.img_r + div{
  width: 67%;
}

.bg_02{
  background-color: #e8f0f6;
  padding-bottom: 60px;
}
.bg_03{
  background-color: #F57C00;
  color:#fff;
}
.bg_05{
  background-color: #f6f6f6;
}

.wrap_01{
  padding-top: 80px;
  width: 980px;
}

.box_01{
  background-color: #fff;
  box-shadow: 4px 4px #0a1d7a;
  padding:30px;
  margin-bottom: 60px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.box_01 h2{
  display: block;
  color: #0a1d7a;
  background-color: #cddaee;
  font-size: 1.2em;
  padding: 6px 0 6px 16px;
}

.box_01_all{
  width: 100%;
}

.box_01_left{
  width: 530px;
  float: left;
}
.box_01_right{
  width: 305px;
  float: right;
}
.box_01_right p{
  margin-bottom: 0;
}
.box_01_right p img{
  width: 100%;
}

.box_01_right p.comments{
    font-size: 0.8em;
}
.box_01_right p.comments:first-child{
    margin-top: 40px;
}
.box_01_right p.comments:before{
    content: "※";
    position: relative;
    left: -20px;
    display: block;
    top: 19px;
    margin-top: -19px;
}

.box_know{
  padding:30px;
  background-color: #ffd;
  border:3px solid #ffd98a;
  position: relative;
  margin-top: 60px;
}
.leftbox_box .box_know h3{
    position: absolute;
    top: -46px;
    left: 10px;
    border: 3px solid #ffd98a;
    background-color: #ffd;
    padding: 5px 20px;
}
.leftbox_box .box_know h3:before{
    content: "\f0eb";
    font-family: FontAwesome;
    display: inline-block;
    color: #fff;
    background-color: #FF9800;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 30px;
    font-size: 1.2em;
    margin-right: 6px;
}
.leftbox_box .box_know p:last-child{
  margin-bottom:0;
}

.leftbox_box ul{
  list-style: none;
}
.leftbox_box ul li:before{
  content: "■";
  color: #FF9800;
  margin-right: 5px;
}

b.red{
  color: red;
}
.box_pdf{
  border:1px solid #f6f6f6;
  background-color: #ffffdd;
  padding:30px;
  margin-bottom:30px;
}
.box_pdf p:last-of-type{
  margin-bottom:0;
}
.box01_pdf_link:before{
  content:"\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-right:1em;
  color: #FF9800;
}

.mainv_02{
  background: -webkit-linear-gradient(135deg, #dbdbdb 25%, #fff 25%);
  background: -o-linear-gradient(135deg, #dbdbdb 25%, #fff 25%);
  background: linear-gradient(135deg, #dbdbdb 25%, #fff 25%);
  height: 580px;
  text-align: center;
}

.mainv_02 h1 {
    padding-top: 100px;
    margin-bottom: 80px;
}

.mainv_02 p{
  margin-bottom:80px;
}

.button_list{
  list-style: none;
  padding:0;
}
.button_list a{
  text-decoration:none;
}

.btn_01{
  color: #fff;
  background-color: #3F51B5;
  border:1px solid #3F51B5;
}
.btn_01:hover{
  color: ##3F51B5;
  background-color: #fff;
  border:1px solid #3F51B5;
  text-decoration: none;
}
.btn_size_01{
  width: 70%;
  font-size: 1.4rem;
}

.btn_02{
  color: #fff;
  background-color: #FF9800;
  border:1px solid #FF9800;
}
.btn_02.nowork{
  background-color: #f6f6f6;
}
.btn_02:hover{
  color: #FF9800;
  background-color: #fff;
  border:1px solid #FF9800;
}
.btn_02.nowork:hover{
  color: #212529;
  background-color: #f6f6f6;
  border:1px solid #EA5F00;
  cursor: default;
}

.btn_02_size{
  width: 65%;
  position: relative;
}
.btn_02_size:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    border: 1px double #fff;
    top: 0;
    left: 0;
    height: 100%;
}
.btn_02_size span{
  font-size: 1.4em;
  font-weight: bold;
}

.btn_03{
  color: #212529;
  background-color: #fff;
  border:1px solid #0a1d7a;
}
.btn_03:hover{
  color: #fff;
  background-color: #0a1d7a;
  border:1px solid #0a1d7a;
}

.button_list_01,
.button_list_02{
  list-style: none;
  padding:0;
}

.button_list_01 li,
.button_list_02 li{
  float: left;
  width: calc(96%/4);
  margin-right: 1%;
  margin-bottom: 1%;
}

.button_list_01 li:last-child,
.button_list_02 li:last-child{
  margin:0;
}

.button_list_01 a,
.button_list_02 a{
  text-decoration: none;
  width: 100%;
  line-height: 1em;
  padding: 0 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: .8em;
}

.attention_01{
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: .6em;
}

.btn_box{
  width: 920px;
  margin: 0 auto;
  background-color: #0a1d7a;
  color: #fff;
  padding:20px;
}
.btn_box:hover{
  opacity: .8;
}
.btn_box a{
  color: #fff;
}
.btn_box a:hover{
  text-decoration:none;
}

.btn_box_left{
  width: 30%;
  float: left;
  padding: 29px 0px;
}
.btn_box_left p{
  margin-bottom:20px;
  font-weight:bold;
  font-size: 1.2em;
}
.btn_box_left span{
  display: block;
  background-color: #fff;
  padding:10px;
  text-align: center;
  font-weight:bold;
  color: #000;
  border-radius: 30px;
}
.btn_box_right{
  float: right;
  width: 66%;
}

.h2_01{
  position: relative;
  background: #ffd98a;
  padding: 10px 5px 10px 60px;
  font-size: 20px;
  color: #474747;
  margin-bottom: 30px;
}
.h2_01:before{
    font-family: FontAwesome;
    content: "\f0eb";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #FF9800;
    font-weight: normal;
    width: 52px;
    text-align: center;
    height: 52px;
    line-height: 40px;
    left: 0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    font-size: 2em;
    z-index: 1;
    padding-top: 3px;
}

.h2_01:after{
    content: "";
    background-color: #fff;
    display: block;
    width: 33px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.h2_02 {
  position: relative;
  padding: 0.5em;
  background: #3F51B5;
  margin-bottom: 30px;
  color: white;
}

.h2_02::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #2b3466;
}

.h2_icon{
  color: #0056b3;
}
.h2_icon:after{
  content:"";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 4px;
}
.h2_icon i{
  color:#FF9800;
  margin-right:0.6em;
}
.h2_icon{
  margin-bottom: 20px;
}

.h2_icon span {
    color: #fff;
    background-color: #3F51B5;
    font-size: 0.7em;
    padding: 4px 13px;
    margin: 0px 0px 6px 10px;
    display: inline-block;
    vertical-align: middle;
}

.rightmenu h2{
    text-align: center;
    font-size: 1.2em;
    color: #474747;
    margin: 20px 0;
    padding: 6px 0;
}
.rightmenu .rightmenu_01{background-color: #ffd98a;}
.rightmenu .rightmenu_01 + div.rightmenu_box ul li:before{color: #ffd98a;}
.rightmenu .rightmenu_02{background-color: #DCE775;}
.rightmenu .rightmenu_02 + div.rightmenu_box ul li:before{color: #DCE775;}
.rightmenu .rightmenu_03{background-color: #F8BBD0;}
.rightmenu .rightmenu_03 + div.rightmenu_box ul li:before{color: #F8BBD0;}

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

.image_list li{
  width: 49%;
  float: left;
  margin-bottom: 20px;
}

.image_list li:nth-child(even){
  float: right;
}

.image_list li img{
  width:100%;
  height: 300px;
  object-fit: cover;
}

p.point_text{
  background: #fff;
  padding: 20px;
}
span.orange{
  color: #EA5F00;
}
span.orange b{
  font-size: 1.4em;
}

.ulist {
    margin: 0;
    padding: 0 2%;
    list-style: none;
    margin-bottom: 20px;
}
.ulist li {
  padding: 1em 0;
  border-bottom:1px solid rgba(0,0,0,0.2);
}
.ulist li a {
  text-decoration: none;
  display: block;
}
.ulist-left {
  display: inline-block;
  width: 20%;
  margin-right: 9%;
  vertical-align: middle;
}
.ulist-right {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  margin-bottom:20px;
  overflow-y: hidden !important;
}

.scroll-table table {
    margin: 0;
    border: none;
}

.leftbox_box ul.office_list {
    list-style: none;
    padding: 0;
    display: flex;
}
.leftbox_box ul.office_list li:before{
  content: "";
  display: none;
}
.leftbox_box ul.office_list li img {
    width: 250px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
.table_01 th,
.table_01 td {
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 10px;
}
.table_01 th:last-child,
.table_01 td:last-child {
  border-right: 0;
}

.table_01 th{
  background-color: #ffd98a;
  color: #474747;
}

.table_01 tbody tr:hover{
  background-color: #f6f6f6;
}
.table_01_02 th{
  background-color:#F8BBD0;
}
.table_01_02 th.th_col1{
  background-color: #ffd98a;
}

.office_history{
	width: 65%;
	float: right;
}

.office_history dl,
.office_history_02 dl {
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.office_history dl:nth-of-type(even),
.office_history_02 dl:nth-of-type(even){
	background: #fafafa;
}
.office_history dl dt,
.office_history_02 dl dt {
    clear: left;
    float: left;
    width: 14%;
    font-weight: normal;
    padding-left: 10px;
}
.office_history dl dd,
.office_history_02 dl dd {
    margin-left: 15%;
    padding: 0;
}




/*--------------------------------------------------------------
  bottom
--------------------------------------------------------------*/
.bottom{
  padding: 60px 0;
}

.blue{
  color:#0a1d7a;
  text-align:center;
  display: block;
  font-size: 1em;
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
}

.bottom ul{
  width: 840px;
  list-style: none;
  padding:0;
  margin:auto;
}
.bottom ul li{
  float: left;
  margin-bottom: 30px;
}
.bottom ul li:nth-child(2n){
  float: right;
}

.bottom_01 a{
  box-shadow: 0px 0px 6px 3px #ccc;
  background-color: #EA5F00;
  color: #fff;
  display: block;
  width: 400px;
  height: 90px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}
.bottom_02 a{
  box-shadow: 0px 0px 6px 3px #ccc;
  background-color: #EA5F00;
  color: #fff;
  display: table-cell;
  width: 400px;
  height: 90px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.bottom_03 a{
  box-shadow: 0px 0px 6px 3px #ccc;
  background-color: #fff;
  color: #000;
  display: table-cell;
  width: 400px;
  height: 90px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.bottom_01 a:before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom_02 a:before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom_01 a:after{
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #EA5F00;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 0;
  height: 10px;
  width: 10px;
}
.bottom_02 a:after{
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #EA5F00;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 0;
  height: 10px;
  width: 10px;
}

.bottom_01 a:hover,
.bottom_02 a:hover{
  text-decoration:none;
  opacity: .8;
  transition: .3s;
}
.bottom_03 a:hover{
  text-decoration: none;
  cursor: default;
}

.bottom_03 a i{
  font-size: 2em;
  margin-right: .4em;
}
.bottom_03 a span{
  display: none;
}
.bottom_03 a b{
  font-size: 2em;
  color:#EA5F00;
}
.bottom_04{
  width: 400px;
}
.bottom_04 img{
  width: 100%;
}

#pagetop{
  position: fixed;
  right: 20px;
  bottom: 450px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 20;
}

.footer_banner ul{
  list-style: none;
  padding-left: 0;
}

.footer_banner ul li{
    position: relative;
    background-color: #000;
    margin-bottom: 20px;
    height: 12vh;
    overflow: hidden;
}

.footer_banner ul li a span {
    display: block;
    position: absolute;
    top: -4%;
    right: 3%;
    text-align: right;
    opacity: 1;
    z-index: 1;
    font-size: 1em;
    font-weight: 100;
    color: #fff;
}
.footer_banner ul li a span b{
    display: block;
    font-weight: 100;
    font-size: 1.8em;
}

.footer_banner ul li a img{
  width: 100%;
  opacity: 0.7;
}

.footer_banner ul li a:hover img{
  opacity: 1;
}

.footer_banner ul li a:hover span{
  color: #000;
}


/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/
footer{
  background-color: #727171;
  color: #fff;
}

.footer{
  padding: 60px 0;
}
.footer_link_box{
  float: left;
  width: 31.5%;
  margin-right: 2%;
}
.footer_link_box:last-child{
  margin-right: 0;
}

.footer_link_box h3{
  color: #474747;
  padding:2% 4%;
  margin-bottom:10px;
}

.footer_link_box ul li{
  position: relative;
  margin-bottom:10px;
}
.footer_link_box ul li:before{
    font-family: FontAwesome;
    content: '\f054';
    margin-right: 0.6em;
    display: block;
    position: absolute;
    left: -16px;
}

.footer_link_box h3.h3_fotter_01{background-color:#ffd98a;}
.footer_link_box h3.h3_fotter_02{background-color:#DCE775;}
.footer_link_box h3.h3_fotter_03{background-color:#F8BBD0;}

.footer_link_box h3.h3_fotter_01 + ul li:before{color: #ffd98a;}
.footer_link_box h3.h3_fotter_02 + ul li:before{color: #DCE775;}
.footer_link_box h3.h3_fotter_03 + ul li:before{color: #F8BBD0;}

.footer_link ul{
  list-style: none;
  padding-left: 30px;
}

.footer_link2{
  list-style: none;
  padding-top: 17px;
}
.footer_link2 li{
  float: left;
}
.footer_link2 li::after{
    content:"|";
    margin: 0 1em;
}

.footer_link2 li:last-child::after{
    content:"";
    margin: 0;
}

.footer_link2 a{
  color: #FF9800;
}

.footer_wrap{
  width: 980px;
  margin:0 auto;
  padding-top: 40px;
}

.footer_left{
  float: left;
  width: 550px;
}
.footer_right{
  float: right;
  width: 410px;
}
.footer_right img{
  width: 100%;
}

.footer_top{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer_top h2{
  width: 220px;
  float: left;
}
.footer_top p{
  float: right;
  margin-bottom: 0;
  margin-top: 30px;
}


.copy{
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

/*form*/
dl.form dl,dt,dd {
margin: 0;
padding: 0;
}
dl.form{
background: #f6f6f6;
border: 1px solid #ccc;
border-top: none;
width: 100%;
}
dl.form dt,dd {
padding: 2%;
}
dl.form dt {
border-top: 1px solid #ccc;
clear: left;
float: left;
width: 27%;
}
dl.form dd {
background: #fff;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-left: 27%;
padding-bottom: 0;
}

dl.form dt span {
    background: red;
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 5px;
    font-size: .8em;
    width: 3em;
    margin-top: 3px;
    text-align: center;
}
dl.form dt span.contact_any{
  background-color: #666;
}

/*input*/
textarea,
input,
select{
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
select{
  width: 30%;
}
input.input50{
  width: 49.5%;
  float: left;
}
input.input50:last-of-type{
  float: right;
}

input.p-postal-code{
  width: 15%;
  margin-right: 1%;
}
input.p-postal-code:last-of-type{
  margin-right: 0;
  margin-left: 4px;
}

input.input_tel {
    width: 30%;
    margin-right: 0.5%;
}
input.input_tel:last-of-type{
	margin-right: 0;
}

textarea {
    height: auto; /* お好みの高さに */
    margin-bottom: 10px;
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}

.btn_submit{
  background: #DCE775;
}

ul.form_btn {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
ul.form_btn li {
    width: 48%;
}
ul.form_btn li:before {
	content:"";
	display: none;
}