/************************** common ***************/
body {
font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", sans-serif;
background-color:#222f41;
font-size:14px;
padding-top:60px;
}
.min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝L", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
img { max-width: 100%;}

.content_area img{
	height: auto !important;
}
.txt_area p{
	word-wrap: break-word;
	word-break: break-all;
}
ul {margin: 0; padding: 0;}
li {list-style: none;}
button,a {transition: .5s;text-decoration: none !important;color: inherit;}
a:focus, *:focus { outline:none;text-decoration: none;}
p,li{font-size: 13px;}
p,h2,h3{
	color:#fcfcfc;
}
/** font-size **/
.font3S {
    font-size: 10px;
}
.fontSS {
    font-size: 11px;
}
.fontS {
    font-size: 12px;
}
.fontDefault,
,.blog_area .content_area {
    font-size: 14px;
    line-height: 30px;
}
.fontL {
    font-size: 16px;
    line-height: 36px;
}
.fontLL {
    font-size: 14px;
    line-height: 36px;
}
label.fontDefault,
.btn_style.fontDefault {
    line-height: inherit;
}


/** border **/
.gray_border {
    border: 1px solid #EDEDED;
}
.gray_border_b {
    border-bottom: 1px solid #F2F2F2;
}
.gray_border5 {
    border-bottom: 5px solid #F2F2F2;
}
/** bg **/
.gray_bg {
    background-color: #F2F2F2;
}
.gray_bg2 {
    background-color: #DBDBDB;
}
.gray_bg3 {
    background-color: #F5F5F5;
}
.black_bg {
    background-color: #333;
}
.red_bg {
    background-color: #E86A6A;
}
.yellow_bg {
    background-color: #FFF8DE;
}
.white_bg {
    background-color: #fcfcfc !important;
}
.shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}
/** ttl **/
.h2_ttl {
	width: 100%;
	margin:50px auto 40px !important;
	color: #fcfcfc;
	border-bottom:1px solid #fcfcfc;
	font-weight:500;
}

.user-detail .h2_ttl
,.user-main .h2_ttl{
	width:100%;
}

.width90pc .h2_ttl{
	margin-top:60px !important;
	margin-bottom:30px !important;
}

i{
	margin-right:5px;
}

.h3_ttl {
	color: #fcfcfc;
	margin-bottom:10px;
	margin-top:10px;
}
/** btn **/
.btn_style  {
    width: 350px;
    margin: auto;
}
.btn_style_s  {
    width: 150px;
	margin: 0px 0px 0px 20px;
}
.btn_style a,
.btn_style button {
    display: block;
    padding: 18px;
    text-align: center;
	width: 100%;
	border: none;
}
.btn_style_s a {
    padding: 5px;
}

.btn_style.check a,
.btn_style.check button {
    background: #FF8D2C;
    color: #fcfcfc !important;
}
.btn_style.prev a,
.btn_style.prev button {
    background: #DBDBDB;
    color: #333333;
}
.btn_style.delete a,
.btn_style.delete button {
    background: #DE3D3D;
    color: #fcfcfc;
}
.btn_style.color_pt a,
.btn_style.color_pt button {
    color: #fcfcfc;
}
.btn_style.color_pt2 a,
.btn_style.color_pt2 button {
    color: #333333;
}
.btn_beside {
    display: flex;
    justify-content: center;
    width: 730px;
margin-right: auto;
margin-left: auto;
}
.btn_beside .btn_style:first-child{
    margin-right: 10px;
}
.btn_sub a,
.btn_sub button {
    display: table;
    text-align: center;
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
    line-height: initial;
    border: none;
}
.btn_sub.check a,
.btn_sub.check button {
        background: #FF8D2C;
    color: #fcfcfc;
}
.btn_sub.cancel a,
.btn_sub.cancel button {
        background: #555555;
    color: #fcfcfc;
}
.btn_sub.canceled a,
.btn_sub.canceled button{
        background: #F2F2F2;
    color: #B7B7B7;
    pointer-events: none;
}
button {
	cursor: pointer;
}

/** color **/
.gray_fc {
    color: #707070;
}
.gray_fc2 {
    color: #9A9A9A;
}
.red_fc {
    color: #FF0000;
}
.error_txt {
    color: #DE3D3D;
}

/** txt **/
ul.indent li.fontDefault {
    text-indent: -16px; 
    padding-left: 16px;
}
/** fadein **/
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.fadein.active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}

/** モーダル **/ 
.modaal-container {
    border-radius: 10px;
}
.modaal-container,
.modaal-content ,
.modaal-content-container {
    overflow: hidden;
}
.modaal-content-container {
    padding: 0;
}

.modaal-content-container input[type=text]{
	background-color:#fcfcfc;
	color:#181818;
}
.modaal-close {
    position: absolute;
    top: 5px;
}
.modaal-close:after,
.modaal-close:before {
    background: #333333;
    width: 1.5px;
    height: 25px;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #333333;
}
.modaal-close:focus, .modaal-close:hover {
    background: none;
}
/********** 検索フォーム ******/
.search_form p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
	color:#181818;
}
.search_form .innerbox input {
    
border: 1px solid #C3C3C3;
    width: 400px;
border-radius: 5px;
padding: 10px;
    margin-bottom: 20px;
}
.search_form .innerbox button {
    display: block;
    width: 200px;
    padding: 10px;
    border: 1px solid #333;
    background: #333;
    color: #fcfcfc;
    cursor: pointer;
    margin: auto;
border-radius: 50px;
}
/** header **/
.mv_area .logo_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
	height:60px;
	gap: 6px 16px;
}
.mv_area .logo_area .notification_icon.active_icon a{
    position: relative;
    display: inline-block;
}
.mv_area .logo_area .notification_icon.active_icon_on a::after {
    content: url("/common/img/icon_data_active.svg");
    position: absolute;
    right: 1px;
    top: -8px;
}
.mv_area p{
	margin:0px;
}
.mv_area .logo_area .h_logo {
	max-width: 300px;
	margin:0px;
}
.mv_area .logo_area .h_logo a {
	display:flex;
}
.mv_area .logo_area .h_logo img {
}

/** nav_area **/
.fix_area {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: flex;
justify-content: space-between;
    transition: all .5s;
}
.fix_area.change-color {
    background-color: #fcfcfc;
}
.logo {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .nav_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
     background-color: #fcfcfc;
    padding-top: 60px;
     padding-bottom: 60px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
     z-index: 99;
  }
 .nav_area .acMenu .acBtn{
    cursor: pointer;
  }
 .nav_area .gray_border5 { 
     padding-top: 20px;
  }
 .nav_area .gray_border5 a{ 
     display: inline-block;
     width: 125px;
     margin-bottom: 20px;
  }

    .nav_area .gray_border5 a img{
        margin-bottom: 5px;
    }
.nav_area .alert_message div{
    position: relative;
    display: inline-block;
}
.nav_area .alert_message div .num{
   position: absolute;
    right: -3px;
top: -1px;
background: #FF0000;
border: 1.5px solid #fcfcfc;
border-radius: 50%;
width: 20px;
height: 20px;
color: #fcfcfc;
}
.nav_area .alert_news div{
    position: relative;
    display: inline-block;
}
.nav_area .alert_news div::after {
    content: "";
    background-image: url(/common/img/icon_data_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
height: 12px;
position: absolute;
right: 6px;
top: 9px;
}
  /* ナビゲーションボタン（閉じる） */
  .open .navbtn_area {
       position: fixed;
       top: 20px;
       right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open .navbtn_area #navbtn {
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 25px;
    height: 20px;
    cursor: pointer;
    z-index: 999;
  }
  .open .navbtn_area #navbtn::before, 
.open .navbtn_area #navbtn::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #333;
    box-shadow: none;
  }
  .open .navbtn_area #navbtn::before {
    transform: rotate(-45deg);
  }
  .open .navbtn_area #navbtn::after {
    transform: rotate(45deg);
  }
  /* ナビゲーションメニュー 開いた時*/
  .open .nav_area {
    visibility: visible;
    opacity: 1;
      position: fixed;
      overflow: scroll;
      z-index: 900;
      transition: all .5s ease-in-out;
  }

/** footer **/
footer .footer-nav {
    padding: 20px;
}
footer .copy {
    font-size: 12px;
}
/* フッター追従ボタン */
.fixed_area{
    position: fixed;
    bottom: 5px;
    right: 20px;
    display: flex;
    z-index: 99;
}


/** 記事サムネ **/
.article_area .article_box {
    height: 170px;
    display: flex;
    border: 1px solid #EDEDED;
    margin-bottom: 20px;
}
.article_area .article_box:last-child{
    margin-bottom: 0;
}
.article_area .article_box .pic_area{
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 25%;
    overflow: hidden;
}
.article_area .article_box .pic_area img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
    max-width: inherit;
}

