/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PR枠の削除（有料プラン）に関するお問い合わせ
http://www.s-hoshino.com/info.html、または、
https://www.megapx.com/contact.htmlのフォーム
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
@font-face {　　
    /*   適用させるフォント名 → 間違っていると反映されないので注意  */
    font-family: 'TradeGothic CondEighteen';
    /*   .otf, .ttfの拡張子がついているファイルがフォントファイルである。   */
　　 /*   フォントファイルが何処場所にあるのか : パスを書いてあげる   */
    src:url(../fonts/TradeGothic-Bold.otf) format('opentype');
    src:url(../fonts/TradeGothic-BoldCondTwenty.otf) format('opentype');
    src:url(../fonts/TradeGothic-CondEighteen.otf) format('opentype');
}


@charset "utf-8";





* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #FFFFFF;
	/*color: #FFF;
	background-color: #111;*/
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
	height: 100%;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}
.f-tradeG {
    font-family: "TradeGothic Bold";
    font-weight: bold;
}
.f-trade {
	font-family: 'TradeGothic CondEighteen';
    font-weight: bold;
}
sub,
sup {
  vertical-align:baseline;
  font-size:50%;
  line-height:0;
  position:relative
}
sup {
  top:-.5em
}
/*sub {
  bottom:-.25em
}*/

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

strong {
	font-weight: normal;
}

li {
	list-style-type: none;
}

a {
	color: #1868F0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #777;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

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

.ue {
    vertical-align: super;
    font-size: 0.5em;
    }

.center {
    text-align: center;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 300;
}

header h1 a img {
	display: block;
	position: absolute;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #111;
	letter-spacing: 1px;
   /* background-color:rgba(255,255,255,0.50);
    border: 1px solid #ea570d;*/
    background-color:#CCC;
    border: 1px solid #CCC;
}
header .h_btn a:hover {
	color: #FFF;
	/*background-color: #333;
	border: 1px solid #333;*/
	background-color: #1868F0;
	border: 1px solid #1868F0;
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #333;
	letter-spacing: 1px;
}
header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #F6F6F6;
	/*margin-bottom: 20px;*/
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/**------ button  ----------**/
a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #1868F0;
	background: #1868F0;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #1868F0;
	background: #fff;
}




/* ////商品詳細スライダー //// */

.slider_container * {
    box-sizing: border-box;
}
.slider_container img {
 /* max-width: 100%;*/
    max-width:70%;
    margin-left: auto;
	margin-right: auto;
}

/* メインスライダーのスタイル */
#slider {
    margin: 0px auto;
}

#slider li {
    padding: 0px 0px;
    position: relative;
}

#slider li a {
    color: #1868F0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#slider li a:hover {
    color: #1868F0;
    font-weight: bold;
    text-decoration: none;
}

#slider li p.slide-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: 0;
    padding: 0px 8px 20px 8px;
}

　/* スライドの間隔 */
#slider .slick-slide {
  margin: 0 5px;
}

/* サムネイルスライダーのスタイル */
#thumbs {
  /*max-width:100%;*/
  max-width:80%;
  margin:0 auto;
}

/* スライドの間隔 */
#thumbs .slick-slide {
  margin: 0 5px;
}

/* 現在表示中のサムネイルのデザイン */
#thumbs .slick-current img {
  border: 2px solid #1868F0;
}

@media screen and (max-width:640px){
    
.slider_container img {
    max-width:80%;
}

#slider li p.slide-text {
    margin-top: -10px;
}
#thumbs {
  max-width:100%;
}

}
@media screen and (max-width:960px){
.slider_container img {
    max-width:70%;
}
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	/*background-color: #111;*/
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content.gr {
	width: 100%;
	/*background-color: #FFF;*/
	background-color: #ddd;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content.bk {
	width: 100%;
	background-color: #111;
	padding-top: 50px;
	padding-bottom: 50px;
}



.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.block_wrap {
	margin: 30px 0;
	width: 100%;
    overflow: hidden;
}


#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	line-height: 30px;
	padding-top: 300px;
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family: 'TradeGothic-Bold', sans-serif;
    font-weight: 900;
	color: #FFF;
	font-size: 32px;
	letter-spacing: 0.2em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/**** top slide エリア ********/
#index_top {
    /*height: 100%;*/
    height: 100%;
    max-height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden;
    margin-bottom:0;
}

