/*
 Theme Name:   cyber_form_child
 Theme URI:    https://cybersecurity-jp.com/
 Template:     cyber
*/
body {
    background: #f7f8fa;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

table.fix {
    table-layout: fixed;
    font-size: 0.75rem;
}
.post-bnr {
	width: 31%;
	margin: 1%;
	float: left;
}
.attention {
	background-color:#FF0000;
	color:#FFFFFF;
	max-width:1000px;
	text-align:center;
	margin:auto;
}
.attention a {	color:#FFFFFF;}

#content {
    padding: 10px 0 0px;
}
.cat-content, article.post, article.page, article.wp101, article.seo101 {
    margin-bottom: 40px;
}
img.bnr {
	border :1px solid #CCCCCC;
}
img.bnr:hover {
	border :1px solid #999999;
	opacity:0.8;
}
.sp_only{
	display: none;
}
.pc_only{
	display: block;
}

.post-header {
  padding: 20px 20px 0;
}
.post-meta {
	margin-bottom:22px;
}
.post-content {
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 30px auto;
}

/*----------------------header------------------------*/

#logo .brand-logo-img {
    width: 150px;
    height: auto;
}
.brand-title {
    width: 100%;
    background: #004362;
    color: white;
    font-size: 0.6rem;
}
#gnav {
   margin-top: -1px;
   background: inherit;
   border-top: inherit;
   border-bottom: inherit;
   font-size: 13px;
	float: right;
}
#gnav li {
   float: left;
   position: relative;
   padding: 0 24px 0 0;
}
#gnav li a {
   padding: 5px 0px;
	background: inherit;
}
#header {
   padding: 20px;
	transition: all .3s;
}
#header .over_flow {
    max-width: 465px;
    float: right;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
    width: 30px;
    height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #004362;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
#gnav li a {
    padding: 0 10px;
    border-top: inherit;
    border-right: 1px #000000 solid;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#gnav li.current-menu-item a {
    border-top: inherit;
}
#gnav li {
    padding: 0 0px 0 0;
}
#gnav li a:hover {
    color: #1f73be;
    border-top: none;
    text-decoration: underline;
}
#gnav li:last-child  a{
    padding: 0 0px 0 10px;
    border-top: inherit;
    border-right: none;
}
#header #header-sns li {
    display: inline-block;
    margin-left: 15px;
    font-size: 21px;
}
#header #searchform {
    max-width: 200px;
    display: inline-block;
    margin: 5px 12px;
}
#header #logo {
    float: left;
    font-size: 28px;
}
#header form {
    margin: 0;
    display: inline-block;
}



/*----------------------post------------------------*/
.post-title {
    color: #004362;
    text-align: center;
}
.post-thumbnail {
    margin-left: 0px;
    margin-bottom: 20px;
    float: right;
}
.post-content h2 {
    padding: 8px 15px 8px;
    clear: both;
    color: white;
    border-bottom: none;
    background: #004362;
}
.author-profile h2 {
    padding: 8px 15px 8px;
    clear: both;
    color: white;
    border-bottom: none;
    background: #004362;
    font-size: 28px;
    margin: 1.5em 0 .5em;
}
.post-content h3,
.author-profile h3 {
    clear: both;
    border-left: 2px solid #004362;
    padding: 8px 15px 8px;
    background: #e6e6e6;
    color: #004362;
}
.post-content h4,
.author-profile h4 {
    font-size: 18px;
    margin: 2em 0 1em;
    border-bottom: 1px solid;
    color: #004362;
}
.post-content h5,
.author-profile h5 {
    font-size: 16px;
    margin: 2em 0 1em;
    border-left: 3px solid #004362;
	padding-left:.5em;
    color: #004362;
}
.post-content h6,
.author-profile h6 {
    font-size: 15px;
    margin: 2em 0 1em;
    color: #004362;
	background-color:#EEEEEE;
}

/*----------------------widget------------------------*/

