@charset "utf-8";
@media screen and (max-width:750px) {
    /*-------------------------------------------
  all
  -------------------------------------------*/
  html {
    font-size: calc(14 / 16 * 100%);
}
body {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    width: 100%;
    line-height: 1.4;
}
a {
    text-decoration: none;
    color: #000;
}
img {
    height: auto;
}
.imgleft img,
.imgright img {
    display: block;
    margin: 0 auto 10px;
}
.imgleft p,
.imgright p {
    margin-bottom: 20px;
}
.imgleft p:last-child,
.imgright p:last-child {
    margin-bottom: 0;
}
/*-------------------------------------------
nav
-------------------------------------------*/
.menu {
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 99;
    background: #080A4E;
    border: 1px solid #fff;
}
.menu_line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 30px;
    left: 15px;
    border-radius: 5px;
}
.menu_linetop {
    top: 18px;
}
.menu_linecenter {
    top: 29px;
}
.menu_linebottom {
    bottom: 18px;
}
.menu_linetop.active {
    top: 30px;
    transform: rotate(45deg);
}
.menu_linecenter.active {
    transform: scaleX(0);
}
.menu_linebottom.active {
    bottom: 28px;
    transform: rotate(135deg);
}
body.active {
    position: fixed;
}
.gnav {
    background: #000;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav_wrap {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
.gnav_menu {
    padding: 80px 0 60px;
}
.gnav_menu_item a {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
    /*-------------------------------------------
 header
-------------------------------------------*/
#top header {
    margin-bottom: 20px;
}
#top header .h_left {
    background: #06054D;
    background: linear-gradient( #74A8CB 0%, #06054D 100%);
    padding: 20px;
}
#top header .h_left img {
    display: block;
    margin: 0 auto 20px;
    width: 100px;
}
#top header .en {
    color: #fff;
    font-size: 1.5rem;
    font-family: teko, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
#top header .jp {
    color: #fff;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}
#top header .catch p {
    font-family: "Hiragino Sans", sans-serif;
    background: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
#top header .catch p span {
    font-weight: bold;
    color: #EB6C1D;
}
#our_activity h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #080A4E;
}
#our_activity ul {
    margin: 0 20px;
}
#our_activity ul li {
    margin-bottom: 30px;
}
#our_activity ul li img{
    display: block;
    margin: 0 auto;
}
#our_activity ul li div {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 0 8px #efefef;
}
#our_activity h3 {
    color: #EB6C1D;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#our_activity li p {
    line-height: 2;
}
#our_activity li a {
    margin-top: 20px;
    margin-right: 60px;
    display: block;
    text-align: right;
    color: #EB6C1D;
    position: relative;
    font-family: teko, sans-serif;
    font-size: 1.6rem;
}
#our_activity li a::before,
#our_activity li a::after {
    position: absolute;
    top: 13px;
    right: -40px;
    margin-left: auto;
    content: "";
    vertical-align: middle;
}
#our_activity li a::before {
    left: 3px;
    width: 30px;
    height: 2px;
    background: #EB6C1D;
}
#our_activity li a::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #EB6C1D;
    border-right: 2px solid #EB6C1D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -40px;
    top: 8px;
}
#event {
    margin: 0 20px;
}
#event h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 20px;
}
#event .txt {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
}
#event ul li {
    margin-bottom: 30px;
}
#event div h3 {
    text-align: center;
    color: #080A4E;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: "Hiragino Sans", sans-serif;
}
#event div p {
    line-height: 2;
    margin-bottom: 30px;
}
#event hr {
    width: 50px;
    height: 5px;
    background: #080A4E;
    border: none;
    margin: 0 auto 20px;
}
#event .btn a {
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    padding: 10px;
}
#info {
    margin-bottom: 50px;
}
#info h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #080A4E;
}
#info ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    justify-content: center;
}
#info ul li {
    margin-bottom: 20px;
    width: 48%;
    text-align: center;
    margin-right: 4%;
}
#info ul li:nth-child(2n){
    margin-right: 0;
}

