@charset "utf-8";

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/noto-sans-jp-v53-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/noto-sans-jp-v53-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/noto-sans-jp-v53-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*import url("clear.css");
--------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------
clear
---------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
	vertical-align:top;
}

.clear{clear:both;}

.clearfix:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	font-size:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style-type:none;
}

.left{float:left;}

.right{ float:right;}

:focus {outline: 0;}

.hide{display:none;}

html {
	-webkit-text-size-adjust: 100%;
	height:100%;
	font-size: 63%;/*10px*/
}

body{
	height:auto;
	height:100%;
	background: #FFF;
}


/*import url("set_common.css");
--------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------
    共通パーツ
---------------------------------------------------------------*/
@media only screen and (min-width: 1280px) {
}

/*---------------------------------------------------------------
    コンテンツ：見出し
---------------------------------------------------------------*/

.title_set01{
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  line-height: normal;
  padding: 5px 0 5px 20px;
  color: #000022;
}

.title_set01::before{
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000022;
  background: -moz-linear-gradient(top,  #000022 0%, #000022 50%, #000022 50%, #009fe8 50%, #009fe8 50%, #009fe8 100%);
  background: -webkit-linear-gradient(top,  #000022 0%,#000022 50%,#000022 50%,#009fe8 50%,#009fe8 50%,#009fe8 100%);
  background: linear-gradient(to bottom,  #000022 0%,#000022 50%,#000022 50%,#009fe8 50%,#009fe8 50%,#009fe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000022', endColorstr='#009fe8',GradientType=0 );
}


.title_set02{
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 5px 0;
  color: #000022;
}

.title_set02 span{
  border-bottom: 5px solid #ffbd00;
}




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


}


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

  .title_set02{
    font-size: 4.0rem;
    padding: 0 0 8px 0;
  }

  .title_set02 span{
    border-bottom: 8px solid #ffbd00;
  }


}


	/* IE余白対策　*/
@media all and (-ms-high-contrast:none){
	

	
}

/*@media all and (-ms-high-contrast:none) and (min-width: 1040px) {
		

	
}*/





/*---------------------------------------------------------------------
Script
---------------------------------------------------------------------*/
/*
.fade-in{
	opacity: 0;
	transition: all 0.8s;
	transform: translate(0, 50px);
}

.scroll-in{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.scroll-in-move {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
.fade-in-move {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 600ms;
}
*/


/*---------------------------------------------------------------------
link
---------------------------------------------------------------------*/
a:link, a:visited{color:#000022; text-decoration:none;}
a:hover, a:active{color:#000022; text-decoration:none;}
a.under_line{text-decoration: underline; color: #333;}
a.under_line:hover{text-decoration: none;}


a.link_set01{
  border: 1px solid #000022;
  padding: 0 1.5em;
  transition: 0.2s;
  font-size: 1.5rem;
  display: block;
  /*min-width: 200px;*/
  margin: 0 auto;
  height: 40px;
  line-height: 38px;
  background: #FFF;
}

a.link_set01 span{
  display: flex;
  align-items: center;
  justify-content: center;
}

a.link_set01 span::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000022;
  border-right: 2px solid #000022;
  transform: rotate(45deg);
  display: block;
  margin-left: 1em;
  transition: 0.3s;
}

a.link_set01:hover{
  background: #000022;
  color: #FFF;
}

a.link_set01:hover span::after{
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}


a.link_set02,
a.link_set03{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000022;
  min-height: 40px;
  padding: 5px 20px;
  box-sizing: border-box;
  transition: 0.2s;
  background: #FFF;
}

a.link_set02::after,
a.link_set03::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000022;
  border-right: 2px solid #000022;
  transform: rotate(45deg);
  display: block;
  margin-left: 1em;
  transition: 0.2s;
}

a.link_set02{
  font-size: 1.5rem;
}

a.link_set02:hover{
  background: #000022;
  color: #FFF;
}

a.link_set02:hover::after{
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

a.link_set03{
  background: #ffbd00;
  font-size: 1.6rem;
  font-weight: bold;
}

a.link_set03:hover{
  background: #000022;
  color: #ffbd00;
}

a.link_set03:hover::after{
  border-top: 2px solid #ffbd00;
  border-right: 2px solid #ffbd00;
}


a.link_set04{
  display: block;
  border: 1px solid #888888;
  border-radius: 5px;
  background: #ffbd00;
  font-weight: 700;
  padding: 10px 15px 10px 55px;
  position: relative;
  color: #000022;
  transition: 0.3s;
}

a.link_set04::before{
  content: "";
  width: 20px;
  height: 20px;
  background: #000022;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

a.link_set04::after{
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  display: block;
  margin-left: 1em;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -3px;
}

a.link_set04 > span::before{
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
}

a.link_set04 > span.catalog::before{
  background: url("../../img/common/icon/icon_catalog.svg") no-repeat center;
}

a.link_set04 > span.pdf::before{
  background: url("../../img/common/icon/icon_pdf02.svg") no-repeat center;
}

a.link_set04 > span.money::before{
  background: url("../../img/common/icon/icon_money.svg") no-repeat center;
}

a.link_set04 > span.webcontact::before{
  background: url("../../img/common/icon/icon_webcontact.svg") no-repeat center;
}

a.link_set04:hover{
  opacity: 0.7;
}

a.link_set04 span span{
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}


@media only screen and (min-width: 768px) {
	
  a.link_set01{
    /*min-width: 170px;*/
    padding: 0 1em;
  }
  
  a.link_set04{
    padding: 15px 40px 15px 60px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  
  a.link_set04 > span::before{
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    margin-top: -18px;
  }
	
}


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

  
}



/*---------------------------------------------------------------------
SP　⇔　PC　切替
---------------------------------------------------------------------*/
.mode_sp{
  display: block !important;
}

.mode_pc{
	display: none !important;
}




@media only screen and (min-width: 1280px) {
	
	.mode_sp{
		display: none !important;
	}

	.mode_pc{
		display: block !important;
	}
	
}



/*---------------------------------------------------------------------
margin-padding
---------------------------------------------------------------------*/
.first_set{margin:0 !important; padding:0 !important;}
.m_r4{margin-right:4px !important;}
.m_r5{margin-right:5px;}
.m_r7{margin-right:7px;}
.m_r15{margin-right:15px !important;}
.m_r20{margin-right:20px !important;}
.m_r30{margin-right:30px !important;}
.m_l10{margin-left:10px !important;}
.m_l20{margin-left:20px;}
.m_l30{margin-left:30px;}
.m_l45{margin-left:45px;}
.m_b05{margin-bottom:5px !important;}
.m_b06{margin-bottom:6px !important;}
.m_b10{margin-bottom:10px !important;}
.m_b12{margin-bottom:12px;}
.m_b15{margin-bottom:15px;}
.m_b20{margin-bottom:20px;}
.m_b25{margin-bottom:25px;}
.m_b30{margin-bottom:30px;}
.m_b40{margin-bottom:40px;}
.m_b50{margin-bottom:50px;}
.m_b1em{margin-bottom:1em;}
.m_t10{margin-top:10px;}
.m_rb10_20{margin:0 10px 20px 0;}
.m_at{margin:0 auto;}

.p_t08{padding-top:8px;}
.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t70{padding-top:70px;}
.p_b20{padding-bottom:20px;}
.p_b30{padding-bottom:30px;}

.clear_mp{margin:0 !important; padding:0 !important;}
.clear_mr{margin-right:0 !important;}
.clear_ml{margin-left:0 !important;}

.txt_center{
	text-align:center;	
}

.txt_indent{
	text-indent:1em;
}



/*---------------------------------------------------------------------
font
---------------------------------------------------------------------*/
.c_black{ color:#666666;}
.c_red{ color:#F00;}



/*---------------------------------------------------------------------
Image Set
---------------------------------------------------------------------*/
.photo_right{
	float:right;
	border:1px solid #CCC;
	padding:4px;
	margin:0 0 1em 1em;
}

.scale a img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/*---------------------------------------------------------------------
　アニメーション
---------------------------------------------------------------------*/

@keyframes move_title{
    
  0%{
  }
    
  50%{
  }
  
  100%{
  }
    
}



/*styles
--------------------------------------------------------------------------------------*/

body{
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
}

body.open_nv{
	overflow: hidden;
	touch-action: none;
}


@media only screen and (min-width: 768px) {
  
  body{
    /*line-height: 200%;*/
	}
  
}

@media only screen and (min-width: 1280px) {
	
	body{
		/*font-size: 1.6rem;
    line-height: 220%;*/
	}
  
  body.open_nv{
	  overflow: visible;
  }
	
}


/*---------------------------------------------------------------
    Commonレイアウト
---------------------------------------------------------------*/
#container{
  padding: 50px 0 0 0;
  display: block;
}


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

  #container{
    padding: 80px 0 0 0;
  }

}


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

  

}



/*---------------------------------------------------------------
    ヘッダー
---------------------------------------------------------------*/

header{
	width: 100%;
	position: fixed;
	z-index: 100;
}

header .inner{
	width: 100%;
  background: #FFF;
  height: 50px;
  box-sizing: border-box;
}

header h1{
	width: 201px;
	height: 50px;
	margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

header h1 a{
  height: 13px;
}

header h1 img{
  width: 100%;
}

header .hd_inr{
	width: 201px;
	height: 50px;
	margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

header .hd_inr a{
  height: 13px;
}

header .hd_inr img{
  width: 100%;
}

	
/*メニュー部分*/
nav{
	/*display: block;*/
  display: none;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100vh;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
  z-index: -1;
  overflow: hidden;
  background: rgba(0,0,0,0.60); 
}

header nav ul{
	display: block;
	margin: 50px auto 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
  overflow: hidden;
}

header nav::-webkit-scrollbar { width: 0 !important }

header nav ul li{
	margin: 0 auto;
  background: #FFF;
}

header nav ul li a{
	font-size: 1.6rem;
	font-weight: 500;
	height: 54px;
  padding: 0 20px;
  box-sizing: border-box;
	display: flex;
  align-items: center;
	position: relative;
	color: #000022;
}

header nav ul li a::before{
  content: "";
  width: 13px;
  height: 13px;
  background: #000022;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6.5px;
}

header nav ul li a::after{
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -2px;
}

header nav ul li{
	border-top: 1px solid #efefef;
}

header nav ul li#navi_contact,
header nav ul li#navi_request{
  border-top: none;
}

header nav ul li#navi_contact br{
  display: none;
}

header nav ul li#navi_request br{
  display: none;
}

header nav ul li#navi_contact a > span,
header nav ul li#navi_request a > span{
  display: flex;
  align-items: center;
}

