@charset "UTF-8";
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}



@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
table {
  margin: 20px auto;
}
.tbl-r02 th {
  background:#FE0009;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 12%;
}
.tbl-r02 td {

 border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



.tbl-r03 th {
  padding: 10px;
  width:100%;
}
.tbl-r03 td {
 border: solid 1px #ccc;
  padding: 10px;
  width:100%;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r03 {
    width: 80%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

/* パートナー応援（コロナ）ページ */
.flex_volters-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}
 
.flex_volters-item {
    padding: 10px;
    margin:  10px;              /* 外側の余白 */
    width: 30%;                 /* 幅指定 */
    background-color:  #fff;
}
/* パートナー応援（コロナ）ページ　レスポンシブ調整 */
@media screen and (max-width: 480px) {
  .flex_volters-box {
    flex-direction: column;
    align-items:center;
  }
  .flex_volters-item {
    width: 93%;                 /* 幅指定 */
  }
}

/* hタグCSS */

h2.midashi{
  color: rgb(76, 76, 76); 
  font-size: 80%; 
  margin-bottom: 2px; 
  padding: 10px 0px 10px 10px; 
  border-width: 1px 1px 1px 10px; 
  border-style: solid; 
  border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) rgb(230, 0, 27);
  border-image: initial;
}

h3.midashi{
color: rgb(76, 76, 76); 
font-size: 100%; 
margin-bottom: 10px; 
padding: 10px 0px 10px 20px; 
background-color: rgb(230, 230, 230); 
background-position: initial initial; 
background-repeat: initial initial;
}

/* 画像配置 */
.wrap {
  display: flex;
  flex-wrap: wrap;
}

.item {
  padding: 30px;
  width: 48%;
  background-color: #fff;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
  /* チアスクールページ等、画像幅100% */

.maximg { max-width: 100%;
height: auto; }
}

  /* 画像幅100% */

img {
max-width: 100%;
height: auto;
}

 /* 五瀬依頼テーブルCSS */

.example table {
width: 90%;
border: 1px #717070 solid;
}

.example td {
border: 1px #717070 solid;
padding: 5px 5px;
text-align: center;
vertical-align: middle;
}

.example th {
border: 1px #717070 solid;
background-color: #717070;
padding: 5px 5px;
text-align: center;
vertical-align: middle;
color: #ffffff;
}




/* 段落表示 */
/* 影響範囲が広すぎるため一時削除 */

.dummy-area ul.m-list li { 
padding-left: 1em; 
text-indent: -1em; 
} 

/* PO用CSS */
h2.midashi2 {
  padding: 1rem 0.5rem;
  border-left: 5px solid rgb(255, 0, 0);
  background: #DDD;
  font-weight: bolder;
  margin: 5% 0% 1% 0%;
}

h3.midashi2  {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #DDD;
  font-weight: bolder;
  margin: 1% 0% 0% 0%;
}
 
h3.midashi2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px rgb(255, 0, 0);
    bottom: -3px;
    width:10%;
    display: block;
}

h4.midashi2 {
  font-size: 100%; 
  font-weight:  bold;
  color: rgb(255, 0, 0);
  padding: 0.5rem 0rem;
}

.flame01 {
padding: 1em;
margin: 1em auto;
width: 100%;
background: #f3eeee;
}

.button001 a {
    background: #DDD;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% 5%;
    max-width: 100%;
    padding: 10px 1px;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button001 a:hover {
    background: #717070;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid rgb(255, 0, 0);
    border-right: 3px solid rgb(255, 0, 0);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: rgb(255, 0, 0);
}






/* テーブル組のカスタムのため追記_武中 */
.og-headline {
	display:inline-block;
	margin-top:.5em;
	color:#1b2b59;
	border-left:3px solid #1b2b59;
	padding:.3em .8em;
	font-size:24px;
}

.og-logo {
	background:url(/v=/files/user/common/logoveltex.png?v=1637118750) no-repeat left center;
	background-size:34px 34px;
	padding:.3em .8em;
	padding-left:40px;
	display:inline-block;
	margin-top:.5em;
	font-size:20px;
	padding-bottom: .2em;
	border-bottom:2px solid #1b2b59;
}
.og-btn {
	display:block;
	margin-top:1em;
	font-size:16px;
}
.og-btn a {
	display:inline-block;
	background-color:#1b2b59;
	color:#fff !important;
	padding:.8em 1.5em;
	font-weight:bold;
	border-radius:.5em;
}
.og-btn a span::after {
	content:"\f138";
	font-family:FontAwesome;
	margin-left:.5em;
}

.og-box-gray {
	background-color:#f1f1f1;
	display:inline-block;
	padding:1.5em;
	margin-top:1em;
}

.og-box-orange {
	border:1px solid #eb6100;
	display:inline-block;
	padding:1.5em;
	margin-top:1em;
}

.og-box-navy {
	border:1px solid #1b2b59;
	display:inline-block;
	padding:1.5em;
	margin-top:1em;
}

.og-box-head {
	display:inline-block;
	margin-top:1em !important;
}
.og-box-head dt {
	background-color:#1b2b59;
	color:#fff;
	border:1px solid #1b2b59;
	padding:.5em 1.5em;
	font-weight:bold;
	font-size:18px;
}
.og-box-head dd {
	border:1px solid #1b2b59;
	display:inline-block;
	padding:1.5em;
}

.og-txt-red {
	color:#c00;
}
.og-txt-blue {
	color:#14a;
}
.og-txt-orange {
	color:#eb6100;
}
.og-txt-navy {
	color:#1b2b59;
}
.og-txt-green {
	color:#080;
}

.og-table {
	width:auto !important;
	border-collapse:collapse;
	margin-top:20px;
}
.og-table th,
.og-table td {
	padding:.5em 1em;
	border:1px solid #ccc;
}
.og-table th {
	background-color:#e70012;
	color:#fff;
}

.tagbox{
	border: 1px solid #ccc;
	padding: 1em;
	margin-top: 1em;
}