#index_top img {
justify-content: center;
}

#index_top ul.sm-slider {
	position: relative;
}

/*#index_top #top_catch {
	position: absolute;
	top: 35%;
	z-index: 10;
	text-align: center;
	width: 100%;
	color: #FFF;
    text-shadow:
    3px 3px 3px #000, -3px -3px 3px #000,
    -3px 3px 3px #000,  3px -3px 3px #000;}

#index_top #top_catch h2 {
	font-size: 60px;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}
#index_top #top_catch p {
	font-size: 20px;
}*/

.content h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;*/
	letter-spacing: 1px;
	/*color: #FFF;*/
	color: #111;
	text-align: center;
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    font-family:Arial,sans-serif;
    font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}
.content h2.f-trade {
    font-family:Arial,sans-serif;
	font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #1868F0;
}
.content h2.f-tradeG {
	font-family: 'TradeGothic bold';
	font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.content h2 span {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", "游ゴシック", "Yu Gothic", YuGothic,  sans-serif;
	font-size: 60%;
	color: #666;
}

.content .heading-2 {
    font-family:Arial,sans-serif;
    text-align: center;
    letter-spacing: .06em;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}
.content .heading-2 span {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", "游ゴシック", "Yu Gothic", YuGothic,  sans-serif;
	font-size: 20px;
	color: #666;
}
.content .heading-2.f-trade {
    font-family:Arial,sans-serif;
    text-align: center;
    text-transform: none;
    letter-spacing: .02em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: bold;
    line-height: 44px;
}
.content .heading-2.f-trade span {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", "游ゴシック", "Yu Gothic", YuGothic,  sans-serif;
	font-size: 18px;
	color: #666;
}


.content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	/*background-color: #F6F6F6;
	background-color: #444;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	color: #1868F0;
    border-bottom: #1868F0 4px solid;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clear: both;
}

.content h3 span {
	font-size: 16px;
	color: #999;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", "游ゴシック", "Yu Gothic", YuGothic,  sans-serif;
	padding-left: 15px;
}


.content .heading-3 {
    font-family:Arial,sans-serif;
    text-align: center;
    letter-spacing: .06em;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}

.content h3.ttl {
	font-size: 22px;
	line-height: 32px;
    background-color: #FFF;
    background-color: #444;
    border: 2px #999 solid;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 44px;
	font-weight: bold;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	letter-spacing: 0.05em;
}

.content h3.cnt {
    text-align: center;
	padding: 15px;
}

/*.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #CCC;
	content: '';
}*/

.content h3.cnt::after {
	display: none;
	/*width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #CCC;
	content: '';*/
}

.content h3.f-trade {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    font-size: 1.25em;
    color: #111;
}


.content h4 {
	font-size: 20px;
	color: #ccc;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	letter-spacing: 0.05em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.content h4 span {
	font-size: 15px;
	color: #666;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", "游ゴシック", "Yu Gothic", YuGothic,  sans-serif;
	padding-left: 15px;
}

.content h4.f-trade {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    font-size: 1.5em;
    color: #FFF;
    color: #110C0C;
}

.content h4.f-trade span {
    font-size: 0.8em;
    color: #FFF;
    color: #666;
}

.content.gr h4 {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.content.gr h4 span {
	color: #555;
}

    .content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
    .content p.narr {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
}
.content p.sml {
	font-size: 14px;
	line-height: 1.6;
}
    .content ul.bullet_point {
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
    .content ul.bullet_point li {
    list-style: none;
	font-size: 16px;
	line-height: 1.8;
	padding: 5px 10px;
    margin-left: 2em;
    text-indent: -1.5em;
}
    .content ul.bullet_point li::before {
    content:  "・";     /* 要素作成 */
    margin-right: 0.5em; /* 余白指定 */
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span {
	color: #999;
	padding-right: 20px;
}

/*
コンテンツ大ボタン
-------------------------------------------*/
.content .btn_001 a {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border: 3px solid #F6F6F6;
	text-decoration: none;
	display: block;
	width: 88%;
	background-color: #333333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	max-width: 300px;
	clear: both;
}
.content .btn_001 a i {
	padding-right: 10px;
}
.content .btn_001 a:hover {
	color: #333333;
	text-align: center;
	background-color: #FFF;
	width: 90%;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.content .btn_blue a,
.content .btn_green a {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 88%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	max-width: 300px;
	clear: both;
}
.content .btn_blue a {
	border: 3px solid #44AAEE;
	background-color: #44AAEE;
}
.content .btn_green a {
	border: 3px solid #22AA44;
	background-color: #22AA44;
}

.content .btn_blue a i,
.content .btn_green a i {
	padding-right: 10px;
}
.content .btn_blue a:hover {
	color: #44AAEE;
	text-align: center;
	background-color: #FFF;
	width: 90%;
	border-top-color: #44AAEE;
	border-right-color: #44AAEE;
	border-bottom-color: #44AAEE;
	border-left-color: #44AAEE;
}

.content .btn_green a:hover {
	color: #22AA44;
	text-align: center;
	background-color: #FFF;
	width: 90%;
	border-top-color: #22AA44;
	border-right-color: #22AA44;
	border-bottom-color: #22AA44;
	border-left-color: #22AA44;
}




.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    max-width: 80%;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: #1868F0;
	/*background-color: rgba(0,0,0,0.8);*/
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #1868F0;
	/*background-color: rgba(0,0,0,0.8);*/
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 30px;
	right: 0;
	bottom: 0;
}


@media screen and (max-width:640px){
.img_center {
    max-width: 94%;
}

.img_center span {
    font-size: 14px;
}

.img_center div {
    font-size: 14px;
	padding: 20px;
}
}


.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #555;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #1868F0;
}

.content .cont_wrap .txt_box {
	background-color: #EEE;
	/*background-color: #333;*/
	padding: 15px;
	margin: 30px 20px;
}
.content .cont_wrap .txt_box h3.f-trade {
    font-size: 1.75em;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.content .cont_wrap .txt_box h3 span {
    font-size: 0.7em;
    color: #111;
}
.content .cont_wrap .txt_box h3::after {
	display: none;
}
.content .cont_wrap .txt_box p {
	padding: 0 10px;
	margin: 20px 10px;
}
.content .cont_wrap .txt_box ul {
    margin: 20px 0;
	padding-right: 30px;
	padding-left: 30px;
}
.content .cont_wrap .txt_box ul li {
    font-weight: normal;
	padding: 8px 15px 8px 20px;
    text-indent: -1em; 
}
.content .cont_wrap .txt_box ul.sht {
    margin: 20px auto;
	padding-right: 0px;
	padding-left: 0px;
    max-width: 500px;  
}
.content .cont_wrap .txt_box ul.sht li {
    /*font-weight: bold;*/
	padding: 8px 0px;
}
a.ap {
	padding-top: 50px;
	margin-top: -50px;
}




/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	font-size: 10px;
	background-color: #1868F0;
	padding: 20px;
	height: 30px;
	width: 30px;
}
.to_top a:hover {
	color: #FFF;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*
フッター
-------------------------------------------*/

footer {
	/*background-color: rgba(0, 0, 0, 0.15);*/
	background-color: #ededed;
	color: #111;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

/*.content-wrapper.footer {
  border-top-style:none
}*/

.perfect-run-footer-logo-wrapper {
  flex-direction:column;
  align-items:center;
  display:flex
}
.perfect-run-logo-footer {
  width:138px;
  max-width:none;
  margin-bottom:27px
}
.perfect-run-logo-text-footer {
  width:318px;
  max-width:none;
  margin-bottom:10px;
}

footer #f-wrap {
/* footer_incを読込む囲い */
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width: 18%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 58%;
}

footer .cont_wrap .f_box.lg img {
	padding: 20px 0;
}

footer .cont_wrap p {
	font-size: 13px;
	padding: 5px 0;
}
footer .cont_wrap p a {
	text-decoration: none;
	color: #111;
}
footer .cont_wrap p a:hover {
	color: #1868F0;
}

footer .cont_wrap ul {
	padding: 20px;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 13px;font-weight: bold;
	color: #111;
	line-height: 1.7em;
}

footer .cont_wrap ul li.contact a {
	text-align: center;
	color: #FFF;
	background-color: #111;
	font-size: 14px;
	padding: 2px;
	margin-top:10px;
}

footer .cont_wrap ul li.contact a::before {
	display: none;
}

footer .cont_wrap ul li a::before {
	content: "・ ";
	color: #111;
}

footer .cont_wrap ul li a:hover {
	color: #666;
	/*background-color: #FFBF00;*/
}

footer .cont_wrap ul li.contact a:hover {
	color: #FFF;
	background-color: #666;
}




/*address {
	font-size: 10px;
	font-style: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
*/

address {
	font-size: 11px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*footer ul.f_bn {
	display: block;
	float: left;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	margin-left: 10px;
	font-weight: bold;
}
footer .f_bn li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
footer .f_bn li a i {
	padding-right: 5px;
}
*/
footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #CCC;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #CCC;
}





/* ################################# */
/* ################################# */




/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background : rgba(255, 255, 255, 0.10);
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background : rgba(255, 255, 255, 0.15);
}
.content table.table_01 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #1868F0;
	font-weight: bold;
}

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


.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	max-width: 600px;
    color: #111;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	padding: 10px 20px;
}
.content table.table_02 th {
	font-size: 16px;
    color: #FFF;
	white-space: nowrap;
	/*font-weight: normal;*/
	letter-spacing: 0.5px;
	width: 33%;
	background-color: #1868F0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaa;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #fefefe;
}
.content table.table_02 td .price {
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


.content table.table_03 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 600px;
}
.content table.table_03 th,
.content table.table_03 td {
	font-size: 15px;
	border: 1px  solid #ccc;
	padding: 10px;
    color: #111;
}
.content table.table_03 th {
	white-space: nowrap;
	width: 33%;
	background-color: #F6F6F6;
}
.content table.table_03 td {
	line-height: 24px;
	background-color: #FFF;
}




#mailform table.m_form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#mailform table.m_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#cont_base #mailform table.m_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#cont_base #mailform table.m_form th span {
	color: #FF0000;
	padding-left: 5px;
	padding-right: 5px;
}
#mailform table.m_form td {
	padding: 10px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #333;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #333;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	cursor: pointer;
}
.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #FF0000;
}
#cont_base .content .navi_sitemap li {
	padding-left: 20px;
}
.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}




