@charset "utf-8";

/*------------------------------------------------
	共通
------------------------------------------------*/

::-webkit-input-placeholder {
    color:    #CCC;
}
:-moz-placeholder {
    color:    #CCC;
}

.page_top
{
	position		: fixed;
	right			: 20px;
	bottom			: 10px;
}
.ac_point
{
	padding-top 	: 149px;
	margin-top 		: -149px;
}
figure
{
	display:block;
	text-align:center;
}
figure img
{
		margin-bottom:2rem;
}
figcaption
{
	font-size:1.4rem;
	display:block;
	width:fit-content;
	text-align:left;
	margin: 0 auto;
}


/*▼form--------------------------------------------------------------*/
/*form:inputとtextareaは#contact_form経由で使う*/

#contact_form input.input_area,
#contact_form textarea.input_area,
#contact_form select{
    font-size:14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #B9C9CE;
    border-radius:3px;
    padding: 7px 0.8em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.form_name
{
	width			: 10em;
}
.form_tel
{
	width			: 15em;
}
.form_mail
{
	width			: 25em;
}
.form_add
{
	width			: 30em;
}
.form_team
{
	width			: 20em;
}
.form_other
{
	width			: 30em;
	height			: 10em;
}
.form_name_s
{
	width			: 10em;
}
.form_tel_s
{
	width			: 15em;
}
.form_mail_s
{
	width			: 16em;
}
.form_add_s
{
	width			: 16em;
}
.form_zip
{
	width			: 4em;
}


/*▼table--------------------------------------------------------------*/
.layout_table
{
	width			: 100%;
	border-collapse	: collapse;
	padding			: 0px;
	margin			: 0px;
}
.layout_table td,
.layout_table th
{
		padding:0;
}

.data_box table
{

	text-align      : left;
	width 			: 100%;
	margin-left     : auto;
	margin-right    : auto;
}
.data_box th
{
	border-bottom	: 1px solid #ccc;
	border-right	: 1px solid #ccc;
	padding			: 1.5rem 2rem;
	background		: #f7f7f7;
	font-weight     : normal;
}
.data_box td
{
	border-bottom	: 1px solid #ccc;
	border-right	: 1px solid #ccc;
	padding			: 1.5rem 2rem;
	background		: #fff;
}



/*▼見出しタイトル--------------------------------------------------------------*/

.cate_header
{
	position: relative;
	width 			: 100%;
	padding-top 	: 140px; 
}

.cate_header:before
{
	content 			: "";
	display 			: block;
	height 				: 100%;
	width 				: 100%;
 	background: #00D1E4;
	background: linear-gradient(90deg,rgba(0, 209, 228, 1) 0%, rgba(0, 142, 180, 1) 100%);
	position: absolute;
	bottom 				: 0px;
	left 				: 0px;
	right 				: 0px; 
	
}
.cate_header .cate_title
{
	max-width 			: 620px;
	width 				: 90%; 
	margin 				: 0 auto;
	position 			: relative;
	z-index 			: 1;
	text-align 			: left;
	border-left 		: 8px solid #060e28;
	padding 			: 2rem 0px 2rem 3rem;
	line-height 		: 1.0;
	color 				: #FFF;
}
.cate_header .cate_title .en
{
	font-size 		: clamp(2.5rem, 6vw, 4.5rem);
	font-weight 	: 500;
	display 		: inline-block;
	margin-right 	: .5em; 
}
.cate_header .cate_title .jp
{
	font-size 		: clamp(2.3rem, 5vw, 3.8rem);
	font-weight 	: 900;
	display 		: inline-block;
}


.article_header
{
	border-left 		: 8px solid #060e28;
	padding 			: 2.5rem 0px 2rem 3rem;
	margin-bottom 		: 1.5rem; 
}


.article_header .sub_cate_title
{
	font-size 		: clamp(2.3rem, 4vw, 3.8rem);
	font-weight 	: 900;
	line-height 	: 1.3;
	margin 			: 0px; 
}
.article_header .sub_cate_title .num
{
	color 			: #009fc0;
	display 		: block;
	font-size 		: clamp(2.5rem, 5vw, 4.5rem);
	line-height 	: 1.0; 
}
.article_update
{
	width: fit-content;
	margin-left: auto;
	margin-bottom 	: 0px;
	background: url("../images/common/base/bg_pattern02.gif") 0 0 repeat;
	padding 		: .3rem 1.5rem;
	font-size 		: 1.4rem;
	margin-bottom:1.5rem;
}
.article_update i
{
	color:#CCC;
	margin-right:.5rem;
}

