@charset "utf-8";

/*------------------------------------------------------------------*/
/*--PC用CSS----------------------------------------------------------------*/
/*------------------------------------------------------------------*/

* {
    margin: 0px;
    padding: 0px;
}

@media screen and (min-width: 601px) {


/*基本設定--------------------------*/

body{ 
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",MeiryoKe_PGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fff;
}

img{
	max-width: 100%;
	border-width: 0;
}

.wrapper{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}


.f30{
	font-size: 30px;
}

.f12{
	font-size: 12px;
}

.f9{
	font-size: 9px;
}

.f6{
	font-size: 6px;
}

.lh9{
	line-height: 9px;
}

.sb{
	color: #8dcac2;
}

/****header ****************************************/


header{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	background: linear-gradient(180deg, rgba(221,0,17,1) 0%, rgba(185,7,21,1) 100%);
}

header .header_inner{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

header .header_inner .top{
	margin-top: -15px;
	height: 40px;
}

header  .header_inner .top img{
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	float:left;
}


header ul{
	height: 40px;
	margin-top: -14px;
	padding-left: 60%;
	list-style: none;
	font-size: 15px;
}

header  .header_inner .top ul li{
	float:left;
	text-aline: right;
	padding: 0px 15px;
	margin: 0;
	border-right: 1px solid #fff;
}

header  .header_inner .top ul li a{
	color: #fff;
	text-decoration: none;
}

header .header_inner .top ul li.last{
	border-right: 0px;
}



header .header_inner2 {
    list-style:none;
    text-decoration: none;
    display: none;
}



/****main ****************************************/

.main1{
	margin: 0 auto;
	padding: 50px 0;
	height: auto;
	background: #fff;
	text-align: center;
}


.main2{
	margin: 0 auto;
	padding: 0 0 50px;
	background: #fff;
	text-align: center;
	height: auto;
}


#contents {
    background: #fff;
    width: 740px;
    height: 226px;
    border: 0px solid #CECEBF;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    margin: 0 auto;
    overflow: hidden;
}

.contents_box{
    width: 740px;/*741px*/
    height: auto;
    float: left;
    /* border-left: 2px solid #CECEBF; */
    border-bottom: 0px solid #CECEBF;
}

.contents_box img{
	vertical-align:top;
}

.contents_box_menu{
    width: 740px;/*741px*/
    overflow: hidden;
}

.contents_box_menu li {
    float: left;
    list-style:none;
    width:185px;
}

.contents_box_menu li a:hover{
    opacity: 0.5;
}

/* .contents_box_menu li img{
	max-width:50%;
}*/



/****sub ****************************************/


.sub {
    background: url(../img/sub_bg_2.jpg) repeat;
    width: 235px;
    height: auto;
    /*border-right: 2px solid #CECEBF;
    border-bottom: 2px solid #CECEBF;*/
    margin: 0 auto;
    float: left;
}

.sub .sub_service_box {
    width: 208px;
    margin: 20px auto;

}


.sub .sub_navi_box {
    background-color: rgba(187,187,187,0.4);
    width: 200px;
    height: auto;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
    margin: 0 auto 22px;
    padding: 4px;
}

.sub .sub_navi_box li{
    list-style:none;
    color:#000;
    line-height:40px;
}

.sub .sub_navi_box li a{
    list-style:none;
    text-decoration:none;
    color:#000;
    text-align:left;
    font-size:14px;
}

.sub .sub_navi_heading {
    width: 200px;
    height: 55px;
    
    margin: 0 auto;
    background: url(../img/sub_title_menu.png) no-repeat;
    background-size: contain;
}

.sub .sub_navi_item{
    background: url(../img/sub_navi_off_2.png) no-repeat;
    width: 200px;
    height: 35px;
    padding-left:10px;
}

.sub .sub_navi_item:hover{
    background: url(../img/sub_navi_on_2.png) no-repeat;
    width: 200px;
    height: 35px;
    padding-left:10px;
}

.sub .sub_navi_box .sub_navi_end {
    background: url(../img/sub_navi_end.png) no-repeat;
    width: 200px;
    height: 7px;
}

.sub .sub_service_box .sub_contents_box a:hover{
    opacity: 0.5;
}


/****corporatemain ****************************************/

.corporatemain2{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
	text-align: center;
	height: auto;
}


.corporatecontents {
    background: #F1F1F1;
    width: 974px;
    height: auto;
    border: 0px solid #CECEBF;
    margin: 0 auto;
    overflow: hidden;
}


.corporatecontents_box{
    width: 739px;/*741px*/
    height: auto;
    float: left;
    /*border-left: 2px solid #CECEBF;
    border-bottom: 2px solid #CECEBF;*/
}

.corporatecontents_box_menu{
    width: 741px;/*741px*/
    overflow: hidden;
}

.corporatecontents_box_menu li {
    float: left;
    list-style:none;
}



.corporatecontents_box2 {
    width: 675px;
    margin: 30px auto 0;
    padding-bottom: 30px;
}


.corporatecontents_item {
    width: 675px;
    border-top: 2px solid #777;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 13px;
    overflow: hidden;
}

.corporatecontents_img {
    width: 100%;
    margin-right: 25px;
    float: left;
}


.corporatemain2 h3 {
    color: #2C2E1C;
    font-size: 15px;
    padding: 5px 0 !important;
    position: relative;
    text-align: left;
}


.corporatecontents_caption {
    width: 100%;
    float: left;
    text-align: left;
    padding: 1% 1%;
    box-sizing: border-box;
}

.corporatecontents_caption_text {
    width: 100%;
    line-height:1.5;
}

.corporatecontents_caption_text_bold{
	padding: 3% 0;
	font-weight: bold;
}

.corporateclearfix {
    zoom: 100%;
}

.corporateclearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/****sitemap_list ****************************************/


.corporatecontents_box2 ul#sitemap_list {
    background: #fff;
    margin: 0;
    padding: 0;
}