/*
コンテンツボックス
-------------------------------------------*/
.box_cont {
	width: 100%;
	max-width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


/**** imgありボックス　box_c_in ***********/

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #CFDEE0;
	margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #1BD;
	border-right-color: #1BD;
	border-bottom-color: #1BD;
	border-left-color: #1BD;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}


/**** 製品の特長　ボックス　box_f_in *************/

.box_cont .box_f_in {
	width: 48%;
	min-height: 200px;
	padding: 0px;
	border: 1px solid #AAA;
	margin-bottom: 30px;
    background: #fefefe;
}

@media screen and (max-width:800px){
.box_cont .box_f_in {
	width: 94%;
	min-height: 200px;
}
}


.box_cont .box_f_in img {
	max-width: 100%;
	padding: 20px;
}

.content.gr .box_cont .box_f_in h4 {
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	padding-top: 5px;
}

.content.gr .box_cont .box_f_in ul {
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}
.content.gr .box_cont .box_f_in li {
	padding: 5px 0px 5px 0.5em;
    text-indent: -1em;
	font-size: 16px;
    color: #111;
}

.content.gr .box_cont .box_f_in p {
	margin-bottom: 15px;
	margin-top: 10px;
    color: #111;
}

.content .txt_box span.bld,
.content .box_cont span.bld {
    font-weight: bold;
}


/*
説明文 2ブロック　txt_cont 2block 
-------------------------------------------*/

.txt_cont {
	width: 100%;
	max-width: 1160px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 0px;
	padding-bottom: 0px;    
	padding-right: 20px;
	padding-left: 20px;
}

/**** マニュアル解説ブロック　p_in *************/

.txt_cont .p_in {
	width: 49%;
	min-height: 200px;
	padding: 0px;
	margin-bottom: 30px;
    color: #111;
    /*color: #FFF;*/
	font-size: 16px;
}

.txt_cont .p_in img {
	max-width: 100%;
	padding: 20px;
}

@media screen and (max-width:640px){
.txt_cont .p_in {
	width: 90%;
	min-height: 200px;
	padding: 0px;
	margin-bottom: 30px;
}

.txt_cont .p_in img {
	max-width: 100%;
	padding: 20px;
}
}


.content .txt_cont .p_in h4 {
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 5px;
}

.content .txt_cont .p_in p {
	line-height: 1.8;
    text-align: justify;
    text-align-last: left;
	padding: 10px;
	margin: 0px;
}
.content .txt_cont .p_in ul {
	line-height: 1.8;
    text-align: justify;
    text-align-last: left;
	padding: 10px 20px;
	margin: 0px;
}
.content .txt_cont .p_in ul li {
	line-height: 1.8;
    text-align: justify;
    text-align-last: left;
    text-indent: -1em;
	padding: 5px 0px 5px 1em;
	margin: 0px;
}

.content .txt_cont .p_in span.bld {
    font-weight: bold;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #FFF;
	color: #111;
    border: #1868F0 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #1868F0;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #1868F0;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content dl.faq dd li {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.content dl.faq dd li strong {
    font-weight: bold;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
	/*height: 32%;*/
	/*height: 70%;*/
	max-height: 1000px;
	width: 100%;
	/*position: absolute;*/
    /*top: 55%;*/
	bottom: 0px;
	/*background-color: rgba(210, 210, 210, 0.7);*/
}
/*.pick_up .sc_btm a {
	line-height: 50px;
	color: #333;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	background-image: url(../img/sc_btm.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 80;
	text-align: center;
}
.pick_up .sc_btm a:hover {
	color: #000;
	height: 110px;
	width: 110px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	margin-top: -10px;
	margin-left: -55px;
}*/

.pick_up ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.pick_up ul li a {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	overflow: hidden;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.pick_up ul li a:hover img {
	/*-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);*/
opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pick_up ul li a:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}

a .btn_check {
	color: #FFF;
	color: #1868F0;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #FFF;
	width: 50%;
	margin-top: -15px;
	margin-left: -25%;
	border: 2px solid #FFF;
	position: absolute;
	left: 50%;
	top: 80%;
	font-weight: bold;
	border-radius: 30px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover .btn_check {
	color: #FFF;
	background-color: #1868F0;
	border: 2px solid #1868F0;
}
a .btn_check i {
	padding-right: 10px;
	padding-left: 5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover .btn_check i {
	padding-right: 5px;
	padding-left: 10px;
}
/*.balloon {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -50px;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 100;
	/*background-color: #FF6633;
	background-color: #333333;
}

.balloon:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  /*border-top: 20px solid #FF6633;
  border-top: 20px solid #333333;
  border-left: 12px solid transparent;
 	z-index: 0;
}
*/
.descover_check {
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60%;
	margin-top: -15px;
	margin-left: -27%;
	position: absolute;
	left: 50%;
	top: 10%;
	font-weight: bold;
}

/*
実績一覧
-------------------------------------------
ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 21%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
ul.works_list li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	max-width: 100%;
  opacity: 0.9;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul.works_list li a:hover img {
  opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	border: 1px solid #ccc;
	color: #000;
}
*/

/*
商品一覧＆ギャラリー
-------------------------------------------*/

.works_list li {
	display: block;
	float: left;
	width: 30%;
	padding: 20px;
}

.works_list li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #FFF;
	position: relative;
}

.works_list li a:hover {
	/*background-color: #FFF;
	border: 1px solid #DDD;*/
	background-color: #ffffff;
	border: 1px solid #1868F0;
}

.works_list li a span {
	display: block;
	color: #000;
	font-size: 12px;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.works_list li a span.cl_1 {
	/*background-color: #ff0000;*/
	background-color: #00AA33;
	color: #FFF;
}

.works_list li a span.cl_2 {
	background-color: #333333;
	color: #FFF;
}

.works_list li a span.cl_3 {
	background-color: #FFBF00;
}

.works_list li a img {
	width: 100%;
	/*height: 210px;*/
	height: 280px;
	object-fit: cover;
}

.works_list li a:hover img {
  opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.works_list li a p {
	color: #333;
	text-align: center;
	margin: 0px;
	font-size: 16px;
    font-weight: bold;
}
.works_list li a:hover p{
	color: #1868f0;
}









@media screen and (min-width:960px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 140px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a img {
	top: 20px;
	left: 10px;
}

header .h_btn a {
	width: 160px;
	top: 20px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
header .h_tel a {
    /*color: #FFF;*/
    color: #111;
	width: 180px;
	top: 20px;
	right: 180px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 16px;
}
header .h_tel a strong {
	font-size: 20px;
}
header.fixed {
	height: 100px;
}

header.fixed h1 a img {/** logoの大きさに合わせる ***/
	height: 30px;
	top:5px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 98%;
	padding-left: 2%;
	display: block;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
    background: #111;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: 16%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #111;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

/*#g_navi li a::before {
	display: block;
	height: 1px;
	position: absolute;
	top: 2px;	
    top: 5px;
	width: 70%;
	left: 15%;
	background-color: #111;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #333;
	background-color: #CCC;
	top:0px;
	top:5px;
}*/

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #999;
	color: #78aaff;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #111;
  /*border-bottom: 20px solid #ea570d;*/
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #1868F0;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #111;
	background-color: #1868F0;
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: 22px;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #333;
}
#g_navi ul li ul li a:hover{
	color: #000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}
    

#index_top {
    height: 60%;
	min-height: 700px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
#index_top img {
    background-repeat: no-repeat;
    justify-content: center;
    width: 80%;
    height:80%;
}


/*
サブトップ
-------------------------------------------*/
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
}
/*#sub_top.products {
	background-image: url(../img/sub_top_products.jpg);
}*/
#sub_top.products {
    background-color: #78aaff;
	height: 60px;
	padding-top: 175px;
    }
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about.jpg);
}
#sub_top.schedule {
	background-image: url(../img/sub_top_schedule.jpg);
}
#sub_top.knowledge {
	background-image: url(../img/sub_top_knowledge.jpg);
}
/*
フッター
-------------------------------------------*/