.article_area .article_box .txt_area{
    width: 75%;
    padding: 20px;
    position: relative;
}
.article_area .article_box .txt_area .btm_area{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

    .article_area .article_box .txt_area .font-weight-bold{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.5em;
max-height: 4.5em;
    }
.txt_area .category_t{ 
    background-color: #333333;
    color: #fcfcfc;
    padding: 0 15px;
    border-radius: 5px;
}
.txt_area .category_t.sumai{
    background-color: #297ABE;
}
.txt_area .category_t.kurashi{
    background-color: #DD6D1B;
}
.txt_area .category_t.famiry{
    background-color: #FF9898;
}
.txt_area .category_t.money{
    background-color: #FBC600;
}
.txt_area .category_t.cyoitech{
    background-color: #6AA26E;
}
.txt_area .category_t.notification{
    background-color: #A381EA;
}
.txt_area .category_t.enquete{
    background-color: #72CECE;
}

/** お知らせエリア **/
.news_area .news_link{
    border-radius: 200px;
    padding: 20px 20px 20px 80px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.news_area .news_link:last-child{
    margin-bottom: 0px;
}
.news_area .news_link::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.news_area .news_link::after{
    content: "";
    position: absolute;
    width: 10px;
height: 10px;
margin: 0 10px;
border-top: 1px solid #fcfcfc;
border-right: 1px solid #fcfcfc;
    left: 19px;
    top: 50%;
    z-index: 99;
    transform: rotate(45deg) translateY(-50%);
-webkit-transform: rotate(45deg) translateY(-50%);
-ms-transform: rotate(45deg) translateY(-50%);
}
.news_area .news_link ul{
    display: flex;
    align-items: center;
}
.news_area .news_link ul li:first-child{
    width: 17%;
}
.news_area .news_link ul li:nth-child(2){
    width: 22%;
    border-right:1px solid #707070;
    padding-right: 15px;
}
.news_area .news_link ul li:nth-child(3){
    width: 61%;
    padding-left: 15px;
}

.search_btn{
}


@media (min-width: 991px) {
    /** border **/
.gray_border5.pc_none {
    border-bottom: none;
}
}
@media (max-width: 992px) {
    p,li,.spfs{font-size: 12px;}
    
	/** ラジオボタン・チェックボックスとテキストの並びを揃える **/
	input[type="radio"], input[type="checkbox"] {
		vertical-align: middle;
	}
    /** font-size **/
.fontS {
    font-size: 11px;
}
.fontS.sp12 {
    font-size: 12px;
}
.fontDefault,
,.blog_area .content_area {
    font-size: 12px;
    line-height: 22px;
}
.fontL {
    font-size: 16px;
}
.fontLL {
    font-size: 16px;
}
    .fontL.sp_ttl,
    h2.fontL,
    .blog_area h2  {
        font-size: 16px;
    }
    /** btn **/
.btn_style  {
    max-width: 350px;
    width: 100%;
}
.btn_style_s  {
    width: 150px;
	margin: 0px 0px 0px 20px;
}
.btn_style.fontDefault{ 
    font-size: 14px;
}
    .btn_beside {
    width: 100%;
}
    /** ttl **/
.h2_ttl { 
	width: 100%;
	color: #fcfcfc;
}
    .h2_ttl::after {
        content: inherit;
    }
    

.list_ttl img{
    width: 42px;
    height: 42px;
}
    /** txt **/
ul.indent li.fontDefault {
    text-indent: -12px; 
    padding-left: 12px;
}
    /** header **/
    .mv_area .logo_area {
        padding: 15px 0;
    }
.mv_area .logo_area .right_icon{
    display: flex;
/*
    align-items: center;
*/
}

#navbtn_etc img{
	margin-top: 5px;
}

.mv_area .logo_area .notification_icon{
    padding-right: 25px;
    position: relative;
}
.mv_area .logo_area .notification_icon::before{
    content: "";
          position: absolute;
          width: 40px; 
          height: 40px;
    left: -11px;
top: -9px;
border-radius: 50%;
z-index: 0;
}
   .mv_area .logo_area .notification_icon img{
       width: 18px;
       height: auto;
} 
    .mv_area .logo_area .notification_icon.active_icon_on a::after {
        right: -2px;
top: -3px;
    }
.mv_area .logo_area .h_logo {
    max-width: 180px;
    min-width: 120px;
}
    
    /** nav_area **/
      .btn_area {
          position: relative;
  }
    .navbtn_area #navbtn {
        width: 22px;
        height: 32px;
    }
    .navbtn_area #navbtn::before{
        transform: translateY(-7px);
box-shadow: 0 6px #fcfcfc;
    }
    .navbtn_area #navbtn::after{
        transform: translateY(4px);
    }
    .nav_area .gray_border5 a {
        width: 23%;
        vertical-align: text-top;
    }
    .nav_area .gray_border5 a p{
        font-size: 11px;
    }
      /* ナビゲーションボタン（開く） */
   .btn_area {
       position: relative;
       z-index: 1;
  }
       
      /* ナビゲーションボタン（閉じる） */
  .open .navbtn_area {
      display: block;
       position: fixed;
      top: 15px;
      right: 15px;
  }
    .open .navbtn_area::after {
        content: inherit;
    }
        /********** 検索フォーム ******/
    .search_form .innerbox input {
    width: 90%;
}
    /** 記事サムネ **/
    .article_area .article_box {
        height: 77px;
        margin-bottom: 10px;
    }
    .article_area .article_box .txt_area {
        padding: 8px;
        width: 80%;
    }
    .article_area .article_box .txt_area .btm_area {
        bottom: 5px;
        padding: 0 10px;
    }
    /** お知らせエリア **/
    .news_area .news_link{
        padding: 15px 15px 15px 65px;
    }
    .news_area .news_link ul li:first-child {
        width: 40%;
    }
    .news_area .news_link ul li:nth-child(2){
        width: 60%;
border-right: none;
padding-right: 0;
    }
      .news_area .news_link ul li:nth-child(3){
          display: none;
}
.news_area .news_link::after{ 
width: 9px;
height: 9px;
    top: 49%;
    left: 20px;
}
    /** footer **/
footer .f_logo_area img {
    max-width: 240px;
    height: auto;
}
    /* フッター追従ボタン */
.fixed_area{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
right: initial;
}
.fixed_area .img_bg{
    background-image: url("/common/img/f_fixarea.svg");
    background-size: cover;
    background-position: center;
    height: 86px;
    position: relative;
    text-align: center;
    width: 100%;
}
.fixed_area .img_bg .home_btn{
    position: absolute;
    top: 30px;
    left: 12%;
}
.fixed_area .img_bg .search_btn{
    position: absolute;
    top: 30px;
    right: 12%;
}
    footer .footer-nav {
        padding: 15px 15px 100px 15px 
    }
.registry_ft footer .footer-nav {
    padding: 15px;
}
   .blog_area h2{
        margin-bottom: 1rem !important;
   }
}
@media (max-width: 320px) { 
    p, li {
font-size: 14px;
}
        /** font-size **/
    .font3S,
    .fontSS,
    .fontS ,
.fontS.sp12{
    font-size: 14px;
}
.fontDefault ,
,.blog_area .content_area{
    font-size: 14px;
}
    
    .news_area .news_link ul {
        display: block;
    }
    .news_area .news_link ul li:first-child,
    .news_area .news_link ul li:nth-child(2){
        width: 100%;
    }
}




/************************** TOP ***************/
/** header **/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}

