/*全出展社に共通*/


/*######################################テーブル###########################################*/

/*テーブル1　2列の場合はいいが3列以上になると問題あり*/
table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
    width: 100%;
}
table.type05 th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type05 td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/*テーブル1-2 2列の場合はいいが3列以上になると問題あり*/
table.type05_2 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
    width: 100%;
}
table.type05_2 th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #A9D0F5;
}
table.type05_2 td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/*テーブル2茶系のタイル風*/
table.type01{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table.type01 th,table.type01 td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

table.type01 th{
  background-color: #c79852;
  color: white;
  border:solid 1px #927141;
}

table.type01 td{
  background-color: #e4d4bc;
  border:solid 1px #af9d85;
}


/*テーブル3*/
/*小間の表のデザイン*/
.table_des1{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

.table_des1 th,.table_des1 td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

.table_des1 th{
  background-color: #c79852;
  color: white;
  border:solid 1px #927141;
  width:40%;
}

.table_des1 td{
  background-color: #e4d4bc;
  border:solid 1px #af9d85;
  width:60%;
}

/*テーブル4*/
.table_kurowaku_nomi {
    border-collapse:  collapse; /* セルの線を重ねる */
    width:  100%;               /* 幅指定 */
}
.table_kurowaku_nomi th,.table_kurowaku_nomi td {
    border: solid 2px;          /* 枠線指定 */
    padding: 4px;
}

/*######################################目次###########################################*/
/*冒頭の目次(20190328)*/
.mokuji ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

.mokuji ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

/*######################################バナー###########################################*/
/*大見出し1*/
.headline1 {
position: relative;
color: #158b2b;
font-size: 24px;
padding: 10px 0;
text-align: left;
margin: 1.5em 0;
}
.headline1:before {
content: "";
position: absolute;
top: -8px;
left: 77px;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

/*大見出し2*/
.headline2 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
font-size: 24px;
}

.headline2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}

/*大見出し3*/
.headline3{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

.headline3:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: 'POINT';
background: #80c8d1;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
}

/*大見出し4バナーデザイン　カーバルが使用*/
.banner10 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
font-size: 20pt;
}

.banner10:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}



/*######################################見出し###########################################*/
/*大見出しTEXT_ONLY1*/
.title_text1 {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
font-size: 20pt;
}

/*大見出しTEXT_ONLY2*/
.title_text2 {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
font-size: 16pt;
}

/*大見出しTEXT_ONLY3*/
.title_text3 {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
font-size: 16pt;
color: #fff;
background-color: #B88544;
}


/*######################################本文###########################################*/
/*本文1*/
.text1 {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 13pt;


}

/*本文2*/
.text2 {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 14pt;


}



/*######################################写真###########################################*/
/*写真の枠(20190325)*/
figure {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f3f3f3;
  /*text-align: center;*/
  margin-left: 10px;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
figure_left {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 10px;
  float: left;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
figure_right {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align: center;
  margin-left: 10px;
  float: right;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
figcaption {
  font-size: 12pt;
  /*margin: 1em 0;*/
  line-height: 18pt;

}



/*##########################ボタン############################*/

/*送るボタン1*/
/*サブミットボタン2019/01/09*/
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-size: 15pt;
    font-weight: bold;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}


/*unifiller.bgst.jpのVedioボタン*/
.btn-square-above-look {
  display: inline-block;
  position: relative;
  padding: 0.35em 1em;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  text-decoration: none;
}

.btn-square-above-look:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #8eacec;/*ボタン色より明るめの色に*/
}

.btn-square-above-look:active {
  /*押したとき*/
  padding: 0.32em 0.9em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-square-above-look:active:before { 
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}

.btn-square-above-look:active:before {
  top:-12px;
  border-width: 6px;
}
/*ユニフィラーの赤枠*/
.box2 {
    padding: 5px 5px;
    margin: 5px; 0;
    font-weight: bold;
    font-size: 18pt;
    text-decoration: none;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 3px red;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
/*skiのタイトルバナー*/
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
.midashi1 {
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}

.gold_banner {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  font-size:22pt;
  font-weight:bold;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #f2f2f2;
}
.btn02 a {
	background-color: #ceb849;
	border: 1px solid #ceb849;
	border-radius: 35px;
}

.btn02 a:hover {
	background-color: #B99b00;
	border: 1px solid #333;
}

.btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #333;
}

.btn02 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 70px;
	height: 1px;
	background-color: #333;
}
/*Youtube スマホ横幅100%*/
.video {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* styles.css */

.simple-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    text-align: center;
    background-color: #ffffff;
    table-layout: fixed; /* Ensure all columns have the same width */
}

.simple-table th,
.simple-table td {
    padding: 4px;
    border: 1px solid #dddddd;
    word-wrap: break-word; /* Ensure text wraps within cells */
    white-space: normal; /* Allow text to wrap */
    word-break: keep-all; /* Prevent breaking words in the middle */
    hyphens: auto; /* Enable hyphenation */
}

.simple-table tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.simple-table th {
    background-color: #009879;
    color: #ffffff;
}

##################################################################トラスト用css
        /* 全体のスタイル */
        .premium-blog-inner-container {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            margin: auto;
        }

        /* タイトルのデザイン */
        .premium-blog-entry-title a {
            font-size: 1.7em;
            font-weight: bold;
            text-decoration: none;
            color: #333;
            border-bottom: 2px solid #f39c12;
            padding-bottom: 5px;
            display: inline-block;
            transition: all 0.3s;
        }

        .premium-blog-entry-title a:hover {
            color: #f39c12;
        }

        /* レイアウト（PC用：写真左、表右） */
        .content-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-top: 20px;
        }

        .wp-block-image {
            flex: 1;
            max-width: 48%; /* 余白を確保 */
        }

        .wp-block-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
        }

        .wp-block-image img:hover {
            transform: scale(1.05);
        }

        /* 表のデザイン */
        .table-wrapper {
            flex: 1;
            max-width: 48%; /* 余白を確保 */
            padding-right: 10px; /* 右側に余白 */
        }

        .wp-block-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
            margin-top: 10px;
        }

        .wp-block-table th {
            background: #f39c12;
            color: white;
            padding: 10px;
            text-align: center;
            font-weight: bold;
        }

        .wp-block-table td {
            padding: 10px;
            text-align: right;
            border-bottom: 1px solid #ddd;
        }

        .wp-block-table tbody tr:nth-child(even) {
            background: #f8f8f8;
        }

        .wp-block-table tbody tr:hover {
            background: #fce4b5;
        }

        /* テキストのスタイル */
        .premium-blob-content-inner-wrapper p {
            font-size: 14px;
            color: #444;
            line-height: 1.6;
            text-align: center;
        }

        .premium-blob-content-inner-wrapper p strong {
            color: #e74c3c;
        }

        /* レスポンシブ対応（スマホ用） */
        @media (max-width: 800px) {
            .content-wrapper {
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }

            .wp-block-image, .table-wrapper {
                max-width: 90%; /* 画像と表を同じ幅に */
            }

            .wp-block-table {
                width: 100%; /* スマホでは画像と同じ幅 */
            }

            .wp-block-table th, .wp-block-table td {
                font-size: 12px;
                padding: 6px;
            }

            .premium-blog-entry-title a {
                font-size: 1.5em;
            }
        }