/*address {
	letter-spacing: 1px;
	text-align: right;
	display: block;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
}*/

.no_pc {
	display: none;
}

}

@media screen and (min-width:1200px){
header .h_btn a {
	right: 50%;
	margin-right: -600px;
}
header .h_tel a {
	right: 50%;
	margin-right: -400px;
}
header h1 a img {
	left:50%;
	margin-left: -600px;
}
}

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

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 31%;
	width: 28%;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 100%;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	background-color: #111;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi ul li a {
	/*color: #111;*/
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	color: #999;
}


/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_btn a {
	width: 120px;
	top: 10px;
	right: 50px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel a {
	width: 120px;
	top: 10px;
	right: 180px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

#sub_top.faq {
	background-image: url(../img/sub_top_faq_sp.jpg);
}
#sub_top.products {
	background-image: url(../img/sub_top_products_sp.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact_sp.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about_sp.jpg);
}
#sub_top.schedule {
	background-image: url(../img/sub_top_schedule_sp.jpg);
}
#sub_top.knowledge {
	background-image: url(../img/sub_top_knowledge_sp.jpg);
}


/*
フッター
-------------------------------------------*/
address {
	text-align: center;
	padding-top: 10px;
	display: block;
	clear: both;
}

footer ul.f_bn {
	float: none;
}