/*-------------------------------------------
sub
-------------------------------------------*/
#sub main {
    margin: 0 20px;
}
#sub header .catch {
    margin-bottom: 40px;
}
#sub header .catch .left {
    background: #080A4E;
    padding: 20px;
}
#sub header .catch .left img {
    display: block;
    margin: 0 auto;
    width: 100px;
}
#sub header .catch .left .title {
    color: #fff;
    opacity: 0.4;
    font-family: teko, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 5px;
    text-align: center;
}
#sub header .catch .blc {
    position: relative;
}
/* 各ページheaderタイトル */
.about header .title {
    font-size: 3rem;
}
.representative header .title {
    font-size: 2.2rem;
}
.moving header .title {
    font-size: 2.5rem;
}
.act_list header .title {
    font-size: 3.0rem;
}
.contact header .title {
    font-size: 3rem;
}
#sub.activity_base header .catch .left .title {
    font-size: 2.4rem;
}
.privacy header .title {
    font-size: 2.4rem;
    margin-bottom: 0;
}
.circle_info header .title {
    font-size: 3rem;
    margin-bottom: 0;
}
.voice header .title {
    font-size: 3rem;
}
#sub.circle header .catch .left .title {
    font-size: 3rem;
}
.faq header .title {
    font-size: 4rem;
}
#sub.interview_list header .catch .left .title {
    font-size: 2.8rem;
}
#sub.moving_report header .catch .left .title {
    font-size: 2.8rem;
}
#sub.radio header .catch .left .title {
    font-size: 2.4rem;
}
#sub.recitation header .catch .left .title {
    font-size: 3rem;
}
#sub.event header .catch .left .title {
    font-size: 4rem;
}
#sub header .blc .box {
    width: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
}
#sub header h1,
#sub header p.h1 {
    color: #fff;
    font-size: 1.4rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    text-align: center;
}
/* わらいきについて */
.about h2 {
    text-align: center;
    font-size: 1.6rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.about h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#top_about {
    margin-bottom: 50px;
}
#top_about img {
    display: block;
    margin: 0 auto 20px;
}
#top_about h3 {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #EB6C1D;
    margin-bottom: 20px;
}
#top_about p {
    margin-bottom: 20px;
    line-height: 1.5;
}
#a_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#a_content li {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 5px;
}
#a_content .btn a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #EB6C1D;
    margin: 20px auto 40px;
}
#staff table {
    border: 1px solid #6D6FAF;
    margin-bottom: 60px;
    font-size: .9rem;
}
#staff th {
    background: #080A4E;
    color: #fff;
    padding: 20px;
    border: 1px solid #6D6FAF;
    width: 50%;
}
#staff td {
    padding: 10px;
    border: 1px solid #6D6FAF;
}
/* 代表あいさつ */
.representative h2 {
    text-align: center;
    font-size: 1.6rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.representative h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#greed img {
    margin-bottom: 30px;
}
#greed h3 {
    color: #EB6C1D;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#greed p {
    margin-bottom: 20px;
}
#greed {
    margin-bottom: 40px;
}
#profile h3 {
    color: #EB6C1D;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#profile h4 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: bold;
}
#profile h4 span {
    font-size: 1.2rem;
    display: block;
    font-family: teko, sans-serif;
    letter-spacing: 3px;
}
#profile p {
    margin-bottom: 20px;
    line-height: 1.5;
}
#profile {
    margin-bottom: 50px;
}
#profile img{
    width: 60%;
    height: auto;
}
#history dt {
    background: #080A4E;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}
#history dd {
    padding: 20px 0;
    line-height: 1.5;
}
#history {
    margin-bottom: 60px;
}
/* わらいきの活動一覧 */
#act_list h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
#act_list h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#act_list .list>li {
    border: 2px solid #080A4E;
    padding: 40px 20px 20px;
    margin-bottom: 60px;
    position: relative;
}
#act_list h3 {
    font-size: 1.1rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #080A4E;
    border-radius: 100px;
    text-align: center;
    padding: 5px 20px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#act_list h4 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
#act_list .s_line {
    height: 5px;
    width: 30px;
    background: #080A4E;
    margin-bottom: 20px;
}
#act_list .line {
    border: none;
    border-top: dashed 1px #080A4E;
    height: 1px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