.corporatecontents_box2 ul#sitemap_list li {
    background: url(../img/bg_lv1.png) repeat-x;
    font-size: medium;
    text-indent: 0;
    padding: 0 0 12px 0px;
    margin: 0px 0;
    list-style-type: none;
    border-bottom: solid 0px #bbb;
    text-align: left;
}

.corporatecontents_box2 ul#sitemap_list li a {
    background: url(../img/ico_lv1_2.png) no-repeat left center;
    text-decoration: none;
    display: inline-block;
    padding-left: 18px;
    margin-left: 10px;
    line-height: 33px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.corporatecontents_box2 ul#sitemap_list a:link {
    color: #333333;
}



/****business ****************************************/


.businesscontents_img {
    width: 220px;
    margin-right: 25px;
    float: left;
}

.businesscontents_caption {
    width: 430px;
    float: left;
    text-align: left;
}




/****contact_inner ****************************************/


/* PHP表デザインの追加 */

.contact_inner dl {
    border-bottom: 1px dotted #BBBBBB;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
}

.contact_inner dt {
    float:left;
    text-align:left;
    width: 33%;
    font-weight: bold;
    padding-left: 2%;
}
.contact_inner dd {
    text-align:left;
    width: 63%;
}

.policy_text {
    margin: 13px 0;
    font-size: 12px;
    text-align:left;
}

.policy_text span {
    font-size: 11px;
    color: #F00;
    line-height: 13px;
}

.contact_inner dt.td03{
    height: 80px;
}

dl span {
    font-size: 11px;
    color: #F00;
}

#formbutton{
    padding: 30px 0 10px;
}



/****footer ****************************************/


footer{
	clear: both;
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(221,0,17,1) 0%, rgba(185,7,21,1) 100%);
	text-align: left;
}


.footer_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	height: 310px;
	text-align: left;
	/*background: #789;*/
}