footer .f_bn li a {
	font-size: 11px;
	padding: 8px;
}

.no_sp {
	display: none;
}

footer .cont_wrap .f_box.lg {
width: 40%;
}
footer .cont_wrap .f_box {
  width: 25%;
  /*text-align: center;*/
}
    
footer .cont_wrap ul li {
    padding: 4px 0;
}
	

}


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

#index_top #top_catch h2 {
	font-size: 45px;
}

#index_top #top_catch p {
	font-size: 15px;
}
}




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

header h1 a img {
	top:5px;
	height: 30px;
}

header .h_btn a {
	width: 50px;
	font-size: 18px;
	border-top-style: none;
	border-bottom-style: none;
}
header .h_tel a {
	width: 50px;
	font-size: 18px;
	right: 100px;
}
header .h_tel a span,
header .h_btn a span {
	display: none;
}

	#mailform table.m_form th,
	#mailform table.m_form td {
		width: 100% !important;
		display: block;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
	#mailform table.m_form th {
	border-right-style: none;
	padding-bottom: 5px;
}

#index_top #top_catch h2 {
	font-size: 40px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 150px;
	line-height: 150px;
	padding-top: 50px;
	background-position: center 50px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 47%;
	width: 42%;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.pick_up ul {
	padding: 15px;
}
.pick_up ul li {
	width: 31%;
}
.balloon {
	top: -35px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

a .btn_check {
	width: 80%;
	margin-left: -40%;
}


footer .cont_wrap .f_box.lg {
	width: 90%;
}
	
footer .cont_wrap .f_box {
  width: 50%;
  text-align: center;
	margin: 0 auto;
}
	
footer .cont_wrap ul {
    padding: 0px;
}
}

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

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 10px 15px;
}
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
    }

