@charset "utf-8";
/* 記事ページ */
div#main-contents {
    max-width: var(--container);
    margin: 0 auto 60px;
    padding: 0 1.5rem;
}
#main-contents .center-contents .text-area h1 {
    border-bottom: 1px solid #bfbfbf;
    font-size: 2.2em;
    line-height: 1.4;
    margin-bottom:20px;
    padding:5px;
}
#main-contents .center-contents .text-area h2{
    font-size: 23px;
    color: #333333;
    background: #fff;
    position: relative;
    padding: 10px 20px 10px;
    font-size: 22px !important;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ccc;
    margin: 40px 0 10px;
    line-height: 1.6;
}
#main-contents .center-contents .text-area h2::before{
    content: "";
    width: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 10px auto;
    position: absolute;
    background: #ED681A;
    display: block;
}
#main-contents .center-contents .text-area h3{
    font-size: 22px;
    background: linear-gradient(#FFF 50%, #f5f5f5 50%);
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    position: relative;
    margin: 30px 0;
    margin-top: 40px;
    clear: both;
    line-height: 1.6;
}




blockquote{
	padding:25px !important;
	margin:40px 20px !important;
	border:2px solid #888;
	background:#ddd;
	position:relative;
}
blockquote cite{
	text-align:right;
	display:block;
	font-size:13px;
}
blockquote::before{
    content: "\f10d";
    font-family: FontAwesome;
    color: #fff;
    background: #888;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

blockquote::after{
	content:"\f10e";
	font-family:FontAwesome;
	color:#fff;
	background:#888;
	text-align:center;
	position:absolute;
	bottom:-10px;
	right:-10px;
	border-radius:50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* フォント関連 */
.bold {
    font-weight: bold;
    color: #222;
}
.red-b {
    color: #ff4040;
    font-weight: bold;
}
.red {
    font-weight: bold;
    color: #a00000;
    font-size: 17px;
}
.blue-b{
	color:#427eff;
	font-weight:bold;
}
.marker_yellow {
    background: linear-gradient(transparent 70%, #ffff89 70%);
}
.marker {
    font-weight: bold;
    color: #222;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff89));
    background: linear-gradient(transparent 70%, #ffff89 70%);
    background: -webkit-linear-gradient(transparent 70%, #ffff89 70%);
}
/* リンク、関連ページ */
.link-txt {
    text-align: right;
}
#main-contents .center-contents .text-area .link-txt a {
    font-weight: bold;
    font-size: 20px;
    color: #3c76ff;
    word-wrap: break-word;
}
.link-txt a:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: larger;
    padding-right: 3px;
}
.link-list {
    clear: both;
    margin: 20px;
    /*background: #f9f9f9;*/
    border: 1px solid #adadad;
}

.link-list li:first-child {
    display: block;
    font-size: 21px;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 10px;
    font-weight: bold;
    margin: 0;
}

.link-list li a {
    position: relative;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
    font-size: 17px;
    color: #ed681a !important;
}

.link-list li a:hover {
    color: #ff0000;
}

.link-list li a:before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 3px;
}
/* 画像 */
.center-contents img {
    max-width: 100%;
    height: auto;
}
img.img-c {
    width: auto;
    max-width: 100%;
    margin: 0 auto 1.5rem;
    display: block;
}

.img-l {
    float: left;
    margin: 20px;
    width: 33%;
}
.img-r {
    float: right;
    margin: 10px;
    margin-top: 0;
    width: 33%;
}
.clear {
    clear: both;
}
/* テーブル */
.text-area table{
	min-width:75%;
	margin:20px auto;
	border-collapse:collapse;
}
.text-area table th,
.text-area table td{
	border:1px solid #ccc;
	padding:10px;
}
/* スクロールなし */
.no_scrl_table {
	width: 100%;
	margin: 20px 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.no_scrl_table th,
.no_scrl_table td {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
}

.no_scrl_table th {
	background: #eee;
}

.no_scrl_table img {
	width: 100%;
	display: block;
}

.no_scrl_table .t_u_text {
	display: block;
	text-align: center;
}

.no_scrl_table.wid50 {
	min-width: 50%;
	max-width: 50%;
	margin: 20px 0;
	table-layout: fixed;
}

.no_scrl_table.wid75 {
	min-width: 75%;
	max-width: 75%;
	margin: 20px 0;
	table-layout: fixed;
}

.no_scrl_table.tbl_C {
	margin-left: auto;
	margin-right: auto;
}
/* スクロールあり */
.scrl_table {
	margin-bottom: 20px;
}

.scrl_table table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.scrl_table table th {
	background: #eee;
}

.scrl_table table th,
.scrl_table table td {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 10px;
}

.scrl_table table img {
	width: 100%;
	display: block;
}

.scrl_table .t_u_text {
	display: block;
	text-align: center;
}
.scrl_table.wid75 table {
	width: 75%;
	table-layout: inherit;
	margin: 20px 0;
}

.scrl_table.wid75 table thead tr:first-of-type th {
	min-width: 100px;
}
/*全て見る*/
.grad-wrap {
    position: relative;
}

.grad-wrap + .grad-wrap {
    margin-top: 40px;
}

.grad-trigger {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -100px;
    display: block;
    width: 200px;
    text-align: center;
    z-index: 5;
    background: linear-gradient(#ED681A, #d8590e);
    border-radius: 50px;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.grad-item {
    position: relative;
}

.grad-item.is-hide {
    height: 280px;
    margin-bottom: 40px;
    overflow: hidden;
}

.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    z-index: 4;
}

.grad-trigger.is-show + .grad-item::before {
    display: none;
}
.component_item {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.component_item a {
    color: #3c76ff;
    text-decoration: underline;
}

.component_item th {
    border: 1px solid #ccc;
    background: #eee;
    padding: 3px;
    text-align: center;
    font-size: 16px;
}

.component_item .top {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(#FFF 50%, #f5f5f5 50%);
    padding: 10px;
}

.component_item td {
    border: 1px solid #ccc;
    text-align: center;
}

.component_item td:first-child {
    width: 10%;
}

.component_item td:nth-child(2) {
    width: 50%;
    font-size: 16px;
}

.component_item td:nth-child(2) a {
    width: 100%;
    padding: 3px;
}

.component_item td:nth-child(3) {
    width: 20%;
}

.component_item td:nth-child(4) {
    width: 20%;
}

.component_item td img {
    width: 50px;
    vertical-align: middle;
}
/* 画像付きレイアウト */
#main-contents .center-contents .text-area .sub-item,
#main-contents .center-contents .item-txt .sub-item {
    overflow: hidden;
    margin: 20px 0;
}

#main-contents .center-contents .text-area .sub-item h3,
#main-contents .center-contents .item-txt .sub-item h3 {
    font-size: 21px;
    border: none;
    background: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 5px 10px;
    margin: 20px 0;
    margin-top: 0;
}

#main-contents .center-contents .text-area .sub-item li,
#main-contents .center-contents .item-txt .sub-item li {
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
#main-contents .center-contents .text-area .sub-item li .btn,
#main-contents .center-contents .item-txt .sub-item li .btn {
    float: right;
    clear: both;
    margin-bottom: 0;
}

#main-contents .center-contents .text-area .sub-item li .btn a,
#main-contents .center-contents .item-txt .sub-item li .btn a {
    position: relative;
    bottom: 0;
    font-size: 19px;
    font-weight: bold;
    color: #3c76ff;
    text-align: left;
}

#main-contents .center-contents .text-area .sub-item li .btn a:before,
#main-contents .center-contents .item-txt .sub-item li .btn a:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: larger;
    padding-right: 3px;
}
/*
#main-contents .center-contents .text-area .sub-item li .btn a:after,
#main-contents .center-contents .item-txt .sub-item li .btn a:after {
    content: "ã®è©³ç´°ã¯ã“ã¡ã‚‰";
}
*/
#main-contents .center-contents .text-area .sub-item li .btn a:hover,
#main-contents .center-contents .item-txt .sub-item li .btn a:hover {
    color: #ff0000;
}