#act_list .b_group li a,
#act_list .btn a {
    width: 100%;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #EB6C1D;
    padding: 10px;
    margin: 20px auto;
    display: block;
    text-align: center;
}
#act_list li p {
    line-height: 1.5;
}
#act_list h5 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
#act_list .blc {
    background: #F8F8F8;
    padding: 10px;
    margin-top: 20px;
}
#act_list dt {
    font-weight: bold;
    margin-bottom: 20px;
}
/* 移動式ラジオ放送 */
.moving h2 {
    text-align: center;
    font-size: 1.8rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.moving h2 span {
    display: block;
    font-size: .9rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#top_radio h3 {
    color: #EB6C1D;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#top_radio img {
    margin-bottom: 20px;
}
#top_radio {
    margin-bottom: 50px;
}
#a_detail ul h3 {
    width: 100%;
    border: 1px solid #080A4E;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #080A4E;
}
#a_detail ul li {
    margin-bottom: 30px;
}
#a_detail {
    margin-bottom: 40px;
}
#price table {
    border: 1px solid #6D6FAF;
    font-size: .8rem;
}
#price th {
    background: #080A4E;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #6D6FAF;
}
#price td {
    border: 1px solid #6D6FAF;
    padding: 10px;
    vertical-align: middle;
}
#price {
    margin-bottom: 60px;
}
#a_detail .b_group li a,
#price .btn a {
    width: 100%;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #EB6C1D;
    padding: 20px;
    display: block;
    text-align: center;
    margin: 20px auto;
}
#a_detail .b_group li {
    margin-bottom: 20px;
}
table {
    width: 100%;
}
.scroll {
    overflow: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
    /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
}
.scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
}
/* お問い合わせ */
.contact h2 {
    text-align: center;
    font-size: 1.6rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.contact h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 10px;
}
#form dl {
    border-top: none;
    margin: 30px 0;
}
#form dl dt {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #080A4E;
    color: #fff;
    border: 1px solid #6D6FAF;
}
#form dl dd {
    margin: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 10px;
    border: 1px solid #6D6FAF;
    margin-bottom: 20px;
}
input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 3px;
    font-size: 120%;
    background: #EDEDEd;
    border-radius: 5px;
    border: none;
}
textarea {
    width: 100%;
    height: 200px;
    padding: 3px;
    background: #EDEDEd;
    border-radius: 5px;
    border: none;
}
input[type="submit"] {
    width: 100%;
    margin: 20px auto;
    display: block;
    padding: 10px 20px;
    font-size: 1.2rem;
    border: 0;
    background: #EB6C1D;
    color: #fff;
    -webkit-appearance: none;
}
/* 運営 */
.activity_base h2 {
    text-align: center;
    font-size: 1.8rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
}
.activity_base h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
.activity_base dl {
    margin: 40px 0;
}
.activity_base dl dt {
    padding: 20px;
    background: #080A4E;
    color: #fff;
    border: 1px solid #6D6FAF;
}
.activity_base dl dd {
    background: #fff;
    padding: 20px;
    border: 1px solid #6D6FAF;
    margin-bottom: 20px;
}
/* 個人情報保護方針 */
.privacy h2 {
    text-align: center;
    font-size: 1.8rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.privacy h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
.privacy h3 {
    color: #fff;
    font-family: "Hiragino Sans", sans-serif;
    margin-bottom: 20px;
    background: #080A4E;
    padding: 10px;
}
.privacy p {
    line-height: 1.8;
    margin-bottom: 20px;
}
.privacy p.right{
    text-align: right;
}
.privacy ul {
    margin-bottom: 20px;
}
.privacy ul li {
    line-height: 1.8;
}
#policy {
    margin-bottom: 50px;
}
/* よくある質問 */
.sub_menu li a {
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: #080A4E;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 0.8rem;
    margin-bottom: 20px;
    border-radius: 100px;
}
.sub_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub_menu li {
    width: 48%;
}
.faq section {
    padding: 30px 0 60px;
}
.faq h2{
    text-align: center;
    font-size: 1.6rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 40px;
}
.faq h2 span{
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
.faq dt {
    color: #fff;
    font-family: "Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    background: #080A4E;
    padding: 10px 20px;
}
.faq dd {
    line-height: 1.6;
    margin-bottom: 20px;
}
.faq .btn a {
    width: 280px;
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    font-size: 1.2rem;
    padding: 15px;
    margin: 0 auto;
}
/* 活動のご案内 */
.circle_info h2 {
    text-align: center;
    font-size: 1.8rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.circle_info h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
.circle_info .list>li {
    border: 2px solid #080A4E;
    padding: 40px 20px 0px;
    margin-bottom: 60px;
    position: relative;
}
.circle_info h3 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #080A4E;
    width: 85%;
    border-radius: 100px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.circle_info h4 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: #080A4E;
}
.circle_info .s_line {
    height: 5px;
    width: 30px;
    background: #080A4E;
    margin-bottom: 20px;
    border: none;
}
.circle_info .line {
    border: none;
    border-top: dashed 1px #080A4E;
    height: 1px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.circle_info .b_group li a,
.circle_info .btn a {
    width: 100%;
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #EB6C1D;
    padding: 10px;
    margin: 20px auto;
    display: block;
    text-align: center;
}
.circle_info p {
    line-height: 1.5;
    margin-bottom: 20px;
}
.circle_info h5 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
#circle_list {
    margin-bottom: 50px;
}

/*お客様の声*/
.voice h2 {
    text-align: center;
    font-size: 1.6rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 30px;
}
.voice h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: 10px;
}
.voice h3{
    background: #080A4E;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.voice .sub_menu li a {
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: #080A4E;
    text-align: center;
    display: block;
    padding: 15px 0;
    margin-bottom: 20px;
    border-radius: 100px;
}