.content table.table_01 th {
    background: rgba(255, 255, 255, 0.05 );
	font-size: 14px;
    text-align: left;
}
.content table.table_01 td {
	font-size: 14px;
    border: none;
}
    


#index_top #top_catch h2 {
	font-size: 30px;
}

#sub_top {
	font-size: 16px;
}

.content h2 {
	font-size: 24px;
}
.content h2 span {
	font-size: 12px;
}
    
.content h2.heading-3 {
    font-size: 24px;
} 

a .btn_check {
	font-size: 12px;
	line-height: 30px;
}
a .btn_check i {
	padding-right: 5px;
	padding-left: 2px;
}
a:hover .btn_check i {
	padding-right: 2px;
	padding-left: 5px;
}

ul.works_list li {
	/*width: 98%;*/
	width: 84%;
	padding: 5%;
}

.works_list li a img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
  
    
/*** Discover Athena ***************/
/*.pick_up {
    display: none;
    }
.pick_up ul {
    display: none;
}
.pick_up ul li {
    display: none;
}*/
.balloon {
    display: none;
}
    
.content .pick_up .heading-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
}
.content .pick_up .heading-2 span {
	font-size: 13px;
}
.pick_up {
	height: 100%;
	width: 100%;
	bottom: 0px;
}
.pick_up ul {
	padding: 10px;
}
.pick_up ul li {
	width: 48%;
    margin-bottom: 15px;
}
    
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}