.footer_menu1{
	width: 52%;
	height: 280px;
	float: left;
	line-height: 40px;
	color: #fff;
	padding-left: 10px;
}

.footer_menu1a,
.footer_menu1b,
.footer_menu1c{
	margin: 0 2px 0 auto;
	width: 25%;
	font-size: 10px;
	float: left;
	text-align: center;
}

ul.footer_menu1a li,
ul.footer_menu1b li,
ul.footer_menu1c li{
    position: relative;
    padding-left: 10px;
    width: 100%;
    text-align: left;
  }

.footer_menu1 ul.footer_menu1a li:before ,
.footer_menu1 ul.footer_menu1b li:before ,
.footer_menu1 ul.footer_menu1c li:before {
    content: "";
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/* #92ccaf */
  }

.footer_menu1 ul li{
	list-style:none;
	float: left;
	color: #fff;
	text-decoration: none;
	margin: 0 20px 0 0;
	font-size:12px;
	line-height:34px;
}

.footer_menu1 ul li{
    position: relative;
    padding-left: 10px;
  }
 
.footer_menu1 ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/* #92ccaf */
  }

.footer_menu1 ul li a{
	text-decoration: none;
	color: #fff;
}


.footer_menu2 {
	width: 45%;
	height: 280px;
	float: left;
	line-height: 40px;
	color: #fff;
}

.footer_menu2 .box{
	width:360px;
	height:180px;
	/*border-radius: 10px;*/
	background: #fff;
	color: #000;
	text-decoration: none;
	margin: 10px;
	padding: 20px;
}

.footer_menu2 .box ul li{
	list-style:none;
	text-decoration: none;
}

.footer_menu2 .box ul li a:hover{
    opacity: 0.5;
}

.mail {
	width: 25px;
	padding-right: 10px;
}

.footer_menu2 .box .explanation{
	font-size:3px;
	line-height:12px;
	padding-left:4px;
}



.footer_menu3{
	/*clear: both;*/
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	padding-left: 10px;
}

.footer_menu3 ul li{
    position: relative;
    padding-left: 10px;
    text-align: left;
    list-style:none;
    float: left;
    color: #fff;/* #92ccaf */
    text-decoration: none;
    margin: 0 20px 0 0;
  }

.footer_menu3 ul li a{
	text-decoration: none;
	color: #fff;/* #92ccaf */
}

.footer_menu3 ul li:before{
    content: "";
    position: absolute;
    top: 1.2em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/* #92ccaf */
  }

.copy{
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 0.8rem;
	text-align: center;
	color: #000;
	background: #fff;
}


.footer_under-menu ul li{
    position: relative;
    padding-left: 10px;
  }
 
.footer_under-menu ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }


* {
    margin: 0px;
    padding: 0px;
}

}


/*------------------------------------------------------------------*/
/*--スマホ用CSS----------------------------------------------------------------*/
/*------------------------------------------------------------------*/


