@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/*テーブル開閉のボタン*/
.wp-block-lazyblock-tableac .table-open {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 13px;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
}

.wp-block-lazyblock-tableac .table-open::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    transition: all 0.5s;
}


.wp-block-lazyblock-tableac .table-open.on:after {
    transform: translateY(1px) rotate(315deg);
}

/* リッチリスト */
dl.rich_list {
    margin: 20px 0;
    padding: 0;
}

dl.rich_list dt {
    position: relative;
    background: var(--color_main);
    padding: 12px 15px 10px;
    margin: 0 0 10px;
    border: 0 !important;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 7px;
}

dl.rich_list dt:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 12px 7px 0;
    border-color: var(--color_main) transparent transparent;
    left: 50px;
    bottom: -12px;
}

dl.rich_list dt[style]:before {
    background: inherit;
    border-color: transparent #fff #fff;
}

dl.rich_list dd {
    padding: 0;
    margin: 0 0 15px !important;
    border: 0 !important;
    line-height: 1.5em;
}

.post_content dl.rich_list dd .h5,
dl.rich_list dd .h5 {
    margin: 0 0 5px !important;
    padding: 3px 0 2px 30px;
    /*background: url(./images/icon-check.png) no-repeat left top !important;*/
    border: 0 !important;
    background-size: 28px 28px !important;
    font-weight: bold;
    line-height: 1.2em;
    color: #030 !important;
}

dl.rich_list dd p br:first-child,
dl.rich_list dd .h5+br {
    display: none;
}

dl.rich_list dd .h5 b {
    color: #e22;
}

dl.rich_list dd p {
    margin: 0 0 0 20px !important;
    padding: 0;
    line-height: inherit;
}

.article-body dl.rich_list dd ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.3em !important;
}

.article-body dl.rich_list dd ul li:before {
    background: #a8a8f4;
    top: 5px;
}

@media (max-width: 600px) {
    dl.rich_list dt {
        padding: 10px 12px 8px;
    }
}

/*header*/
@media (min-width: 960px) {
.l-fixHeader,
.l-header{
	border-top: 5px solid #09c;
}
.-parallel-bottom .l-header__inner {
        padding-top: 0;
    }
.l-fixHeader__inner,
.-parallel .l-header__inner{
	max-width: 1028px;
    padding: 0;
}
.l-fixHeader.-parallel .l-fixHeader__gnav {
margin: 0;
    width: 100%;
    }
.c-gnav{
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: 1fr;
grid-column-gap:1%;
grid-row-gap: 0px;
}

.c-gnav>.menu-item:nth-child(1){ grid-area: 1 / 1 / 2 / 2; }
.c-gnav>.menu-item:nth-child(2){ grid-area: 1 / 2 / 2 / 3; }
.c-gnav>.menu-item:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.c-gnav>.menu-item:nth-child(4) { grid-area: 1 / 4 / 2 / 5; }
.c-gnav>.menu-item:nth-child(5) { grid-area: 1 / 7 / 2 / 8; }
.c-gnav>.menu-item:nth-child(6) { grid-area: 1 / 8 / 2 / 9; }
.c-gnav>.menu-item:nth-child(7) { grid-area: 1 / 9 / 2 / 10; }
.c-gnav>.menu-item:nth-child(8) { grid-area: 1 / 10 / 2 / 11; }
.-parallel .l-header__logo,
.l-fixHeader__logo,
.l-header__logo{
    position: absolute;
    width: auto;
top: 0;
bottom:0;
left: 50%;
transform:translateX(-50%);
	margin: 0;
    padding: 0;
}
.l-fixHeader .c-headLogo,
.c-headLogo {
        height:100%;
    }
.-img .c-headLogo__link{
	    padding: 15px 0 10px;
	    border-bottom: 2px solid #09c;
}
.-parallel .l-header__gnav .c-gnav>li>a ,
.c-gnav>.menu-item>a{
	padding:20px 0;
	border-bottom: 2px solid #dcdcdc;
}
}
@media (max-width: 959px) {
	.l-header {border-bottom: 1px dotted #b2d2e9;}
	.l-header__menuBtn .c-iconBtn{
 flex-direction: row-reverse;
    padding: 5px 10px;
    column-gap: 5px;
}
.l-header__menuBtn {
    height: auto;
    width: auto;
    border-radius: 4px;
}
.l-header__menuBtn .c-iconBtn__label{
width: auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.c-spnav li a br{
		display:none;
	}
} 
/*footer*/
.l-footer__nav{
	max-width:1028px;
	margin:0 auto;
}
.l-footer .l-container {
	max-width:100%;
	padding:0;
}
.l-footer__foot, .l-footer__widgetArea {padding-bottom:0;}
.l-footer__nav li{ /*min-width: 13%;*/ margin-left: 25px;}
.l-footer__nav li:first-child{margin-left: 0;}
.l-footer__nav li:first-child a,
.l-footer__nav a {border:none; font-size: 15px;}
.l-footer__nav a:before{content: url(https://www.ryoko-net.co.jp/wp/wp-content/themes/twentysixteen_child/images/footer_arrow.png);}
.l-footer__nav a:hover{
	text-decoration:none;
	color: #00b029;
}
.copyright{
	background-color: #09c;
    color: #fff;
	    padding: 7px 0;
}
.footer_nav.f_contact{	margin-left:9.5%;}
.footer_nav.f_contact a{color: #00b029;}
.footer_nav.f_contact a:before{content: url(https://www.ryoko-net.co.jp/wp/wp-content/themes/twentysixteen_child/images/footer_arrow.png);}
.footer_nav.f_contact a:hover{color: #09c;}