header .mv_area.top_mv .period_box{
    background: #fcfcfc;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
header .mv_area.top_mv .period_box p{
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
header .mv_area.top_mv .period_box p.left_box{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    min-width:30%;
}

header .mv_area.top_mv .period_box.red_bg p.left_box{
    background-color: #E86A6A;
    border-right:2px solid #fcfcfc;
}
header .mv_area.top_mv .period_box.red_bg {
    background-color: #E86A6A;
}

header .mv_area.top_mv .alert_box{
    border-radius: 10px;
}
header .mv_area.top_mv .menu_area ul{ 
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
header .mv_area.top_mv .menu_area ul li{ 
    border-left: 1px solid #fcfcfc;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction : column;
}
header .mv_area.top_mv .menu_area ul li:last-child{ 
    border-right: 1px solid #fcfcfc;
}
header .mv_area.top_mv .menu_area ul li a{ 
    display: block;
    width: 100%;
}
header .mv_area.top_mv .menu_area .message_icon a .icon{ 
    position: relative;
    display: inline-block;
}
header .mv_area.top_mv .menu_area .message_icon a .icon .num{ 
    position: absolute;
    right: 0px;
top: 3px;
    background: #FF0000;
    border: 1.5px solid #fcfcfc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fcfcfc;
}
header .icon_area ul{
    display: flex;
    justify-content: space-between;
}
header .icon_area ul img{
    margin-bottom: 5px;
}
header .icon_area ul a{
    display: block;
}

/* KV スワイパー */
header .swiper-button-prev, 
header .swiper-button-next{
    width: 40px;
    height: 40px;
    background-size: contain;
}
header .swiper-button-prev{
    background-image:url("/common/img/top/icon_prev.svg");
}
header .swiper-button-next{
    background-image:url("/common/img/top/icon_next.svg");
}


/** タブ切り替え **/
.tab_box .btn_area ul {
	display: -webkit-box;
	display: flex;
    border-radius: 5px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
}

.tab_box .tab_btn {
	width: 33%;
	padding: 8px 0;
	color: #333;
	background: #fcfcfc;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
    border-right-style: solid;
    border-right-width: 1px;
}
.tab_box .tab_btn:last-child {
    border-right: none;
}


.tab_box .tab_btn.active {
    color:#fcfcfc;
}

.category_linkbox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category_linkbox ul li{
    border-radius: 5px;
    border: 1px solid #EDEDED;
    overflow: hidden;
    position: relative;
    width: 49%;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.category_linkbox ul li::after{
    position: absolute;
content: "";
    width: 14px;
height: 14px;
margin: 0 10px;
border-top: 1px solid #333;
border-right: 1px solid #333;
transform: rotate(45deg);
    right: 10px;
top: 45%;
}
.category_linkbox ul li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
}
.category_linkbox ul li:first-child::before{
    background: #297ABE;
}
.category_linkbox ul li:nth-child(2)::before{
    background: #DD6D1B;
}
.category_linkbox ul li:nth-child(3)::before{
    background: #FF9898;
}
.category_linkbox ul li:nth-child(4)::before{
    background: #FBC600;
}
.category_linkbox ul li:nth-child(5)::before{
    background: #6AA26E;
}
.category_linkbox ul li.syuri::before{
    background: #DB4C83;
}
.category_linkbox ul li.reform::before{
    background: #A5B715;
}
.category_linkbox ul li.sumikae::before{
    background: #8869B4;
}
.category_linkbox ul li.etc::before{
    background: #1C53B9;
}
.category_linkbox ul li a{
    display: flex;
    align-items: center;
}
.category_linkbox ul li img{
    padding-right: 10px;
}
.tab_box .tab_panel {
    display:none;
}

.tab_box .tab_panel.active {
    display:block;
}

/* flow_area */
.flow_area ul li {
text-align: center;
color: #fcfcfc;
background-repeat: no-repeat;
background-size: 100% 100%;
width: 33%;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
    height: 50px;
}

ul.my_table li:first-child{
    font-weight: bold;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
}
ul.my_table li:nth-child(2){
    padding-left: 15px;
    padding-top: 10px;
}
ul.my_table li:nth-child(2) img{
    max-width: 50%;
}


.cat{
    padding: 2px 15px;
    border-radius: 5px;
}
.cat{
    background-color: #333333;
    color: #fcfcfc;
}
.cat.sumai{
    background-color: #297ABE;
}
.cat.kurashi{
    background-color: #DD6D1B;
}
.cat.famiry{
    background-color: #FF9898;
}
.cat.money{
    background-color: #FBC600;
}
.cat.cyoitech{
    background-color: #6AA26E;
}
.cat.notification{
    background-color: #A381EA;
}
.cat.enquete{
    background-color: #72CECE;
}


.link_list_pagination ul {
    display: flex;
    justify-content: center;
}
.link_list_pagination ul li a{
    width: 40px;
    height: 40px;
    display: flex;
justify-content: center;
align-items: center;
    border: 1px solid #333;
    background: #333;
    border-radius: 50%;
    color: #fcfcfc;
    margin: 0 5px;
}
.link_list_pagination ul li.pre a,
.link_list_pagination ul li.next a{
    background: #fcfcfc;
    position: relative;
}
.link_list_pagination ul li.pre a::after{
    position: absolute;
content: "";
    width: 12px;
height: 12px;
border-top: 1px solid #181818;
border-right: 1px solid #181818;
top: 50%;
    left: 52%;
    transform:translate(-50%, -50%) rotate(-135deg);
    -webkit-transform:translate(-50%, -50%) rotate(-135deg) ;
    -ms-transform:translate(-50%, -50%) rotate(-135deg) ;
}
.link_list_pagination ul li.next a::after{
    position: absolute;
content: "";
    width: 12px;
height: 12px;
border-top: 1px solid #181818;
border-right: 1px solid #181818;
top: 50%;
    left: 45%;
    transform:translate(-50%, -50%) rotate(45deg);
    -webkit-transform:translate(-50%, -50%) rotate(45deg) ;
    -ms-transform:translate(-50%, -50%) rotate(45deg) ;
}
.select_linkbox{
    text-align: right;
    position: relative;
}
.select_linkbox::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
margin: 0 10px;
border-top: 1px solid #00A7DB;
border-right: 1px solid #00A7DB;
transform: rotate(135deg);
right: 10px;
    top: 36%;
}
.select_linkbox select,
.select_linkbox option{ 
    display: inline-block;
    border-style: solid;
    border-width: 1px; 
    border-color: #00A7DB;
   background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
    cursor: pointer;
    width: 350px;
    padding: 6px 15px;
    color: #00A7DB;
    border-radius: 0;
    }

.abs_anime{
	top: 0;
	left: 0;
	background: rgba(255,255,255,.7);
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}

.thumbnail_select {
  position: relative;
  display: table;
}
.thumbnail_select button.close_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}
.thumbnail_select .img_area {
  position: relative;
  width: 160px;
  min-height: 109px;
  overflow: hidden;
  box-shadow: 0 0 6px #ccc;
}
.form_area .thumbnail_select .img_area img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.form_area select option:checked#other_cat ~ input.other_txt {
    display: block;
}


.conf_list a {
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    position: relative;
    padding: 15px 40px 15px 20px;
    border-radius: 5px;
}
.conf_list a::after {
content: "";
position: absolute;
top: 38%;
right: 20px;
border-top: 1px solid #333;
border-right: 1px solid #333;
transform: rotate(45deg);
width: 14px;
height: 14px;
}
.conf_list a img{
    padding-right: 25px;
}