@media screen and (max-width: 600px) {


/*基本設定--------------------------*/

body{ 
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",MeiryoKe_PGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fff;
}

img{
	max-width: 100%;
	border-width: 0;
}

.wrapper{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.f30{
	font-size: 30px;
}

.f12{
	font-size: 12px;
}

.f9{
	font-size: 9px;
}

.f6{
	font-size: 6px;
}

.lh9{
	line-height: 9px;
}

.sb{
	color: #8dcac2;
}

/****header ****************************************/



header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #fff;
	background: linear-gradient(180deg, rgba(221,0,17,1) 0%, rgba(185,7,21,1) 100%);
}


header .header_inner {
    list-style:none;
    text-decoration: none;
    display: none;
}


header .header_inner2 {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

header .header_inner2 .top {
	margin-top: -15px;
	height: 40px;
}

header  .header_inner2 .top img {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	float:left;
}


header ul {
	height: 40px;
	margin-top: -14px;
	padding-left: 60%;
	list-style: none;
	font-size: 15px;
}

header  .header_inner2 .top ul li {
	float:left;
	text-aline: right;
	padding: 0px 15px;
	margin: 0;
	border-right: 1px solid #fff;
}

header  .header_inner2 .top ul li a {
	color: #fff;
	text-decoration: none;
}

header .header_inner2 .top ul li.last {
	border-right: 0px;
}


/*  スマホ用ボタン　*/
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 58px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: linear-gradient(180deg, rgba(221,0,17,1) 0%, rgba(185,7,21,1) 100%);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    /*border-radius: 3px;*/
    background: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

/* スマホ用３本線 */

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/* メニューの装飾 */

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background: linear-gradient(180deg, rgba(221,0,17,1) 0%, rgba(185,7,21,1) 100%);
    margin: 60px 0px;
}
.menu-content ul {
    padding: 15px 10px 0;
}
.menu-content ul li {
    width: 90%;
    border-bottom: solid 1px #fff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 90%;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 0px 9px 0;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: -40px;
    top: 20px;
}

.menu-content ul li:hover {
    background:#9f000c;
}

/* ボタンを押したらメニューが戻る仕組み */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #000;/* #3584bb */
    transition: all 0.5s;/*アニメーション設定*/
}


/* ボタンを押したらメニューが表示される仕組み */
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}




/****main ****************************************/

.main1 {
	margin: 0 auto;
	padding: 50px 0;
	height: auto;
	background: #fff;/* #005494 */
	text-align: center;
}


.main2 {
	margin: 0 auto;
	padding:  0 0 50px;
	background: #fff;
	text-align: center;
	height: auto;
}


#contents {
    background: #fff;
    width: 78%;
    height: auto;
    border: 0px solid #CECEBF;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    margin: 0 auto;
    overflow: hidden;
}

.contents_box {
    width: 99%;
    height: auto;
    float: left;
    border: 0px solid #CECEBF;
}

.contents_box img{
	vertical-align:top;
}

.contents_box_menu {
    width: 100%;/*741px*/
    overflow: hidden;
}

.contents_box_menu ul li {
    width: 50%;
    float: left;
    list-style:none;
}

.contents_box_menu ul li a:hover{
    opacity: 0.5;
}


/****sub ****************************************/


/*.sub {
     display:none;
}

.sub .sub_service_box {
     display:none;
}*/


.sub {
    background: url(../img/sub_bg_2.jpg) repeat;
    /* width: 96%; */
    /* height: 220px; */
    /*border-left: 2px solid #CECEBF;
    border-right: 2px solid #CECEBF;
    border-bottom: 2px solid #CECEBF;*/
    margin: 0 auto;
    padding: 2%;
    float: left;
}

.sub .sub_service_box {
    width: 100%;
    margin: 0;
}

.sub .sub_navi_box {
    background-color: rgba(187,187,187,0.4);
    width: 50%;
    height: auto;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
    margin: 0 10px 0 0;
    float: left;
    padding: 4px;
}

.sub .sub_navi_box ul li img{
    width: 50%;
}

.sub .sub_navi_box li{
    list-style:none;
    color:#000;
    line-height:40px;
}

.sub .sub_navi_box li a{
    list-style:none;
    text-decoration:none;
    color:#000;
    text-align:left;
}

.sub .sub_navi_heading {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: url(../img/sub_title_menu.png) no-repeat;
    background-size:100%;
}

.sub .sub_navi_item {
    background: url(../img/sub_navi_off_2.png) no-repeat;
    width: 96%;
    height: 35px;
    font-size: 10px;
    padding-left:4%;
}

.sub .sub_navi_item:hover{
    background: url(../img/sub_navi_on_2.png) no-repeat;
    width: 96%;
    height: 35px;
    font-size: 10px;
    padding-left:4%;
}

.sub .sub_navi_box .sub_navi_end {
    background: url(../img/sub_navi_end.png) no-repeat;
    width: 99.5%;
    height: 7px;
}
 