header nav ul li#navi_contact a{
  background: #009fe8;
  color: #000022;
  font-weight: 700;
}

header nav ul li#navi_contact a > span::before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../img/common/icon/icon_contact.svg") no-repeat center;
  background-size: 100%;
  margin-right: 0.5em;
}

header nav ul li#navi_request a{
  background: #ffbd00;
  color: #000022;
  font-weight: 700;
}

header nav ul li#navi_request a > span::before{
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../img/common/icon/icon_document.svg") no-repeat center;
  background-size: 100%;
  margin-right: 0.5em;
}


		
/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: #ffbd00;
	right: 0;
	top: 0;
	transition: background 0.3s;
  cursor: pointer;
}

#nav_toggle div {
	position: relative;
	width: 20px;
	height: 20px;
	top: 15px;
	left: 50%;
	margin-left: -10px;
}

#nav_toggle span{
	display: block;
	height: 2px;
	background: #000022;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
	border-radius: 4px;
}

#nav_toggle span:nth-child(1){
	top:0px;
}

#nav_toggle span:nth-child(2){
	top:9px;
}

#nav_toggle span:nth-child(3){
	top:18px;
}

/*#nav_toggle::after{
	content: "MENU";
	position: relative;
	color: #FFF;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 2px;
	font-size: 1.4rem;
}*/


	
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 8px;
  -webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}