.send_txtbox {
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.btm_textarea {
    width: 100%;
    position: fixed;
    bottom: 0; 
    z-index: 999;
    display: none;
	left: 0;
}
.btm_textarea.txt_open{
    display: block;
}
.swal2-popup {
    border-radius: 0!important;
}
.swal2-content {
    text-align: left!important;
    font-size: 16px!important;
}
.swal2-actions{
    justify-content: flex-end!important;
}
.swal2-styled {
    padding: 10px 20px!important;
    font-weight: normal!important;
    font-size: 16px!important;
}
.swal2-styled.swal2-cancel {
    color: #333333!important;
}



.img_area_height{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.img_area_height img{
    position: absolute;
    max-width: inherit;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}


.item_pop .img_catch {
    max-width: 60%;
    margin: auto;
    text-align: center;
}

.swiper-02 .swiper-slide {
    padding: 20px 0 20px 20px;
    display: flex;
}
.modaal_calendar {
    overflow: scroll;
max-height: 700px;
}
.modaal_calendar table.swiper-mypagination {
    width: 100%;
    text-align: center;
}
.modaal_calendar table.swiper-mypagination th,
.modaal_calendar table.swiper-mypagination td { 
    border: 1px solid #ccc;
    font-weight: normal;
}
.modaal_calendar table.swiper-mypagination th { 
    background: #333333;
    color: #fcfcfc;
    padding: 10px;
}
.modaal_calendar table.swiper-mypagination td { 
    padding: 30px;
}
.modaal_calendar table.swiper-mypagination td.re_link { 
    cursor: pointer;
}
.modaal_calendar table.swiper-mypagination td.no_link { 
    color: #B7B7B7;
    background: #F2F2F2;
}


.swal2-styled {
    padding: 10px 20px!important;
    font-weight: normal!important;
    font-size: 16px!important;
}
.swal2-styled.swal2-cancel {
    color: #333333!important;
}
    
.swal2-popup {
    border-radius: 0!important;
}

.swal2-content {
    text-align: left!important;
    font-size: 16px!important;
}

a.spa,
.expendable_listarea a.spa
,.expendable_listarea_sub div.list.spa{
	display:none;
}

/**
@media (min-width: 993px) {
.swal2-actions{
    justify-content: flex-end!important;
}
}**/

@media (max-width: 992px) {
/** header **/
header .mv_area.top_mv .period_box,
    header .mv_area.top_mv .alert_box{
    border-radius: 5px;
}
    header .mv_area.top_mv .alert_box p.fontS{
        font-size: 14px;
}
    header .mv_area.top_mv .period_box p{
        padding-left: 10px;
        padding-right: 35px;
    }
    header .mv_area.top_mv .period_box p.left_box{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
		min-width:38%;
    }
    header .mv_area.top_mv .menu_area ul {
        width: 100%;
    }
    header .mv_area.top_mv .menu_area ul li,
    header .mv_area.top_mv .menu_area ul li:last-child{
        border: none;
    }
    header .mv_area.top_mv .menu_area ul li img{
        width: 42px;
        height: auto;
        margin: auto;
    }
    header .mv_area.top_mv .menu_area ul li p{
        font-size: 14px;
    }
    header .mv_area.top_mv .menu_area .message_icon a .icon .num{  
        
    right: -3px;
top: -1px;
    }
    header .icon_area ul{
        flex-wrap: wrap;
    }
    header .icon_area ul li{
        width: 25%;
        margin-top: 10px;
    }
    header .icon_area ul li p{ 
        font-size: 14px;
    }
    
    /* KV スワイパー */
header .swiper-button-prev, 
header .swiper-button-next{
    width: 25px;
    height: 25px;
    top: 60%;
}
header .swiper-button-prev{
    left: 0;
}
header .swiper-button-next{
    right: 0;
}
    
    /** タブ切り替え **/
    .tab_box .btn_area {
        overflow-x: auto;
    }
    .tab_box .btn_area ul {
        min-width: 500px;
    }
    .category_linkbox ul {
        display: block;
    }
    .category_linkbox ul li{
        width: 100%;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .category_linkbox ul li img {
        width: 42px;
        height: 42px;
    }
    .category_linkbox ul li::after{
    width: 10px;
height: 10px;
}
     .flow_area ul li {
        height: 25px;
    }
    
    .blog_area .h3_blogttl::after 
    ,.blog_area h3::after {
        top: 4px;
    }
    .blog_area ol.blog_ol li,
    .blog_area ol.olnum li {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 22px;
    }
    .blog_area ol.blog_ol li::before,
    .blog_area ol.olnum li::before{
        font-size: 14px;
    }

    .blog_area .blog_table th,
    .blog_area .blog_table td,
    .blog_area .content_area table th,
    .blog_area .content_area table td{ 
    max-width: 170px;
}
	
	
	/************************** アンケート一覧/記事一覧 ***************/
	.enquete_area .form_area .form-check-inline {
		display: block;
	}
    .link_box_innner a::after {
        width: 10px;
height: 10px;
    }
    .select_linkbox select,
.select_linkbox option{ 
    width: 100%;
    }
    /************************** スクラッチ ***************/
.hit_imgbg {
    background-image: url("/common/img/scratch/scratch_bg_sp.jpg");
    background-position: center;
}
    .card_flex li{ 
        width: 33%;
    }
    .card_flex input[type="radio"] ~ label { 
        width: 95%;
height: 150px;
    }
    /************************** 消耗品リスト ***************/
    .gray_bg_sp {
        background-color: #F2F2F2;
    }
    .expendable_listarea a 
,.expendable_listarea_sub div.list{
        padding: 10px 25px 10px 10px;
    }
    .form_area .sp_area { 
        max-width: 50%;
}
    /************************** リフォーム事例 ***************/
    .case_link .img_area{
height: 140px;
}
    .case_link .icon_fav {
        padding: 11px;
width: 42px;
height: 42px;
display: flex;
    }
    .reform_link.category_linkbox ul li a {
        padding: 10px;
    }
    .reform_area table.detail th {
        width: 25%;
    }
    .reform_area .reform_thumbnail {
       height: 300px; 
    }
    .reform_area .reform_thumbnail2 {
        height: 55px;
    }
    .reform_area .gallery-thumbs .swiper-button-next,
.reform_area .gallery-thumbs .swiper-button-prev{
    width: 25px;
    height: 25px;
    top: 73%;
}
    .reform_area .ba_box {
        width: 47%;
    }
    .reform_area .ba_box .img_area{
        height: 140px;
    }
    .reform_area .arr_po::after {
        right: -6.5%;
    }
    .reform_area ul.tag_area li {
        margin-right: 5px;
margin-bottom: 3px;
    }
    .item_pop .img_catch {
    max-width: 100%;
}
    
/************************** 施工参考価格 ***************/
.price_area .gray_border .img_area{
    height: 80px;
}
.price_area .gray_border .img_area img{
    width: 100%;
}
    .price_area .price_detail_thumb .img_area {
        height: 180px;
    }
    .price_area .price_detail_thumb .text_area {
        width: 50%;
    }
    .price_area .price_gallery-thumbs {
        width: 70%;
    }
    .price_area .item_img { 
    height: 150px;
    }
    .price_area .item_img img{
/*
        max-height: 100%;
*/
    }
    .blog_area ul.disc li{  
        font-size: 14px;
        line-height: 22px;
    }
    /************************** 架電予約 ***************/
.calendar_box {
    padding: 20px;
}
.calendar_box .d-flex{
    overflow-x: scroll;
}
.calendar_box p.fontDefault{
    font-size: 14px;
}
    .reserve_area .select_date {
        min-width: 85px;
margin-right: 10px;
padding-right: 0px;
    }
    .reserve_area .select_date:last-child {
margin-right: 20px;
    }
    .reserve_area .select_date li {
    font-size: 14px;
        margin-bottom: 5px;
    }
    
    
    .swal2-actions{
    justify-content: center!important;
}
.img_area_height{
    height: 100px;
}
a.pca,
.expendable_listarea a.pca
,.expendable_listarea_sub div.list.pca{
	display:none;
}
a.spa,
.expendable_listarea a.spa
,.expendable_listarea_sub div.list.spa{
	display:flex;
}

}
@media (max-width: 320px) { 
}

.btn_dtl {
    display: table;
    text-align: center;
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
    background: #FF8D2C;
    color: #fcfcfc;
    width:100%;
    border-radius: 5px;
}

.expendable_listarea a.nonlink::after
,.expendable_listarea_sub div.list.nonlink::after{
    border-top: none;
    border-right: none;
}

.left {
    text-align: left !important;
}

.center{
	text-align:center !important;
}
.right{
  text-align: right !important;
}

.coupon_div{
	clear:both;
	border:1px solid #ccc;
	border-radius: 5px;
	display: flex;
	padding:10px;
}

.coupon_div .cpn_text{
	padding-left:10px;
}
.coupon_div .text_area{
	width:50%;
	margin-left:20px;
}
.coupon_div .img_area {
	width:50%;
}


/*モーダルを開くボタン*/
.modal-open{
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fcfcfc;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fcfcfc;
	text-align: left;
	padding: 30px;
}
.modal-content p{
	margin-bottom:10px;
}

.modal-content .btn_area {
  display: flex;
}
.modal-content .btn_area.beside3 {
  display: flex;
  justify-content: space-between;
}
.modal-content .btn_area div {
  padding-right: 30px;
}
.modal-content .btn_area.beside3 div {
  padding-right: 0;
}
.modal-content .btn_area div:last-child {
  padding-right: 0;
}

.modal-content .btn_style  {
    max-width: 49%;
}


@media (max-width: 992px) {
	.coupon_div{
		display: block;
	}

	.coupon_div .cpn_text{
	}
	.coupon_div .text_area{
		width:100%;
		margin-left:0;
	}
	.coupon_div .img_area {
		width:100%;
	}
}

.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}

.pr20{
	padding-right:20px;
}

/* 幅設定 */
.width20p{
	width:20%;
}
.width30p{
	width:30%;
}
.width40p{
	width:40%;
}
.width50p{
	width:50%;
}
.width60p{
	width:60%;
}
.width70p{
	width:70%;
}
.width80p{
	width:80%;
}
.width90p{
	width:90%;
}
.width100p{
	width:100% !important;
}

.mwidth20p{
	max-width:20%;
}
.mwidth30p{
	max-width:30%;
}
.mwidth40p{
	max-width:40%;
}
.mwidth50p{
	max-width:50%;
}
.mwidth60p{
	max-width:60%;
}
.mwidth70p{
	max-width:70%;
}
.mwidth80p{
	max-width:80%;
}
.mwidth90p{
	max-width:90%;
}
.mwidth100p{
	max-width:100%;
}
.dispin{
	display:inline;
}
.btn_flex{
  display: flex;
  justify-content: space-between;
}
.form-control{
  min-height: calc(2.25rem + 2px);
  height:auto;
}

.blog_area .content_area img{
	margin-top:10px;
	margin-bottom:10px;
}

.bold{
    font-weight: 700 !important;
}
.underline{
    text-decoration: underline;
}

.item_link{
    display: block;
    float: right;
}
.item_link.btn_sub a{
    display: inline;
    padding: 5px 20px;
}

.dispnone, .hr{
	display:none;
}

.txt_open .hr{
	display:block;
	width:100%;
	border-top: 1px solid #999;
}

.hr img{
	max-width: 160px;
	max-height: 109px;
}
.hr .detail_type{
	display:block;
	float:left;
}
.hr .detail_time{
	display:block;
	float:right;
}
.hr .detail_text{
	clear:both;
	width: 100%;
	display: block;
	margin-top:10px;
}
.hr .thumbnail_select,
.hr .img_area,
.hr .img_over{
	display:block;
}

.hr .img_area{
    z-index: 80;
}
.hr .img_area a{
    z-index: 85;
}

.hr .img_area a img{
    z-index: 86;
}

.blog_area .fav.nonactive a{
    background-color: #AAAAAA;
}

table.noborder{
	border:none !important;
}
table.noborder td,
table.noborder th{
	border:none !important;
}

.left_img{
	width:30%;
	display:block;
	float:left;
}

.left_img.width50p{
	width:49%;
}

.left_txt{
	width:65%;
	display:block;
	float:right;
}

.right_img{
	width:30%;
	display:block;
	float:right;
}
.right_img.width50p{
	width:49%;
}
.right_txt{
	width:65%;
	display:block;
	float:left;
}

.two_left_img{
	display:block;
	float:left;
}

.two_right_img{
	display:block;
	float:right;
}

.two_left_img,
.two_right_img{
	max-width:45%;
}

.two_right_img{
	margin-left:20px;
}

.right_txt{
	margin-right:20px;
}

.left_outer,
.right_outer,
.two_outer{
}

.left_outer+p,
.right_outer+p,
.two_outer+p,
.left_outer+h2,
.right_outer+h2,
.two_outer+h2,
.left_outer+div,
.right_outer+div,
.two_outer+div,
.d-table
{
	clear:both;
}

.blog_area .content_area #no_border,
.blog_area .content_area #no_border td{
	border:none;
}

@media (max-width: 992px) {
.width100p-sp{
	width:100%;
}

.left_img{
	width:100%;
	display:block;
}
.left_img.width50p{
	width:100%;
}
.left_txt{
	width:100%;
	display:block;
	padding-left:0px;
}
.right_img{
	width:100%;
	display:block;
}
.right_img.width50p{
	width:100%;
}
.right_txt{
	width:100%;
	display:block;
	padding-left:0px;
}

.two_right_img{
	margin-left:0px;
}

.right_txt{
	margin-right:0px;
}

.two_left_img,
.two_right_img{
	max-width:100%;
	margin-left:0px;
}

}
.hajimetop-pc img{
	max-width:230px;
}
.hajimetop-sp img{
		display:none;
}
@media (max-width: 992px) {
	.hajimetop-pc img{
		display:none;;
	}

	.hajimetop-sp img{
		display:inline-block;
		width:42px;
	}
}

.chat_btn{
	position: absolute;
	top: -70px;
	right: 0px; 
}
.limitend{
    color: #DE3D3D;
}

.sendbtn img{
	min-width: 20px;
	min-height: 20px;
}

div.term_detail > ol{
	padding-left:15px;
}
div.term_detail > ol.kakko{
	padding-left:0px;
}
.pad0 {
    padding: 0;
}
.old_view{
	background-color: #C0C0C0;
	padding: 0px !important;
}
.old_view p{
	color: #fcfcfc;
}
.color_white{
	color: #fcfcfc;
}
.inblock{
	display: inline-block;

}

iframe{
	max-width:100%;
}

.inlineblock{
	display: inline-block !important;
}

.search-area{
	display: flex;
	position:relative;
}

.search-area input{
	width:100%;
	border-radius:6px;
	padding:8px 16px;
	height:32px;
	
}

.search-area a{
	display:inline-block;
	position: absolute;
	right: 5px;
	top: 7px;
	height: 25px;
	font-size:16px;
}

.search-area img{
	height: 25px;
	filter: invert(100%);
}

.search-conditions{
	width:90%;
	margin:10px auto;
	color:#fcfcfc;
}

.input-conditions{
	width:100%;
	color:#fcfcfc;
	margin:0px auto;
}

.search-conditions p{
	color:#fcfcfc;
}

.search-conditions .search-ctgr
,.search-conditions .search-tag
{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.search-conditions .search-ai
,.search-conditions .search-ai-sub
{
	width:100%;
	flex-wrap: wrap;
}

.search-conditions .search-ctgr label
,.search-conditions .search-tag label
{
	margin-right:10px;
	white-space:nowrap;
}

.search-conditions .search-ai label
,.search-conditions .search-ai-sub label
{
	width:49%;
}
.input-area-outer{
	position:relative;
	margin-bottom:20px;
	margin-left: 20px;
	margin-right: 20px;
}

.input-area{
	display:inline-block;
	width:calc(100% - 135px);
	margin-left:135px;
    margin-top: 5px;
}
.input-title{
	display:inline-block;
	position:absolute;
	width:130px;
	top:5px;
	white-space: nowrap;
}

/* card */
.card-list{
	display: flex;
	width:90%;
	margin:10px auto;
/***
	height:250px;
	overflow-x: scroll;
	overflow-y: hidden;
***/
}

.card-list-big{
/*
	height:310px;
*/
	width:90%;
	margin:5px auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-top:5px;
}
.card-list-big::-webkit-scrollbar {
	display:none;
}

.card-list-tile{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	margin:10px auto;
	color:#fcfcfc;
}

.mypage .card-list-tile{
	margin-top:0px;
}

.card-list-tile .card{
	margin-bottom:20px;
/*
	width:30%;
	max-width:180px;
*/
	color:#fcfcfc;
}

.add-btn-area{
	margin-top:60px;
}

.card-list::-webkit-scrollbar {
	height: 14px; /* スクロールバーの高さ */
}

.card-list::-webkit-scrollbar-thumb {
	background: #2a2b66; /* ツマミの色 */
	border-radius: 7px; /* ツマミ両端の丸み */
}

.card-list::-webkit-scrollbar-track {
	background: #fcfcfc; /* トラックの色 */
	border-radius: 7px; /* トラック両端の丸み */
}

.card{
	width:calc(25% - 20px);
	height:100%;
	display:block;
	border-radius:8px;
	margin-right:20px;
	flex-shrink: 0;
	background-color:#222f41;
	aspect-ratio: 1 / 1;
	position:relative;
}

#preview{
	width:250px;
	height:250px;
	float: right;
}

#preview .card{
	width: 100%;
	height:100%;
}

