@charset "utf-8";

.mt-1 {
	margin-top: 1px;
}
.text-right {
	text-align: right;
}
.text-left,
table.table_default.text-left th {
	text-align: left;
}
.text-list-style li {
	padding-left: 1em;
}
.text-list-style li:before {
	margin-left: -1em;
	content: '●';
}
dl.text-list-notes dt {
	width: 2.5em;
	float: left;
}
dl.text-list-notes dd {
	margin-left: 2.5em;
}
ul.indent-1 li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.indent-2 li {
	text-indent: -2em;
	padding-left: 2em;
}
dl.indent-2 dt {
	width: 2em;
	float: left;
}
dl.indent-2 dd {
	margin-left: 2em;
}
ul.indent-3 li {
	text-indent: -3em;
	padding-left: 3em;
}
dl.indent-3 dt {
	width: 3em;
	float: left;
}
dl.indent-3 dd {
	margin-left: 3em;
}
dl.indent-5 dt {
	width: 5em;
	float: left;
}
dl.indent-5 dd {
	margin-left: 5em;
}
.black-text {
	color: #333;
}
.red-text {
	color: #f00;
}
.underline {
	text-decoration: underline;
}
.text-small {
	font-size: .8em;
}

.text-red-02 {
	color: #f00000;
}

.c-list--notice02 {
  counter-reset: number 0;
}
.c-list--notice02 > li {
  line-height: 1.6;
  margin-bottom: 0;
  padding-left: 2.5em;
  text-indent: -2.5em;
  /*font-size: 1.2rem;*/
  counter-increment: number;
}
.c-list--notice02 > li:before {
  content: "注" counter(number) "）";
}

.text-list-notes-02 li .link-light-blue {
	text-indent: 0;
}

/* block-link-page */
.block-link-page-four.five .child_block {
	width: 20%;
}

/* column-one_image */
.column-one.column-one_image.bg-gray .column-one_text {
	padding: 20px;
}
.column-one.column-one_image.bg-gray .column-one_image {
	padding: 0 20px 20px;
}
.column-one.column-one_image.bg-gray .column-one_image div {
  background: #fff;
  text-align: center;
}

/* btn-list */
.btn-list .clearfix li {
	margin-right: 10px;
	float: left;
}
.column-two_product .column-two_text .title {
	padding: 0;
}

/* app-download */
.app-download {
	overflow: hidden;
}
.app-download dt {
	float: left;
	margin-top: 21px;
}
.app-download dd {
	margin-left: 30px;
	float: right;
}
.app-download dd li {
	margin-bottom: 10px;
	text-align: center;
}
.app-download dd li:last-of-type {
	margin-bottom: 0;
}
.app-download dd li a:hover {
	opacity: 0.7;
}



@media only screen and (max-device-width: 1280px) and (max-width: 640px) {

.sp-mt-0 {
	margin-top: 0;
}

html.touch-device .imageScroll > div {
	padding-top:10px;
	overflow: auto;
	white-space: nowrap;
}
html.touch-device .imageScroll:before {
	content: "※こちらの画像は横スクロールです";
}
html.touch-device .imageScroll > div::-webkit-scrollbar{
	height: 8px;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-thumb{
	background: #bcbcbc;
}
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:start,
html.touch-device .imageScroll > div::-webkit-scrollbar-track-piece:end{
	background: #f1f1f1;
}
html.touch-device .imageScroll img {
	width:auto;
	max-width:none;
}

/* block-link-page */
.block-link-page-four.five .child_block {
	width: 100%;
}

/* column-one_image */
.column-one.column-one_image.bg-gray .column-one_text {
	padding: 10px;
}
.column-one.column-one_image.bg-gray .column-one_image {
	padding: 0 10px 10px;
}

/* btn-list */
.btn-list .clearfix li {
	margin: 0 0 10px;
	float: none;
}
.btn-list .clearfix li a {
	display: block;
}

/* app-download */
.app-download {
	margin-top: 30px;
}
.app-download dt {
	margin-bottom: 20px;
	text-align: center;
	float: none;
	margin-top: 0;
}
.app-download dd {
	margin-left: 0;
	float: none;
}
.app-download img {
	width: auto !important;
	height: auto !important; 
}

}

/* 連携サービスの認証ID変更について */
div.bnr-important {
	margin-top: 20px;
}
div.bnr-important a {
    position: relative;
    border: 1px solid #333;
    display: flex;
    overflow: hidden;
    color: #333;
}
div.bnr-important a div.ttl {
    font-size: 18px;
    background: #333;
    color: #fff;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.bnr-important a div.ttl + div {
	width: calc(100% - 100px);
    padding: 10px 35px 10px 20px;
}
div.bnr-important a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
}
div.bnr-important a div figure {
	float: left;
    margin-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
div.bnr-important a div figure img {
	vertical-align: top;
}
div.bnr-important a div p {
    font-size: 17px;
    font-weight: bold;
    margin: 6px 0 2px;
}
div.bnr-important a div ul {
}
div.bnr-important a div ul li {
	color: #f00;
}
@media (max-width: 640px) {
	div.bnr-important {
	}
	div.bnr-important a {
		display: block;
	}
	div.bnr-important a div.ttl {
        width: 100%;
        padding: 10px 0;
	}
	div.bnr-important a div.ttl + div {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 40px 10px 20px;
	}
	div.bnr-important a::after {
		content: "";
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #333;
		border-right: 2px solid #333;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) rotate(-45deg);
	}
	div.bnr-important a div figure {
		display: block;
        float: none;
        margin: 0;
        text-align: center;
        width: 120px;
	}
	div.bnr-important a div figure img {
	}
	div.bnr-important a div p {
        font-size: 15px;
        font-weight: bold;
        margin: 8px 0 11px;
        width: calc(100% - 120px);
	}
}