@charset "utf-8";


.obi-pink {
    text-align: center;
    padding: 12px;
    color: #fff;
    background: #f53d7e;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 24px;	
}
.obi-pink:after {
    border-right: 12px solid transparent;
    border-top: 12px solid #f53d7e;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    left: 50%;
    content: "";
    display: block;
    bottom: -24px;
    margin-left: -12px;
    position: absolute;
}
.obi-pink.ad-blue:after {
    border-right: 12px solid transparent;
    border-top: 12px solid #2993f7;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}
.obi-pink.ad-blue {
    background: #2993f7;
}
.mt-5, .my-5 {
    margin-top: 3rem;
}
.noiceonly .nav-link-category.ad-blue {
    background: #f8faff;
    color: #2993f7;
}
.text-center {
    text-align: center;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem;
}
.d-block {
    display: block!important;
}
.mt25 {
	margin-top: 25px;
}
.mb-4 .col-ms-6 a {
	 color: #007bff;
}
.mb-4 .col-ms-6a:hover {
    color: #0056b3;
    text-decoration: underline;
}
@media (min-width: 576px) {
	.d-sm-none {
			display: none!important;
	}
}


@media(max-width:1199px) {
.container .breadcrumbs {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media(max-width:991px) {
.breadcrumbs-mall {
		width: 100%;
	}
	.container {
		width: 100%;
	}
}
.logoPage img {
	max-width: 100%;
}

/* コロナ対策用 */
#warning-box,
#warning-notice,
#rinjiMessagesDiv,
#rinjiMessagesDiv3{
	background: none !important;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
#rinjiMessagesDiv{
	border-radius: 4px;
	padding: 0px;
}
#rinjiMessagesDiv ul li{
	padding-left: 14px;
	position: relative;
	background: #feebf2;
	margin-bottom: 5px;
	border-radius: 4px;
}
#rinjiMessagesDiv ul li:before {
	position: absolute;
	top: 6px;
	left: 6px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}
#rinjiMessagesDiv ul li a{
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}



#company-layout article{
  background: #fafafa;
}
.basic-company-layout { padding: 38px 0px 58px; background: #fff; }

.basic-layout{
  margin-bottom: 60px;
}
.basic-wrap{
  margin-bottom: 30px;
}
.white-layout{
  background: #fff;
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
  margin-bottom: 60px;
}
.white-layout{
  color: #666;
}
.dottoline-layout{
  padding: 36px 0;
  border-bottom: 1px dotted #ccc;
}

@media all and (max-width: 768px) {
.white-layout{
  padding: 12px;
}
}

/* メインビジュアル部分のレイアウト */
.hero-title-wrap{
  padding: 50px 0;
}

/* タイトル系のレイアウト */
.mainTit{
    color: #333;
    margin-bottom: 57px;
    text-align: center;
    letter-spacing: 0.02em;
    font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
    font-weight: normal;
    position: relative;
    font-size: 30px;
    line-height: 1.6;
}
.mainTit span:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 533px;
  height: 3px;
  content: "";
  background: url(/en/notice/detail/img/2020030901/bg_dot01.png) 0 0 no-repeat;
}
.pageTit-h3-line {
    color: #333;
    margin-bottom: 24px;
    margin-top: 24px;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 2px solid #f53d7e;
    display: inline-block;
    padding-bottom: 5px;
}
@media all and (max-width: 768px) {
.mainTit{
  font-size: 24px;
  margin-bottom: 27px;
}
.mainTit span:after{
    width: 141px;
}
.pageTit-h2{
    font-size: 18px;
}
}


#notice dl{
	margin:30px 50px 100px 50px;
}
#notice dl dt,
#notice dl dd{
	font-size:16px;
	padding:20px 10px;
}
#notice dl dt{
	float:left;
	width:150px;
	font-weight: normal;
}
#notice dl dd{
	border-bottom:1px dotted #ddd;
}
#notice dl dd a{
	color: #333;
	position: relative;
	padding-left: 10px;
	display: inline-block;
}
#notice dl dd a:before{
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
}
#notice dl dd a:after {
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #f74b77;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}
#notice p{
	margin-bottom:15px;
	line-height:1.8;
}
#notice p.ki{
	margin:50px 0;
	text-align:center;
}



@media(max-width:767px) {
/* スマホ用 */

	#notice dl{
		margin:10px;
	}
	
	#notice dl dt{
		float:none;
		width:150px;
		padding:20px 10px 5px 10px;
	}
	
	#notice dl dd{
		padding:5px 10px 20px 10px;
	}
	
}

/* =========================================================
	お知らせ（Information）レスポンシブ
	2017/8/2 Fujikawa
========================================================= */

