@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
*/

/*目次ハイライト用*/
a.p-toc__link.current {
  background-color:  #edf5ff !important;
}

/*画面幅がスマホサイズ（600px未満）の場合に拡大画像の幅を100%（デバイス幅）にする*/
@media only screen and (max-width:599.5px) {
	.lum-lightbox-inner img{
		width:100%;
	}
}