.voice .sub_menu li{
    width: 48%;
}
.voice .sub_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice section .list li {
    background: #F8F8F8;
    padding: 20px;
    border: 5px solid #E2E2E2;
    margin-bottom: 20px;
}
#voice_list {
    margin-bottom: 60px;
}
/* 朗読会 */
#recitation h2 {
    text-align: center;
    font-size: 1.8rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 40px;
}
#recitation h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#recitation #list,
#recitation #yotei {
    border: 3px solid #080A4E;
    padding: 40px 20px 10px;
    margin-bottom: 60px;
    position: relative;
}
#recitation #list h3,
#recitation #yotei h3 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #080A4E;
    width: 85%;
    border-radius: 100px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#recitation #list h4,
#recitation #yotei h4 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: #080A4E;
}
#recitation dl {
    margin: 20px 0 0;
}
#recitation dl dt {
    padding: 10px;
    background: #080A4E;
    color: #fff;
}
#recitation dl dd {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
#recitation p {
    margin-bottom: 20px;
    line-height: 1.8;
}
#recitation .btn a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    font-size: 1.2rem;
    padding: 10px;
    margin: 0 auto 20px;
}
#recitation #list li {
    border-bottom: 1px dotted #080A4E;
    margin-bottom: 30px;
}
#recitation #list li:last-child {
    border: none;
}
/* イベント一覧 */
#event_archive h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 60px;
}
#event_archive h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#event_archive #list,
#event_archive #yotei {
    border: 3px solid #080A4E;
    padding: 40px 20px 10px;
    margin-bottom: 60px;
    position: relative;
}
#event_archive #list h3,
#event_archive #yotei h3 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #080A4E;
    width: 85%;
    border-radius: 100px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#event_archive #list h4,