#preview #thumbnail-img
,#preview #thumbnail-img-gpt{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 200;
	left: 0;
}

.card-big{
	width:calc(25% - 20px);
	max-width:500px;
	aspect-ratio: 1 / 1;
	margin-right:20px;
}


.card .thumbnail{
	width:100%;
	height:calc(100% - 90px);
	position:relative;
}

.card.card-big .thumbnail{
	height:100%;
	border-radius: 10px;
	overflow: hidden;
}

.card-creator .creator-prompt-list{
	height:calc(100% - 135px);
	position:relative;
}
.card-creator .creator-prompt-detail{
	height:100%;
	position:relative;
}

.card-creator .creator-prompt-detail img{
	border-radius:8px 8px 0 0 ;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 0;
}

.card .thumbnail img{
	border-radius:8px 8px 0 0 ;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 0;
}

.card .thumbnail.t2
,.card-creator .creator-prompt-detail.t2{
	border-radius:10px 10px 0 0 ;
	background-color:#2b3f4f;
}

.card .thumbnail.t2 > img
,.card-creator .creator-prompt-detail.t2 > img{
	object-fit: contain;
	width: 50%;
	height: 50%;
	transform: translate(50%, 50%);
	border-radius: 0;
}

.card-big .thumbnail img{
	border-radius:8px;
}

.card .ai-model{
	display:flex;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 80%;
    border-radius: 14px;
    height: 23px;
    background-color: #222f41;
    color: #fcfcfc;
    padding: 3px 10px;
}

.get-result{
	max-width:400px;
}

.gpt-result{
	padding:20px;
}

.gpt-result-view{
	background-color: #6063711f;
	padding:20px;
	overflow-x:auto;
	height:600px;
	white-space: pre;
}

.overedit{
	display:none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 50px;
	width: 100%;
	height: 100%;
	background-color: #18181860;
	text-align: center;
	color: #fcfcfc80;
}

.user-main-image:hover .overedit{
	display:block;
}

.overedit-small{
	display:none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	width: 100%;
	height: 100%;
    border-radius: 8px;
	background-color: #18181860;
	text-align: center;
	color: #fcfcfc80;
}

.creater-thumbnail:hover .overedit-small{
	display:block;
}

#preview .thumbnail:hover .overedit{
	display:block;
}

.overedit i{
	margin-top:70px;
    margin-left:5px;
}

.overedit-small i{
	margin-top:55px;
    margin-left:5px
}

.minht70{
	min-height:70px;
}

.intro-title{
	font-size:16px;
	padding: 40px 30px 0px;
}

.intro-title i{
	font-size:12px;
}

.intro-area{
	padding:10px 20px 60px;
}

.mypage-title .title{
	height:24px;
}

.mypage-title .ai-model{
    position: absolute;
	display:inline-block;
    font-size: 80%;
    border-radius: 14px;
    height: 23px;
    background-color: #222f41;
    color: #fcfcfc;
    padding: 3px 10px;
	margin-left:20px;
	line-height: 18px;
}

.mypage-title .userparam{
	margin-top:10px;
}

.card .thumbnail .title{
	display:flex;
	position: absolute;
	top:  5px;
	left: 5px;
	border-radius: 14px;
	min-height: 26px;
	max-height: 52px;
	background-color: #222f41;
	color: #fcfcfc;
	padding: 3px 10px;
	width: fit-content;
	margin-right:10px;
	z-index:50;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 13px;
}

.card-creator .new-prompt{
	display:flex;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 80%;
    border-radius: 14px;
    height: 23px;
    background-color: #222f41;
    color: #fcfcfc;
    padding: 3px 10px;
    width: 120px;
}
.new-prompt i{
	margin-top:2px;
}

.sub-title{
	display:flex;
	padding-bottom:5px;
	border-bottom: 1px solid #fcfcfc;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-justify-content: space-between;
	position:relative;
}

.sub-title .ai-model{
	display:flex;
	font-size: 80%;
	height: 23px;
	color: #fcfcfc;
	padding: 3px 10px;
	width: 120px;
}

.user-data .ai-model{
	display:flex;
    font-size: 80%;
    height: 23px;
    color: #fcfcfc;
    padding: 3px 10px;
    width: 120px;
    margin-left: 10px;
    margin-top: 10px;
background-color: #222f41;
	border-radius:14px;
}

.sub-title .play{
	font-size: 80%;
	height: 23px;
	color: #fcfcfc;
	padding: 3px 10px;
	font-size:16px;
	position:absolute;
	bottom:10px;
	right:20px;
}


.card .ai-model img
,.card .title img
,.user-data .ai-model img
,.sub-title .ai-model img
,.prompt-main .ai-model img{
	width:16px;
	height:16px;
}

.card .title img{
	margin-top:-3px;
}

.userparam{
	display:flex;
}

