div.imagebox {
   border: 1px dashed #0000cc; /* 1.枠線 */
   background-color: #eeeeff;  /* 2.背景色 */
}
p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 80%;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
}

div.wine_float_image{
 
  width:48%;
  float:left;
  margin-bottom:20px;
}

/* メインコンテンツ */
section:not(.detail) {
	overflow: hidden;
        margin-bottom: 10px;
}
#main h2, #main section:not(.recently) h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #00A0E5;
}
/* サムネイル、値段 */
.description .col {
	display: table;
}
.description .col .box {
	display: table-cell;
	vertical-align: top;
}
.description .col .box:first-child {
	width: 40%;
	padding-right: 4%;
}
.description .col .box:first-child img {
	display: block;
	margin: auto;
}
/* サムネイル */
.description .right .tmb p {
	text-align: center;
	margin: 5px auto 10px;
	font-size: 13px;
}
.elem.tmb ul:first-of-type {
        margin-top: -20px;
}
.otherlist {
        margin-bottom: 10px;
        font-size: 0;
}
.otherlist li {
        display: inline-block;
        width: 28%;
        margin-right: 3%;
        vertical-align: top;
}
.otherlist li:last-child {
        margin: 0;
}
.otherlist a {
        overflow: hidden;
        display: block;
        width: 100%;
}
.otherlist img {
        width: 100%;
}
/* サムネイル end */
/* ワイン格付け ヨーグルト成分表 */
.wine_rate {
        margin: 0 auto 10px;
	padding: 10px;
	border-radius: 5px;
	font-size: 13px;
border: 1px solid #b3b3b3;
}

.wine_rate p {
	margin-bottom: 5px;
}
.wine_rate p:first-child {
        text-align: center;
        font-weight: bold;
}
.wine_rate.yougrt {
        width: 190px;
        margin: 20px auto 20px;
}
.cool_stools {
        margin: 0 auto 40px;
}
.cool_stools p {
        font-size: 12px;
}
.cool_stools p img {
        float: right;
        width: 50%;
}
.ingredient_title {
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
        font-size:0.9em;
}
.td_left, .td_right {
        display: table-cell;
        width: 50%;
}
.importer {
	color: #fff;
	background-color: #6D6145;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
}
.importer p:nth-child(2) {
        text-align: center;
}
.importer p:nth-child(3) {
	text-align: right;
}
/* ワイン格付け end */

/* P.D.O.について */
.what_pdo {
       position: relative;
       display: table-cell;
       height: 70px;
       padding-left: 80px;
       vertical-align: middle;
}
.what_pdo:before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 70px;
       height: 70px;
       background: url(https://file001.shop-pro.jp/PA01018/773/images/olive/aop_en.png);
       background-size: contain;
}
/* P.D.O.について end */