.article_main p
{
	margin-bottom 			: 2.5rem; 
}





/*▼汎用：見出しタイトル--------------------------------------------------------------*/

.article_main h2
{
	font-size 		: clamp(2.3rem, 3.5vw, 3.4rem);
	margin 			: 0px;
	line-height 	: 1.3;
	margin-top 		: 5rem; 
}
.article_main h2:first-child
{
	margin-top 		: 0; 
}
.article_main h2:after
{
	content 		: "";
	display 		: block;
	height 			: 6px;
	width 			: 30%;
	background 		: #00c0d8;
	margin-top 		: 2.5rem;
	margin-bottom 	: 2.5rem; 
}
.article_main h3
{
	margin 			: 0px;
	padding 		: 0px;
	line-height 	: 1.3;
	border-top 		: 10px solid #f7f7f7;
	border-bottom 	: 10px solid #f7f7f7;
	font-size 		: clamp(2rem, 3vw, 2.6rem);
	padding 		: .3em 0 .3em 1.8em;
 	margin 			: 3.5rem 0 2.5rem;
	position 		: relative;
}
.article_main h3:before
{
	content 		: ""; 
	display 		: block;
	width 			: .4em;
	height 			: .4em;
	border 			: .3em solid #009fc0;
	border-radius 	: 50%;
	position 		: absolute;
	left 			: .5em;
	top 			: .5em; 
}
.article_main h4
{
	margin 			: 0px;
	padding 		: 0px;
	line-height 	: 1.5; 
	font-size 		: clamp(2rem, 2.8vw, 2.2rem);
	border-left 	: .3em solid #009fc0;
	padding 		: .1em 0 .1em .5em;
 	margin 			: 3rem 0 2.5rem;
}

.article_main h4.icon_title
{
	border-left 	: none;
	padding 		: 0px;
	display 		: flex;
	gap 			: .3em;
 	margin 			: 3rem 0 2.5rem;
}
.article_main h4.icon_title.des_line
{
	position:relative;
	padding-top:15px;
}
.article_main h4.icon_title.des_line:before
{
	content 		: "";
	height 	 		: 3px ;
	width 			: 100%;
	top 				: 0px;
	left 				: 0px;
	background 		: url("../images/common/base/bg_pattern01.gif") 0 0 repeat;
	position:absolute;
	left:0px;
	top:0px;
}
.article_main h4.icon_title.des_line:after
{
	content 	: "";
	height 		: 3px;
	display 	: block;
	width 		: 150px;
	background:#009fc0;
	position:absolute;
	left:0px;
	top:0px;
}


.article_main h4.icon_title i
{
	color 			: #009fc0;
	margin-top 		: .2em; 
}
.article_main .comment_title
{
	color		: #009fc0;
	font-weight : bold;
	border-bottom: 1px #CCC dashed;
	padding-bottom: .5rem;
	margin-bottom 	: .5rem; 
}

.article_main h5
{
	margin 			: 0px;
	padding 		: 0px;
	line-height 	: 1.3; 
	font-size 		: clamp(2rem, 2.8vw, 2.2rem);
	padding 		: 1em 1.5em;
 	margin 			: 3rem 0 3rem;
 	background: #00D1E4;
	background: linear-gradient(90deg,rgba(0, 209, 228, 1) 0%, rgba(0, 142, 180, 1) 100%);align-content;
	color:#FFF;
	position:relative;
	display:flex;
	gap:.8rem;
	align-items:center;
	border-top:3px solid #333;
}
.article_main h5:before
{
	content:"";
	display:block;
	width:0px;
	height:0px;
	border-left: 10px solid transparent;
 	border-right: 10px solid transparent;
	border-top: 10px solid #00b0cc;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0 auto;
	transform:translatey(100%);
}




