@charset "utf-8";

/*!
Theme Name: Conexio
Theme URI: 
Author: Siance
Author URI: https://www.siance.co.jp/
Description: このテーマは、企業用サイト向けに作成されたテンプレ―トファイルです。
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: Smart Pack
*/

/*----- reset -----*/
html{font-size:62.5%;height:100%;}
body{margin:0;padding:0;font-size:1.5rem;font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif,"游ゴシック","Yu Gothic",Yu Gothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック";line-height:1.5;color:#333;height:100%;position:relative;letter-spacing:0.1em;overflow-wrap:break-word;word-wrap:break-word;}
header,main,article,section,nav,footer{display:block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:100%;}
textarea{font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif,"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック";}
input{font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif,"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック";line-height:1.5;color:#333;position:relative;letter-spacing:0.1em;overflow-wrap:break-word;word-wrap:break-word;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:500;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
input[type="button"],input[type="submit"],input[type="email"]{-webkit-appearance:none;appearance:none;border-radius:0;}
select::-ms-expand{display:none;}

*, *::before, *::after{box-sizing:border-box;}
.cf::after{content:"";clear:both;display:block;}
/*----- reset end -----*/
:root{
	--vw-100:100vw;
	--vw-50:calc(var(--vw-100)*.5);
	--font-NotoSans:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif;
	--font-NotoSerif:'Noto Serif JP',serif;
	--font-Syncopate:'Syncopate',sans-serif;
	--color-green:#094;
	--color-lightgreen:#00D961;
	--color-darkgreen:#008940;
}

html{visibility:hidden;}
html.wf-active, html.wf-inactive{visibility:visible;}

/*---------- reset end ----------*/
/**********************************************
 * 全ページ共通
 *********************************************/
#wrapper {
	overflow: hidden;
}

.sp_size {
	display: none !important;
}

.table {
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 5px;
}

.table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

a {
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

a,
a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a[target="_blank"] {
	padding-right: 20px;
	background: url(images/popup.svg) no-repeat center right;
    color: #0077C0;
}

a[href$=".pdf"] {
	padding-right: 20px;
	background: url(images/icon_pdf.svg) no-repeat bottom 3px right;
}

a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 20px;
	background: url(images/icon_word.svg) no-repeat bottom 3px right;
}

a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 20px;
	background: url(images/icon_excel.svg) no-repeat bottom 3px right;
}

a.none[target="_blank"],
a.none[href$=".pdf"],
a.none[href$=".doc"],
a.none[href$=".docx"],
a.none[href$=".xls"],
a.none[href$=".xlsx"] {
	padding-right: 0;
	background: none;
}

a[href^="tel:"] {
	text-decoration: none;
	pointer-events: none;
}

img{
	display:block;
	max-width:100%;
	/*width:auto;*/
	height:auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{pointer-events:none;}

@keyframes icon-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.8rem);
  }
  51% {
    transform: translateX(0.8rem);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes arrow_l{
	0%,100%{background-position:center;}
	50%,60%{background-position:center right -10px;}
	61%{opacity:0;background-position:center left -20px;}
	62%{opacity:1;background-position:center left -10px;}
}

#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

/*------------------------------------------------
	header
-------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    transition: all .3s ease;
	padding: 40px 2.4%;
}

#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap.hide {
    transform: translateY(-100%);
}

#header_wrap.smallhead {
	padding:20px 2.4%;
}

#header_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
	padding:0;
    transition: all .3s ease;
}

.logo_link {
	display: block;
	text-decoration: none;
}

#logo {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	max-width: clamp(170px, 10vw, 192px);
}

#logo img {
	display: block;
	width: auto;
}

#menu {
	display: flex;
}

#menu-box {
	z-index: 1;
}

#toggle {
	display: none;
}

#menu nav{
	display:flex;
	height:100%;
}

.menu_list {
	display: flex;
	padding: 0;
	margin: 0;
	padding:0 69px 0 84px;
    border-radius: 50px;
	background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.menu_item {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 0 40px;
	position:relative;
	padding:20px 0;
}
.menu_item:first-child{
	margin-left:0;
}

.menu_item:last-child {
    margin: 0 0 0 25px;
}

.menu_link {
	display: flex;
	align-items: center;
    height: 100%;
	font-size:1.6rem;
	color: #222;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
	position: relative;
}

.menu_link:hover,
.menu_link.current {
	color: #0077C0;
}

/* 　hover 中身 */
#menu .h_sub_list_box {
    position: absolute;
    left: -94px;
    top: 100%;
    z-index: 1000;
	padding:12px;
	opacity: 0;
    visibility: hidden;
    /*pointer-events: none;*/
    transition: opacity 0.3s ease;
	width:280px;
}