/* 商品名、価格等 */
.catch {
        margin-bottom: 10px;
}
.sub_detail {
        margin-bottom: 20px;
}
.sub_detail .rate_name {
        font-weight: initial;
}
.product_name .english_name {
        font-size: 18px;
}
.chara, .chara_desc {
    position: relative;
    padding-left: 17px;
}
.chara_desc {
    text-align: right;
    font-size: 12px;
}
.chara:before, .chara_desc:before {
    content: "\f005";
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
}
.chara:before {
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 15px;
}
.chara_desc:before {
    top: 50%;
    right:220px;
    margin-top: -6px;
    font-size: 12px;
}
.description .product_code {
	text-align: left;
}
.description h1 {
	font-size: 22px;
}
.en_name {
       margin-bottom: 10px;
}
.description .col .box:last-child h2 {
	margin-bottom: 10px;
}
.description .gift {
        margin-top: 10px;
	padding: 5px;
	border: 4px double #00A0E5;
        text-align: center;
}
.price_elem .price {
        margin-right: 10px;
	font-family: 'PT Serif', serif;
	font-size: 40px;
  color:#B30000;
}
.price_elem .price span {
	font-family: initial;
	font-style: initial;
	font-size: 15px;
}
.description .ditail_cart {
	overflow: hidden;
	width: 100%;
}
.description select {
	float: left;
	width: 18%;
	margin: 11px 10px 0 0;
}
.ditail_cart {
	position: relative;
	padding-left: 40px;
}
.ditail_cart:before {
	content: "数量";
	position: absolute;
	top: 16px;
	left: 0;
}
.description .cart01 {
        border: none;
}
.price_elem {
        overflow: hidden;
        margin-bottom: 20px;
}
.price_elem .mail,
.price_elem .review,
.price_elem .lookreview{
	clear: both;
	position: relative;
	float: left;
	display: inline-block;
        margin: 0;
        padding-left: 30px;
}
.price_elem .mail:before {
	content: "\f003";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.price_elem .mail {
	margin-top: 20px;
}
.price_elem .review:before {
	content: "\f040";
	position: absolute;
	top: 0;
	left: 3px;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.price_elem .lookreview:before {
	content: "\f007";
	position: absolute;
	top: 0;
	left: 3px;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.confirmation {
        margin-top: 10px;
}
.confirmation input {
        float: left;
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-right: 1%;
}
.confirmation p {
        float: left;
        width: 93%;
}
/* 商品名、価格等 end */

.rating {
	width: 100%;
	font-size: 13px;
	border: 1px solid #000;
}
.rating th, .rating td {
	padding: 5px;
	text-align: center;
	border: 1px solid #414141;
	vertical-align: middle;
}
.rating th {
	color: #fff;
	background-color: #9FC36E;
}
.rating tr td:first-child {
	color: #fff;
	background-color: #9FC36E;
}
/* サムネイル、値段 end */

/* 内容詳細 */
.detail p {
	padding: 0 10px 0 10px;
}
.detail_wrap {
        padding: 0 10px 0 10px;
}
.caution {
        clear: both;
        margin-top: -20px;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #f00;
	border-radius: 5px;
}
.caution p:first-child {
	margin-bottom: 10px;
}
.caution .alert {
        margin-bottom: 0 !important;
	color: #f00;
}
/* 塩 */
.winery .wine.solt p:not(.area_name) {
        width: 100%;
}
/* 塩 end */

/* メダル */
img.win_medal  {
        width: 20%;
        margin: 0 3% 3% 0;
}
img.win_medal_ol  {
        width: 35%;
        margin: 0 3% 3% 0;
}
/* ワイン end */

/* ワイナリー、生産者紹介 */
.detail .winery {
        margin-top: 40px;
}
.winery .box {
	margin-bottom: 40px;
}
.winery .box:first-of-type img {
	float: left;
	margin-right: 10px;
}
.winery .seed span {
        display: inline-block;
}
.winery .wine {
	position: relative;
}
.winery .wine img {
        display: block;
        margin: 0 auto 20px;
}
.winery .wine h3 span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}
.winery .box .elem {
	display: table-cell;
	vertical-align: middle;
}
.winery img.winetype {
	width: 70px;
	float: left;
	margin-right: 10px;
}
.winery h4 {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 17px;
	color: #fff;
	border-radius: 10px;
}
.winery .seed:after {
	content: "";
	display: block;
	clear: both;
}
.winery .seed .elem {
	width: 100px;
}
.winery .seed img.seed_img {
	width: 14%;
	float: left;
	margin-right: 10px;
}
.winery .wine img {
        margin-bottom: 10px;
}
.wine p:not(.area_name) {
	width: 100%;
	margin: 0 auto 10px;
}
/* ワイナリー end */

.detailtable {
	margin-top: 40px;
	border: 1px solid #000;
}
.detailtable td {
	vertical-align: middle;
}
.detailtable tr:first-child td {
	border-top: 1px solid #000;
}
.detailtable tr td:first-child {
	width: 140px;
	margin-right: 10px;
	background-color: #293FAF;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
}
.detailtable tr td:last-child {
	padding: 5px;
	border-top: 1px solid #000;
}

/* ヨーグルト */
.acceptance {
        margin-bottom: 10px;
        color: #FFB500;
        font-size: 18px;
        font-weight: bold;
}
.fage {
	margin-top: -50px;
}
.fage h3, .fage h4 {
	color: #0A95C7;
}
.fage p {
	color: #3C93AD;
        padding: 0;
}
.fage_logo {
	position: relative;
	width: 40%;
	display: block;
	margin: 0 auto -40px;
	z-index: -10;
}
.fage h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px !important;
	border-bottom: none !important;
}
.fage h4 {
	font-size: 20px;
	margin-bottom: 20px;
}
.fage .box {
	width: 80%;
	margin: 0 auto;
}
.sup_img {
	position: relative;
	padding-left: 40% !important;
}
.sup_img:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -40px;
	width: 50%;
	height: 120%;
	background: url(https://file001.shop-pro.jp/PA01018/773/images/fage/sup.jpg) no-repeat center;
	background-size: cover;
	z-index: -1;
}
.fage .elem {
	margin-bottom: 20px;
}
.fage .strong {
	float: left;
	margin: 0 10px -10px 0;
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #08DFE8;
	-ms-text-shadow: 2px 2px 7px #D6D6D6;
	-o-text-shadow: 2px 2px 7px #D6D6D6;
	-webkit-text-shadow: 2px 2px 7px #D6D6D6;
	text-shadow: 2px 2px 7px #D6D6D6;
}
.catch_last p {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	color: #0A95C7;
	font-size: 20px;
	font-weight: bold;
	-ms-text-shadow: 2px 2px 7px #D6D6D6;
	-o-text-shadow: 2px 2px 7px #D6D6D6;
	-webkit-text-shadow: 2px 2px 7px #D6D6D6;
	text-shadow: 2px 2px 7px #D6D6D6;
}
.fage .box.img {
	position: relative;
	margin-top: 20px;
}
.catch_last {
	display: table;
}
.catch_last img {
	float: left;
}
.suite {
	position: absolute;
	top: 140px;
	left: -10%;
	width: 40%;
	transform: rotate(-5deg);
}
.fage_en {
	float: right;
	width: 70%;
}
.what_yougurt {
	margin-bottom: 40px;
}
.what_yougurt h3 {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	background-color: #293FAF;
	border-radius: 10px;
}
.what_yougurt .box:not(.what) p {
	margin-bottom: 1em;
}
.what_yougurt .box {
	margin-bottom: 40px;
}
.what_yougurt .what {
	height: 480px;
	background: url(https://file001.shop-pro.jp/PA01018/773/images/yogurt/what_yogurt01.jpg) no-repeat center;
	background-position: 660px 370px;
}
.fage_desc {
	float: left;
	width: 669px;
}
.hint {
	overflow: hidden;
	padding: 20px;
	background-color: #EDF4FA;
	border: 1px solid #999;
	border-radius: 10px;
}
.hint img {
	float: left;
	margin-right: 40px;
}
ul.hintlist {
	float: left;
}
ul.hintlist strong {
	margin: 0 0 10px -20px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
ul.hintlist li {
	list-style-type: disc;
}
.process h4, .aten h4 {
        font-weight: bold;
        margin-bottom: 10px;
}
.process strong {
	color: #f00;
}
dl.paymentlist {
	width: 90%;
	margin: 0 auto 20px;
        padding: 20px;
        border: 1px solid #00A0E5;
        border-radius: 10px;
}
dl.paymentlist dt {
	width: 110px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 10px;
	color: #fff;
	background-color: #00A0E5;
	border-radius: 5px;
	line-height: 21px
}
dl.paymentlist dd {
	clear: both;
	margin-bottom: 10px;
	padding-left: 20px;
}
dl.paymentlist dd:last-of-type {
        margin: 0;
}
table.shipping_date {
	border: 1px solid #AEAEAE;
}
table.shipping_date th {
	font-weight: bold;
}
table.shipping_date th, table.shipping_date td {
	width: 50%;
	padding: 5px;
	text-align: center;
}
table.shipping_date tr:nth-child(odd) {
	background-color: #EDF4FA;
}
ul.aten {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #00A0E5;
	border-radius: 10px;
}
ul.aten strong {
	display: block;
	color: #293FAF;
	font-size: 18px;
	margin-bottom: 20px;
}
ul.aten li:first-of-type {
	margin-bottom: 10px !important;
}
ul.aten li {
	margin-bottom: -10px;
}
.winery, .fage {
	display: initial !important;
	display: block !important;
}
.detail {
	margin-bottom: 40px;
}
.detail h2, .recently h2 {
	width: 100%;
	display: inline-block;
}
.detail h2, .review h2, .recently h2 {
	text-align: left;
}
aside, #main {
	float: right !important;
}
.detailtable {
	margin-bottom: 40px;
}
float: left;
width: 100%;
}
footer {
	clear: both;
}
/* ヨーグルト end */

/*パクシマディ*/

p.paximadi{

	margin-top:-15px;
	text-align:center;
	margin-bottom:20px;
	font-size:0.8em;
}

/*パクシマディEND*/
/* 内容詳細 end */

/* 商品詳細 */
.detail p.detailtext {
	margin-bottom: 20px;
}
.detail .col {
	margin-bottom: 30px;
}
/* ワイナリー end */
/* 商品詳細 end */

/* レビュー */
.review {
	position: relative;
}
.review h2 {
	margin: 0;
}
.noreview {
	padding: 20px;
	text-align: center;
}
.review hr {
	margin: 5px auto;
	border: 1px solid #E8E8E8;
}
.review .shopping {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}
.reviewlist {
	padding: 0 15px 15px 15px;
	margin-bottom: 10px;
}
.reviewlist_datas {
	overflow: hidden;
	zoom: 1;
}
.icon_star {
	float: left;
	width: 75px;
	overflow: hidden;
}
.icon_star img {
	max-width: inherit;
	margin-top: 2px;
}
.review_poster li {
	float: left;
	margin-left: 10px;
	list-style: none;
}
.review_poster li:first-child {
	margin: 0;
}
.review_ttl, .shopcomment_ttl {
	font-size: 20px;
	font-weight: bold;
.reviewlist_datas
}
.review_img {
	float: right;
	margin: 0 0 10px 10px
}
.reviewlist_content {
	overflow: hidden;
	zoom: 1;
}
.shopcomment {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	padding: 15px;
	border-radius: 6px;
}
/* レビュー end */

/* その他のブランド商品 */
.other ul {
        position: relative;
        overflow: hidden;
        margin: 0 auto 20px;
        font-size: 0;
        letter-spacing: 0;
        word-spacing: 0;
}
.other li {
        display: block;
        vertical-align: middle;        
        width: 25%;
        margin: 0 auto 15px;
        padding: 0 10px 10px 10px;
        font-size: 15px;
        letter-spacing: 1px;
        word-spacing: normal;
  float:left;
}
.other li h4 {
        cursor: pointer;
        text-align: center;
}
.other li img {
        display: block;
        margin: 0 auto 10px;
}
.other li .price {
        position: absolute;
        bottom: 0;
        width: 25%;
        padding-right: 20px;
        text-align: center;
}
/* その他のブランド商品 end */

/* 最近見た商品 */
.recently {
	clear: both;
}
.recently .col {
        position: relative;
	display: table-cell;
        vertical-align: middle;
	width: 25%;
	padding: 0 10px 10px 10px !important;
}
.recently img {
	display: block;
	margin: 0 auto 10px;
}
.recently h3, .recently p {
	text-align: center;
}
.recently h3 {
        margin-bottom: 15px;
}
.recently .price {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-right: 20px;
}
/* 最近見た商品 end */
/* メインコンテンツ end */


/* テーブル追加 end */
.payment_table tr th {
	background-color: #80cbea;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 5px;
	text-align: center;
	width: 35%;
}
.payment_table tr th {
	background-color: #80cbea;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 5px;
	text-align: center;
	width: 65%;
}

.kensa {
font-size:0.8em;
}

.win_medal_c{
 
  width:25%;
  margin-bottom:5px;
}

div.sub_detail p{
  
  fotn-size:0.8em !important;
}

.nostimia-thankyou-title{
  
  font-size:1.2em;
  margin-bottom:10px;
  margin-top:10px;
  font-weight:bold;
}

.nostimia-thankyou-text{
  
  font-size:0.9em;
  margin-bottom:30px;
  
}

/*ワイン*/
section.description #wine table{
   border: 1px solid #AAA393;
   border-collapse: collapse;
   margin: 15px 0 1em;
   width:  auto;
}
section.description #wine table th{
   background-color: #6D6146;
   color: #FFF;
   font-weight: bold;
   border: 1px solid #AAA393;
   background-position: top left;
   background-repeat:  no-repeat;
   border-collapse: collapse;
   padding:  0.5em 1.5em 0.5em 50px;
}
section.description table th.flavor{
   background-image: url(https://img05.shop-pro.jp/PA01018/773/etc/icon_wine2.gif?cmsp_timestamp=202706133544);
}
section.description table th.variety{
   background-image: url(https://img05.shop-pro.jp/PA01018/773/etc/icon_grape2.gif?cmsp_timestamp=202706133639);
}
section.description #wine table td{
   padding:  0.5em 1.5em;
   border: 1px solid #AAA393;
   border-collapse: collapse;
}
#label{
	background-image: url(https://img05.shop-pro.jp/PA01018/773/etc/bg_label.gif?cmsp_timestamp=202706131254);
	background-position:  center;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 446px;
	min-height: 55px;
	text-align: center;
	padding-top: 15px;
	font-size: 	1.2em;
    margin-bottom: 1em;
}

#together h2{
    border-left: 5px solid #00A0E5;
    font-size: 1.2em;
}
#together dl{
    width: 33%;
    float:left;
    padding-left: 1em;
    text-align: center;
    margin-bottom: 20px;
}
#together dt img{
    width: 100%;
    margin-bottom: 5px;
}
#together:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}	
#together{display: inline-block;} 
/* Hides from IE Mac \*/
* html #sp {height: 1%;}
#together{display:block;}
/* End Hack */ 