/*.open #nav_toggle::after{
  content: "CLOSE";
}*/



@media only screen and (min-width: 768px) {
  
  header .inner{
    height: 80px;
  }

  header h1{
	  width: 309px;
	  height: 80px;
	  margin: 0 0 0 20px;
  }

  header h1 a{
    height: 20px;
  }
    
  header .hd_inr{
	  width: 309px;
	  height: 80px;
	  margin: 0 0 0 20px;
  }

  header .hd_inr a{
    height: 20px;
  }
  
  header nav ul{
	  margin: 80px auto 0;
  }

  header nav ul li a{
	  height: 70px;
    padding: 0 30px;
    font-size: 1.8rem;
  }

  header nav ul li a::before{
    width: 20px;
    height: 20px;
    right: 30px;
    margin-top: -10px;
  }

  header nav ul li a::after{
    width: 6px;
    height: 6px;
    right: 37px;
    margin-top: -4px;
  }


  header nav ul li#navi_contact a > span::before{
    width: 32px;
    height: 32px;
    margin-right: 0.5em;
  }

  header nav ul li#navi_request a > span::before{
    width: 32px;
    height: 32px;
    margin-right: 0.5em;
  }
  
  
  /*開閉ボタン*/
  #nav_toggle{
	  width: 80px;
	  height: 80px;
  }

  #nav_toggle div {
	  width: 30px;
	  height: 30px;
	  top: 25px;
	  margin-left: -15px;
  }

  #nav_toggle span:nth-child(2){
	  top: 14px;
  }

  #nav_toggle span:nth-child(3){
	  top: 28px;
  }
  
  
	