.userparam p{
	margin-right:10px;
	font-size:13px;
}

.userparam-title p{
	padding-top:5px;
	height:32px;
}

.userparam-title.dowble p{
	height:51px;
}

.prompt-def input{
	width:100%;
	border-radius:6px;
	padding:8px 16px;
	height:32px;
}

.card .creater{
	position: relative;
	width:100%;
	height:30px;
	display: flex;
	-webkit-justify-content: space-between;
}

.card .thumbnail .creater{
	width: 100%;
	padding: 6px 12px 6px 6px;
	background: linear-gradient(rgba(255,255,255, 0.0), rgba(24,24,24, 1.0));
	height:60px;
	border-radius: 0 0 10px 10px;
	position:absolute;
	bottom:0px;
}

.card .thumbnail .creater div{
	opacity: 1;
	margin-top: 12px;
}

.card .thumbnail .creater div.creater-name{
	margin-left: 64px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#ccc;
	max-width:160px;
	font-size:11px;
}

.play-area{
	position: relative;
	width: 100%;
	height: 30px;
	display: block;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	background-color: #232836;
	padding: 5px 12px;
	color: #ccc;
	padding-left: calc(50% + 18px);
	display: flex;
}

.play-area div{
}

.card-big .thumbnail .creater div.creater-name{
	font-size:14px;
}

.card-big .thumbnail .creater div.creater-name{
	margin-left: 88px;
}
.card .thumbnail .creater div.play{
	margin-top: 27px;
}

.card .creater .creater-inner{
	display: flex;
}

.prompt-main .prompt{
	background-color:#244e63;
	padding:20px;
	margin:20px;
	font-size:13px;
}

.prompt-detail-body .userparam{
	width:100%;
	padding:0 20px;
}

.prompt-detail-body .userparam .userparam-title.dowble{
	width:25%;
}
.prompt-detail-body .userparam .userparam-value.dowble{
	width:75%;
}
.prompt-detail-body .userparam .userparam-value.dowble textarea{
	width:100%;
}

.prompt-detail-body .userparam .userparam-value p{
	margin-right: 0;
}

.nickname-icon{
	font-size:12px;
}

.nickname-icon:hover + .balloon-left
,.profile-icon:hover + .balloon-left{
	display:inline-block;
}

.upkview_gpt{
}
.search-ctgr label{
	border-radius:13px;
	background-color:#fcfcfc;
	color:#181818;
	padding:5px 10px;
}

.search-ctgr input[type=checkbox]:checked + label{
	background-color:#17a2b8;
	color:#fcfcfc;
}

.search-ctgr input[type=checkbox]{
	display:none;
}

.balloon-left {
  position: absolute;
  display: none;
  margin: 0 0 0 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
  color:#181818;
}

.userparam-value{
}

.card .creater .play{
	color:#ccc;
}

.play
,.playcount{
	font-size:13px;
}

.play img
,.playcount img{
	color:#fcfcfc;
	width:14px !important;
	height:14px !important;
	border-radius:0px !important;
	margin-right:5px !important;
	margin-top:-3px;
}

.card .creater .play i{
	font-size:14px;
	margin-right:3px;
	color:#fcfcfc;
}

.card .creater .creater-thumbnail{
}

.card .creater .creater-thumbnail img{
	max-height:20px;
	border-radius:50%;
}

.card .thumbnail .creater-thumbnail img{
	width:50px;
	height:50px;
	max-height:50px;
	border: 1px solid #fcfcfc99;
	border-radius:8px;
	position:absolute;
	bottom:-25px;
	left:12px;
}

.card-big .creater .creater-thumbnail img{
	width:80px;
	height:80px;
	max-width:100px;
	max-height:100px;
	border:none;
	border-radius:8px;
	position: absolute;
	bottom:0px;
	left:0px;
}

.card .creater .creater-name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#ccc;
	margin-left:58px;
	max-width: 110px;
	font-size:11px;
}

.card-big .creater .creater-name{
	max-width: 180px;
}

.card .taglist{
	position: relative;
	width:90%;
	height:30px;
	bottom:90px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align:middle;
	display:flex;
}

.card .taglist .tagitem{
	margin-left:10px;
	font-size:60%;
	border-radius:0.9vw;
	height:22px;
	background-color:#222f41;
	color: #fcfcfc;
	padding:3px 5px;
}

.card .card-footer{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color:#232836;
	padding:7px 12px;
	border-radius: 0 0 8px 8px;
	height:90px;
}

.card .card-footer .title{
	height:47px;
	margin-bottom:7px;
	color:#fcfcfc;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size:13px;
}
.card .price{
	white-space:nowrap;
	color:#fcfcfc;
}

.prompt-detail{
	display:flex;
	widtrh:90%;
	margin:10px auto ;
	color:#fcfcfc;
}

.width90pc{
	width:90%;
	margin:10px auto;
}

.prompt-main{
	width:75%;
	color:#fcfcfc;
}

.prompt-main.t2{
	width:100%;
}

.prompt-main .thumbnail{
	height:300px;
}

.prompt-main .thumbnail img{
	width:100%;
	height:100%;
	object-fit: cover;
	display: block;
}

.prompt-image{
	width:25%;
	padding-left:30px;
	color:#fcfcfc;
/*
	height:100%;
	height:300px;
	overflow-y: auto;
*/
}

.prompt-image.t2{
	display:none;
}

.footer-area{
	background-color:#1f2a39;
	width:100%;
/*
	position:fixed;
	bottom:0px;
*/
}

.loading{
	margin-top:40px;
    margin-bottom: 40px;
}

.menu-icon-area{
	display:flex;
	margin-top:50px;
	margin-bottom:50px;
}

.menu-icon-area .menu-icon{
	border-radius:10px;
	color:#fcfcfc;
	background-color:#2d4359cf;
	padding:12px 16px;
	margin-left:10px;
	margin-right:8px;
}

.menu-icon-area .menu-icon.selected{
	background-color:#dfa906;
	color:#fcfcfc;
}

.menu-icon-area .menu-icon.search.selected{
	background-color:#17a2b8;
	color:#fcfcfc;
}


.prompt-detail .title{
	margin-top:20px;
	font-size: 20px;
	line-height: 36px;
	margin-bottom:20px;
}


.prompt-detail .creater{
	height:25px;
	display: flex;
	margin-top:60px;
	margin-left:20px;
}

.prompt-detail .creater .creater-thumbnail{
}

.prompt-detail .creater .creater-thumbnail img{
	margin-top:-40px;
	width:60px;
	height:60px;
	border-radius:10px;
}

.prompt-result{
}

.prompt-result img{
	float:right;
	width:49%;
	margin-right:5px;
	margin-bottom:5px;
}

.user-data .creater{
	width:calc(90% - 120px);
	height:50px;
	display: flex;
	margin-left:210px;
	-webkit-justify-content: space-between;
}

.playcount{
	border-radius:10px;
	background-color:#00ABAB;
	padding:2px 16px;
    margin-right:10px;
}

.user-data .creater .creater-thumbnail img{
	max-height:50px;
	border-radius:50%;
}

/* M 2023/10/23 */
.user-data .creater-name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    /* margin-left:10px; */
	margin-top:16px; 
    font-size:16px;
}

.exec-list{
	width:90%;
	margin:10px auto;
}

.user-detail .exec-list{
	width:100%;
}

.exec-list li{
	margin-bottom: 16px;
	padding: 12px 16px;
	border-radius: 6px;
	background-color: #c2d7f314;
}

.result-image-list{
	display: flex;
}

.result-image-list li{
	border: none;
	border-radius: 0px;
	margin-bottom:0px;
	padding:0px;
	margin-right:5px;
	width:100px;
}

.result-image-list .result-image{
	cursor: pointer;
}

.result-image-list .result-image img
,.result-image-list .customization-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exec-list .creater{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:50px;
	display: flex;
}

.exec-list .creater-thumbnail img{
	max-height:50px;
	border-radius:10px;
}

.exec-list .creater-name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left:10px;
	margin-top:10px;
}

.exec-list li div{
	color:#fcfcfc;
}
.exec-param{
	display:flex;
}
.exec-param .prompt-def{
	padding:4px 10px 6px;
	margin-right:0px;
}
.exec-param input{
	width:100px;
}

.save-list .exec-info{
/*
	margin-top:27px;
*/
}

.exec-value{
	padding:4px 10px 6px;
	margin-right:20px;
	border-radius:6px;
	background-color:#0aacbaa3;
}
.exec-status-div{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.st-error i{
	color:#f37b44 !important
}
.st-comp i{
	color:#4bcbaf;
}

.sns-area{
	margin-top:10px;
	text-align: right;
	margin-right: 30px;
}

.p-share-buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
}

.p-share-buttons__button {
	width: 37px;
	height: 37px;
	margin-left: 10px;
	background-color:#fff;
	border-radius:6px;
	padding:4px;
	-webkit-transition: opacity .6s cubic-bezier(0.15, 0.75, 0.21, 0.96);
	transition: opacity .6s cubic-bezier(0.15, 0.75, 0.21, 0.96);
}

.prompt-detail .creater .creater-name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left:10px;
	margin-top:0px;
}

.prompt-detail .taglist{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}