#main-contents .center-contents .text-area .sub-item li h4,
#main-contents .center-contents .item-txt .sub-item li h4 {
    margin: 0;
    margin-bottom: 10px;
}

#main-contents .center-contents .text-area .sub-item li img,
#main-contents .center-contents .item-txt .sub-item li img {
    float: left;
    width: 150px;
    margin: 10px;
    margin-left: 0;
}

#main-contents .center-contents .text-area .sub-item li p,
#main-contents .center-contents .item-txt .sub-item li p {
    margin-top: 0;
    margin-left: 160px;
}

#main-contents .center-contents .text-area .main-item {
    overflow: hidden;
}

#main-contents .center-contents .text-area .main-item ul {
    display: box;
    display: -webkit-box;
}

#main-contents .center-contents .text-area .main-item li {
    overflow: hidden;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 2%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    position: relative;
}

#main-contents .center-contents .text-area .main-item li:last-child {}

#main-contents .center-contents .text-area .main-item li a img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

#main-contents .center-contents .text-area .main-item li .title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#main-contents .center-contents .text-area .main-item li .title a {
    display: block;
    padding: 5px;
}

#main-contents .center-contents .text-area .main-item li .price {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.7);
}

#main-contents .center-contents .text-area .main-item li .price span {
    font-size: 12px;
    color: #333;
    margin-right: 5px;
}
/* その他 */
.bdbox{
	border:3px solid #ff8842;
	padding:10px;
	margin:30px auto;
	position:relative;
	display:block;
	font-size:17px;
}
.bdbox .bdbox_label{
	position:absolute;
	bottom:100%;
	left:-3px;
	display:block;
	background:#ff8842;
	color:#fff;
	font-weight:bold;
	padding:7px 15px;
	border-radius:3px 3px 0 0;
}
.bdbox ul{
	margin:0px 5px;
}
.bdbox li{
	list-style-position:inside;
	margin:7px 0;
	line-height:25px;
	text-indent:-22px;
	padding-left:25px;
}
.bdbox li::before{
	content:"â—";
	font-size:19px;
	margin-right:11px;
	color:#ff8842;
}
.recobox{
	border:3px solid #ff8842;
	padding:10px;
	margin:60px auto 30px;
	position:relative;
	display:block;
	font-size:17px;
}
.recobox .recobox_label{
	position:absolute;
	bottom:100%;
	left:-3px;
	display:block;
	background:#ff8842;
	color:#fff;
	font-weight:bold;
	padding:7px 15px;
	border-radius:3px 3px 0 0;
}
.recobox ul{
	margin:0px 5px;
}
.recobox li{
	list-style-position:inside;
	margin:7px 0;
	line-height:25px;
	text-indent:-22px;
	padding-left:25px;
}
.recobox li::before{
	content:"●";
	font-size:19px;
	margin-right:11px;
	color:#ff8842;
}
.recobox .link-txt {
    text-align: left;
}
.checkbox{
	margin: 10px 25px;
	padding: 0;
}
.checkbox li{
	list-style: none;
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.checkbox li::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    background: url(/img/li_checkbox.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 2px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.how-to{
	margin:	30px 20px;
}
.how-to dt, .how-to dd{
	margin: 0;
	padding: 0;
}
.how-to dt{
	font-weight: bold;
	font-size: 18px;
}
.how-to dd ol{
	margin: 15px;
	padding: 0;
	counter-reset: number;
}
.how-to dd ol li{
    list-style: none;
    padding: 10px 0;
    text-indent: -40px;
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
}
.how-to dd ol li:before{
	counter-increment: number;
	content: counter(number);
	margin-right: 20px;
	color: #fff;
    background: #ec8f04;
	border-radius: 50%;
	padding: 5px 8px;
}
/* 目次の非表示 */
.mokuji {
    display: none;
}
/* 日付 */
.update {
    text-align:right;
    }
    .update::before {
        content: "\f017";
        color: #FF6E1F;
        font-family: FontAwesome;
    }
/*目次*/
div#ez-toc-container ul li.ez-toc-page-1.ez-toc-heading-level-2 {
    line-height: 1.5;
    padding: .7em 0 .5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
    margin: .2em;
}

div#ez-toc-container ul li.ez-toc-page-1.ez-toc-heading-level-2 > a {
    font-weight: 600;
    font-size: 14px;
}