/*サステナビリティ*/
#menu .menu_item:nth-child(3) .h_sub_list_box {
	left:-40px;
}

#menu .h_sub_list {
    /*pointer-events: none;*/
	padding:25px 27px;
    margin: 0;
	border-radius:8px;
	background:#fff;
	display: flex;
    flex-direction: column;
    row-gap: 20px;
    box-shadow: 0 3px 14px rgba(0, 79, 200, 0.1);
}


#menu .menu_item:hover > .h_sub_list_box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
	transition: opacity 0.3s ease-in-out;
  }

#menu .menu_item .s_sub_item {
	list-style:none!important;
	margin-bottom:0;
}

#menu .menu_item:hover .s_sub_item {
    overflow: visible;
    height: auto;
    /*box-shadow: rgb(0 0 0 / 9%) 0 3px 3px;*/
}

#menu .h_sub_link {
    display: block;
    /*padding: 10px 30px 10px 30px;*/
    /*background: #fff;*/
    color: #000;
    white-space: nowrap;
    /*text-align: center;*/
    transition: all .3s ease;
    text-decoration: none !important;
	position:relative;
	padding-right:30px;
	font-weight:500;
}

#menu .h_sub_link:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.8px;
    height: 6.62px;
    border: solid #1385DD;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
    /*transition: all ease 0.3s;*/
	transition: background 0.3s;
}

#menu .h_sub_link:hover {
 	/*background:#0077C0;*/
    /*color: #fff;*/
	color:#0077C0;
}

a.saiyou_site_link.menu_link {
    color: #222;
}

a.saiyou_site_link.menu_link:hover {
    color: #0077C0;
}

.contact_btn {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:200px;
	height:75px;
	font-family:var(--font-serif);
	font-size:1.7rem;
	line-height:1.7rem;
	font-weight:500;
	text-decoration:none;
	color:#fff !important;
	background:transparent;
	transition:background-color .3s;
}
.contact_btn:hover{
	background-color:rgb(11, 130, 174);
}
.contact_btn::after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:linear-gradient(90deg, rgb(32, 179, 183), rgb(11, 130, 174));
	top:0;
	left:0;
	z-index:-1;
}

.modal_open {
    display: block;
    width: 45px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
}

.modal_open:hover {
	opacity: .7;
}
.modal_txt {
    display: block;
    position: relative;
    height: 100%;
    background: url(images/icon_search.svg) no-repeat center / 16px;
    border-radius: 10px;
    font-size: 0;
    transition: opacity .3s;
}

.modal_content {
    position: fixed;
    display: none;
    z-index: 5000;
    text-align: center;
    width: 526px;
}

.search_box {
    position: relative;
    width: 100%;
    background: #fff;
}

.search_txt {
    display: block;
    width: 100%;
    padding: 20px 60px 19px 20px;
    background: none;
    border: none;
    box-sizing: border-box;
    font-size: 1.8rem;
}

.search_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 60px;
    height: 69px;
    background: url(images/icon_search.svg) no-repeat center;
    border: none;
    cursor: pointer;
}

#s_overlay {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.85);
}

/*------------------------------------------------
	footer
-------------------------------------------------*/
#footer_wrap {
	background: #EDF1F6;
	position: relative;
	padding-top:90px;
}

.footer_curve_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.return {
	clear: both;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 9999;
	display: none;
	background: #0077C0;
	border: 2px solid #0077C0;
	width: 60px;
	height: 60px;
	transition-duration: 0.3s;
	font-size: 0;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.return::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 5%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(315deg);
	transition: all .3s ease;
}