.ditail_cart div.op1{
  float:left;
  margin: 1em 0.5em 0.5em 0;
}
.confirmation{clear:left;}

button.cart01{
  clear: both;
  display:block;
  width: 100%;
  text-align: left;
  margin: 30px 0 0 -40px;
 background:none;
}
button.cart01 img{
  margin-top: 10px;
}


/*セットワイン CSS start*/

	.set-wine{
		
		border:1px solid #000000;
		border-radius:5px;
		padding:1%;
	}
	
	.set-wine-image{
		width:25%;
		padding:3%:
		
	}
	
	.set-wine-text-box{
		
		display:inline-block;
		width:60%;
		vertical-align:top;
		padding:3%;
		
	}
	
	.set-wine-text{
		
		font-size:0.9em;
		
	}
	
	
	h3.set-wine-title{
	
		border-bottom:0 !important;
		font-size:1.5em;
		margin-bottom:10px;
		
	}
	
	.detail #wine table{
		
		border: 1px solid #AAA393;
    border-collapse: collapse;
    margin: 15px 0 1em;
    width: auto;
		
	}
	
	.detail #wine th{
		
		    background-color: #6D6146;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #AAA393;
    background-position: top left;
    background-repeat: no-repeat;
    border-collapse: collapse;
    padding: 0.5em 1.5em 0.5em 50px;
		
	}
	
	.detail #wine td{
		
		padding: 0.5em 1.5em;
    border: 1px solid #AAA393;
    border-collapse: collapse;
		
	}
	
	.detail table th.flavor{
		
		background-image: url(https://img05.shop-pro.jp/PA01018/773/etc/icon_wine2.gif?cmsp_timestamp=202706133544);
		
	}
	
	.detail table th.variety{
		
		background-image: url(https://img05.shop-pro.jp/PA01018/773/etc/icon_grape2.gif?cmsp_timestamp=202706133639);
		
	}
	
	
	.set-wine-left{
		
		width:45%;
		margin:2%;
		display:inline-block;
		vertical-align:top;
		margin-top:4%;
		
	}
	
	.set-wine-right{
		
		width:45%;
		margin:2%;
		display:inline-block;
		vertical-align:top;
		
	}
	
	.set-wine-disc .wine_rate{
		

		
	}
	
	.set-wine-disc .importer{
		
		
		
		
	}
	
	
	/*セットワインCSS END*/
	
	
	/*アコーディオン start*/
	
	.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
	border-radius:5px;
	margin-top:10px;
}

.accbox label:hover {
    background :#85baef;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	margin-bottom:40px;
}

.accbox .cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #ffffff;
    opacity: 1;
}
	
	/* アコーディオン END */
	
	
	/* アコーディオン END */
	
	.square_btn {
    position: relative;
    display: block;
    padding: 1em 2em;
	width:50%;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
		margin:0 auto;
		text-align:center;
}
	
	.square_btn:hover{
		
		color:#ffffff;
		
	}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


	/*アコーディオン start KIKU*/
.acd-check{
    display: none;
}
.acd-label{
    background: #0068b7;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after{
    background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #333;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

	/* アコーディオン END  KIKU*/