/*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
	  top: 14px;
  }

  .open #nav_toggle span:nth-child(3) {
	  top: 14px;
  }
  
  
}


@media only screen and (min-width: 1280px) {
	
	header{
		height: 80px;
	}
	
	header .inner{
		position: relative;
		height: 80px;
	}
  
  header h1{
	  width: 386px;
	  height: 80px;
	  margin: 0 0 0 30px;
    background: #FFF;
  }
  
  header h1 a{
    height: 25px;
  }

    header .hd_inr{
	  width: 386px;
	  height: 80px;
	  margin: 0 0 0 30px;
    background: #FFF;
  }
  
  header .hd_inr a{
    height: 25px;
  }

	
/*メニュー部分*/
	
	nav{
		display: block !important;
		top: 0;
		left: auto;
		right: 0;
		height: 80px;
		background: none;
		width: auto;
    z-index: 10;
	}

	header nav ul{
		margin: 0;
		width: inherit;
		display: flex;
	}

	header nav ul li{
		position: relative;
    border-bottom: none;
	}
  
  header nav ul li:first-child{
    display: none;
  }

	header nav ul li a{
    padding: 0 15px;
		font-size: 1.6rem;
		height: 80px;
		transition: 0.3s;
	}
	
	header nav ul li a:hover{
		opacity: 0.7;
	}
  
  header nav ul li a::after,
  header nav ul li a::before{
    display: none;
  }

  header nav ul li#navi_contact a{
    width: 230px;
    height: 80px;
    font-size: 1.8rem;
    padding: 0;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header nav ul li#navi_contact br{
    display: inline;
  }
  
  header nav ul li#navi_request br{
    display: inline;
  }

  header nav ul li#navi_contact a > span::before{
    width: 30px;
    height: 30px;
  }

  header nav ul li#navi_request a{
    width: 230px;
    height: 80px;
    font-size: 1.8rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header nav ul li#navi_request a > span::before{
    width: 30px;
    height: 30px;
  }
  
  header nav ul li#navi_contact a > span,
  header nav ul li#navi_request a > span{
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 30px 0 0;
  }
  
  header nav ul li#navi_contact a span span::before,
  header nav ul li#navi_request a span span::before{
    content: "";
    width: 20px;
    height: 20px;
    background: #000022;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }

  header nav ul li#navi_contact a span span::after,
  header nav ul li#navi_request a span span::after{
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
  }
  
  
/*開閉ボタン*/
	#nav_toggle{
		display: none;
	}

	
}



/*---------------------------------------------------------------
    お役立ち情報
---------------------------------------------------------------*/
#b_banner{
  padding: 40px 15px 30px 15px;
  background: #EEEEEE;
}

#b_banner > div{
}