.input-checkbox{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.input-checkbox label{
	width:33%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prompt-detail .taglist .tagitem{
	width:33%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-buy{
    display: table;
    text-align: center;
    padding: 10px 20px;
    margin-right: auto;
    margin-left: auto;
    background: #dfa906;
    color: #fcfcfc;
    width:400px;
    border-radius: 5px;
	margin-top:20px;
}

.btn-buy img{
	width: 16px;
	height: 16px;
	margin-right:5px;
}

.btn-buy.check {
    background: #17a2b8;
    color: #fcfcfc !important;
}

.delete{
	float:right;
    /* background-color: #6c757d;*/
}

.btn-buy.delete{
	background-color: #6c757d;
}

.delete i{
	font-size:18px;
	margin-right: 18px;
	margin-top:2px;
}

.btn-buy.prev {
    background: #DBDBDB;
    color: #333333;
}

.btn-buy.gtn-glay{
    background: #2d4359cf;
    color: #ccc;
}

.mod_area{
	float:right;
}

.mod_area .btn-buy{
	display:inline-block;
	width:auto;
}

.prompt-buy p{
	color:#fcfcfc;
}

.btn-small{
	width:50%;
}
.btn-middle{
	width:50%;
}
.btn-200{
	width:200px;
}
.btn_area {
color:#fcfcfc;
}

.user-data{
	width:100%;
	margin:-50px auto 10px;
}

.user-play{
	width:90%;
	margin:10px auto;
}

.exec-status-title{
	border-bottom:1px solid #fcfcfc;
}

/* M 2023/10/23 */
.user-data > p{
	min-height:70px;
	background-color:#6063711d;
	padding:20px;
    margin: 40px 20px 60px;
}

.user-data .img{
	width:33%;
}

.user-detail{
	width:90%;
	margin:10px auto ;
	color:#fcfcfc;
}

.user-detail .card-list-tile{
	width:100%;
}
.user-prompt-list{
	width:100%;
	color:#fcfcfc;
}

.user-main{
	width:90%;
	margin:10px auto;
	color:#fcfcfc;
}

.user-main .user-main-image{
	width:100%;
	height:200px;
	margin-bottom:50px;
	position:relative
}

.user-main .user-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: 50% 0;
}
.user-main .user-main-image.noimage {
	background-color: #fff;
}

.user-main .user-main-image.noimage img {
    object-fit: contain;
}

.user-main .user-main-image .creater-thumbnail {
	width:150px;
	height:150px;
	margin-top:-100px;
	margin-left:40px;
    border:2px solid #fcfcfc99;
	border-radius: 8px;
    position:relative;
}

.user-main .user-main-image .creater-thumbnail img {
	border-radius:8px;
}

.topright{
	position: absolute;
	z-index: 50;
	right: 0px;
	top: 5px;
}

.user-main .user-main-image #top-img
,.user-main .user-main-image .creater-thumbnail #thumbnail-img{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 200;
	left: 0;
	bottom: 0;
}

.bb0{
	margin-bottom: 0px;
}

.bb1{
	width:100%;
	border-bottom: 1px solid #fcfcfc;
	margin-top:40px;
	margin-bottom:40px;
	margin-left: 0px;
	margin-right: 0px;
}

.btn_area{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.logo_area .btn_area{
	margin-top:0px;
	margin-bottom:0px;
}


.tdul{
	text-decoration:underline !important;
}

.header-icon{
	border-radius:8px;
	max-width:40px;
	background-color:#fcfcfc;
	margin-left:3px;
}

.thumbnail-sample{
	border-radius:10px;
	max-width:100px;
	margin-bottom:20px;
}

/* =====================================================
コース画像拡大モーダル （ここから本PEN のコア）
===================================================== */
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}

.login-icon
,.logout-icon{
	display:inline-block;
}

.login-icon p
,.logout-icon p{
	display: grid;
	width:25px;
	height:25px;
	border-radius:50%;
}

.login-icon img
,.logout-icon img{
	color:#fcfcfc;
	width:30px;
	top: 10px;
	position: relative;
	left: 10px;
}

.error-text{
	color: #FF4F00 !important;
}

.card-list-tile .card-creator{
	width:calc(25% - 20px);
	height:100%;
	display:block;
	border-radius:10px;
	margin-right:20px;
	margin-bottom:20px;
	flex-shrink: 0;
	background-color:#222f41;
	aspect-ratio: 1 / 1;
}

.card-creator .creater{
	position: relative;
	width:100%;
	height:32px;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	background-color:#232836;
	padding:4px 7px;
	color: #fcfcfc;
}

.card-creator .creater .creater-name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fcfcfc;
	margin-left:5px;
    margin-top:2px
	font-size:13px;
}

.card-creator .card-footer{
	text-overflow: ellipsis;
	overflow: hidden;
	background-color:#232836;
	color: #fcfcfc;
	padding:7px 7px 10px;
	border-radius:0 0 8px 8px;
}

.card-creator .card-footer .title{
	font-size:12px;
	height:64px;
	color:#ccc;
	background:#6063711f;
	padding:6px 14px;
	/* margin-bottom:10px; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.card-creator .creator-prompt-list .creater-thumbnail{
	position: relative;
}
.card-creator .creator-prompt-list .creater-thumbnail img{
	width: 70px;
	height: 70px;
	max-height: 70px;
	border-radius: 8px;
    border: 1px solid #fcfcfc99;
	position: absolute;
	bottom: -25px;
	left: 14px;
	z-index:50;
}

/* tab */
.tab-004 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.tab-004 > label {
	order: -1;
	position: relative;
	min-width: 70px;
	padding: .7em 1em;
	background-color: #2d4359cf;
	color: #fcfcfc;
	/* font-weight: 600; */
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	margin-right:10px;
}

.tab-004 > label:hover,
.tab-004 label:has(:checked) {
    background-color: #17a2b8;
    color: #fcfcfc;
}

.tab-004 label input {
    display: none;
}

.tab-004 > div {
    display: none;
    width: 100%;
	border-top:1px solid #fcfcfc;
	margin-top:10px;
	padding-top:20px;
}

.tab-004 label:has(:checked) + div {
    display: block;
}

/* tab end */

.save-btn{
	width:150px;
	float:right;
}

.header-menu{
	display:flex;
	margin:0px 20px;
}
.header-item{
	margin-right:10px;
	
}

.title-enoya span::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color:#fcfcfc33;
	border-radius:10px;
}

.selected .title-enoya span::after{
	height: 100%;
}

.title-enoya:hover span::after {
	height: 100%;
}

.title-enoya {
	position   : relative;                /* 指定した分だけ相対的に移動 */
	padding: 5px 10px;
	border-radius:10px;
	text-align:center;
	font-size:13px;
}

a:hover{
	color:#fcfcfc !important;
}

a.g-login:hover
,.g-text a:hover{
	color:#00ABAB !important;
}

.title-enoya .title-en{
	color:#00ABAB;
	font-size:12px;
	display: block;
}

.balloonoya:hover .balloon {
  display: inline;                /* インライン要素として表示 */
}
.balloon {
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 2px;                         /* テキストの前後の余白 */
  background-color: rgba(255, 255, 255, 0.5);       /* 背景色（透明度） */
  width:100px;                          /* 吹き出し全体の幅 */
  left : 0%;                           /* 表示位置 */
  top : 100%;                           /* 表示位置 */
  margin-top : 5px;                    /* 表示位置 */
  font-size: 80%;                       /* 文字サイズ */
}
.balloon:after{
  border-bottom: 12px solid rgba(102, 102, 255, 0.10); /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: -12px;                             /* 吹き出し口の位置調整 */
  left : 5%;                              /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}

.top_mv{
	background-color: #1f2a39;
}

.top_mv .container{
	width:90%;
	margin:0px auto;
	max-width: 1200px;
}

.middle-size{
	max-width:1200px;
	margin:0px auto;
}

.search-all{
}

.result-area{
	width:100%;
}

.search-inp{
	width:100%;
}

input[type=text],textarea{
	background-color:#0aacbaa3;
	padding:6px 10px;
	border-radius:6px;
	color:#fcfcfc;
	border:none;
}

#nickname{
	background-color:#6063711d;
	border-radius:0px;
    font-size:16px;
	width:280px;
}

#introductions{
	background-color:#6063711d;
	border-radius:0px;
    padding: 20px;
    font-size:13px
}

::placeholder{
	color:#ccc;
}

.bg-detail{
	background-color:#244e63;
}

.bg-hidden{
	background-color:#31424bb5;
}

.breakword{
	word-break: break-word;
}

.prompt-view{
	min-height:20px;
}

input[type=text]:focus {
/*
outline: 1px #ccc solid;
*/
}


input[type=range]{
	width:50%;
}

select{
	background-color:#0aacbaa3;
	padding:5px 10px;
	border-radius:6px;
	color:#fcfcfc;
	border:none;
}

.bg-option{
	background-color:#0aacbaa3;
}
.upkview{
	display:inline-block;
	margin-left:10px;
}


.upimg-area-item{
	width:calc(25% - 10px);
	margin-right:10px;
	margin-bottom:20px;
	position:relative;
}