#event_archive #yotei h4 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: #080A4E;
}
#event_archive dl {
    margin: 20px 0 0;
}
#event_archive dl dt {
    padding: 10px;
    background: #080A4E;
    color: #fff;
}
#event_archive dl dd {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 20px;
}
#event_archive p {
    margin-bottom: 20px;
    line-height: 1.8;
}
#event_archive .btn a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    font-size: 1.2rem;
    padding: 15px;
    margin: 0 auto 20px;
}
#event_archive #list {
    margin-bottom: 60px;
}
#event_archive #list li {
    border-bottom: 1px dotted #080A4E;
}
#event_archive #list li:last-child {
    border: none;
}
/* 配信音声一覧 */
#radio_archive .b_group ul li a {
    display: block;
    background: #7E7E91;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 100px;
    padding: 15px 0;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#radio_archive .b_group ul li a.active{
    background: #080A4E;
}
#radio_archive h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 40px;
}
#radio_archive h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#radio_archive h3 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: #080A4E;
}
#radio_archive dl {
    margin: 20px 0;
}
#radio_archive dl dt {
    padding: 10px;
    background: #080A4E;
    color: #fff;
}
#radio_archive dl dd {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
#radio_archive .list li{
    border: 2px solid #080A4E;
    padding: 20px;
    margin-bottom: 20px;
}
#radio_archive {
    margin-bottom: 60px;
}
/* 活動報告一覧 */
#circle_archive .b_group ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#circle_archive .b_group ul li {
    width: 48%;
}
#circle_archive .b_group ul li a {
    display: block;
    background: #7E7E91;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 100px;
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: .8rem;
}
#circle_archive .b_group ul li a.active{
    background: #080A4E;
}
#circle_archive h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 40px;
}
#circle_archive h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#circle_archive h3 {
    font-size: 1.2rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: #080A4E;
}
#circle_archive dl {
    margin: 20px 0;
}
#circle_archive dl dt {
    padding: 10px;
    background: #080A4E;
    color: #fff;
    margin-bottom: 10px;
}
#circle_archive dl dd {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
#circle_archive .list li{
    border: 3px solid #080A4E;
    padding: 20px;
    margin-bottom: 20px;
}
#circle_archive .btn a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    font-size: 1.2rem;
    padding: 10px;
    margin: 0 auto;
}
#circle_archive {
    margin-bottom: 60px;
}
/*デフォルト投稿用ページャー(配信音声一覧)*/
#pagenavi{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagenavi span{
    background: #080A4E;
    border: 1px solid #080A4E !important;
    color: #fff;
    padding: 15px !important;
    font-weight: bold;
    margin: 0 10px !important;
    display: block;
}
#pagenavi a{
    background: #fff;
    border: 1px solid #080A4E !important;
    color: #080A4E;
    padding: 15px !important;
    font-weight: bold;
    margin: 0 10px !important;
    display: block;
}
/*ページャープラグイン */
.wp-pagenavi{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi span{
    background: #080A4E;
    border: 1px solid #080A4E !important;
    color: #fff;
    padding: 15px !important;
    font-weight: bold;
    margin: 0 10px !important;
    display: block;
}
.wp-pagenavi a{
    background: #fff;
    border: 1px solid #080A4E !important;
    color: #080A4E;
    padding: 15px !important;
    font-weight: bold;
    margin: 0 10px !important;
    display: block;
}

/* サークル活動報告詳細 */
#single .title {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 40px;
}
#single .title span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#single .entry h1 {
    font-size: 1.2rem;
    color: #EB6C1D;
    font-weight: bold;
    padding: 10px;
    border-left: 5px solid #EB6C1D;
    margin-bottom: 20px;
}
#single .entry .cat {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: .8rem;
}
#single .entry .cat .name{
    margin-bottom: 0;
}
#single .entry .cat div,
#single .entry .cat time {
    margin-right: 10px;
}
#single .entry .eye {
    margin: 20px 0;
}
#single .entry h2 {
    position: relative;
    padding: 20px;
    background: #080A4E;
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
#single .entry h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 35px;
    border: 10px solid transparent;
    border-top: 15px solid #080A4E;
    width: 0;
    height: 0;
}
#single .entry p {
    margin-bottom: 20px;
    line-height: 1.6;
}
#single .entry h3 {
    padding: 10px;
    color: #080A4E;
    margin-bottom: 20px;
    border: 1px solid #080A4E;
    font-size: 1.2rem;
}
#single .entry {
    margin-bottom: 20px;
}
#single .b_group ul {
    display: flex;
    justify-content: space-between;
}
#single .b_group ul li a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    font-size: 1.2rem;
    padding: 10px;
}
#single {
    margin-bottom: 60px;
}
/* インタビューラジオ番組一覧 */
#interview_list h2 {
    text-align: center;
    font-size: 2rem;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    color: #080A4E;
    margin-bottom: 40px;
}
#interview_list h2 span {
    display: block;
    font-size: 1rem;
    font-family: "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
#interview_list ul li img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 5px;
}
#interview_list ul li {
    width: 100%;
    margin-bottom: 20px;
}
#interview_list ul li h3 {
    color: #080A4E;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#interview_list .btn a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #EB6C1D;
    display: block;
    font-size: 1.2rem;
    padding: 10px;
    margin-top: 20px;
}
#interview_list li p {
    line-height: 1.6;
    margin-bottom: 20px;
}
#interview_list {
    margin-bottom: 80px;
}
/*-------------------------------------------
footer
-------------------------------------------*/
#sub footer {
    border-top: 5px solid #F8F254;
    padding: 30px 0;
}
#top footer {
    border-top: 5px solid #F8F254;
    padding: 30px 0;
}
footer img {
    display: block;
    margin: 0 auto 40px;
    width: 100px;
}
footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
footer ul li {
    margin: 0 10px;
}
small {
    font-size: 0.9rem;
    display: block;
    text-align: center;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.pagetop a{
  border-radius: 30px;
  display: block;
  background: #080A4E;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 60px;
  height: 60px;
  padding: 10px 0;
  border-radius: 30px;
}
/*---------------
other
---------------*/
.pconly {
    display: none;
}
}