.des_title
{
	background 		: url("../images/common/base/bg_pattern02.gif") 0 0 repeat;
	padding 		: 1.5rem;
	display 		: flex;
	align-items 	: center;
	gap 			: 1rem;
	border-top 		: 3px solid #009fc0;
 	margin 			: 3.5rem 0 2.5rem;
	font-size 		: clamp(1.8rem, 3vw, 2rem);
}
.des_title .text
{
	margin 			: 0px;
	font-weight 	: bold;
	line-height 	: 1.4; 
}
.des_title .icon
{
	width 			: 66px;
	height 			: 66px;
	flex 			: 0 0 66px; 
	border-radius 	: 50%;
 	background: #00D1E4;
	background      : linear-gradient(90deg,rgba(0, 209, 228, 1) 0%, rgba(0, 142, 180, 1) 100%);
	display 		: flex;
	justify-content: center;
	align-items: center;
	line-height 		: 1.0;
	color 				: #FFF;
	flex-flow: column wrap;
	font-size 			: 1.2rem; 
}
.des_title .icon i
{
	font-size 		: clamp(2.8rem, 4vw, 3.8rem);
	display 		: block;
	margin-bottom 	: .3rem; 
}

.tag_title {
    width: fit-content;
    background: #009fc0;
    border-radius: 20px;
    padding: 0em 2em;
    color: #FFF;
    font-weight: 500;
	margin-top:3rem;
	font-weight:bold;
}


.comment_block
{
	display 		: flex;
	gap 			: 15px;
 	margin 			: 3.5rem 0 2.5rem;
}
.comment_block .ab_icon
{
	flex 			: 0 0 66px;
	position 		: relative;
}
.comment_block .ab_icon:before
{
	content 		: "";
	background 		: url("../images/common/base/arrow.png") 0 0/cover no-repeat;
	width 			: 18px;
	height 			: 27px;
	display 		: block;
	position 		: absolute;
	right 			: 0px;
	top 			: 20px;
	transform 		: translateX(100%);
	z-index 		: 50; 
}
.comment_block .ab_icon img
{
	border-radius 	: 50%;
	border 			: 1px #EEE solid; 
}
.comment_block .fuki_box
{
	border-radius 		: 30px;
	border 				: 1px  #CCC solid;
	padding 			: 2rem; 
}
.mov_box
{
	background 			: #f7f7f7;
	padding 			: 1.5rem; 
}
.mov_box .mov_cap
{
	padding 			: .5rem 0 .5rem 1rem;
	border-left 		: 4px solid #009fc0;
	margin-top 			: 1rem;
	margin-bottom 		: 0px; 
}
.mov_box_inner
{
  position: relative;
  width: 100%;
  padding-top: 56.25%;

}
.mov_box_inner iframe 
{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius 		: 15px; 
}
.col_layout
{
	display: flex;
	flex-flow: row wrap;
	gap 	: 2rem;
}
.col_layout > div
{
	flex:1 1 min(100%, 300px);
}
.point_box
{
	border-radius 		: 0px;
	border 				: 1px #CCC solid;
	padding 			: 3rem 2.5rem 2rem;
	position 			: relative;
 	margin 				: 3rem 0 2rem;
}
.point_box .point_box_title
{
	position 			: absolute;
	left 				: 1em;
	top 				: 0;
	width 				: fit-content;
	background 			: #009fc0;
	border-radius 		: 20px;
	padding 			: 0em 2em;
	color 				: #FFF;
	transform 			: translate(0,-50%);
	font-weight 		: 500;
}
.point_box .point_box_title.dark_color
{
		background:#222;
}


.point_box .point_box_title i
{
	margin-right 		: .5em; 
}

.img_list
{
	display: flex;
	flex-flow: row wrap;
	width:95%;
	margin:0 auto;
	gap:4rem;
}
.img_list > div.img_link
{
	flex:0 0 148px;
}
.img_list > div.img_link_l
{
	flex:0 0 250px;
}

.img_list > div.img_link a img,
.img_list > div.img_link_l a img
{
	display:block;
	margin-bottom:1rem;
	max-width 		: 100%;
}
.img_list > div.img_link span,
.img_list > div.img_link_l span
{
		line-height:1.3;
	display:block;
	font-size:1.4rem;
}

