@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
------------------------------------------------------ */
#ui0730 {
    color: #000;
}

#ui0730 img {
	height: auto;
	border: none;
}

#ui0730 .dn {
    display: none !important;
}

#ui0730 .red {
    color: #c00;
}

/* タイトル
------------------------------------------------------ */
#ui0730 .title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#ui0730 .title h1 {
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	border-bottom: 5px solid #ccc;;
}

#ui0730 .title h1:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #a50000;
}

/* セクション 共通設定
------------------------------------- */
#ui0730 .section {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

#ui0730 .section .inner {
	width: 100%;
	margin: 0 auto;
    padding: 20px 20px 0 20px;
}

#ui0730 .section h2 {
	font-size: 3rem;
	margin: 0 0 25px;
    padding: 0 0 10px;
	border-bottom: solid 1px #CCC;
    text-align: left;
    font-weight: 300;
    line-height: 1.25;
	font-family: 'Noto Sans JP', sans-serif;
}

#ui0730 .section::after,
#ui0730 .section .inner::after {
    content: "";
    display: block;
    clear: both;
}

#ui0730 .section .contentsArea {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

#ui0730 .section .contentsArea .txtBox {
	width: 50%;
}

#ui0730 .section .contentsArea .imgBox {
	width: 420px;
	text-align: center;
}


/* セクション テーブル
------------------------------------------------------ */
#ui0730 .section table {
	border: solid 1px;
	width: 90%;
	margin: 0 auto;
}

.officeTable{
  margin: 20px auto 0;
  /*! width: 1080px; */
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
  text-align: center;
  font-family: noto sans jp,sans-serif;
  /*! font-weight: 400; */
}
.officeTable_headline{
  background: #c3d3ea;
}
.officeTable_headline th{
  padding: 10px;
  border: 5px solid #edf4ff;
  text-align: center;
}
.officeTable_headline th:nth-of-type(-n+2){
  font-size: 2rem;
}
.officeTable_contents td{
  background: #fff;
  padding: 15px;
  border: 5px solid #edf4ff;
}
.officeTable_contents td:nth-of-type(1){
  text-align: left;
}
.officeTable_contents td:nth-of-type(2){
  color: #fff;
  font-weight: 500;
}
.officeTable_contents td:nth-of-type(n+3){
  /*! font-size: 2.5rem; */
  line-height: 1;
}
.officeTable_contents .td_item01{
  background: #3580be;
}
.officeTable_contents .td_item02{
  background: #3da579;
}
.officeTable_contents .td_item03{
  background: #00a7e2;
}
.officeTable_contents .td_item04{
  background: #e7865e;
}
.officeTable_contents .td_item05{
  background: #cd7476;
}
.officeTable_contents .td_item06{
  background: #0faba4;
}
.officeTable_contents .td_item07{
  background: #b851da;
}


.officeColumn_bonusList{
  margin-top: 20px;
}
.officeColumn_bonusList li{
  list-style: disc;
  margin-left: 20px;
}
.officeColumn_bonusList li + li{
  margin-top: 3px;
}
.officeColumn_bonusList p{
  margin-top: 20px;
}


@media screen and (max-width: 767px) {
/* タイトル
------------------------------------------------------ */
#ui0730 .title {
	width: 100%;
	padding: 20px 10px 0 10px;
}

#ui0730 .title h1 {
	font-size: 2.6rem;	
}

/* セクション 共通設定
------------------------------------------------------ */
#ui0730 .section .inner {
	width: 100%;
    padding: 10px 10px 0 10px;
}

#ui0730 .section h2 {
    font-size: 2.4rem;
}

#ui0730 .section .contentsArea {
	display: block;
	padding: 0;
}

#ui0730 .section .contentsArea .txtBox {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

#ui0730 .section .contentsArea .imgBox {
	width: 100%;
}

/* セクション テーブル
------------------------------------------------------ */
#ui0730 .section .tableArea {
	width: 100%;
}

#ui0730 .section table {
	/*! margin-left: 14%; */
	width: auto;
}
	.officeTable{
    overflow-x: auto;
    overflow-x:scroll;
    padding-bottom: 10px;
    margin: 0px auto 20px;
    padding: 0px 0 15px;
    width: 100%;
    white-space: nowrap;
}
.officeTable::-webkit-scrollbar {
  background: #fff;
}
.officeTable::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border: 2px solid #fff;
}

#ui0730 .section table.officeTable_box{
  margin: 20px auto 0;
  width: 210%;
  font-size: 1.4rem;
}
.officeTable_headline th:nth-of-type(-n+2){
  font-size: 1.8rem;
}
.officeTable_contents td{
  padding: 10px;
}
.officeTable_contents td:nth-of-type(n+3){
  font-size: 1.8rem;
}

}