/*------------------------------*/

.content .box_att {
	margin-top: 30px;
	padding: 25px;
	border: 1px dashed #999;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 22px;
	color: #1868F0;
}

.content .box_att h2.f-trade {
    font-family: 'TradeGothic CondEighteen';
	font-weight: bold;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #DDD;
	color: #333;
}

.content .box_run {
	margin-top: 30px;
	padding: 25px;
}

.content .box_line {
	margin-top: 30px;
	padding: 25px;
    text-align: center;
}

.content .box_run h2 {
	font-weight: normal;
	font-size: 22px;
	color: #1868F0;
}

.content .box_run h2.f-trade {
    font-family: 'TradeGothic';
	font-weight: bold;
}
.content .box_run p {
    width: 80%;
    margin: 0 auto;
	font-size: 18px;
	color: #fff;
}
.content .box_80 {
    padding: 20px 0;
}
.content .box_80 p {
    width: 80%;
    margin: 0 auto;
}

/***--- Blended Line 紹介テーブル----------------***/
.table-wrapper {
  width:70%;
  max-width:750px;
  flex-direction:column;
  align-items:center;
    margin: 0 auto;
  display:flex;
  position:relative;
  overflow:hidden
}
/*.table-row-logos {
  width:100%;
  justify-content:space-between;
  align-items:center;
  display:flex
}
.table-row-logos.underline {
  border-bottom:1px solid #000
}*/
.table-cell {
  width:100%;
  height:auto;
  flex-direction:column;
  align-items:center;
  padding:20px;
}
.table-cell-50 {
  width:50%;
  height:auto;
  flex-direction:column;
  align-items:center;
  padding:20px;
  display:flex
}
.table-row {
  width:100%;
  height:125px;
  height:150px;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  display:flex
}
.table-row.grey {
  background-color:#f7f7f7
}
.table-row.grey.outline {
  border-top:1px #000;
  border-left:1px #000;
  border-right:1px #000
}
.table-row.grey._198 {
  height:198px
}
.table-row.last {
  height:142px
}
.table-row.cta {
  height:auto;
  border:1px #000
}
.table-row.outline {
  border-top:1px #000;
  border-left:1px #000;
  border-right:1px #000
}
.table-row._198 {
  height:198px
}
.table-logo {
  height:25px;
  max-width:none
}
.table-image {
  height:195px;
  max-width:none
}
.table-image.cta {
  height:142px;
  margin-bottom:42px
}
.table-horizontal-divider {
  width:100%;
  height:1px;
  background-color:var(--black);
  margin-bottom:0
}
.table-text {
  text-align:center;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:16px;
  line-height:24px
}
.table-text.alt {
  text-transform:none
}
.table-icon {
  height:34px;
  height:55px;
  max-width:none;
  margin-bottom:10px
}
.table-icon.small {
  width:53px;
  height:auto
}
.table-icon.gallons {
  height:50px
}
.table-icon.feeding-method {
  width:53px;
  height:auto
}
.table-large-text-blended-large {
  color:var(--royal-blue);
  text-align:center;
  letter-spacing:.04em;
  margin-bottom:10px;
  font-size:35px;
  font-weight:500
}
.table-large-text-pro-large {
  color:var(--midnight-blue);
  text-align:center;
  letter-spacing:.04em;
  margin-bottom:10px;
  font-size:35px;
  font-weight:500
}
.table-vertical-divider {
  width:1px;
  height:100%;
  background-color:var(--black);
  margin-top:30%;
  position:absolute
}
.table-vertical-divider.taller {
  margin-top:25%
}