.remove-btn{
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.remove-btn p{
}

.image-list{
	display:flex;
    flex-wrap: wrap;
}

.btn_area.d-block{
	position:relative;
}

.relative{
	position:relative;
}

.btn_area.d-block ul{
	position: absolute;
	top: 40px;
	left: 0;
	width:100%;
	display: none;
}

/***
.btn_area.d-block .header-icon:hover -> ul{
	display: block;
}
***/

.btn_area.d-block ul li{
	display: block;
	background-color: #1F2A39;
	padding: 5px;
	margin: 10px 0px;
	border:1px solid #F2F2F280;
	box-shadow: 0px 0px 10px 1px rgba(127,127,127,0.4);
}
.btn_area.d-block ul li a{
    background-color: #efefef;
    color: #444;
}
.btn_area.d-block ul li a:hover{
    background-color: #ddd;
}
.btn_area.d-block ul li a p{
	font-size:12px;
}

.btn_area.d-block a.mypg-link{
	display:flex;
}

.top-btn{
	display: inline-block;
	font-weight: 400;
	color: #fcfcfc;
	text-align: center;
	background-color:#dfa906;
	height:25px;
	padding:2px 10px;
	border-radius:12.5px;
	margin-top:7px !important;
	margin-right:5px !important;
	font-size:13px;
}

.mypg-navi{
	margin-right:7px !important;
	font-size:13px;
}

.category-area{
	display:flex;
}

.category-area p{
	white-space: nowrap;
	padding:4px 14px 6px;
	border-radius:14px;
	height:28px;
	background-color:#3b759da1;
	margin-right:10px;
	font-size:12px;
}

.navi-sub{
	color:#ffd757;
	font-size:12px;
	display:block;
}

.header-form{
	width:calc(100% - 940px);
	min-width:200px;
}

.add-content-input{
	width: calc(100% - 280px);
}

.red{
	color:#ffd757;
}


.logo-img{
	height:25px;
}

.exec-info{
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
}

.exec-detail{
	display:flex;
}

.exec-info .thumbnail{
	margin-right: 20px;
}

.exec-info .thumbnail img{
	width:100px;
}

.new-prompt-area
,.list-prompt-area
,.gpt-prompt-area{
	position: relative;
}

.move-right-outer{
	width:90%;
	
}

.move-left
,.move-right{
    position: absolute;
    height: 100%;
    display: table;
    width: 40px;
    color: #17a2b8;
    font-size: 32px;
    background-color: #17a2b800;
    padding: 7px;
	display:none;
	cursor: pointer;
}

.move-left{
    top: 0;
    border-radius: 10px 0 0 10px;
    left: 0;
}

.move-right{
    border-radius: 0 10px 10px 0;
    right:0;
    top: 0;
}

.move-left-inner
,.move-right-inner{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #17a2b8;

}

.move-left-inner i
,.move-right-inner i{
	margin-right:0;
}

.move-left:hover
,.move-right:hover{
	background-color:#17a2b800;
}

.container{
	margin-top:20px;
	margin-bottom:20px;
}

.modaal-wrapper p{
	color:#181818;
	text-align:center;
}

.modaal-wrapper .btn-buy{
	width:150px;
	margin-top:0px;
	margin-right: 30px;
    margin-left: 30px;
}

.icon-glass{
	font-size:20px;
	color:#fcfcfc;
}

.g-title{
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}

.g-text{
	margin: 10px auto;
	width: 80%;
}

.g-text a{
	text-decoration:underline !important;
}

.g-login{
	display:block;
	width:80%;
	margin: 10px auto 30px;;
	border:1px solid #181818;
	text-align:center;
	border-radius:10px;
	padding:10px;
}

.g-login img{
	height:40px;
}

.card-big .creater-thumbnail{
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	border:1px solid #fcfcfc99;
	border-radius:8px;
	bottom: 8px;
	left: 8px;
}

.card-big .creater-thumbnail img{
	transition: all 0.2s;
}

.card-big .thumbnail>a>img{
	transition: all 0.2s;
}

.card-big:hover .thumbnail>a>img{
	width:105%;
	height:105%;
	border-radius:8px;
}

.card-big .thumbnail .creater-thumbnail:hover>a>img{
	transform: scale(1.1);
}

.card-big .thumbnail .creater-thumbnail:hover + div.creater-name {
	color:#fcfcfc;
}

.card-big .thumbnail .creater-thumbnail:has(+ div.creater-name:hover)>a>img{
	transform: scale(1.1);
}

.card-middle
,.card-middle-add
,.card-creator{
	transition: all 0.2s;
}

.card-middle:hover
,.card-creator:hover{
	transform: translateY(-3px);
}

.list-btn{
	border-radius: 20px;
	font-size:13px;
	padding:2px 10px;
	background-color:#2d4359cf;
	float:right;
	font-weight: normal;
	line-height: 24px;
}


@media (max-width: 400px) { 
	.new-prompt-area
	,.list-prompt-area
	,.gpt-prompt-area{
		position: relative;
		padding-left: 7px;
	}
	.modaal-wrapper .btn-buy{
		margin-right: 0px;
		margin-left: 0px;
	}

	.btn_area{
		margin:10px;
	}

.exec-info .thumbnail
,.exec-info .creater{
	display:none;
}
.result-image-list{
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
.result-image-list .result-image{
	width:46%;
	margin-bottom:7px;
}
.result-image-list .customization-image{
	width:46%;
	margin-bottom:7px;
}

.top_mv{
	padding-left:0;
	padding-right:0;
}
	.header-form{
		min-width:100px;
	}

	.container{
		margin-top:0px;
	}
}

@media (max-width: 1400px) {
	.card-big .creater .creater-thumbnail img{
		width: 50px;
		height: 50px;
		max-height: 50px;
		bottom:0px;
		left:0px;
	}

.card-big .creater-thumbnail{
	width: 50px;
	height: 50px;
}

	.card-big .thumbnail .creater div.creater-name{
		margin-left: 55px;
		font-size: 12px;
		max-width:110px;
	}
}

@media (min-width: 1200px) {
	.card-middle
	,.card-middle-add
	{
		width:calc(25% - 20px);
	}
	.card-list-tile .card-creator{
		width:calc(25% - 20px);
	}
}

@media (min-width: 1400px) {
	.card-middle
	,.card-middle-add
	{
		width:calc(20% - 20px);
	}

	.mypage .card-middle{
		width:calc(25% - 20px);
	}

	.card-list-tile .card-creator{
		width:calc(20% - 20px);
	}
}

@media (min-width: 1600px) {
	.card-middle
,.card-middle-add
{
		width:calc(100% / 6 - 20px);
	}
	.card-list-tile .card-creator{
		width:calc(100% / 6 - 20px);
	}
}


@media (max-width: 1200px) {
	.header-menu{
		display:none;
	}

	.card{
		margin-right:16px;
		width:calc((100% / 3) - 16px);
	}
	.card-big{
		margin-right:16px;
		width:calc((100% / 3) - 16px);
	}
	.card-list-tile .card-creator{
		margin-right:16px;
		width:calc((100% / 3) - 16px);
	}
	.header-menu{
		display:none;
	}
}

@media (max-width: 992px) {
	#preview{
		float: none;
	}
	.add-content-input{
		width: 100%;
	}

	.card{
		width:31%;
	}
	.card-list-tile .card-creator{
		width:31%;
	}
	.card-big{
		width:31%;
	}
	.header-menu{
		display:none;
	}
	#login-name{
		display:none;
	}

	.user-detail
	,.user-prompt-list{
		width:100%;
		margin:0px;
		display:block;
	}

	.user-main{
		width:90%;
		margin:10px auto;
	}

	.input-conditions{
		width:100%;
		color:#fcfcfc;
	}

}

@media (max-width: 767px) {
.card{
	width:calc(50% - 16px);
}
.card-list-tile .card-creator{
	width:calc(50% - 16px);
}
.card-big{
	width:calc(50% - 16px);
}
}

@media (max-width: 400px) { 
	.top_mv .container{
		width:100%;
		margin:0px auto;
	}

	.mv_area .logo_area .right_icon{
		width:50px;
	}

	.header-menu{
		display:none;
	}
	#login-name{
		display:none;
	}
	.mypg-navi{
		display:none;
	}

	.card-big{
		width:calc(90% - 16px);
	}

	.card{
		width:calc(90% - 16px);
	}

	/** header **/
	.mv_area .logo_area {
		padding: 10px 10px;
	}

	.user-detail
	,.user-prompt-list{
		width:100%;
		margin:0px;
		display:block;
		padding-left:0px;
	}

	.user-detail .card-list-tile{
		width:90%;
		margin:10px auto;
	}

	.user-main{
		width:90%;
		margin:10px auto;
	}

	.card-list-tile .card{
		width:48%;
		max-width:180px;
		color:#fcfcfc;
		margin-right:5px;
	}
	.logout-icon{
		display:none;
	}

	.btn_area.d-block{
		min-width:50px;
	}


	.prompt-detail{
		display:block;
		widtrh:10%;
		margin:0;
		color:#fcfcfc;
	}
	.prompt-main
	,.prompt-image{
		width:100%;
		padding:7px;
		color:#fcfcfc;
	}

	element.style {
	}
	.container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.save-btn{
		float:none;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right:0px;
	}
}

@media (max-width: 992px) {
	.list-btn{
		margin-top:0;
	}
}

.h2_ttl.no_border{
	border-bottom:none;
}

