@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 .officeColumn_note{
  font-size: 90%;
}

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

#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 .section01 .imgBox{
  text-align: center;
}

#ui0730 .section01 .officeColumn_bonusList li{
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 2rem;
  font-weight: 600;
}
#ui0730 .section01 .officeColumn_bonusList li:nth-of-type(1){
  color: #4E95D9;
}
#ui0730 .section01 .officeColumn_bonusList li:nth-of-type(2){
  color: #e2a60d;
}
#ui0730 .section02 .officeTable_contents td:nth-of-type(2){
  color: #333;
}
#ui0730 .section02 p,#ui0730 .section03 p{
  margin-top: 5px;
}
#ui0730 .section03 h4{
  font-size: 2rem;
  margin: 40px 0px 10px;
  font-weight: 600;
  font-family: 'Noto Sans JP';
}
#ui0730 .section03 h4 .h4_01{
  color: #3580be;
}
#ui0730 .section03 h4 .h4_02{
  color: #e2a60d;
}

#ui0730 .section03 .txtBox{
  margin: 30px 0px 50px;
  padding: 0px 20px;
}
#ui0730 .section03 ul{
  margin-bottom: 15px;
}

#ui0730 .section03 ul li{
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 5px;
}
/* セクション テーブル
------------------------------------------------------ */
#ui0730 .section table {
	border: solid 1px;
	width: 90%;
	margin: 0 auto;
}
#ui0730 .section02 table{
  width: 100%;
}
.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{
  font-size: 2rem;
}
.officeTable_headline th:nth-of-type(3){
  background-color: #FFC000;
}
.officeTable_contents td{
  background: #fff;
  padding: 15px;
  border: 5px solid #edf4ff;
}
.officeTable_contents td:nth-of-type(1){
  text-align: center;
}
.officeTable_contents td:nth-of-type(2){
  color: #fff;
  font-weight: 500;
}
.section02 .officeTable_contents td:nth-of-type(1){
  background: #c3d3ea;
}
.section02 .officeTable_headline th:nth-of-type(2){
  background-color: #4E95D9;
}
.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: #b851da;
}
.officeTable_contents .td_item06{
  background: #cd7476;
}
.officeTable_contents .td_item07{
  background: #0faba4;
}
.officeTable_contents .td_item08{
  background: #636363;
}

.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;
}
.officeColumn_bonusList p:nth-of-type(1){
  background-color: #c9e5ff;
}
.officeColumn_bonusList p:nth-of-type(2){
  background-color: #fff0c6;
}
/* オプション
------------------------------------------------------ */
.optionArea{
  margin: 30px 0px;
  border: 1px solid #ccc;
  padding: 30px;
}
.optionArea h3{
  font-size: 2rem;
  text-align: center;
  color: #A50000;
  font-family: 'Noto Sans JP';
}
.optionArea .underLine{
  font-size: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  margin-bottom: 35px;
  text-align: center;
  color: #A50000;
  font-family: 'Noto Sans JP';
}


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

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

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

#ui0730 .section h2 {
    font-size: 2.4rem;
}
#ui0730 .section02 h3, #ui0730 .section03 h3{
  font-size: 2.4rem;
  margin: 0px 0 20px;
  text-align: center;
}

#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 .section03 .txtBox{
  padding: 0px 0px;
  margin: 30px 0px;
}

/* セクション テーブル
------------------------------------------------------ */
#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{
  font-size: 1.8rem;
}
.officeTable_contents td{
  padding: 10px;
}
/* オプション
------------------------------------------------------ */
.optionArea {
  padding: 10px;
}
#ui0730 .section02 h3, #ui0730 .section03 h3{
  font-size: 2.8rem;
}
#ui0730 .section01 .officeColumn_bonusList li{
  padding-left: 0.3em;
  text-indent: -1.3em;
  font-size: 1.8rem;
}
#ui0730 .section03 ul li{
  padding-left: 0.3em;
  text-indent: -1.3em;
  font-size: 1.5rem;
}
}