/*------ youtube埋め込み  -------------*/

.movei_wrap{
	margin: 30px auto;
    width: 60%;
    text-align: center;
}
.program_wrap {
	margin: 30px auto;
    width: 80%;
    text-align: center;
}

@media screen and (max-width:640px){
.movei_wrap,
.program_wrap {
	width: 100%;
}

.content .box_run h2 {
	font-weight: normal;
	font-size: 19px;
	color: #1868F0;
}
.content .box_run p {
    width: 96%;
    margin: 0 auto;
	font-size: 15px;
	color: #fff;
}
}

.responsive {
width: 100%;
aspect-ratio: 16/9;
}

/** ////// ECチャート popup /////////////////// ***/
    .popup_wrap input {
    display: none;
    }

    .popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    }

    .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    }

    .popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    }

    .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    padding:8px;
    background: #000;
    color: #fff;
    border-radius:15px;
    line-height:14px;
    font-weight:bold;
    }

    .popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
    }

    .popup_wrap input:checked ~ .popup_overlay .popup_content{
    transform: translateY(50px);
    }

    .open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 20px;
    margin:10px auto;
    color: #fff;
    background:#111;
    padding: 20px 16px;
    border:solid 1px #000;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease;
    }

    .open_btn:hover{
    background:#FFF;
    border:solid 1px #FFF;
    color:#000;
    border:solid 1px #000;
    transition: .3s ease;
    }