#b_banner ul#banner02{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#b_banner ul#banner02 li{
  margin-bottom: 10px;
}

#b_banner ul#banner02 li:nth-of-type(n+3){
  margin-left: 10px;
}

#b_banner ul#banner02 li#oyakudachi{
  width: 100%;
}

#b_banner ul#banner02 li#oyakudachi a{
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #888888;
  display: block;
  padding: 9px 30px 9px 15px;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
}

#b_banner ul li a{
  transition: 0.3s;
}

#b_banner ul li a:hover{
  opacity: 0.7;
}

#b_banner ul#banner02 li#oyakudachi a::before{
  content: "";
  width: 20px;
  height: 20px;
  background: #000022;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -10px;
}

#b_banner ul#banner02 li#oyakudachi a::after{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4px;
}

#b_banner ul#banner02 li#oyakudachi a span{
  display: flex;
  align-items: center;
}

#b_banner ul#banner02 li#oyakudachi a span::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/common/icon/icon_information.svg") no-repeat center;
  background-size: 100%;
  margin-right: 0.5em;
}

#b_banner ul#banner02 li:nth-of-type(1) img,
#b_banner ul#banner02 li:nth-of-type(2) img,
#b_banner ul#banner02 li:nth-of-type(3) img,
#b_banner ul#banner02 li:nth-of-type(4) img{
  max-height: 50px;
}

#b_banner ul#banner02 li:nth-of-type(n+2){
    margin-left: 10px;
  }


/*　バナー追加1段目　*/
#b_banner ul#banner01{
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

#b_banner ul#banner01 li{
  width: calc(33.333% - 5px);
}

#b_banner ul#banner01 li img{
  width: 100%;
}


@media only screen and (min-width: 768px) {
	
  #b_banner{
    padding: 60px 0 50px 0;
  }

  #b_banner > div{
    width: 400px;
    margin: 0 auto;
  }
  
  /*#b_banner ul#banner02{
    justify-content: space-between;
  }
  
  #b_banner ul#banner02 li:nth-of-type(n+3){
    margin-left: 0;
  }*/


}



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

  #b_banner{
    padding: 40px 0;
  }

  #b_banner > div{
    width: 1200px;
  }
  
  /*#b_banner ul#banner02{
    justify-content: center;
  }*/

  #b_banner ul#banner02 li{
    margin-bottom: 0;
  }

  /*#b_banner ul#banner02 li:nth-of-type(n+2){
    margin-left: 10px;
  }*/

  #b_banner ul#banner02 li#oyakudachi{
    width: 280px;
    height: 68px;
  }

  #b_banner ul#banner02 li#oyakudachi a{
    font-size: 1.8rem;
    padding: 16px 20px;
    width: 280px;
    height: 68px;
    box-sizing: border-box;
  }

  #b_banner ul#banner02 li#oyakudachi a::before{
    margin-top: -8px;
  }

  #b_banner ul#banner02 li#oyakudachi a::after{
    margin-top: -2px;
  }

  #b_banner ul#banner02 li#oyakudachi a span::before{
    width: 36px;
    height: 36px;
  }

  #b_banner ul#banner02 li:nth-of-type(1) img,
  #b_banner ul#banner02 li:nth-of-type(2) img,
  #b_banner ul#banner02 li:nth-of-type(3) img,
  #b_banner ul#banner02 li:nth-of-type(4) img{
    max-height: 68px;
  }
  
  
  /*　バナー追加1段目　*/
  #b_banner ul#banner01{
    width: 806px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  #b_banner ul#banner01 li{
    width: calc(33.333% - 7.5px);
  }


}



/*---------------------------------------------------------------
    SPのみ表示
---------------------------------------------------------------*/
ul#sp_fix{
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

ul#sp_fix li{
  width: 50%;
}

ul#sp_fix li a{
  display: block;
  font-weight: bold;
  transition: 0.3s;
  padding: 0 5px;
}

ul#sp_fix li a:hover{
  opacity: 0.7;
}

ul#sp_fix li a span{
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#sp_fix li:nth-of-type(1) a{
  background: #009fe8;
  font-size: 1.6rem;
}