.widget-sec {
    margin-bottom: 20px;	
}
.widget-sec img {
    margin-bottom: 10px;	
}
.widget-sec:not(.widget-sec-wp) {
    background: white;
}
.widget-sec-wp .side-widget {
	background: white;
	margin-bottom: 20px;
    padding-bottom: 0;
}

.widget-sec .widget-sec_titile {
    background: #e6e6e6;
    padding: 10px 15px;
    color: #004362;
    font-weight: bold;
    font-size: 15px;
}
.widget-sec .widget-sec_titile.atent {
    background: #004362;
    color: #ffffff;
}
.widget-sec .widget-sec_titile a {
    float: right;
    font-size: 10px;
    color: #004362;
    border: 1px solid #004362;
    padding: 2px 10px;
    font-weight: normal;
    text-decoration: none;
}
.widget-sec .widget-sec_titile.atent a {
    float: right;
    font-size: 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 2px 10px;
    font-weight: normal;
    text-decoration: none;
}
.widget-sec .widget-sec_titile a:hover {
    background: #004362;
    color: white;
}
.widget_post_area {
    padding: 0px 20px 20px 20px;
}
.widget_post_rap {
   border-top: 1px solid #efefef;
    display: flex;
    padding-top: 20px;
    color: #383838;
    text-decoration: none;
}
.widget_post_rap:hover {
    color: #2073be;
    text-decoration: none;
}
.widget_post_area:first-of-type a{
    border-top: none;
}
.widget_post_img {
    width: 80px;
    height: 58px;
    min-width: 80px;
    min-height: 58px;
    display: flex;
    border: 1px solid #bdbdbd;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.widget_post_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    transition: all 0.35s ease-in-out;
}
a:hover.widget_post_rap .widget_post_img {
    border: 1px solid #2073be;
}
a:hover.widget_post_rap .widget_post_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.widget_post_rap .widget_post_img {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}



/*----------------------post------------------------*/
.post-title a:hover {
    color: #1f73be;
    text-decoration: none;
}
.post-loop-wrap .post-thumbnail {
    width: 304px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}
.post-content ul.post-meta {
    padding: 0 0 0 0px;
}
.post-meta li {
    background: #fff;
    float: left;
    color: #a7a7a7;
    margin-top: 0.8em;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 14px;
    list-style: none;
}
.post-meta {
    margin-top: 0;
/*    margin-bottom: 42px;*/
    padding: 0;
    border-top: none;
}

/*----------------------product-service------------------------*/

.alint-center {
    text-align: center;
}
.product-wrapper {
    font-size: 15px;
}
.service-post-content {
    padding: 0px 40px 40px 40px;
    overflow: hidden;
}
.product-header .post-thumbnail {
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
    border-radius: 2px;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    box-sizing: border-box;
}
.product-header .post-thumbnail img{
	    margin: auto;
}
.product-header .post-title {
    display: block;
    margin-bottom: 1rem;
}
header.product-header {
    display: flex;
    padding: 40px 0px 40px 0px;
    margin: 0px 40px 0px 40px;
    /*border-bottom: 2px solid #EEEEEE;*/
}
.product-header .service-infomation-outline {
    margin: 1rem 0;
}


.footer-01 {
    background: #333333;
}
#footer h2 {
    color: #ffffff;
    font-size: large;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer-block {
    display: flex;
}
.footer-block-in {
    flex-grow: 1;
    padding: 20px;
}
.footer-01 ul li {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.footer-02 {
    background: #004362;
    border-top: none;
    color: white;
}
.footer-02 .footer-copy {
    text-align: center;
    font-size: 12px;
}





/*----------------------SP-----------------------*/

@media screen and (max-width: 991px){
	
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}	
	
#header {
    padding: 5px 0 5px !important;
	    position: relative;
}
#header #searchform {
	display: none;
}	
ul.header_btn_area {
    display: none;
}	
#header .over_flow {
    max-width: 424px;
    float: inherit;
}	
#gnav {
    margin: 0;
    border: inherit;
    padding: 20px;
    position: absolute;
    top: 55px;
    transition: all 0.3s;
    -webkit-transform: translate(280px);
    transform: translate(280px);
    display: block;
    background: #004362;
    min-width: 250px;
    opacity: 0;
    right: 0px;
    min-height: 100vh;
}
#gnav.active {
    right: 0px;
    transition: all 0.3s;
	-webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;	
}	
.brand-title h1 {
    font-size: 0.6rem;
    margin: 0;
    clear: both;
}
#gnav ul li.current-menu-item a {
    border-top: none;
    border-left: 1px solid;
}	
	