/* closeボタン
----------------------------------------------------*/
.topclose{/*T*/
	margin-top:15px;
	margin-bottom:15px;
	text-align:right;
	padding-bottom:9px;
	border-bottom:#ccc 2px solid;
	overflow:hidden;
}
.next-area{
	margin-top:20px;
	padding-top:15px;
	padding-bottom:5px;
	border-top:#ccc 2px solid;
	width:100%;
	clear: both;
	text-align:center;
}

/* Layout
----------------------------------------------------*/
.main {
	padding-bottom: 2em;
}
	.main > section + section {
		margin-top: 2em;
	}
.main,
.main h2 {
	line-height: 1.8;
}
/* 更新日付
----------------------------------------------------*/
#press_date {
	clear: both;
	text-align: right;
	margin-bottom: 1em;
}
/* レスポンシブ画像
----------------------------------------------------*/
.img-responsive.all {
	width: 100%;
	height: auto;
}

/* Common Class
----------------------------------------------------*/
/* List */
.mark-arrow,
.mark-disc,
.mark-note,
.mark-decimal {
	line-height: 1.4em;
}

/* Disc */
.mark-disc {
	margin: 1em 0;
}
	.mark-disc li,
	.mark-disc dd {
		list-style: disc;
		margin-left: 1.3em;
	}
	.mark-disc li + li,
	.mark-disc dd + dd {
		margin-top: 0.5em;
	}

/* ※印 */
.mark-note {
	text-indent: -1em;
	margin-left: 1em;
}
	.mark-note li,
	.mark-note dd {
		list-style: none;
	}
	.mark-note li + li,
	.mark-note dd + dd {
		margin-top: 0.5em;
	}
span.mark-note {
	display: block;
}

/* decimal */
.mark-decimal li {
	margin-left: 1.3em;
	list-style: decimal;
}
/* Text color */
.red {
	color: #ff0000;
}

/* 便Table */
.sct-bin {
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 16px;
}
.tbl-bin th {
	text-align: left;
}
.tbl-bin td {
	padding-left: 2rem;
}


.noiceonly .nav-link-set{
	float: none;
	width: 100%;
	margin-bottom: 5px;
}
.noiceonly .nav-link-set:last-child{
	margin-bottom: 24px;
}
.noiceonly .nav-link-set li a,
.noiceonly .nav-link-category{
	display: block;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none !important;
}
.noiceonly .nav-link-category{
	background:#fff5f9;
	color: #f53c7f;
}
.noiceonly .config-accordion{
	pointer-events: initial;
	cursor: pointer;
}
.noiceonly .config-accordion + li{
	display: none;
	padding: 10px;
	text-align: center;
}
.noiceonly .config-accordion + li img{
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px){
.noiceonly .config-accordion + li img{
	margin-bottom: 24px;
}
}
.block-click{
	background: #fafafa;
}
.noiceonly .config-accordion + li.switchactive{
	display: block !important;
	background: #fafafa;
}

/* 2019/7/25 会員規約改正の再通知
----------------------------------------------------*/
blockquote,
blockquote h2 {
	font-size: 16px;
}
@media (max-width: 767px){
	blockquote,
	blockquote h2 {
		font-size: 14px;
	}
}
ol li + li {
	margin-top: 0.8rem;
}

/* (1)～数字リスト自動ナンバリング(※ul) */
ul.li-suji {
	margin-top: 0.8rem;
}
ul.li-suji li {
	counter-increment: suji;
	list-style: none;
}
ul.li-suji li:before {
	content: '\0028'counter(suji)'\0029 ';
}
ul.li-suji li {
	margin-left: 1.6rem;
	text-indent: -1.6rem;
}

/* 2019/8/2 税改正のTable
----------------------------------------------------*/
.w90-100 {
	width: 90%;
	margin: 2rem 5%;
}
@media (max-width: 767px){
	.w90-100 {
		width: 100%;
		margin: 2rem 0%;
	}
}
	.tbl-a {
		border-collapse: collapse;
		width: 100%;
	}
	.tbl-a caption {
		caption-side: top;
		font-size: 16px;
		font-weight: bold;
	}
	.tbl-a th {
		background: #dddddd;
	}
	.tbl-a th,
	.tbl-a td {
		padding: 0.8rem;
		border: 1px solid #bbbbbb;
	}
.tx-center {
	text-align: center;
}
img{
	max-width: 100%;
}
.row-20{
	margin-left:-10px;
	margin-right:-10px;
}

.row-20 >div{
	padding-right:10px;
	padding-left:10px;
}
.titlebox{
	font-size:18px;
	color: #fff;
	font-weight: bold;
	background: #2993f7;
	padding: 3px 8px;
	text-align: left;
	margin: 0 0 10px 0;
}
.box-cm{
	margin-top: 20px;
}
/*
.block-click .box-cm:nth-child(1){
	margin-top: 0;
}
*/
.box-cm > img{
	max-width: 600px;
	width: 100%;
}
@media (max-width:767px){
	.box-cm > img{
		width: 100%;
	}
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

.list-cm li{
	margin-top: 13px;
	padding-left: 30px;
}