ul#sp_fix li:nth-of-type(1) a span::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/common/icon/icon_contact.svg") no-repeat center;
  background-size: 100%;
  margin-right: 0.5em;
}

ul#sp_fix li:nth-of-type(2) a{
  background: #ffbd00;
  font-size: 1.6rem;
}

ul#sp_fix li:nth-of-type(2) a span::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/common/icon/icon_document.svg") no-repeat center;
  background-size: 100%;
  margin-right: 0.5em;
}



@media only screen and (min-width: 768px) {
  
  ul#sp_fix li:nth-of-type(1) a span br{
    display: none;
  }

}



@media only screen and (min-width: 1280px) {
	
  ul#sp_fix{
    display: none;
  }


}



/*---------------------------------------------------------------
    footer
---------------------------------------------------------------*/
footer{
  padding: 0 0 60px 0;
}

footer #f_shop_info{
  padding: 40px 15px;
}

footer #f_shop_info dl dt{
  color: #000022;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer #f_shop_info dl dt img{
  width: 70%;
  margin-left: 1em;
}

footer #f_shop_info dl dt + dd{
  margin-top: 1em;
}

footer #f_shop_info dl dd{
  text-align: center;
}

footer #f_shop_info dl dd span{
  display: block;
}


footer #f_navi_copy{
  padding: 16px 15px 0 15px;
  background: #000022;
  color: #FFF;
}

footer #f_navi_copy ul{
  display: flex;
  flex-wrap: wrap;
}

footer #f_navi_copy a{
  color: #FFF;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-right: 1em;
  line-height: 180%;
}

footer #f_navi_copy a:hover{
  text-decoration: underline;
}

footer #f_navi_copy a::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  margin-right: 0.3em;
}

footer #copy{
  line-height: 45px;
  font-size: 1.2rem;
  font-weight: 500;
}

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

  footer #f_shop_info{
    padding: 30px;
    width: 690px;
    margin: 0 auto;
  }
  
  footer #f_navi_copy > div{
    width: 690px;
    padding: 0 30px;
    margin: 0 auto;
  }


}




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

  footer{
    padding: 0;
  }

  footer #f_shop_info{
    padding: 40px 0;
    width: 1200px;
  }

  footer #f_shop_info dl dt{
    font-size: 1.8rem;
    justify-content: flex-start;
  }

  footer #f_shop_info dl dt img{
    width: 386px;
  }

  footer #f_shop_info dl dt + dd{
    margin-top: 20px;
  }

  footer #f_shop_info dl dd{
    text-align: left;
    font-size: 1.4rem;
  }

  footer #f_shop_info dl dd span{
    display:inline;
    margin-right: 1em;
  }


  footer #f_navi_copy{
    padding: 0;
  }
  
  footer #f_navi_copy > div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  footer #f_navi_copy a{
    line-height: 80px;
  }


  footer #copy{
    line-height: 80px;
    font-size: 1.2rem;
    margin-right: 50px;
  }
  
  /* 20231116 index用追記*/
  footer.index_f #f_shop_info{
    display: flex;
  }
  
  footer.index_f #f_shop_info dl{
    width: 600px;
  }
  
  footer.index_f #f_shop_info dl{
    
  }


}


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

  footer #copy{
    margin-right: 0;
  }
  
}


/*---------------------------------------------------------------
    アンカーリンク
---------------------------------------------------------------*/
#anchor{
  width: 40px;
  height: 40px;
  z-index: 1000;
  position: fixed;
  bottom: 60px;
  right: 0;
  display: none;
}

#anchor a{
  width: 40px;
  height: 40px;
  background: #000022;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#anchor a::before{
  content: "";
  width: 14px;
  height: 14px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(-45deg);
  display: block;
  transition: 0.3s;
  margin-top: 0.5em;
}




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

  #anchor{
    width: 80px;
    height: 80px;
    bottom: 0;
  }

  #anchor a{
    width: 80px;
    height: 80px;
  }

  #anchor a::before{
    width: 18px;
    height: 18px;
    border-top: 6px solid #FFF;
    border-right: 6px solid #FFF;
  }
  
	
}