#gnav ul li a {
    display: block;
    border-top: none;
    padding: 12px 8px;
    color: #2B2D2D;
    background: inherit;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-bottom: inherit;
    border-right: none;
    color: white;
}	
#gnav ul li.current-menu-item a {
    border-top: none;
    background: inherit;
	border-left: none;
}	
#gnav li:last-child a {
    padding: 12px 8px;
}
#gnav ul li a:hover {
    color: #1f73be;
    border-top: none;
}	
#header-menu-tog {
    margin-top: 5px;
}
#header-menu-tog {
    display: block;
    float: right;
    font-size: 24px;
    position: absolute;
    right: 10px;
}
	
/*20210520追加修正*/	
.sp_only .sp-hide {
    display: block !important;
}
#gnav .sign-up{
    background: #5891c8;
    text-align: center;
    margin-top: 2em;
    border-radius: 3px;
    padding: 15px 15px;
    background: inherit;
    font-size: 13px;
    line-height: 14px;
    color: #383838;
    background: #1f73be;
    color: white;
    border-radius: 3px;
    text-decoration: none;
}
#gnav .sign-up img {
    margin-bottom: 3px;
    margin-right: 0.3rem;
}	
#gnav .sign-in {
    text-align: center;
}
#header #header-sns {
    float: inherit;
    text-align: center;
}	
#header #header-sns ul {
    padding: 0 0 10px;
}
#header #header-sns li {
    margin: 0;
}
#header #header-sns li a {
    font-size: 30px;
}		

/*20201118追加修正 菊地*/
	/*-- 各ページウィジェット --*/
	#text-3.side-widget {
		background: none;
	}
	.side-widget-inner .textwidget p,
	.widget-sec-wp .side-widget p {
		text-align: center;
	}
/*20201118追加修正 991pxここまで*/

}/*ここまで991px*/

@media screen and (max-width: 767px){
#content {
    padding: 10px 0 0px;
}
	.post-header {
	padding:0 20px;
	}
	.post-title {
		font-size: 1.2rem;
	}
