@charset "utf-8";

/* 全体
------------------------------------------------------------*/
#wrapper{
margin:20px auto 0;
padding:0 1%;
width:98%;
position:relative;
}


/* PC用　960px以上
------------------------------------------------------------*/
@media screen and (min-width:960px) {
	.w_wk01{width: 25%; padding: 10px;}
	.w_wk02{width: 50%; padding: 50px 0px 0px 50px;}
	.w_wk03{display: none;}
	.w_wk04{width: 100%; margin-bottom: 20px;}
	.w_wk05{display: none;}
	
.title_bg{background-color: #f6ab00; padding-top: 20px; padding-bottom: 20px;}
	h1 span.title1{color: #fff!important; font-size:22px; margin-right: 15px; display:inline;}
	h1 span.title2{color: #fff!important; font-size:16px; display:inline;}
	
.grd {
    background: linear-gradient(110deg, #f90000, #ffcb00 45%, #04bdfb);
    -webkit-background-clip: text;
    color: transparent;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-size: 32px!important;
}
	
	h2.nounderline {
    display: block;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 22px;
    text-align: center;
}
h2.underline {
    display: block;
    font-weight: bold;
    border-bottom: solid 1px #000;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 22px;
    text-align: center;
}
h3.caption {
    position: relative;
    display: block;
    width: 100%;
    color: #555!important;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
	 padding-right: 10px;
}
h3.caption::before {
    right: 5px;
    top: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
}	
	.caption18_16 {
    display: block;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 18px;
    text-align: center;
}
	
.title_m {
  position: relative;
  text-align: center;
}
.title_m span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 170%;
	letter-spacing: 0.1px;
}
.title_m::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
	
.itemtitle1 h3 {
    font-size: 18px!important;
    font-weight: 600;
    padding: 7px 10px;
    text-align: left;
}	
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #efaf00;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 999;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a:hover {
    background: #fac73c;
    border-radius: 50%;
  }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: url(https://www.a-1.co.jp/img/pagetop_arrow.png);
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

}



/* タブ用 768px-959pxまで
------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:959px) {
		.w_wk01{width: 25%; padding: 10px;}
	.w_wk02{width: 50%; padding: 40px 0px 0px 10px;}
	.w_wk03{display: none;}
	.w_wk04{width: 100%; margin-bottom: 20px;}
	.w_wk05{display: none;}
.grd {
    background: linear-gradient(110deg, #f90000, #ffcb00 45%, #04bdfb);
    -webkit-background-clip: text;
    color: transparent;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-size: 32px!important;
}
.title_bg{background-color: #f6ab00; padding-top: 20px; padding-bottom: 20px;}
	h1 span.title1{color: #fff!important; font-size:22px; margin-right: 15px; display:inline;}
	h1 span.title2{color: #fff!important; font-size:16px; display:inline;}
		h2.nounderline {
    display: block;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 22px;
    text-align: center;
}
	h2.underline {
    display: block;
    font-weight: bold;
    border-bottom: solid 1px #000;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 22px;
    text-align: center;
}
	h3.caption {
    position: relative;
    display: block;
    width: 100%;
    color: #555!important;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
		 padding-right: 10px;
}
h3.caption::before {
    right: 5px;
    top: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
}	
	.caption18_16 {
    display: block;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 18px;
    text-align: center;
}
	
.title_m {
  position: relative;
  text-align: center;
}
.title_m span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 170%;
	letter-spacing: 0.1px;
}
.title_m::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
	
.itemtitle1 h3 {
    font-size: 17px!important;
    font-weight: 600;
    padding: 7px 10px;
    text-align: left;
}
	#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #efaf00;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 999;
  }
	
  #page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #page_top a:hover {
    background: #fac73c;
    border-radius: 50%;
  }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: url(https://www.a-1.co.jp/img/pagetop_arrow.png);
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


}


/* スマホ用 100px～767pxの場合
------------------------------------------------------------*/
@media screen and (min-width:100px) and ( max-width:767px) { 
	html {
    scroll-padding-top: 60px;
}
	
.w_wk01{display: none;}
	.w_wk02{width: 100%;padding: 10px;}
	.w_wk03{width: 100%;padding: 10px;}
	.w_wk04{display: none;}
	.w_wk05{width: 100%;padding: 10px;}
	
.grd {
    background: linear-gradient(110deg, #f00, #ffcb00 45%, #00cfff);
    -webkit-background-clip: text;
    color: transparent;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
	.title_bg{ background-color: #f6ab00;
    padding-top: 20px;
    padding-bottom: 20px;}
	h1 span.title1{color: #fff; font-size:19px; display:inline;}
	h1 span.title2{color: #fff; font-size:12px;}
		h2.nounderline {
    display: block;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 22px;
    text-align: center;
}
h2.underline {
    display: block;
    font-weight: bold;
    border-bottom: solid 1px #000;
    margin: 0 auto 10px;
    padding: 0 0 2px 0;
    font-size: 18px;
    text-align: left;
}
h3.caption {
    position: relative;
    display: block;
    width: 100%;
    color: #555!important;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
}
h3.caption::before {
    right: 5px;
    top: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    margin-top: -6px;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
}	
	
.caption18_16 {
    display: block;
    font-weight: bold;
    padding: 0 0 2px 0;
    font-size: 16px;
    text-align: left;
}
.itemtitle1 h3 {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
    font-size: 16px!important;
    vertical-align: middle;
    font-weight: 600;
    padding: 4px 10px 4px 0;
}
	#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #efaf00;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 999;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a:hover {
    background: #fac73c;
    border-radius: 50%;
  }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: url(https://www.a-1.co.jp/img/pagetop_arrow.png);
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: 'TOP';
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 27px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
	
}
