@charset "UTF-8";

/*=========================
Reset CSS
=========================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
ul,
ol{
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
img {
    line-height: 1;
    vertical-align: middle;
}

/*change colours to suit your needs*/
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
	width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
tbody {
	display: table;
	width: 100%;
}
@media all and (-ms-high-contrast: none) {
	tbody {
		table-layout: fixed;
	}
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

input[type=radio] {
    display: none;
}

/*=========================
common
=========================*/
html {
    font-size: 62.5%;
}
body {
    overflow-x: hidden;
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

a {
	color: #1358a2;
    text-decoration: none;
    transition: .3s;
}

a:not(.link_wire a):hover {
	opacity: .5;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

select::-ms-expand {
	display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

table tr th {
    font-weight: normal;
}

.boxWrap {
    max-width: 1000px;
    margin: 0 auto;
}

.cfx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post .main_content h2 {
    font-size: 1.8rem;
}

.change > div:not(:first-of-type) {
    display: none;
}

header {
    position: relative;
}

header .sp_cfx > .cfx {
    padding: 20px 0;
}

header .hover {
    transition: 0.3s;
}

header .hover:hover {
    opacity: 0.5;
}

.sp_cfx > .cfx > a:hover {
    opacity: 0.5;
}

.sp_cfx > .cfx a img:first-of-type {
    width: 148px;
}

.sp_cfx > .cfx a img:last-of-type {
    width: 63px;
}

.link_wire {
    display: flex;
}

.link_wire li a {
    position: relative;
    display: block;
    width: 152px;
    padding: 5px 0 5px 20px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem ;
    background: url(../images/icon_mail.png)left 33px center no-repeat;
}

.link_wire li a:before {
    position: absolute;
    display: block;
    content: "";
    width: 152px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px;
    background: #00337f;
    z-index: -1;
}

.link_wire li a::after {
    content: "";
    transition: 0.3s;
}

.link_wire li a:hover::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: rgba(255,255,255,0.5);
}

.link_wire li:not(:first-child) a {
    margin-left: 12px;
    background: url(../images/icon_entry.png)left 33px center no-repeat;
}

.page_wire {
    margin-left: 35px;
}

.page_wire li a {
    padding-left: 27px;
    color: #000;
    font-size: 1.25rem;
    background: url(../images/icon_home.png)left / 15px 13px no-repeat;
    transition: 0.3s;
}


.page_wire li a:hover {
    opacity: 0.5;
}

.page_wire li:not(:first-child) a {
    margin-top: 9px;
    background: url(../images/icon_lang.png)left no-repeat;
}

.gnav {
    position: relative;
    border-top: 1px solid #00337f;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.gnav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

nav.gnav ul li {
    min-width: 78px;
    max-width: 478px;
}

.gnav > ul > li:not(:first-child) {
    margin-left: 60px;
}

.gnav > ul > li > a {
    position: relative;
    display: block;
    padding: 20px 0 20px 25px;
    color: #000;
    font-size: 1.4rem;
    background: url(../images/icon_about.png)left no-repeat;
    transition: 0.3s;
}

.gnav > ul> li:nth-child(2) > a {
    padding-left: 22px;
    background: url(../images/icon_kouenkai.png)left no-repeat;
}

.gnav > ul> li:nth-child(3) > a {
    padding-left: 29px;
    background: url(../images/icon_event.png)left no-repeat;
}

.gnav > ul> li:nth-child(4) > a {
    padding-left: 29px;
    background: url(../images/icon_award.png)left no-repeat;
}

.gnav ul > li > a::after {
    display: block;
    content: "";
    transition: 0.8s;
}

.gnav > ul > li:hover > a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0px;
    background: #1358a2;
}

.gnav > ul > li > div {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.gnav > ul > li > div {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    padding: 45px 0;
    background: #00337f;
}

.gnav > ul > li:hover div {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

.gnav > ul > li:hover > div ul {
    display: flex;
    flex-wrap: wrap;
    width: 780px;
    margin: 0 auto;
}

.gnav > ul > li > div ul li {
    width: 250px;
    border: none;
}

.gnav > ul > li:nth-child(4) > div ul li:first-of-type a {
    padding-left: 12px;
}

.gnav > ul > li > div ul li:not(:first-child) {
    margin-left: 15px;
}

.gnav > ul > li > div ul > li:nth-of-type(n + 4) {
    margin-top: 27px;
}

.gnav > ul > li > div ul > li:nth-child(4),
.gnav > ul > li > div ul > li:nth-child(7) {
    margin-left: 0;
}

.gnav > ul > li > div ul > li a {
    display: block;
    padding-left: 20px;
    padding-bottom: 3px;
    border-bottom: 0.5px solid #fff;
    color: #fff;
    background: url(../images/icon_move.png)left top 6px no-repeat;
    transition: 0.3s;
}

.gnav > ul > li > div ul > li a:hover {
    opacity: 0.5;
}

.sp_gnav {
    display: none;
}

.sp_br {
    display: none;
}

@media screen and (max-width: 820px) {
	header .sp_cfx > .cfx {
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
    .boxWrap {
        max-width: 92%;
    }
    .sp_cfx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
    }

    .sp_cfx:after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        top: 115px;
        box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
        z-index: 999;
    }

    header .sp_cfx > .cfx {
        display: flex;
        align-items: center;
        height: 120px;
        margin: 0;
        padding: 20px 0;
    }

    .sp_cfx > .cfx a {
        margin-left: 30px;
    }

    .sp_cfx > .cfx a img:first-of-type {
        width: 49%;
    }
    
    .sp_cfx > .cfx a img:last-of-type {
        width: 26%;
    }

    header .sp_cfx > .cfx > .cfx {
        display: none;
    }
    .gnav {
        display: none;
    }

    .sp_gnav {
        display: block;
        min-width: 120px;
        height: 120px;
        background: #00337f;
    }

    .sp_gnav .menu {
        padding-top: 37px;
        cursor: pointer;
        border: none;
        outline: none;
    }

    .sp_gnav .menu.active {
        transition: 1s;
        transform: translateX(8px);
    }

    .sp_gnav .toggle {
        margin-left: 17px;
    }

    .sp_gnav .menu .bar {
        display: table;
        height: 7px;
        margin: 0 auto;
    }

    .sp_gnav .menu .bar img {
        position: relative;
        display: block;
        width: 47px;
        height: 7px;
        opacity: 1;
        visibility: visible;
        transition: 1s ease;
        transform-origin: left;
        z-index: 999;
    }

    .sp_gnav .menu .bar1 {
        margin-bottom: 10px;
    }

    .sp_gnav .menu.active .bar1 img {
        transform-origin: left;
        transform: rotate(45deg);
    }

    .sp_gnav .menu.active .bar2 img {
        opacity: 0;
        visibility: hidden;
    }

    .sp_gnav .menu .bar3 {
        margin-top: 10px;
    }

    .sp_gnav .menu.active .bar3 img {
        transform-origin: left;
        transform: rotate(-45deg);
    }

    .sp_gnav > ul {
        display: none;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 120px;
        left: 0;
        background: #fff;
        z-index: 999;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sp_gnav > ul > li:not(:last-child) {
        display: block;
        width: 100%;
        min-height: 110px;
        border-bottom: 1px solid #2e2d2c;
        cursor: pointer;
        font-size: 2.6rem;
        background: url(../images/icon__plus_sp.png)right 45px top 40px no-repeat;
    }
	.sp_gnav > ul > li:nth-of-type(4) {
        background: url(../images/icon_sp10.png)right 50px top 40px no-repeat !important;
	}

    .sp_gnav > ul > li > span {
        display: flex;
        align-items: center;
        height: 110px;
        margin-left: 35px;
        padding-left: 80px;
        background: url(../images/icon_sp01.png)left no-repeat;
    }
	.sp_gnav > ul > li:nth-child(2) > span {
		background: url(../images/icon_kouenkai_L.png)left 7px center no-repeat;
	}
    .sp_gnav > ul > li:nth-child(3) > span {
        background: url(../images/icon_sp02.png)left no-repeat;
    }
    .sp_gnav > ul > .open:not(:last-child) {
        background: url(../images/icon_min_sp.png)right 45px top 49px no-repeat !important;
    }

    .sp_gnav > ul > li img {
        width: 40px;
        margin: 0 25px 0 35px;
    }

    .second ul {
        background: #00337f;
    }

    .second ul li {
        padding-left: 120px;
    }

    .second ul li:not(:first-child) {
        border-top: 0.5px solid #fff;
    }

    .second ul li a {
        padding-left: 40px;
        background: url(../images/icon_sp05.png)left top 45px no-repeat;
    }

    .spnav > li:last-of-type {
        padding-bottom: 90px;
    }

    .other_link ul {
        margin-top: 60px;
    }

    .other_link ul li:not(:last-child) {
        margin: 0 40px;
        background: #00337f;
    }

    .other_link ul li:nth-child(2) {
        margin: 30px 40px 35px 40px;
    }

    .other_link ul li:not(:last-child) a {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 20px 0 20px 50px;
        text-align: center;
        color: #fff;
        font-size: 2.6rem;
    }

    .other_link ul li:nth-child(1) a {
        background: url(../images/icon_sp08.png)left 36% center no-repeat;
    }

    .other_link ul li:nth-child(2) a {
        background: url(../images/icon_sp09.png)left 36% center no-repeat;
    }

    .other_link ul li:not(:last-child) a:hover li {
        background: #1358a2;
    }

    .other_link ul li:not(:last-child) a:hover:after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.5);
    }

    .other_link ul li:last-of-type {
		margin-bottom: 30px;
        text-align: center;
    }

    .other_link ul li:last-of-type a {
        padding-left: 50px;
        color: #000;
        font-size: 2.6rem;
    }

    .other_link ul li:last-of-type a:hover {
        opacity: 0.5;
    }

    .other_link ul li:last-of-type a:first-of-type {
        background: url(../images/icon_sp06.png)left / contain no-repeat;
    }

    .sp_gnav > ul > li:not(:last-child) > div ul li a {
        display: table;
        padding: 35px 10px 33px 40px;
        color: #fff;
    }

    .sp_gnav > ul > li:not(:last-child) > div ul li a:hover {
        opacity: 0.5;
    }

    .sp_gnav > ul > li > a {
        color: #000;
    }

    .sp_gnav > ul > li > a img {
        margin: 0 25px 0 35px;
    }

    .sp_gnav > ul > li:not(:first-child) > a {
        height: 110px;
    }

    .sp_gnav > ul > li:nth-child(2) img {
        width: 55px;
    }

    .sp_gnav > ul > li:nth-child(3) img {
        width: 38px;
    }

    .sp_gnav > ul > li.add-content img {
        width: 46px;
    }

    .sp_gnav > ul li:not(:last-child) > div {
        display: none;
    }

    .sp_gnav > ul > li > a {
        display: flex;
        align-items: center;
        margin-left: 35px;
        padding-left: 85px;
		background: url(../images/icon_sp03.png)left center no-repeat;
    }
}

@media screen and (max-width: 520px) {
    .sp_cfx:after {
        top: 85px;
    }
    header .sp_cfx > .cfx {
        height: 90px;
    }
    .sp_gnav {
        min-width: 90px;
        height: 90px;
    }
    .sp_gnav .menu {
        padding-top: 24px;
    }
    .sp_gnav > ul {
        top: 90px;
    }
    .sp_gnav > ul > li:not(:last-child) {
        min-height: 100px;
        font-size: 1.8rem;
    }
	.sp_gnav > ul > li.add-content {
        background: url(../images/icon_sp10.png)right 33px center no-repeat !important;
	}
    .sp_gnav > ul > .open {
        background-position: right 30px top 48px !important;
    }
    .sp_gnav > ul > li > span {
        height: 100px;
        padding-left: 70px;
    }
    .sp_gnav > ul > li > a {
        height: 100px !important;
		padding-right: 60px;
        padding-left: 75px;
    }
    .second ul li a {
        background-position: left top 40px;
    }
    .other_link ul {
        margin-top: 35px;
    }
    .other_link ul li:not(:last-child) a {
        font-size: 2rem;
    }
    .other_link ul li:not(:last-child) a {
        background-position: left 33% center !important;
    }
    .other_link ul li:last-of-type a {
        padding-left: 35px;
        font-size: 2rem;
    }
	.sp_br {
    	display: block;
	}
}

@media screen and (max-width: 450px) {
    .second ul li {
        padding-left: 45px;
    }
    .other_link ul li:not(:last-child) a {
        background-position: left 25% center !important;
    }
}

@media screen and (max-width: 320px) {
    .other_link ul li:not(:last-child) a {
        background-position: left 20% center !important;
    }
	.sp_gnav > ul > li > span {
		margin-left: 20px;
		padding-left: 55px;
		font-size: 1.5rem;
	}
	.sp_gnav > ul > li > a {
		margin-left: 25px;
		padding-left: 55px;
		font-size: 1.5rem;
	}
	.sp_gnav > ul > li:not(:last-child) {
		background-position: right 20px top 35px;
	}
	.sp_gnav > ul > li:nth-child(n + 2) {
		background-position: right 25px top 35px !important;
	}
}

footer {
    position: relative;
    background: #f5f5f5;
}

footer .pagetop {
    position: absolute;
    top: -20px;
    right: 130px;
    transition: 0.3s;
}

footer .pagetop:hover {
    opacity: 0.6;
}

footer .bg_area {
    height: 420px;
    text-align: center;
    font-size: 1.6rem;
    background: url(../../images/foot_bg_tohoku.jpg)center center / cover no-repeat;
}

footer .bg_area > p img {
    width: 225px;
    margin-top: 5px;
}

footer .bg_area strong {
    display: block;
    padding: 50px 0 5px;
    color: #FFF;
}

footer .copy {
    position: relative;
    padding: 50px 0 45px;
    text-align: center;
}

footer .copy small {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

footer .copy img {
    position: absolute;
    width: 190px;
    height: 43px;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
}

.more {
    position: relative;
    display: block;
    width: 292px;
    margin: 50px auto 0;
    border-radius: 40px;
    background: #00337f;
    z-index: 99;
}

.more a {
    display: block;
    padding: 15px 0 14px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    background: url(../../common/images/icon_btn.png)right 18px center no-repeat;
}

.more a::after {
    position: absolute;
    content: "";
    transition: 0.5s;
}

.more a:hover::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    border-radius: 40px;
    background: rgba(255,255,255,0.5);
}

@media screen and (max-width: 820px) {
    footer .copy {
        display: flex;
        justify-content: space-between;
        padding: 40px 30px 45px;
    }
    footer .copy small {
        width: 320px;
        text-align: left;
        font-size: 1.9rem;
    }
    footer .copy img {
        position: relative;
        display: flex;
        align-items: flex-start;
        width: 255px;
        height: 58px;
        right: auto;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    footer .bg_area {
        background-position: center left 32%;
    }
    footer .pagetop {
        right: 20px;
    }
    .more {
        width: 87%;
    }
}

@media screen and (max-width:520px) {
    footer .copy small {
        font-size: 1.4rem;
    }
    footer .copy img {
        width: 150px;
        height: 34px;
    }
}

@media screen and (max-width: 450px) {
    footer .copy {
        display: block;
    }
    footer .copy small {
        width: auto;
        text-align: center;
        font-size: 1.2rem;
    }
    footer .copy img {
        margin: 25px auto 0;
    }
}

.standard_table {
    width: 100%;
	margin-top: 38px;
	border-top: 1px solid #1358a2;
}

.standard_table .standard_child {
    display: flex;
    align-items: center;
    padding: 25px 0 20px;
    border-bottom: 1px solid #1358a2;
}

.standard_table .standard_child .standard_grand {
    color: #1358a2;
}

.standard_table .standard_child .standard_grand.time {
    width: 90px;
	margin-right: 50px;
}

.standard_table .standard_child .standard_grand.box {
    width: 15%;
    min-width: 170px;
    margin: 0 40px;
}

.standard_table .standard_child .standard_grand.group {
	padding: 5px 0;
    border: 1px solid #1358a2;
    text-align: center;
}

.standard_table .standard_child .standard_grand.title {
    width: 100%;
    color: #000;
	line-height: 1.5;
}

.standard_table .standard_child .standard_grand.title > span {
    display: table;
    width: 70px;
    margin-right: 10px;
    padding: 1px 20px;
    color: #fff;
    background: #1358a2;
}

.standard_table .standard_child .standard_grand.title a {
    color: #1358a2;
    font-weight: bold;
    font-size: 1.4rem;
    transition: 0.2s;
}

.standard_table .standard_child .standard_grand.title a:hover {
    opacity: 0.5;
}


.standard_table .standard_child .standard_grand.richtext {
	width: 100%;
    color: #000;
    line-height: 1.5;
}

/* リッチテキストだとどうしても段落ができてしまうので打ち消す */
.standard_table .standard_child .standard_grand.richtext p {
    margin-block: 0;
}
.standard_table .standard_child .standard_grand.richtext p + p {
    margin-top: 0.5em;
}

/* 最初のリンクはタイトルとみなす */
.standard_table .standard_child .standard_grand.richtext a:first-child {
    font-weight: bold;
}

/* PDFリンク */
.standard_table .standard_child .standard_grand.richtext a[href$=".pdf"]::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-image: url(https://ipsj-tohoku.bitstar.dev/images/pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


.pager {
    display: block;
    padding: 10px 0 15px;
    border-bottom: 1px solid #1358a2;
    text-align: center;
}

.pager ul {
    display: flex;
    justify-content: center;
}

.pager ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.pager ul li:nth-child(2) {
    padding: 0px 15px;
}

.pager ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: underline;
    color: #1358a2;
    font-weight: normal;
    transition: 0.3s;
}

.pager ul li > .btn {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/pager_back.png)center center no-repeat;
}

.pager ul li > .pager-next {
    background: url(../images/pager_next.png)center center no-repeat;
}

.pager ul li a:hover {
    opacity: 0.3;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
		word-break: break-word;
    	overflow-wrap: break-word;
    }
    .scroll_box {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .standard_table .standard_child {
        display: block;
    }
    
    .standard_table .standard_child .standard_grand {
        display: inline;
        line-height: 1.2;
        font-size: 2.7rem;
    }

    .standard_table .standard_child .standard_grand.time {
        width: 100%;
        margin-right: 0;
    }

	.standard_table .standard_child .standard_grand.box {
        width: auto;
        margin: 0 0 0 30px !important;
	}

    .standard_table .standard_child .standard_grand.group {
        border: none;
    }

    .standard_table .standard_child .standard_grand.group br {
		display: none;
    }
    
    .standard_table .standard_child .standard_grand.title {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .standard_table .standard_child .standard_grand.title > span {
        display: inline-block;
        width: 95px;
        margin-bottom: 10px;
        padding: 4px 20px;
    }
    .standard_table .standard_child .standard_grand.title a {
        width: auto;
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 520px) {
    .standard_table .standard_child {
        padding: 15px 0;
    }

    .standard_table .standard_child .standard_grand.time {
        width: 100%;
        margin-right: 0;
    }

	.standard_table .standard_child .standard_grand.box {
        min-width: auto;
        margin-left: 20px !important;
	}
    
    .standard_table .standard_child .standard_grand.title {
        margin-top: 5px;
    }
    .standard_table .standard_child .standard_grand.title > span {
        width: 72px;
    }
}

@media screen and (max-width: 420px) {
    .standard_table .standard_child .standard_grand {
        font-size: 1.4rem;
    }
    .standard_table .standard_child .standard_grand.title > span {
        width: 64px;
    }
    .standard_table .standard_child .standard_grand.time{
        font-size: 1.4rem;
    }
    .standard_table .standard_child .standard_grand.title {
        font-size: 1.6rem;
    }
    .standard_table .standard_child .standard_grand.title a {
        font-size: 1.6rem;
    }
}

/* post */

.post .content .cfx {
    align-items: flex-start;
}

.post .content {
    padding-bottom: 80px;
}

.post_mv {
    position: relative;
    height: 200px;
}

.about_mv {
    background: url(../images/mv_about.png)center / cover no-repeat;
}

.jigyou_mv {
    background: url(../../jigyou/images/mv.png)center / cover no-repeat;
}

.jigyou_mv h1 {
	text-shadow: 1px 0 3px #fff, 0px 1px 3px #fff, -1px 0 3px #fff, 0px -1px 3px #fff;
}

.event_mv {
    background: url(../../event/images/mv.png)center / cover no-repeat;
}

.event_mv h1 {
    color: #fff !important;
}

.news_mv {
    background: url(../images/mv_topic.jpg)center / cover no-repeat;
}

.add-content_mv {
    background: url(../images/mv_new.jpg)center top 32% / cover no-repeat;
}

.mv_ttl {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.post_mv h1 {
    max-width: 540px;
    margin: 0 auto;
    color: #1358a2;
    font-size: 2.4rem;
}

.post_mv h1 span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
}

.main_content {
    width: calc(100% - 160px - 60px);
}

.side {
    width: 160px;
}

.side .side_head {
    margin-top: 25px;
}

.side .side_head h2 {
    margin-top: 5px;
    color: #1358a2;
    font-size: 1.8rem;
}

.side .side_head h2 span {
    display: block;
    margin-top: 2px;
    font-size: 1.2rem;
}

.side .side_link {
    margin-top: 40px;
}

.side .side_link li {
    border-top: 1px solid #1358a2;
}

.side .side_link li:last-of-type {
    border-bottom: 1px solid #1358a2;
}

.side .side_link a {
    display: block;
    padding: 15px;
    color: rgba(46,45,46,0.7);
    font-size: 1.4rem;
    background: url(../../common/images/side_arrow.png) left 19px no-repeat;
    transition: 0.3s;
}

.side .side_link .side_current a {
    color: #fff;
    background: #1358a2 url(../../common/images/side_arrow_current.png) left 19px no-repeat;
	opacity: 1;
}

.side .side_link a:hover {
    color: #1358a2;
    background: url(../../common/images/side_arrow_hover.png) left 19px no-repeat;
}

.side .side_link .side_current a:hover {
    background-color: transparent;
}

.breadcrumb ul {
    margin: 30px 0;
}

.breadcrumb ul li {
    display: inline;
    font-size: 1.3rem;
}

.breadcrumb ul li:first-of-type {
    padding-left: 20px;
    background: url(../../common/images/icon_home.png)left / 15px 13px no-repeat;
}

.breadcrumb ul li:nth-child(even) {
    margin: 0 5px;
}

.breadcrumb ul li a {
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    transition: 0.3s;
}

.breadcrumb ul li a:hover {
    opacity: 0.5;
}

.border_box {
    padding: 25px 50px 30px;
    border: 1px solid #1358a2;
}

.border_box > img {
    width: 195px;
    margin-top: 1em;
}

.border_box p a {
    color: #1358a2;
}

.border_box p a:hover {
    text-decoration: underline;
}

.common_select_year {
    display: flex;
    align-items: center;
}

.w180 select {
	width: 180px !important;
}

.w210 select {
	width: 210px !important;
}

.common_select_year p {
    margin-right: 15px;
    padding-left: 30px;
    background: url(../../common/images/icon_year.png)left no-repeat;
}

.common_select_year select {
    width: 145px;
    padding: 10px 30px 10px 25px;
    border: 1px solid #c0c0c0;
    outline: none;
    cursor: pointer;
    background: url(../../common/images/icon_dropdown.png)right 15px center no-repeat;
}

.common_select_year select:hover {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.common_list .common_ttl {
    margin-top: 25px;
    padding: 15px 0 13px;
    border-top: 1px solid #1358a2;
    border-bottom: 1px solid #1358a2;
    text-align: center;
}

.common_list .common_ttl:nth-of-type(2) {
	margin-top: 70px;
}

.common_list .common_ttl h2 {
    display: inline-block;
    margin: 0 30px;
    padding: 0 25px;
    color: #1358a2;
    font-size: 1.7rem;
    background: url(../../common/images/icon_book.png)left top 2px no-repeat;
}

.search_box {
    margin-top: 30px;
}

.post .under_standard_table .standard_child:first-of-type {
    border-top: 1px solid #1358a2;
}

.search_result {
    display: table;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 15px 25px 13px;
    font-size: 1.8rem;
    background: rgba(215,223,230,0.5);
}

.search_result h2 {
    display: inline;
    font-size: 1.8rem !important;
}

.search_result p {
    display: inline;
}

/* responsive */
@media screen and (max-width: 820px) {
	.post .content {
    	padding: 0 20px 80px;
	}
}
@media screen and (max-width: 768px) {
	.post .content {
    	padding: 0 0 80px;
	}
    /* パンくず */
    .breadcrumb ul li:first-of-type {
        padding-left: 35px;
        background: url(../images/icon_sp06.png)left top 3px / 25px 23px no-repeat;
    }
    .breadcrumb ul li {
        font-size: 2rem;
    }
    .breadcrumb ul li a {
        font-size: 2rem;
    }
    /* mv関連 */
    .post_mv {
        height: 430px !important;
    }
    .about_mv {
        background: url(../images/mv_about_sp.jpeg)center / cover no-repeat !important;
    }
	.jigyou_mv {
	    background: url(../../jigyou/images/mv_sp.jpeg)center / cover no-repeat;
	}
	.event_mv {
    	background: url(../../event/images/mv_sp.jpeg)center / cover no-repeat;
	}
    .news_mv {
        background: url(../images/mv_topic_sp.jpg)right 30% center / cover no-repeat !important;
    }
    .about_mv .mv_ttl h1, .news_mv h1, .jigyou_mv h1 {
        text-shadow: 1px 0 3px #fff, 0px 1px 3px #fff, -1px 0 3px #fff, 0px -1px 3px #fff;
        color: #1358a2 !important;
        font-size: 2.8rem;
    }
    /* content */
    .side {
        display: none;
    }
    .main_content {
        width: 100%;
    }
    /* お知らせ */
    .search_box .select_ttl {
        width: 240px;
    }
    .search_box .select_ttl select {
        width: 100%;
    }
    .search_box .select_ttl::before {
        width: 100%;
        bottom: 42px;
    }
    .search_box .select_ttl .search_textbox {
        display: block;
        margin-top: 10px;
    }
    .search_box .select_ttl input {
        width: 100%;
        margin-left: 0;
    }
    /* about */
    .about_list > ul > li {
        flex-wrap: wrap;
    }
    .about_list > ul li span {
        width: 40%;
        margin: 0 auto;
        padding: 7px 0 5px;
    }
    .about_list > ul li > ul {
        margin-top: 25px;
    }
    .about_list > ul li > ul li {
        padding: 0;
    }
    .about_list > ul li > ul li p:first-of-type {
        min-width: 100px;
        margin-left: 0 !important;
    }
    .about_list > ul li > ul li p:last-of-type {
        width: 100% !important;
    }
    .search_result {
        font-size: 1.6rem;
    }
    .search_result h2 {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 520px) {
    /* パンくず */
    .breadcrumb ul li:first-of-type {
        padding-left: 25px;
        background-position: left top;
        background-size: 20px 18px;
    }
    .breadcrumb ul li {
        font-size: 1.4rem;
    }
    .breadcrumb ul li a {
        min-width: 100%;
        font-size: 1.4rem;
    }
    /* お知らせ */
    .search_box .cfx {
        display: block;
        padding: 30px;
    }
    .search_box .cfx > div {
        width: 100%;
    }
    .search_box .cfx > div:not(:first-child) {
        margin-top: 20px;
        margin-left: 0;
    }
    .search_box select {
        padding: 15px 40px 15px 15px;
    }
    .search_box .select_year::before, .search_box .select_content::before, .search_box .select_ttl::before {
        height: 45px;
    }
    .search_box .select_ttl::before {
        top: 27px;
    }
    .search_box .select_ttl input {
        padding: 15px;
    }
    .border_box {
        padding: 20px 15px 30px;
    }
    .common_select_year p {
        margin-right: 10px;
        padding-left: 25px;
    }
    .common_list .common_ttl h2 {
        margin: 0 20px;
    }
    .award_list ul li {
        padding: 20px 0 20px 35px;
    }
}

/* news-table */
.news_table {
    margin-top: 15px;
}

.main_content .news_table tr {
    display: flex;
    border-top: 1px solid #1358a2;
    font-size: 1.4rem;
    background: #d7dfe6;
}

.main_content .news_table tr:last-of-type {
    border-bottom: 1px solid #1358a2;
}

.main_content .news_table tr td:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    margin: 5px 0;
    padding: 10px;
    border-right: 0.5px solid #1358a2;
    text-align: center;
}

.main_content .news_table tr td:last-of-type {
    width: 675px;
    padding: 20px;
    background: #fff;
}

.main_content .news_table tr td:last-of-type h3 {
	font-weight: bold;
}

.main_content .news_table tr td:last-of-type h3, .main_content .news_table tr td:last-of-type strong {
	font-size: 1.6rem;
}

.main_content .news_table tr td:last-of-type h3:not(:first-child), .main_content .news_table tr td:last-of-type strong:not(:first-child) {
	display: block;
	margin: 20px 0 10px;
}

.main_content .news_table tr .news_contents:last-of-type {
    padding: 30px 10px;
}

.main_content .news_table tr:last-of-type td:last-of-type > p:not(:first-child) {
    margin-top: 1em;
}

.main_content .news_table tr:last-of-type td:last-of-type > pre:not(:first-child), .main_content .news_table tr:last-of-type td:last-of-type .backColor {
	background: #A3CAF4;
    padding: 20px;
    margin-top: 15px;
	overflow: auto;
}

.main_content .news_table a {
	color: #1358a2;
    word-break: break-word;
}

.main_content .news_table tr td > ul:not(:first-child) {
	margin-top: 10px;
}
.main_content .news_table tr td ul li + li, .main_content .news_table tr td ol li + li {
    margin-top: 7px
}

.main_content .news_table tr td ul li > ul li {
    margin-top: 0;
}

.main_content .news_table tr td > ul li > ul {
    margin-left: 25px;
}

.main_content .news_table tr td > ol {
    margin-top: 20px;
} 

.main_content .news_table tr td > ol li ul li {
    margin-left: 20px;
    margin-top: 0;
}

.main_content .news_table tr td a:hover {
    text-decoration: underline;
}

@media screen and (max-width:768px) {
.main_content .news_table tbody {
        display: block;
    }
    .main_content .news_table tr {
        display: block;
        word-break: break-all;
    }
    .main_content .news_table tr td:first-of-type {
        display: block;
        width: 100%;
        border-right: none;
        text-align: center;
    }
    .main_content .news_table tr td:last-of-type {
        display: block;
        width: 100%;
        padding: 20px 10px;
        text-align: left;
    }
    .main_content .news_table tr .news_contents:last-of-type {
        padding: 20px 10px;
    }
    .main_content .news_table tr td .latter_block ul li p:first-of-type {
        min-width: 60px;
    }
	.main_content .news_table tr td img {
		width: 100%;
		height: auto;
	}
}

/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 810px;
    max-height: 70%;
    padding: 25px 30px;
    overflow-y: auto;
    background-color: #fff;
}

.closeModal {
    position: sticky;
    top: 0;
    right: 0;
}

.closeModal .closeModal_inner {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    font-size: 30px;
    width: 30px;
}


/* 以下ボタンスタイル */
.branch_agreement .marker {
    cursor: pointer;
}

/* モーダル内スタイル */
.modalHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    color: #fff;
    background: #1358a2;
}

.modalBorder {
    margin-top: 20px;
    padding: 10px 15px;
}

.modal_innerBorder {
    display: flex;
    margin-top: 5px;
    border: 1px solid #1358a2;
}

.modal_innerBorder .before {
    border-right: 1px solid #1358a2;
}

.modal_innerBorder .before div, .modal_innerBorder .after div {
    position: relative;
    padding: 5px 10px;
}

.modal_innerBorder .before div:nth-child(n + 3):before, .modal_innerBorder .after div:nth-child(n + 3)::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #1358a2;
}

.modal_innerBorder h4 {
    padding: 5px 0;
    border-bottom: 1px solid #1358a2;
    text-align: center;
}

.modalcontent01 p {
    padding-left: 33px;
}

.modalcontent02 .modal_innerBorder p, .modalcontent02 .modal_innerBorder div ul li {
    display: flex;
}

.modalcontent02 .modal_innerBorder p:first-of-type span {
    display: block;
    min-width: 50px;
}

.modalcontent02 .modal_innerBorder p:not(:first-child) span {
    display: block;
    min-width: 25px;
}

.modalcontent02 .modal_innerBorder div ul li span {
    display: block;
    min-width: 36px;
}

.modalcontent02 .modal_innerBorder .before .point_height {
    min-height: 296px;
}

.modalcontent02 .modal_innerBorder .after .point_height {
    min-height: 98px;
}

.modalcontent_agreement > ul > li > div {
    display: flex;
}

.modalcontent_agreement > ul > li > div > span {
    min-width: 75px;
}

.modalcontent_agreement > ul > li > ul.chilld {
    margin-top: 3px;
    margin-left: 36px;
}

.modalcontent_agreement > ul > li > ul.grandchilld {
    margin-top: 3px;
    margin-left: 88px;
}

.modalcontent_agreement > ul > li > ul.chilld .grandchilld {
    margin-top: 3px;
    margin-left: 55px;
}

.modalcontent_agreement > ul > li.crude {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .modalcontent_agreement > ul > li > div {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .modalWrapper {
        padding: 15px 20px 15px;
    }
    .modalHead {
        display: block;
        font-size: 1.2rem;
    }
    .modalHead h2 {
        font-size: 1.4rem !important;
    }
    .modalcontent01 p {
        padding-left: 14px;
    }
    .modal_innerBorder {
        display: block;
        border: none;
    }
    .modal_innerBorder .before {
        border-right: none;
    }
    .modal_innerBorder .after {
        margin-top: 20px;
    }
    .modal_innerBorder .before, .modal_innerBorder .after {
        border: 1px solid #1358a2;
    }
    .modal_innerBorder h4 {
        padding: 5px 0;
    }
    .modalcontent_agreement > ul > li > ul.chilld {
        margin-left: 15px;
    }
    .modalcontent_agreement > ul > li > ul.grandchilld {
        margin-left: 36px;
    }
    .modalcontent_agreement > ul > li > ul.chilld .grandchilld {
        margin-left: 20px;
    }
    .closeModal {
        top: 2px;
        right: 2px;
    }
}

/* イベント記事 */
.padT0 {
    padding-top: 0 !important;
}
.mrgT1 {
    margin-top: 1em;
}
.red {
    color: #ff0000 !important;
}
.articleBox h2 {
    margin: 1em 0;
}
.articleBox h3 {
    margin: .75em 0;
}
.articleBox pre {
    margin: 1em 0;
}
.articleBox ol {
    padding-left: 2.5em;
}
.articleBox ol > li {
    list-style-type: decimal;
}
.articleBox ol > li > ul {
    padding-left: 3em;
}
.articleBox ol > li > ul > li {
    list-style-type: circle;
}
.articleBox ol > li > ul > li > ol {
    padding-left: 2.5em;
}
.articleBox .event_list1, 
.articleBox .event_list2 {
    padding-left: 2.5em;
}
.articleBox .event_list1 > li {
    list-style-type: circle;
}
.articleBox .event_list1 > li > ul {
    padding-left: 2.5em;
}
.articleBox .event_list1 > li > ul > li {
    list-style-type: square;
}

.articleBox .text_indent1 {
    display: inline-block;
    margin-left: 2.55em;
}
.articleBox .text_indent2 {
    display: inline-block;
    margin-left: 1.5em;
}

.articleBox .txtarea {
    padding-top: 1em;
}
.articleBox .txtarea p + p {
    margin-top: 1em;
}
@media screen and (max-width: 520px) {
    .articleBox ol {
        padding-left: 1.5em;
    }
    .articleBox .event_list1, 
    .articleBox .event_list2 {
        padding-left: 1.5em;
    }
}

.lecture_list h2 {
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid #1358a2;
    text-align: center;
    background: #ebeff2;
}

.lecture_list > ul li {
    padding: 15px;
}

.lecture_list > ul li + li {
    border-top: 1px solid #1358a2;
}

.lecture_list > ul li:last-of-type {
    border-bottom: 1px solid #1358a2;
}

.lecture_list > ul li a {
    color: #000;
}

.lecture_list > ul li a:hover {
    color: #1358a2;
}

.lecture_list dl {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #1358a2;
}

.lecture_list dl.list_head {
    text-align: center;
}

.lecture_list dl.list_head dt, .lecture_list dl.list_head dd {
    padding: 9px 0;
    background: #ebeff2;
}

.lecture_list dl.list_head dt {
    width: 20%;
}

.lecture_list dl.list_head dd {
    width: calc(100% - 20% - 5px);
    margin-left: 5px;
}

.lecture_list dl:not(:first-child) dt {
    margin: 5px 0;
    padding: 10px 8px;
    border-right: 1px solid #1358a2;
}

.lecture_list dl dt {
    width: 20.5%;
    text-align: center;
}

.lecture_list dl dd {
    width: calc(100% - 20.5% - 5px);
    padding: 10px 8px;
}

.lecture_list dl dd a {
    color: #000
}

.lecture_list dl dd a:hover {
    color: #1358a2;
}

@media screen and (max-width: 450px) {
    .lecture_list dl.list_head dt {
        width: 30%;
    }
    .lecture_list dl.list_head dd {
        width: calc(100% - 30% - 5px);
    }
    .lecture_list dl dt {
        width: 31%;
    }
    .lecture_list dl dd {
        width: calc(100% - 31% - 5px);
    }
}

.text-line {
    margin-right: 10px;
    text-decoration: line-through;
}

.text-weight {
    font-weight: bold;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/* tokai-共通 */
.border_box > p + p {
	margin-top: 1em;
}

.main_content .border_box h2 {
    margin: 25px 0;
    padding: 15px 0 13px;
    border-top: 1px solid #1358a2;
    border-bottom: 1px solid #1358a2;
    text-align: center;
    color: #1358a2;
    font-weight: bold;
}

.ttl-label-h3 {
	position: relative;
	padding-left: 15px;
}

.ttl-label-h3::before {
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 20px;
	top: 3px;
	left: 0;
	background: #1358a2;
}

.summary-table {
	margin-top: 30px;
}

.summary-table h3 {
    position: relative;
    padding-left: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 40px 0 15px;
}

.summary-table h3::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    background: #1358a2;
}

.summary-table p img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.summary-table > table tr, .summary-table .entry-content table tr {
	display: flex;
	border-top: 1px solid #1358a2;
	background: #ebeff2;
}

.summary-table > table tr:last-of-type, .summary-table .entry-content table tr:last-of-type {
	border-bottom: 1px solid #1358a2;
}

.summary-table > table tr th, .summary-table .entry-content table tr th {
	display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 18% !important;
    margin: 5px 0;
    padding: 10px;
    border-right: 0.5px solid #1358a2;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .summary-table > table tr th, .summary-table .entry-content table tr th {
    align-items: stretch;
  }
}

.summary-table > table tr td:last-of-type, .summary-table .entry-content table tr td:last-of-type {
    display: block;
	width: 86% !important;
    padding: 20px;
	word-wrap: break-word;
    overflow-wrap: break-word;
	background: #fff;
}

.summary-table > table tr td:last-of-type img, .summary-table .entry-content table tr td:last-of-type img {
    max-width: 100%;
    height: auto;
}

.summary-table > table td a, .summary-table .entry-content table td a {
    color: #1358a2;
    font-weight: bold;
    text-decoration: underline;
}

.summary-table > table td a:hover, .summary-table .entry-content table td a:hover {
	text-decoration: none;
}

.arrow-list {
	margin: 10px 0 0 10px;
}

.arrow-list li a {
	padding-left: 25px;
    background: url(../images/icon_arrow.png)left no-repeat;
}

.back-wrap {
	margin-top: 20px;
	padding: 20px;
	background: rgba(215,223,230,0.5);
}

.arrow-list.cfx {
	justify-content: flex-start;
}

.arrow-list.cfx li + li {
	margin-left: 50px;
}

.article-wrap ol, .article-wrap ul {
	margin: 5px 0 1em 1.5em;
}

.article-wrap p {
	padding-left: 20px;
    background: url(../../common/images/icon_square.png)left top 4px no-repeat;
}

.article-wrap p + p {
	margin-top: 1em;
}

@media screen and (max-width: 520px) {
	.summary-table table tr, .summary-table .entry-content table tr {
		display: block;
		background: #fff
	}
	.summary-table table tr th, .summary-table .entry-content table tr th {
		width: 100% !important;
		margin: 0;
		border-right: none;
		background: #ebeff2;
	}
	.summary-table table tr td:last-of-type, .summary-table .entry-content table tr td:last-of-type{
		width: 100% !important;
	}
}


/* ------------------------
東北支部
------------------------ */

/* ------------------------
.border_box
すべてのメインコンテンツ枠内に反映されるCSS
------------------------ */

.border_box h3:not(:first-child),
.border_box h4:not(:first-child) {
    margin-top: 15px;
}

.border_box.richtext h3,
.border_box.richtext h4 {
    margin-bottom: 10px;
}

.border_box h3 {
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.25;
}

.border_box h3::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    background: #1358a2;
}

.border_box h4 {
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.25;
}


/* ------------------------
戻るリンク
------------------------ */

.border_box .back {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #CCC;
	text-align: center;
}

.border_box .back a {
	text-decoration: none;
}


/* ------------------------
.main_content .richtext
本文に反映されるCSS
.border_boxと干渉するので優先度を上げる
------------------------ */

.main_content .richtext {
	word-break: break-all;
	line-height: 1.75;
}

.main_content .richtext img {
    max-width: 100%;
    height: auto;
}

/* メールアドレスアイコン */
.main_content .richtext img[src*="mail_koho"] {
    display: inline-block;
    margin: 0;
}

.main_content .richtext p {
	margin-block: 1em;
}

.main_content .richtext h5:not(:first-child),
.main_content .richtext h6:not(:first-child) {
    margin-top: 10px;
}

.main_content .richtext h5,
.main_content .richtext h6 {
    margin-bottom: 10px;
}

.main_content .richtext h5 {
    font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.25;
}

.main_content .richtext h6 {
    color: #1358a2;
	line-height: 1.25;
}

.main_content .richtext ol,
.main_content .richtext ul {
    margin-block: 0.5em;
    padding-left: 1.5em;
}

/* 最上層だけ大きく上下を開ける */
.main_content .richtext > ol,
.main_content .richtext > ul {
    margin-block: 1em;
}

.main_content .richtext ol {
    list-style-type: decimal;
}

.main_content .richtext ul {
    list-style-type: disc;
}

.main_content .richtext ul li {
	line-height: 1.25;
}

.main_content .richtext ul li + li {
    margin-top: 0.5em;
}

.main_content .richtext ul li ul,
.main_content .richtext ul li ol {
    margin-top: 0.5em;
}

.main_content .richtext ul li ul {
    list-style-type: circle;
}

.main_content .richtext li ol {
    list-style-type: upper-roman;
}

.main_content .richtext li li ol {
    list-style-type: lower-roman;
}

.main_content .richtext blockquote {
	margin-block: 1em;
	padding: 10px;
	background-color: #f7f9fa;
    border: 1px dashed #ccc;
	font-style: normal;
}

.main_content .richtext pre {
	display: block;
	white-space: pre-wrap;
	word-break: break-all;
	font-style: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.main_content .richtext blockquote > *:first-child {
	margin-top: 0;
}

.main_content .richtext blockquote > *:last-child {
	margin-bottom: 0;
}