h1 {
    font-size: 0.6rem;
    margin: 36px 0;
    clear: both;
}
.hero-background {
    background: url(lib/images/main_img_01_sp.jpg) no-repeat scroll 0 0;
    background-size: cover;
    height: 76vh;
    width: 100%;
}	
.section-hero .copy-main {
    font-size: 28px;
}	
.section-hero .copy-sub {
    font-size: 13px;
}
.section-hero {
    position: relative;
    width: 100%;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
    background-color: white;
    overflow: hidden;
}	
.footer-block {
    display: block;
}
#header form {
    margin: 0;
    display: none;
}
.pagesCategories-content-childCategory {
    display: inline-block;
    padding: 5px;
    width: 50%;
}
.ranking_rap {
    display: block;
}
.rankingBox {
    width: 100%;
    margin-bottom: 30px;
}	
.recommend {
    display: block;
}
.recommendBox-service {
    width: 100%;
    margin-bottom: 15px;
}
.post_rapper {
    display: block;
}	
.front_post-list .front_post_img {
    width: 30%;
}	
.front_post-details {
    padding: 0px 0 0 0;
    width: 100%;
    padding-left: 15px;
}
.front_post-details-date {
    float: inherit;
}
.front_post-list_inner {
    display: flex;
	border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    padding-bottom: 15px;		
}
.add_areas ul li {
    width: calc(100%/2);
    padding: 5px;
    box-sizing: border-box;
}
header.product-header {
    display: block;
    padding: 30px 0px 40px 0px;
    margin: 0px 20px 0px 20px;
    border-bottom: 2px solid #EEEEEE;
}
.product-header .post-thumbnail {
width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 2px;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}	
.product-header .post-title {
    display: inline;
    margin-bottom: 1rem;
    font-size: 23px;
}
.product-header .catchcopy {
    display: block;
    margin-top: 10px;
}
.ServicesShow-main-block {
    padding: 30px 0;
    border-bottom: 2px solid #EEEEEE;
}
.service-post-content {
    padding: 0px 20px 20px 20px !important;
    overflow: hidden;
}
.ServicesShow-main-block .table-wrap {
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0px;
	
	display: block;
	-webkit-overflow-scrolling: touch;
}
.post-content .recommend {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}
.product-wrapper .post-footer-list {
    margin: 0px;
    padding-bottom: 30px;
}	
.ss-screenshots-block {
    width: 49%;
    margin-left: 0;
}
.category-show-footer-container {
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.category-show-footer-text {
	font-size: 12px;
    margin-right: 0;
    text-align: center;
}
.category-show-footer-action button {
    padding: 10px;
    border: none;
    font-size: 11px;
}
.CategoryShow-download-all {
    width: 100%;
	display: block;
}
.CategoryShow-download-all .download-all-text {
    width: 100%;
    color: #383838;
    border-right: none;
    padding: 0 16px;
}	
.CategoryShow-download-all .download-all-button {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
.service_archive_rap article .service-logo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;

}	

/*20201118追加修正 菊地*/
	/*--TOPページ--*/
	/*TOP画像*/
	.hero-background {
		/*height: 66vh;*/
		height: 550px;
	}
	.hero-background {
		background-size: cover;
		background-position: center;
	}	
	/*おすすめサービス*/
	.rankingBox:not(:nth-of-type(3n+1)),
	.rankingBox:not(:nth-of-type(3n+3)) {
		margin-left: auto;
		margin-right: auto;
	}
	/*コラム*/
	.recommend {
		display: flex;
	}
	.recommend a {
		width: 100%;
	}
	.recommend a:not(:nth-of-type(3n+1)),
	.recommend a:not(:nth-of-type(3n+3)) {
    	margin: auto;
	}
	.recommendBox-service-wrapper:not(:last-of-type) {
		border-bottom: 1px solid #EEEEEE;
	}
	.recommendBox-service {
		margin-bottom: 0;
	}
/*20201118追加修正 767pxここまで*/	
		

.post-loop-wrap .post-thumbnail {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 20px;
    float: none;
}
	
}/*767pxここまで*/




.iframe_contents{
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
}
.iframe_contents iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* アンケートフォームCSS　20210119 */
.questionnaire-box {
	text-align:left;
}

.questionnaire-box select {
	width:100%;
	padding:1.5%;
	background-color:#f9f9f9;
	border:1px solid #DDDDDD;
}
.post-content .questionnaire-box h3 {
	margin-bottom:0.5em;
}
.questionnaire-box input[type=text],
.questionnaire-box input[type=tel] {
	width:100%;
	padding:1.5%;
	border:1px solid #DDDDDD;
}
.questionnaire-box input[type=text].w50-left {
	width:49%;
	float:left;
}
.questionnaire-box input[type=text].w50-right {
	width:49%;
	float:right;
}

.questionnaire-box .wpcf7-list-item {
	border:1px solid #DDDDDD;
	padding:1.5%;
	margin: 0.5%;
}
.questionnaire-box .wpcf7-list-item:hover {
	border:1px solid #000000;
}
.questionnaire-box .tan {
	background-color:#007cba;
	padding:1px 4px;
	border-radius :10px;
	font-size:.8rem;
	float:right;
	color:#FFFFFF;
}
.questionnaire-box .fuku {
	background-color:#e1a948;
	padding:1px 4px;
	border-radius :10px;
	font-size:.8rem;
	float:right;
	color:#FFFFFF;
}