a.ez-toc-link.ez-toc-heading-1 {
}

ul.ez-toc-list.ez-toc-list-level-1 {
    padding-left: 1em;
    position: relative;
}

div#ez-toc-container {
    width: 800px;
    background: #F9F9F9;
    border: none;
    display: block;
    border-top: 5px solid;
    border-top-color: #ED681A;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    padding: 20px 25px;
    max-width: 90%;
    margin: 2em auto 2em;
    border-radius: 0;
}

div#ez-toc-container nav ul li.ez-toc-heading-level-3 {
    line-height: 1.5;
    padding: .7em 0 .5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
    margin: .2em;
  position: relative;
}

div#ez-toc-container ul li a.ez-toc-heading-2 {
    font-size: 14px;
}

div#ez-toc-container ul li.ez-toc-heading-level-2:before {
    font-family: "Font Awesome 6 Free";
    content: "●";
    position: absolute;
    left: .5em;
    color: #ED681A;
    font-weight: 700;
	font-size: 12px;
    padding-top: 3px;
}
div#ez-toc-container ul li.ez-toc-heading-level-3:before {
    font-family: "Font Awesome 6 Free";
    content: "●";
    position: absolute;
        left: 0em;
    color: #ED681A;
	    padding-top: 3px;
    font-weight: 700;
}
section div#ez-toc-container .ez-toc-title {
        text-align: left;
    margin: 0 20px 20px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #ED681A;
        font-size: 16px;
    margin: 0 0 0 -10px;
    line-height: 34px;
}
.ez-toc-title:before {
    font-family: "Font Awesome 6 Free";
    content: '\f0eb';
    font-size: 20px;
    margin-right: 10px;
    background-color: #ED681A;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    width: 34px;
    display: inline-block;
    height: 34px;
    text-align: center;
    line-height: 34px;
}
section .ez-toc-title-container{
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 1em;	
    justify-content: center;
}
section #ez-toc-container a.ez-toc-toggle {
    color: #ED681A;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
}
#ez-toc-container ul ul.ez-toc-list-level-3 {
    margin-left: 0.5em;
}
@media screen and (max-width:1240px) {

}

@media screen and (max-width:764px) {
.breadcrumbs {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
}

.breadcrumbs ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline;
  margin-right: 0.5em;
  white-space: nowrap;
}
#main-contents .center-contents .text-area h1 {
  font-size: 1.4em;
}
#main-contents .center-contents .text-area h2 {
  font-size: 18px !important;
}
#main-contents .center-contents .text-area h3 {
  font-size: 17px;
}
#main-contents .center-contents .text-area p {
  font-size: 15px;
}
#main-contents .center-contents .text-area .link-txt a {
  font-size: 17px;
}
}


@media screen and (max-width:520px) {

}