/*コメント*/
.comments-area {
	margin-top 		: 5rem;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.comment-list .comment-author {
    font-weight: bold;
}

.comment-list .comment-meta {
    font-size: 0.9em;
    color: #666;
}

.comment-respond {
    margin-top: 20px;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size:1.6rem;
}

.comment-form .form-submit {
    margin-top: 10px;
    text-align: right;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.comment-pagination {
    text-align: center;
    margin-top: 20px;
}

.comment-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.comment-pagination li {
    margin: 0 5px;
}

.comment-pagination a {
    display: block;
    padding: 8px 12px;
    background: #f4f4f4;
    border-radius: 5px;
    text-decoration: none;
}

.comment-pagination a:hover {
    background: #ddd;
}
ol.commentlist,
ol.commentlist li,
ol.commentlist li ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.commentlist> li.comment
{
	background:#FFF;
	border:1px #CCC solid;
	border-radius:3px;
	padding:2rem;
	margin-bottom:1.5rem;
}

.comment-respond
{
		background:#f7f7f7;
	padding:2rem;
	border-radius:3px;
}
.comment-respond .comment-reply-title
{
	font-size:2rem;
	border-left:none;
	display:flex;
	align-items:center;
	gap:.8rem;
	border-bottom:1px #CCC solid;
	padding:0px 0px 1rem;
	margin:0px 0px; 1rem;
	flex-flow:row wrap;
}

.comment-respond .comment-reply-title:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900; 
  content: '\f27a';
  font-size: 1.3em;
  color:  #00c0d8;
}
.comment-form .form-submit
{
		margin-top:0px;
}
.comment-form .form-submit input#submit
{
	font-size:1.8rem;
	background:#FFF;
	padding:1.5rem;
	color:#0078bc;
	font-weight:bold;
    transition: all 0.5s ease;
}
.comment-form .form-submit input#submit:hover
{
	background:#EEE;
}
h3#comments
{
		font-size:1.8rem;
	    background: url(../images/common/base/pt_img01.gif) 0 0 repeat;
	padding:1rem 2rem;
	border-radius:3px;
	margin-bottom:3rem;
	border-left:none;
}
ol.commentlist li ul
{
		border-top:1px #CCC solid;
		padding-top:2rem;
		margin-top:2rem;
}
.comment-author 
{
		display:flex;
	gap:1rem;
	align-items:center;
}
.comment-reply-link
{
	background:#f7f7f7;
	display:block;
	border-radius:3px;
	padding:.3rem 3rem;
	width:fit-content;
	text-decoration:none!important;
	margin-left: auto;
    transition: all 0.5s ease;
}
.comment-reply-link:hover
{
		background:#EEE;
}
.comment-reply-link:before
{
  font-family: "Font Awesome 6 free";
  font-weight: 900; 
  content: '\f3e5';
  font-size: 1.3em;
  color:  #CCC;
	margin-right:1rem;
}
.commentlist
{
		margin-bottom:5rem;
}
.required-field-message
{
	display:block;
}
.required
{
	color:#f95096;
}
p.comment-form-cookies-consent 
{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 98%;
    margin: 0 auto 1.5rem;
}
input#wp-comment-cookies-consent
{
    flex: 0 0 20px;
    margin-top: .8rem;
    display: block;
    transform: scale(1.5);
	width:20px;
}
.lesson_pager
{
	margin:5rem 0;
}
.lesson_pager_ul
{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	gap:.75rem;
	justify-content:space-between;
}
.lesson_pager_link
{
	text-decoration:none;
}
.lesson_pager_link
{
	display:inline-block;
	background:#FFF;
	border:1px #CCC solid;
	padding:.5rem 1.5rem;
	border-radius:3px;
}
.lesson_pager_disabled
{
	opacity:.5;
}

/* --- article_nav : base --- */
#article_nav {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
  color: #111;
  padding: 12px 14px;
}

#article_nav h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

/* top level */
#article_nav > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#article_nav > ol > li > a {
  display: block;
  padding: 10px 2px;
  border-top: 1px solid #eef0f3;
  color: #111;
  text-decoration: none;
}

#article_nav > ol > li:first-child > a {
  border-top: none;
}

#article_nav > ol > li > a:hover {
  text-decoration: underline;
}

/* nested lists (indented) */
#article_nav h2{cursor:pointer;user-select:none;position:relative;padding-right:20px}
#article_nav h2::after{display:none}
#article_nav h2::before{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%)}
#article_nav.is-open h2::before{content:"-"}
#article_nav>ol{display:none}
#article_nav.is-open>ol{display:block}

#article_nav
{
		background:#f7f7f7;
}

#article_nav ol  li
{
	background:none;
	padding:0px;
}
#article_nav ol  li:before
{
	display:none;
}
#article_nav ol  li:after
{
	display:none;
}

#article_nav ol ol 
{
  margin: 6px 0 10px 14px;
  padding-left: 12px;
}

#article_nav ol ol li 
{
  margin: 6px 0;
}