.related-products-select .menu-compared-rap p {
    font-size: 14px;
    text-align: left;
    padding: 0;
    font-weight: bold;
}
.post-content .related-products-select ul {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
}
 .post-content .related-products-select li {
    margin: 6px 0;
    width: calc(95% / 4);
}
 .post-content .menu-compared-information-area {
    display: inherit;
    padding-top: 20px;
}
 .post-content .s-menu-service-content-area {
    padding-left: 0;
    font-size: 14px;
}
 .post-content .menu-compared {
    padding: 0px 10px 10px 10px;
}
.related-products-select .menu-compared-information-area {
    border-top: none;
}
 .post-content .menu-compared .service-logo {
    width: 100%;
    height: 100px;
}
 .post-content .menu-compared-checkbox-area {
    left: 0px;
}
 .post-content  .menu-compared-name-area{
    font-size: 12px;
	 margin:5px 0px 5px 0px ; 
}
@media screen and (max-width:650px) { 
	.post-content .related-products-select li {
		margin: 6px 0;
		width: calc(95% / 2);
		padding: 5px;
	}
	.related-products-select .menu-compared {
    padding: 0;
    position: relative;
	}
	.menu-compared-checkbox-area {
		left: 5px;
    	z-index: 9;
	}
	.post-content .ServicesShow-main-block table {
		table-layout: inherit;
	}
}


.wpcf7-list-item {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
    border-bottom: 1px dotted #999999;
    display: block;
    width: 100%;
}
.wpcf7-list-item.last {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    border-bottom: none;
}
.post-content p {
	margin: 0 !important;
}
h2 {
    text-align: center;
    color: #0056b3;
    margin-bottom: 30px;
}

.category-group {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* デフォルトのdetailsスタイルを上書き */
details {
    cursor: pointer;
    background-color: #e9f5ff; /* デフォルトの背景色 */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

details[open] {
    background-color: #cfe8ff; /* デフォルトの開いたときの背景色 */
}

.category-edr {
    background-color: #ffe0b2; /* EDRの背景色 */
}
.category-edr[open] {
    background-color: #ffcc80;
}

.category-xdr {
    background-color: #c8e6c9; /* XDRの背景色 */
}
.category-xdr[open] {
    background-color: #a5d6a7;
}

.category-sase {
    background-color: #bbdefb; /* SASEの背景色 */
}
.category-sase[open] {
    background-color: #90caf9;
}

.category-cnapp {
    background-color: #ffcdd2; /* CNAPPの背景色 */
}
.category-cnapp[open] {
    background-color: #ef9a9a;
}

.category-idaas {
    background-color: #e1bee7; /* IDaaSの背景色 */
}
.category-idaas[open] {
    background-color: #ce93d8;
}

.category-ctem {
    background-color: #fff9c4; /* CTEMの背景色 */
}
.category-ctem[open] {
    background-color: #fff59d;
}

.category-security-awareness {
    background-color: #d7ccc8; /* Security Awarenessの背景色 */
}
.category-security-awareness[open] {
    background-color: #bcaaa4;
}

.category-iot-ot {
    background-color: #b2ebf2; /* IoT/OTの背景色 */
}
.category-iot-ot[open] {
    background-color: #80deea;
}

/* 新規追加カテゴリのスタイル */
.category-shindan {
    background-color: #f8bbd0; /* 診断の背景色 - 明るいピンク系 */
}
.category-shindan[open] {
    background-color: #f48fb1;
}

.category-sougou {
    background-color: #e0f2f7; /* 総合の背景色 - 明るい水色系 */
}
.category-sougou[open] {
    background-color: #b3e5fc;
}

.category-incident {
    background-color: #ffccbc; /* インシデントの背景色 - オレンジがかった色系 */
}
.category-incident[open] {
    background-color: #ffab91;
}

.category-header {
    display: block; /* summaryをブロック要素に */
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.1em;
    color: #0056b3;
    position: relative;
    user-select: none; /* テキスト選択を無効に */
}

/* アコーディオンの開閉を示す矢印 */
.category-header::-webkit-details-marker {
    display: none; /* デフォルトのマーカーを非表示 */
}

.category-header::after {
    /* デフォルトの矢印アイコンのスタイルを修正 */
    content: '+'; /* 閉じたときのアイコンを '+' に変更 */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); /* 回転は不要になります */
    transition: content 0.3s ease; /* contentプロパティのアニメーションを追加 */
    font-size: 1.2em; /* アイコンサイズを調整 */
    color: #0056b3; /* アイコンの色は既存を維持 */
    font-weight: bold; /* アイコンを太字に */
}

details[open] .category-header::after {
    content: '-'; /* 開いたときのアイコンを '-' に変更 */
    /* transformは不要なため削除または初期値に */
}

.category-content {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background-color: #f8fcfd;
    gap: 10px 20px; /* チェックボックス間のスペース */
}

.category-content label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.2em;
    
}