.return:hover {
	background: #fff;
}

.return:hover::after {
	border-top: 2px solid #0077C0;
	border-right: 2px solid #0077C0;
}

.f_main_area {
    max-width: 1360px;
	padding: 90px 20px 20px 20px;
    margin: auto;
}

.f_logo {
	position:absolute;
	right:0;
	top:0;
	width: 177px;
    /*margin-bottom: 15px;*/
}

.f_logo_link, .f_logo_img {
    display: block;
    width: 100%;
    border-radius: 0;
}


.f_menu {
   /* padding-top: 30px;*/
	display:flex;
	flex-wrap: wrap;
}

.f_menu_list{
    padding: 0;
    margin-bottom: 70px;
	margin-right:10%;
}

.f_menu_item {
    position: relative;
    list-style: none;
}

.f_menu_link, .f_sub_link {
    display: block;
    color: #222 !important;
	text-decoration: none !important;
}

.f_menu_link {
    position: relative;
    padding:0;
	margin-bottom:15px;
    transition: color 0.3s;
	font-weight: 700;
	font-size:1.6rem;
	line-height:1.625;
	display: inline-block;
}

.f_menu_link:hover {
    color: #0685DD !important;
}

.f_menu_link:hover::after {
    opacity: 1;
}


.f_sub_list{
	padding:0;
}


.f_sub_link:hover {
    color:#0685DD !important;
    text-decoration: underline !important;
}

.f_sub_item {
    list-style: none;
   	margin: 0;
    line-height: 2rem;
}

.f_menu_list .f_sub_item{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.6;
	margin:0 0 10px 0;
	padding:0;
}


.f_sub_item.f_sub_ttl_link{
	position:relative;
	padding-left:16px;
}

.f_sub_item.f_sub_ttl_link:before{
	content:"";
	position:absolute;
	width:13px;
	height:1px;
	background:#222;
	left:1px;
	top:calc(50% - 1px);
}


.footer_bottom{
	position:relative;
}

.f_sub_link_list{
	display: flex;
    flex-wrap: wrap;
	padding:0;
	margin:0 0 20px 0;
}

.f_sub_link_list .f_sub_item{
	position:relative;
	padding:0 18px 0 18px;
	font-size:1.4rem;
	font-weight:400;
	line-height:1.6;
}

.f_sub_link_list .f_sub_item:after{
	content:"";
	position:absolute;
	right:0;
	top:calc(50% - 6.5px);
	width:1px;
	height:13px;
	background:#ccc;
}

.f_sub_link_list .f_sub_item:first-child{
	padding:0 18px 0 0;
}

.f_sub_link_list .f_sub_item:last-child{
	padding:0 0 0 18px;
	border-right:none;
}

.f_sub_link_list .f_sub_item:last-child:after{
	content:none;
}


#copyright {
    margin: 0;
    line-height: 1.2;
	width: 100%;
}

#copyright p{
	margin:0;
	padding:0;
}

.copy_txt {
    font-size: 1.3rem;
	font-family: "Poppins", sans-serif;
	font-weight:300;
	line-height:1.5;
}

.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.from-top {
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1s cubic-bezier(.3, .1, .3, 1);
}