#article_nav ol ol a
{
  display: block;
  padding: 4px 0;
  color: #111;
  text-decoration: none;
}

#article_nav ol ol a:hover {
  text-decoration: underline;
}



/* *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
無料プレゼント用
  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */

#main .gift_set
{
	display 	: flex;
	flex-flow: row wrap;
	justify-content 	: space-between;
	gap 				: 2rem;
}
#main .gift_set img
{
	max-width 			: 100%;
	height: auto;
}

#main .gift_item
{
	background 			: #EEE;
	border-radius 		: 3px;
	overflow 			: hidden;
	flex: 1 1 48%;
	min-width 			: 300px; 
	font-size 			: 1.6rem; 
}
#main .gift_item .text_area
{
	font-size 			: 1.8rem;
	margin-bottom 		: 2.5rem; 
}


#main .gift_item .gift_item_title
{
	background 			: #333;
	color 				: #FFF;
	padding 			: 1.3rem 1.3rem;
	text-align 			: left;
	display 			: flex;
	flex-flow 			: row nowrap;
	font-size 			: 1.8rem;
	font-weight 		: bold;
	line-height 		: 1.3;
	margin 				: 0px; 
}
#main .gift_item .gift_item_title .num
{
	background 			: #e4007f;
	flex 			 	: 0 0 auto;
	padding 			: .3rem 1rem;
	display 			: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#main .gift_item .gift_item_title .num:before
{
	content 			: "";
	width 				: 0px;
	height 				: 0px;
		border-left: 8px solid transparent;
 	border-right: 8px solid transparent;
	border-top: 8px solid #e4007f;
	left 				: 0px;
	right 				: 0px;
	bottom 				: -8px;
	margin 				: 0 auto;
	position 			: absolute;

}


#main .gift_item .gift_item_title .text
{
	margin-left 		: 1rem; 
}
#main .gift_item .gift_item_inner
{
	padding 			: 1.8rem; 
}
#main .gift_item .gift_item_mid
{
	display 			: flex;
	flex-flow 			: row nowrap;
	gap 				: 1.5rem;
}
#main .gift_item .gift_item_mid .thum
{
	flex 				: 0 0 45%;
}

#main .gift_item .gift_item_bot
{
	margin-top 			: 2rem; 
}
#main .gift_item .btn_Red
{
	display 			: flex;
	flex-flow 			: row nowrap;
	gap 				: 1rem;
	justify-content 	: center;
}
#main .gift_item .btn_Red i.fa-download
{
	font-size 			: 2rem; 
}
#main .gift_item .cp_title .en
{
	color 			: #00b9d3;
}
#main .gift_item .cp_title
{
	display: flex;
	gap:1rem;
	font-size: 1.8rem;
	font-weight: bold;
}
#main .gift_item .cp_title .title
{
	border-left 			: 1px #CCC solid;
	padding-left 			: 1rem; 
}
#main .gift_item .cp_set
{
	display: flex;
	gap:2rem;
	flex-flow: row wrap;
}
#main .gift_item .cp_set .wh_box
{
	flex 					: 1 1 48%;
	border-top 				: 3px solid #00b9d3;
}

table.chart_info_table th,
table.chart_info_table td
{
	border-right: none;
	font-size:1.6rem;
}
table.chart_info_table th
{
	width 				: 32%;
	text-align: center;
	background: url("../images/common/base/bg_pattern01.gif") 0 0 repeat;
}
.tool_info_title
{
	background 			: #333;
	color 				: #FFF;
	border-radius 		: 30px;
	width 				: fit-content;
	margin-bottom 		: 1.5rem;
	padding 			: 1.3rem 5rem;
	display 			: block;
	font-weight 		: bold;
	font-size 			: 1.6rem;
	line-height 		: 1.0; 
}
#main .cta_btn,
#colorbox .cta_btn
{
    background-color 	: transparent;
    border 				: none;
    cursor 				: pointer;
    outline 			: none;
    padding 			: 0;
    appearance 			: none;
	display 			: block;
	width 				: fit-content;
	max-width 			: 690px;
	min-width 			: 350px; 
	margin-left 		: auto;
	margin-right 		: auto;
	text-decoration 	: none;
	color 				: #FFF;
	padding 			: 2rem 8rem 2rem 4rem;
	background 			:url("../images/common/icon/btn_arr.png") right 1.5rem top 50% no-repeat,linear-gradient(90deg,rgba(222, 100, 91, 1) 0%, rgba(201, 52, 129, 1) 100%);
	border-radius 		: 3px;
	font-size 			: 1.8rem;
	font-weight 		: 600;
	text-align 			: center;
}
#main .cta_btn:hover,
#colorbox .cta_btn:hover
{
	opacity 			: .8; 
}
.time_limit
{
		border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	text-align:center;
	padding:1rem 0;
	background:#f7f7f7;
}




/*1024以下の指定（タブレット）*/
@media screen and (max-width: 1024px) {


.cate_header
{
	padding-top 		: 100px; 
}
.article_header,
.cate_header .cate_title
{
	padding-left 		: 2rem;
	border-left 		: 5px solid #060e28;
}




.ac_point
{
	padding-top 	: 70px;
	margin-top 		: -70px;
}

.page_top
{
	width 			: 40px;
	height 			: auto;
}
.page_top img
{
	width		: 100%;
	height  		: auto;
}

}






/*767以下の指定（スマホ横)*/
@media screen and (max-width: 767px) {

.article_main h2:after
{
	margin 			: 2rem 0; 
}
.tag_title
{
	padding:0em 1em;
}
	
.cate_header
{
	padding-top 		: 60px; 
}
#article_nav
{
	  padding: 10px 12px;
}
#article_nav h2 
{
	font-size: 17px;
}
.img_list
{
	width:100%;
	gap:2rem;
}
.img_list > div.img_link 
{
    flex: 0 0 130px;
}
.img_list > div.img_link_l
{
    flex: 1 1 auto;
}
.point_box .point_box_title
{
	padding 	: 0em 1em;
}

#main .gift_item .gift_item_mid
{
	flex-flow 			: row wrap;
}
#main .gift_item .gift_item_mid .thum
{
	flex 				: 1 1 auto; 
}
#main .gift_item .gift_item_title
{
	font-size 			: 1.6rem; 
}
#main .gift_item .gift_item_title .num
{
	font-size 			: 1.8rem; 
}
table.chart_info_table th
{
	width 				: 35%;
	text-align 			: left;
}
table.chart_info_table th,
table.chart_info_table td
{
	padding 			:  .5rem 1rem;
}
table.chart_info_table th
{
	text-align:center;
}
	
#main .cta_btn,
#colorbox .cta_btn
{
	line-height 		: 1.3;
 	padding 			: 1.5rem 6rem 1.5rem 2rem;
	font-size 			: 1.6rem;
	background-size 	: 25px auto,auto auto,auto auto;
	min-width 			: 100%;
	text-align 			: center;
}
}
/*320以下の指定（スマホ縦)*/
@media screen and (max-width: 320px) {
}

.lkc-external-wrap
{
	border:none!important;
}
.linkcard a
{
	text-decoration:none;
}

/* Pz-LinkCard → LINE/Twitter風 横並びカード */
.lkc-card{position:relative;display:block;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;margin:0px; margin-bottom:3.5rem;}
.lkc-info{display:flex;gap:.5rem;align-items:center;padding:10px 14px;border-bottom:1px solid #f3f4f6;font-size:12px;color:#6b7280;}
.lkc-favicon img{width:16px;height:16px;vertical-align:middle;}
.lkc-domain{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* 右側ビジュアル領域を“擬似的に”確保（HTMLは触らない） */
.lkc-card{padding-right:240px;}

/* 本文（左） */
.lkc-content{padding:16px 18px 18px 18px;}
.lkc-title{margin:0 0 6px;font-weight:700;font-size:15px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.lkc-url{display:none;} /* 生URLは非表示 */
.lkc-excerpt{font-size:12px;line-height:1.7;color:#4b5563;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
/* 右側サムネイルを全面に配置＋グラデーションで“それっぽく” */
.lkc-thumbnail{position:absolute;top:0;right:0;width:240px;height:100%;margin:0;overflow:hidden;}
.lkc-thumbnail-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);}
.lkc-thumbnail:after{content:"";position:absolute;inset:0;mix-blend-mode:multiply;opacity:.85;}

@media(max-width:640px){
.lkc-card {
    padding-right: 160px;
}
.lkc-thumbnail {
	width:170px;
}
}


/*---------------------------------------------------------*/
/*    copyright(C) CloudWorks.All rights reserved. Ver1.0    */
/*---------------------------------------------------------*/