.sub .sub_contents_box {
    width: 40%;
    margin: 0;
    float: left;
}

.sub .sub_service_box .sub_contents_box a:hover{
    opacity: 0.5;
}


/****corporatemain ****************************************/

.corporatemain2 {
	margin:0px auto;
	padding: 40px auto 40px;
	background: #fff;
	text-align: center;
	height: auto;
}


.corporatecontents {
    background: #F1F1F1;
    width: 78%;
    height: auto;
    /* border: 1px solid #CECEBF; */
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    margin: 20px auto;
    overflow: hidden;
}

.corporatecontents_box {
    /* width: 100%; */
    height: auto;
    float: left;
    /*border-top: 2px solid #CECEBF;
    border-left: 2px solid #CECEBF;
    border-right: 2px solid #CECEBF;*/
    margin: 0px auto 0;
    /*border-radius: 10px 10px 0px 0px;*/
}

.corporatecontents_box_menu {
    width: 100%;/*741px*/
    overflow: hidden;
    /*border-radius: 8px 8px 0px 0px;*/
}

.corporatecontents_box_menu ul li {
    width: 100%;
    float: left;
    list-style:none;
}

.corporatecontents_box2 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 6px;
}


.corporatecontents_item {
    width: 100%;
    border-top: 2px solid #777;/* #005FB9 */
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 13px;
    overflow: hidden;
}

.corporatecontents_img {
    /* width: 100%; */
    margin: 0 5px;
    float: left;
}


.corporatemain2 h3 {
    color: #2C2E1C;
    font-size: 10px;
    padding: 5px 2px 4px 6px!important;
    position: relative;
    text-align: left;
}


.corporatecontents_caption {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 2%;
    box-sizing: border-box;
}

.corporatecontents_caption_text {
    width: 100%;
    line-height:1.5;
}

.corporatecontents_caption_text_bold{
	padding: 5% 0;
	font-weight: bold;
}

.corporateclearfix {
    zoom: 100%;
}

.corporateclearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/****sitemap_list ****************************************/



.corporatecontents_box2 ul#sitemap_list {
    background: #fff;
    width: 94%;
    margin: 0 auto;
}

.corporatecontents_box2 ul#sitemap_list li {
    background: url(../img/bg_lv1.png) repeat-x;
    font-size: medium;
    text-indent: 0;
    padding: 3px 0;
    margin: 4px 0;
    list-style-type: none;
    border-bottom: solid 1px #bbb;
    text-align: left;
}

.corporatecontents_box2 ul#sitemap_list li a {
    background: url(../img/ico_lv1_2.png) no-repeat left center;
    text-decoration: none;
    display: inline-block;
    padding-left: 18px;
    margin-left: 10px;
    line-height: 24px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.corporatecontents_box2 ul#sitemap_list a:link {
    color: #333333;
}


/****contact_inner ****************************************/


/* PHP表デザインの追加 */

.contact_inner dl {
    border-bottom: 1px dotted #BBBBBB;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
}

.contact_inner dt {
    float:left;
    text-align:left;
    width: 36%;
    font-weight: bold;
    padding-left: 2%;
}
.contact_inner dd {
    text-align:left;
}

.policy_text {
    margin: 10px;
    font-size: 10px;
    text-align:left;
}

.policy_text span {
    font-size: 11px;
    color: #F00;
    line-height: 14px;
}

.contact_inner dt.td03{
    height: 80px;
}

dl span {
    font-size: 11px;
    color: #F00;
}

#formbutton{
    padding: 30px 0 10px;
}


/****business ****************************************/

.businesscontents_img {
    width: 35%;
    margin: 0 5px;
    float: left;
}

.businesscontents_caption {
    width: 60%;
    float: left;
    text-align: left;
}

/****footer ****************************************/

footer {
	clear: both;
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(221,0,17,1) 0%, rgba(185,7,21,1) 100%);
	text-align: left;
}