.fadein.on {
	opacity: 1;
	transform: translateY(0);
}

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

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	#logo {
	}

	.menu_list{
		/*padding:25px 40px;	*/
		padding:0 40px;
	}
	
	.menu_item {
		margin-left:25px;
	}

	.menu_link {
	}

}

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

	/**********************************************
 * 全ページ共通
 *********************************************/
	#wrapper.fixed {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	/*------------------------------------------------
        header
    -------------------------------------------------*/
	header {
		position: static;
	}

	#header_wrap {
		padding: 0;
		height: auto;
		border-bottom: 0;
		position:fixed;
		background: #fff;
	}
	
	#header_wrap.smallhead{
		padding:0;
	}

	#logo {
		padding: 0 13px;
		max-width: 37vw;
	}

	#logo img {
		width: 110px;
		max-width: 100%;
	}
	
	#menu nav{
		display:block;
	}
	
	#menu-box {
		overflow: auto;
		overflow: hidden;
		float: none;
		padding: 0;
		z-index: 10000;
		position: static;
		background:#0077C0;
	    margin: 10px 10px;
        border-radius: 2px;
        width: 40px;
        height: 40px;
	}

	#toggle {
		display: block;
		position: relative;
		height: 40px;
		top: 0;
		right: 0;
		z-index: 1000;
		float: right;
	}

	#toggle a {
		display: block;
		background: none;
		color: #fff;
		text-decoration: none;
		font-size: 66.7%;
		width: 40px;
		height: 100%;
		text-align: center;
		box-sizing: border-box;
		position: relative;
	}

	#toggle a span,
	#toggle a::before,
	#toggle a::after {
		content: "";
		font-size: 0;
		position: absolute;
		display: block;
		background: #fff;
		width: 20px;
		height: 2px;
		margin: auto;
		left: 0;
		right: 0;
		transition: top 0.3s;
	}

	#toggle a::before {
		top: 13px;
	}

	#toggle a span {
		top: 20px;
	}

	#toggle a::after {
		top: 27px;
	}

	#toggle a.open:before {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 20px;
		left: 0;
		right: 0;
	}

	#toggle a.open span {
		opacity: 0;
	}

	#toggle a.open:after {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		left: 0;
		right: 0;
	}

	.menu_dis {
		display: none !important;
	}

	#menu {
		display: block;
		clear: both;
		background: #FFF;
		position: absolute;
		z-index: 200;
		left: 0;
		top: 60px;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 30px 20px;
		margin: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.3s;
		opacity: 1;
		z-index: 1000;
		position:fixed;
	}


	#menu-box .menu_list {
		display: block;
		overflow: hidden;
		padding: 0 0 25px;
		margin: 0;
		box-shadow:unset;
	}

	.menu_item {
		margin: 0!important;
		border-bottom: 1px solid #DADEDC;
		padding:0;
	}

	.menu_link {
		font-size: 1.6rem;
		font-weight: 500;
		color: #222 !important;
		height: auto;
		padding: 15px 27px 20px 8px;
		position: relative;
	}
	
	a.saiyou_site_link.menu_link {
		background: none;
	}
	
	.menu_link::after {
		/*position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #0077C0;
		border-right: 2px solid #0077C0;
		top: calc(50% - 6px);
		right: 16px;
		transform: rotate(45deg);
		transition: all .3s;*/
	}
	
	.menu_link.parent_btn::before,
	.menu_link.parent_btn::after{
		content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 15px;
        /*height: 1px;*/
		height:2px;
        margin: auto;
        background:#1385DD;
	}
	
	.menu_link.open::after {
        opacity: 0;
    }
	
	.menu_link::after {
        transform: rotate(90deg);
        transition: opacity 0.3s;
    }

	
	.menu_link.saiyou_site_link::after {
		border: none;
    	padding-left: 20px;
    	background: url(images/popup.svg) no-repeat center right;
	    width: 14px;
        height: 14px;
		transform: none;
	}
	
	.contact_btn_wrap {
        padding-bottom: 40px;
    }
	
	.contact_btn {
        width: 100%;
        padding: 0 10px;
		height: 60px;
		font-size: 1.6rem;
    }
	
	#search {
        display: none;
    }
	
	#menu .h_sub_list_box {
		display: none;
		overflow: hidden;
		padding:0;
		left:0;
		position: static; 
    	opacity: 1 !important; 
    	visibility: visible !important;
	  }
	
	.parent_btn.open + .h_sub_list_box {
		display: block;
	  }
	
	#menu .h_sub_list{
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto;
		background: transparent;
		padding: 0;
		margin: 0;
		display: block; 
	}
	
	.parent_btn.open + .h_sub_list_box {
		display: block;
	 }
	
	#menu .h_sub_list_box{
		width:100%;
		border-top: 1px solid #DADEDC;
	}
	
	#menu .h_sub_link{
		padding:15px 27px 15px 8px
	}
	
	#menu .h_sub_link:after{
		right:20px;
	}
	
	
	
	/*------------------------------------------------
        footer
    -------------------------------------------------*/
	.cta_item {
		font-size: 2.0rem;
	}

	
	
	/*.f_menu_item {
		margin: 0 0 0 30px;
	}*/
	
	.f_menu_list li:nth-child(1)::before, .f_menu_list li::after {
		right: -15px;
	}	
	.f_menu_link {
		font-size: 1.4rem;
	}
	
}



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

	/**********************************************
    * 全ページ共通
    *********************************************/
	body {
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-size: 1.3rem;
		min-width: 0;
	}

	p {
		font-size: 1.3rem;
	}

	a[href^="tel:"] {
		text-decoration: underline;
		pointer-events: auto;
	}

	.pc_size {
		display: none !important
	}

	.sp_size {
		display: block !important
	}

	/*------------------------------------------------
        header
    -------------------------------------------------*/

	/*------------------------------------------------
        footer
    -------------------------------------------------*/
	#footer_wrap{
		padding:60px 0 0 0;
	}
	
	#footer_wrap:after{
		top:90px;
	}	
	
	.footer_curve_top {
	  height: 50px;
	}
	
	.f_main_area {
        padding:0;
    }

	.f_main_area {
        display: block;
    }

		
	.f_logo{
		position:relative;
		 margin: 10px auto;
	}
	
	.f_menu {
        padding: 25px 0 20px;
        /*border-bottom: 1px solid #ddd;*/
		display: block;
    }
	
	.f_menu_list {
       /* display: flex;*/
		display:block;
        padding: 0;
        margin: auto;
       /* border-top: 1px solid #ddd;*/
    }
	
	.f_menu_list:first-child{
		border-top: 1px solid #e5e5e5;
	}

	.f_menu_item {
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
		width:100%;
    }
	
	
	.f_menu_link {
        display: block;
        padding: 20px;
        font-size: 1.4rem;
        text-align: left;
		margin-bottom:0;
    }
	
	.f_menu_link.f_parent_link::before, .f_menu_link.f_parent_link::after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 15px;
        height: 1px;
        margin: auto;
        background: #333;
    }	
	.f_menu_link.f_parent_link::after {
        transform: rotate(90deg);
        transition: opacity 0.3s;
    }
	
	
	
	.f_sub_list {
        justify-content: center;
        margin:0;
		padding:0 10px;
		display:none;
		border-top:1px solid #e5e5e5;
    }
	
	.f_menu_list .f_sub_item{
		padding:12px 10px;
		margin:0;
	}
	
	.f_sub_item {
        margin: 0 14px;
    }
	
	.f_sub_link {
        font-size: 1.4rem;
    }
	
	.f_menu_list li::before, .f_menu_list li::after {
		content: none;
	}
	
	.f_menu_list li:nth-child(1)::before {
		content: none;
	}
	
	.f_menu_item {
		transform: none;
	}
	
	.f_sub_item.f_sub_ttl_link:before{
		width:12px;
	}
	
	.f_menu_item a[target="_blank"] {
    	background: url(images/popup.svg) no-repeat center right 22px;
	}
	
	
	
	
	#copyright {
        padding: 16px 0 20px;
        text-align: center;
    }
	
	.copy_txt{
		font-size:0.8rem;
	}
	
	 .f_parent_link.open::after {
        opacity: 0;
    }

    .footer_link_top.sp_size {
        padding: 15px 20px 12px 10px;
       /* border-top: 1px solid #ddd;*/
    }
	
	.footer_link_top.sp_size a{
		font-size:1.4rem;
		font-weight:500;
	}

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 13px;
		text-align:center;
    }
	
	.f_sub_link_list .f_sub_item::after{
		content:none;
	}
	
	.f_sub_link_list{
		padding-bottom:25px;
		border-bottom:1px solid #ddd;
	}

    .footer_menu_list .f_sub_link {
        display: block;
    }

    .f_sub_item {
        padding: 10px 20px 10px 0;
        margin: 0;
	}

	
	.f_sub_link_list .f_sub_item:first-child,.f_sub_link_list .f_sub_item{
		width:100%;
		padding:10px 18px;
		text-align:left;
	}
	
	.f_sub_item.f_sub_ttl_link {
    	padding-left: 20px !important;
	    left: 10px;
	}
}