/** Shopify CDN: Minification failed

Line 37:3 Expected ":"
Line 38:3 Expected ":"
Line 150:0 Unexpected "}"

**/
@charset "utf-8";
/* CSS Document */
/*****主にDMチームの商品ページのスタイル修正するためのCSSです*****/

.txt_contain{
	background :rgba(255,255,255,0.6) ;
	border-radius : 10px ;
    padding : 10px ;
    margin-bottom : 10px ;
    text-align : center ;
}


.gray-container{
	background: rgb(237, 237, 237);
	overflow: hidden;
	color: rgb(68, 68, 68);
	margin-bottom : 25px ;
	padding : 25px ;
}

.gray-wrapper{
　margin: 0px; padding: 0px; float: left;
}

.gray-title{
　margin: 0px;
　padding: 0px 0px 15px;
　font-weight: bold !important;
　 color:rgb(0, 0, 0);
　 font-size: 16px;
}

.gray-image{
width: 144px;
display: inline-block;
vertical-align: bottom;
margin: 5px 0px 5px 5px;
text-align: right; max-width:
calc(100% - 5px);
float: right;
}

.hl_taiken {
    margin :0 auto ;
    border : 1px solid orange ;
    border-radius : 6px ;
    width : calc(100% - 100px);
}

.hl_taiken a{
    text-align : center ;
    padding : 10px ;
    font-size : 1.5em ;
    font-weight : bold ;
    background : orange ;
    color : orange !imprtant;
    text-decoration : none  !imprtant;
    display : block ;
}

.hl_taiken a:hover{
    opacity: 0.7 ;
}


/*****⇓2021.4.9 佐藤*****/

dt{
  border-bottom : 3px double #f17c9e ;
  padding-bottom : 1px ;
  font-weight :  bold ;
}  

dd{
  padding : 10px 0 20px ;
  line-height : 1.5em ;
}
.jpn-point {
    background : #f5f5f5 ;
    border : 1px solid #f0f0f0 ;
    padding : 10px 20px ;
    margin : 10px 10px 30px  ;
     font-size : 0.9em ;
}

.jpn-point h3{
    font-size  : 1.3em ;
}

/*****TOEICカテゴリ 210416*****/

h3.point {
    border-bottom :1px solid #ec0044 ;
    border-left :4px solid #ec0044 ;
    padding : 5px 0 5px 5px ;
    width : 80px ;
    font-size : 1em ;
    color : #ec0044 ;
    font-weight : bold ;
}

/* 外部リンクのアイコン表示 */
#main  a[target="_blank"]:after{
  font-family: "Font Awesome 5 Free";
  content: "\f360";
  margin: 0 4px;
  font-weight: 600;
  font-size: 1.1em;
}


/* HL 体験キット部分　210607  */

article.trial-wrapper {
    padding: 30px 0;
    background: #ffda97;
}

.trial-wrapper section p {
    font-size : 1.2em ;
    font-weight : 600 ; 
}

span.trial-midashi {
    color : #fff ;
}

p.trial-coupon {
    color : #ec0044 ;
    font-weight : bold ;
	font-size:22px;
}

.trial-btn {
  padding: 5px;
    text-align: center;
    background: #fff;
    border: 3px solid #ffda97;
}


}

.trial-btn ul {
  list-style-position : initial;
  list-style-image : initial;
  list-style-type : none;
  margin-left : 0px;
  padding-left : 0px;
}

.trial-btn li {
    display: inline-block;
    background: #ffffff;
    border: 3px solid #db930f;
    border-radius: 10px;
    width: 45%;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #c6c5c5;
}


@media screen and (max-width:550px) { 
.trial-btn li{
  width : 90%;
}
}

.trial-btn ul a {
   border-bottom : none !important ;
}
.trial-btn li:hover  {
    background : orange ;
    border : #fff ;
}