.category-content input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1); /* チェックボックスを少し大きく */
}

.contact-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.contact-info label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.contact-info input[type="text"],
.contact-info input[type="email"],
.contact-info textarea {
    width: calc(100% - 20px); /* 左右のpaddingを考慮 */
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.contact-info input[type="text"]:focus,
.contact-info input[type="email"]:focus,
.contact-info textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

button[type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}

button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
a.button.disabled { /* 'a'タグなどでdisabled状態を模倣する場合 */
  background-color: #cccccc; /* 背景色を薄いグレーに */
  color: #666666; /* 文字色を濃いグレーに */
  cursor: not-allowed; /* カーソルを禁止マークに */
  opacity: 0.7; /* 少し透明度を加えて、さらに無効状態を強調 */
  pointer-events: none; /* クリックイベントを完全に無効化（aタグの場合に特に有効） */
}
.ig_privacy-box { 
    display: block;
    width: 100%;
    font-size: 13px;
}
.ig_border-box {
    display: block;
    max-width: 80%;
    border: 1px #ccc solid;
    padding: 0.5rem;
}
.ig_border-hidden {
    display: block;
    border: 1px #ccc solid;
    padding: 0.5rem;
}
.ig_min-text-block {
    display: block;
    max-width: 80%;
    font-size: 13px;
}
.ig_min-text {
    font-size: 13px;
}
.ig_status-box .wpcf7-list-item {
    display: block;
}

table { border: none;}
table tr { border: none;}
table th {
	background-color: #F5F5F5 !important;
	color: #444444 !important;
}
@media screen and (max-width:650px) { 
	table {}
	table th {
		display: block;
		width: 100% !important;
		margin-top: 10px;
	}
	table td {
		display: block;
		width: 100%;
	}
}
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea, form select {
    border-radius: 3px;
    padding: 8px 13px;
    width: 98%;
    border: 1px #ccc solid;
    outline: none;
    font-size: 120%;
    box-sizing: border-box;
    margin: 1%;
}
.hissu {
	background-color: #FF0000;
	padding: 2px 3px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: .7rem;
	float: right;
	margin-top: 3px;
}

form input.lname,form input.fname,form input.lkana,form input.fkana {
    width: 48%;
}

.ss_privacy-box { 
    display: block;
    overflow-x: hidden;
    height: 125px;
    width: 100%;
    max-width: 100%;
    border: 1px #ccc solid;
    padding: 0.5rem;
    font-size: 14px;
}
.ss_border-box {
    display: block;
    max-width: 100%;
    border: 1px #ccc solid;
    padding: 0.5rem;
}
.ss_min-text {
    font-size: 13px;
}