.footer_inner {
	width: 100%;
	margin: 0 auto;
	height: 310px;
	text-align: left;
}


/* footer_menu1 */

.footer_menu1 {
	width: auto;
	height: auto;
	line-height: 40px;
	color: #fff;
}

.footer_menu1 ul li {
	list-style:none;
	float: left;
	font-size:12px;
	line-height:34px;
	position: relative;
	padding: 0 20px 0 10px;
}

.footer_menu1 p.sp_title{
    width: 200px;
    margin:0;
    padding-left: 10px;
}

ul.footer_menu1a {
	width: 98%;
	margin: 0 2px 0 auto;
	font-size: 10px;
	float: left;
	text-align: center;
	padding-left: 10px;
}


ul.footer_menu1a li {
    position: relative;
    padding: 0 4px 0 10px;
    width: 40%;
    text-align: left;
}

ul.footer_menu1b {
	width: 98%;
	margin: 0 2px 0 auto;
	font-size: 10px;
	float: left;
	text-align: center;
	padding-left: 10px;
}


ul.footer_menu1b li {
    position: relative;
    padding-left: 10px;
    width: 100%;
    text-align: left;
}


ul.footer_menu1c {
	width: 98%;
	margin: 0 2px 0 auto;
	font-size: 10px;
	float: left;
	text-align: center;
	padding-left: 10px;
}

ul.footer_menu1c li {
    position: relative;
    padding: 0 4px 0 10px;
    width: 40%;
    text-align: left;
}

.footer_menu1 ul.footer_menu1a li:before ,
.footer_menu1 ul.footer_menu1b li:before ,
.footer_menu1 ul.footer_menu1c li:before {
    content: "";
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/* #92ccaf */
  }


 
.footer_menu1 ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/* #92ccaf */
}

.footer_menu1 ul li a {
	text-decoration: none;
	color: #fff;/* #92ccaf */
}


/* footer_menu2 */

.footer_menu2 {
	width: auto;
	float: left;
	line-height: 40px;
	color: #fff;
}

.footer_menu2 p{
	padding-left: 10px;
}

.footer_menu2 p.sp_title{
    width: 200px;
    margin:0;
    padding-left: 10px;
}

.footer_menu2 .box {
	width:84%;
	height:180px;
	/*border-radius: 10px;*/
	background: #fff; /* #0e415c; */
	color: #000;
	text-decoration: none;
	margin: 5px auto;
	padding: 20px;
}

.footer_menu2 .box ul li {
	list-style:none;
	text-decoration: none;
}

.footer_menu2 .box ul li a:hover{
    opacity: 0.5;
}

.mail {
	width: 25px;
	padding: 0 10px;
}

.footer_menu2 .box .explanation {
	font-size:12px;
	line-height:12px;
	padding-left:4px;
}


/* footer_menu3 */

.footer_menu3 {
	width: auto;
	height: auto;
	line-height: 40px;
	color: #fff;
}

.footer_menu3 ul li {
	list-style:none;
	float: left;
	font-size:12px;
	line-height:34px;
	position: relative;
	padding: 0 20px 0 10px;
}

.footer_menu3 p.sp_title{
    width: 200px;
    margin:0;
    padding-left: 10px;
}

.footer_menu3a {
	width: 98%;
	margin: 0 2px 0 auto;
	font-size: 10px;
	float: left;
	padding-left: 10px;
}


ul.footer_menu3a li {
    position: relative;
    padding: 0 4px 0 10px;
    width: 40%;
    text-align: left;
}



.footer_menu3 ul li:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;/* #92ccaf */
}

.footer_menu3 ul li a {
	text-decoration: none;
	color: #ffff;/* #92ccaf */
}


/* footer_under-menu */

.copy {
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 0.6rem;
	text-align: center;
	color: #000;/* #92ccaf */
	background: #fff;/* #00425c */
}


.footer_under-menu ul li {
    position: relative;
    padding-left: 10px;
}
 
.footer_under-menu ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}



}