@charset "UTF-8";.editor *{font-family:var(--font-family-sans);}.editor h2,.editor h3,.editor h4,.editor h5{margin-top:3em;font-weight:bold;}.editor h2{font-family:var(--font-family-serif);font-size:24px;}@media screen and (max-width:767px){.editor h2{font-size:20px}}.editor h3{font-size:22px;}@media screen and (max-width:767px){.editor h3{font-size:18px}}.editor h4{font-size:20px;}@media screen and (max-width:767px){.editor h4{font-size:16px}}.editor h5{font-size:16px;}.editor * + p,.editor * + ul,.editor * + ol{margin-top:1.25em;font-weight:normal;line-height:2;}@media screen and (max-width:767px){.editor * + p,.editor * + ul,.editor * + ol{margin-top:1em}}.editor b,.editor strong{font-weight:bold;}.editor a{color:inherit;text-decoration:underline;}.editor * + a{display:inline-block;margin-top:1.5em;}@media screen and (max-width:767px){.editor * + a{margin-top:1em}}.editor blockquote{margin:16px 0 0;padding:24px 32px;background-color:#f7f7eb;background-image:url("../img/icon_blockquote.png");background-position:10px 10px;background-size:20px;background-repeat:no-repeat;}.editor blockquote p{margin:0;padding:0;}.editor img{margin:24px 0;}hr{margin-top:40px;border:none;border-top:1px dotted #333333;}hr + *{margin-top:48px!important;}@media screen and (max-width:767px){hr{margin-top:32px}hr + *{margin-top:40px!important}}.editor ul{display:flex;flex-direction:column;list-style-type:none;gap:1em;}.editor ul li{position:relative;padding-left:1em;line-height:2em;}.editor ul li::before{position:absolute;left:0;content:"・";}.editor ol ul,.editor ol ol{margin-top:.5em;gap:.25em;}.editor ol{display:flex;flex-direction:column;list-style:none;counter-reset:number;gap:1em;}.editor ol>li{position:relative;padding-left:1.5em;}.editor ol>li::before{position:absolute;left:0;content:"" counter(number) ".";counter-increment:number;font-weight:bold;}.editor .accWrap{border-bottom:1px solid #dcddde;}.editor .accWrap .title{position:relative;display:block;margin:24px 0;padding:0 80px 0 0;font-weight:bold;line-height:2;cursor:pointer;}.editor .accWrap .title .btn{position:absolute;top:50%;right:0;width:40px;height:40px;background-color:#333333;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);}.editor .accWrap .title .btn span{position:relative;display:block;width:100%;height:100%;}.editor .accWrap .title .btn span::before,.editor .accWrap .title .btn span::after{position:absolute;top:50%;left:50%;display:block;width:45%;height:2px;content:"";background-color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.editor .accWrap .title .btn span::after{-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);}.editor .accWrap .title.is-open .btn span::after{display:none;}.editor .accWrap .text{padding:16px 24px;background-color:#f7f4f4;line-height:2;}