@charset "UTF-8";

/*pc
------------------------*/
/*Reset
------------------------*/

/*a:link, a:visited {
    color: #0b2d8c;
}*/

.container>ul {
    margin-bottom: 20px;
}

p.mpnone{
	margin: 0!important;
	padding:0!important;
	color: red;
	}

ul.circle {
	margin: 0!important;
	padding: 0;
	padding-left: 35px;
}

ul.circle li{
	list-style: disc;
	font-size: 1.1em;
	margin: 0;
	text-indent: 0!important;
	padding-left: 0!important;
}

ul.lower-alpha {
	display: inline-block;
	margin: 0!important;
	padding: 0;
	padding-left: 35px;
}

ul.lower-alpha li{
	list-style: none;
	display: inline-block;
}
ul.lower-alpha li.typa{
	list-style: none;
	display: inline-block;
}

ul.lower-alpha li.typa::before{
	content: "(a)";
	display: inline-block;
	text-indent: -30px;
}

ul.lower-alpha li.typb{
	list-style: none;
	display: inline-block;
}

ul.lower-alpha li.typb::before{
	content: "(b)";
	display: inline-block;
	text-indent: -30px;
}

/*h1,h2,h3-Title
------------------------*/

.container h1 {
    margin: 10px auto 10px;
    padding: 20px 0 20px 20px;
    border-top: 2px solid #049849;
    border-bottom: 2px solid #049849;
    font-size: 2em;
    font-weight: bold;
    background-color: #E5F3ED;
}

#main>h1 {
    padding: 20px 10px 20px 20px;
    display: none;
    cursor: pointer;
}
/*放射線の基礎知識 目次のみ消さない*/
#main .special-escape {
    display: block;
}
#main>h2 {
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #1e8574;
    border-left: 5px solid #1e8574;
    margin-top: 0;
}

#main>h2+ul {
    margin-top: 40px;
}

#main h3 {
    background: #FFFFFF;
    background: rgba(177, 210, 206, 0.3);
}

#main .Subhead {
    font-weight: bold;
    color: #3a4d5b;
    border-bottom: 3px double rgba(177, 210, 206, 1);
    padding-left: 20px;
    padding-top: 10px;
}

#main {
    margin-bottom: 120px;
}

/* 最新版リンク03 */
#main .latest-link {
    font-size: 120%;
    margin: 24px 0;
    padding: 1em;
    height: 60px;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFF0F5;
    border-top: 3px solid #FF69B4;
    border-bottom: 3px solid #FF69B4;
}
#main .headline-latest-link {
    content: "";
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    left: 2.2em;
    top: 0px;
    background: #FF69B4;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 0 0 3px 3px;
    z-index: 1;
}
#main .latest-link br {
    display: none;
}

/*SubMenu
------------------------------------------------*/
#sub_menu>p {
	font-weight: bold;
	border: 1px solid #1e8574;
	margin-top: 0;
	padding: 10px 15px;
	line-height: 1.5em;
	margin-bottom: 1em;
    background-color: rgba(4,152,73,0.3);
    cursor: pointer;
}

#sub_menu>p.portal {
	font-weight: bold;
	border: 1px solid #f60;
	margin-top: 0;
	padding: 10px 15px;
	line-height: 1.5em;
	margin: 1em 0 0;
    background-color: #fff0e5;
    cursor: pointer;

}
#sub_menu>p.portal >a:link,
#sub_menu>p.portal> a:visited {
  color: #3a4d5b;
}

#sub_menu ul.sub_nav>li>a {
    background-color: #EFF4F1;
    color: #006633;
}

#sub_menu ul.sub_nav>li.current>a {
    background: #037A3A;
    color: #FFFFFF;
}

#sub_menu {
    margin-bottom: 250px;
}

/* 2024.02.09 */
#sub_menu>div.communicate {
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0px;
	line-height: 1.5em;
    width: 100%;
}
#sub_menu>div.communicate>a {
	padding-right: 0px;
    width: 100%;
}
#sub_menu>div.communicate>a[target="_blank"]:after {
    width: 0px;
	height: 0px;
	background: none;
}
#sub_menu>div.communicate>a>img {
	width: 100%;
    height: auto;
}

/* サブメニュー（章ごとの最後アーカイブ項目追加） */
#sub_menu ul.sub_nav > li > ul:has(.link-archive) li:nth-last-child(2) {
    margin-bottom: 5px;
}
#sub_menu ul.sub_nav > li > ul li.link-archive {
    border-top: 1px dashed #BBBBBB;
    padding-top: 10px;
}

/* サブメニュー（10章の最後アーカイブ項目追加） */
#sub_menu ul.sub_nav > li.link-archive > a {
    padding-left: 4.2em;
    background: #EFF4F1 url(../img/ico_arrow_green.png) 1.7em 1.2em no-repeat;
}
#sub_menu ul.sub_nav > li.link-archive > a:hover {
    background: #f5faf9 url(../img/ico_arrow_green.png) 1.7em 1.2em no-repeat;
}

/* target_blank
------------------------*/

a[href$="pdf"]:after {
    background: url(../../../../common/img/ico_pdf.png) center 2px no-repeat;
}

/* h30kisoshiryohtml のみ
------------------------*/
.zentaizou > a[target="_blank"]:after {
  background: none;
}
.zentaizou > a[target="_blank"] {
  padding-right: 0;
}
.zentaizou {
 text-align:center;
}
.zentaizoubun {
 text-indent: 1em;
}
.zentaizoubun:after {
  padding-bottom: 1em;
}
.zentaizoupdf {
 margin-right: 1em;
 text-align:right;
}
#main p.enclose {
 padding: 1.2em 1em 0;
 background-color: #EFF4F1;
}
#main .zentaizou-enclose {
 padding: 1.2em 1em 0;
 border: 1px solid #D0D0D0;
 margin-bottom: 2em;
}

/*h28kisoshiryo subnav_reset　テキストサイズ縮小
------------------------*/

#sub_menu ul.sub_nav>li>a {
    font-size: 89%;
    text-indent: -0.8em;
    padding-left: 2.5em;
}

/* #sub_menu ul.sub_nav>li:last-child {
    background-color: #fff;
} */


/*Contents
------------------------------------------------*/

/* #contents {
    background: url(../img/bottom_img3.png)left bottom repeat-x #FFF;
} */

#topBack {
    background: url("../img/ico_topback.png") right center no-repeat #666;
    display: block;
    /* border-right: 8px solid #666; */
    border-right: 8px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}


/*h28kisoshiryo 節のスライド 目次
------------------------*/

#main table th {
    width: 70%;
}

#main table td {
    width: 30%;
    text-align: right;
}

#main table th,
#main table td {
    background: none;
    border: none;
    font-weight: normal;
}

/* #main table tr:nth-child(n+2) {
    text-indent: 2em;
} */

#main table tr:nth-child(n+2)>th {
    padding-left: 3em;
}

#main table tr:nth-child(1) {
    border-bottom: 1px solid #d2e8e5;
}


/*h28kisoshiryo 節のスライド 内容装飾
------------------------*/

#main .resizeimage img {
    width: 100%;
}

#main .resizeimage_PC img {
    width: 100%;
}


#main .section {
    margin: 0 20px 24px 22px;
}

#main .section p {
    margin-bottom: 1em;
    font-size: 120%;
}

#main .section .list {
    margin-left: 2.0em;
    text-indent: -1.4em;
}

#main .section .bottom {
    margin-bottom: 0em;
    padding-bottom: 0em;
}

#main .section p.indent{
	margin-left: 15px;
}


#main .section .syurokubi,
#main .kokaibi {
    padding: 0.5em 0 0.3em;
    border-top: 1px dashed #525252;
    border-bottom: 1px dashed #525252;
}

#main .hosoku {
    width: 33%;
    margin-left: auto;
    padding: 5px 0;
}


/*h28kisoshiryo 上付き文字、下付き文字
------------------------*/

span.supText {
    font-size: 75.5%;
    vertical-align: super;
    position: relative;
    padding-left: 0;
    top: -0.1em;
}

span.subText {
    font-size: 75.5%;
    vertical-align: sub;
    position: relative;
    padding-left: 0;
    top: 0.1em;
}


/*h28kisoshiryo ページャ
------------------------*/

.pager {
    overflow: hidden;
    margin-top: 30px;
}

.pager ul {
    list-style: none;
}

.pager ul li {
    float: left;
}

.pager ul li:last-child {
    float: right;
}

.pager ul li a {
    display: block;
    font-size: 115%;
    padding: 0.6em 1em;
    border-radius: 3px;
}

.pager ul li a {
    background: #eeeeee;
    text-decoration: none;
}
.pager ul li>a:link {
    color: #125266;
}
.pager ul li a:hover {
    background: #008070;
    color: #FFFFFF;
}


/*h28kisoshiryo -スライド_ボタン
------------------------*/

#main ul li span {
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
}

#main ul li span.supText,
#main ul li span.supText {
    padding-left: 0px;
}

#main ul li .more {
    width: 6em;
}

#main .section .more {
    width: 6em;
    display: block;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: auto;
    background: #008070;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

#main .section .more {
    margin-top: 40px;
}


/*h28kisoshiryohtml.html
------------------------*/

#main .open {
    width: 6em;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5px 1px;
    margin-left: 2em;
    text-align: center;
    background: #049849;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*font-size: 12px;*/
    font-size: 93%;
}


/*h28qa - Q&A Subhead
------------------------*/

#main .qa_subhead {
    font-size: 120%;
    font-weight: bold;
    color: #4D3E38;
    border-left: 5px solid #999999;
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
    padding: 6px 0 6px 20px;
    margin-bottom: 20px;
}

#anser,
#anser_02,
#anser_03,
#anser_qa_subhead,
#anser_02qa_subhead {
    background: #ffffff;
    background: linear-gradient( #fffbb5 0%, #ffffff 100%);
    background: -moz-linear-gradient( #fffbb5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fffbb5), to(#ffffff));
    background: -webkit-linear-gradient( #fffbb5 0%, #ffffff 100%);
    border: 2px solid #F2721C;
    width: 94%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 3.5em 0 0 1em;
}

#anser_a {
    padding: 0.3em 0.5em;
    position: absolute;
    top: 6.3em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    font-size: 150%;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
}

/* #anser:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 6.3em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background: #f79646;
    text-shadow: 0 0 3px #333333;
    font-size: 150%;
} */

/* #anser_02:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 7.6em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background: #f79646;
    text-shadow: 0 0 3px #333333;
    font-size: 150%;
} */

/* #anser_03:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 8.9em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background: #f79646;
    text-shadow: 0 0 3px #333333;
    font-size: 150%;
} */

#anser_qa_subhead:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 9em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    font-size: 150%;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
}

#anser_02qa_subhead:before {
    content: "A";
    padding: 0.3em 0.5em;
    position: absolute;
    top: 10.2em;
    left: 5.5em;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background:#F2721C;
    font-size: 150%;
    text-shadow:1px 1px 0 #000000, -1px -1px 0 #000000,
              -1px 1px 0 #000000, 1px -1px 0 #000000,
              0px 1px 0 #000000,  0-1px 0 #000000,
              -1px 0 0 #000000, 1px 0 0 #000000;
}

#anser ul li,
#anser_02 ul li,
#anser_03 ul li,
#anser_04 ul li,
#anser_qa_subhead ul li,
#anser_02qa_subhead ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 111%;
}


/*h28qa - Q&A 最初のm文字1字送り
------------------------*/

#main .no-indent p {
    padding: 0 20px;
    margin-bottom: 5px;
    text-indent: 1em;
}

#section_dashed,
#section_solid_sankoshiryo,
#section_solid_sanko,
#section_solid_sanko_jyoho {
    border-top: 1px dashed #525252;
    padding-top: 2em;
}

#section_dashed:before {
    content: "解説";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid {
    border-top: 2px solid #525252;
    padding-top: 2em;
}

#section_solid:before {
    content: "出典";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid_sankoshiryo:before {
    content: "参考資料";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid_sanko:before {
    content: "参考";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_solid_sanko_jyoho:before {
    content: "参考情報";
    padding: 0.2em 0.5em;
    position: relative;
    bottom: 0.3em;
    background: rgba(177, 210, 206, 0.5);
    display: inline-block;
    font-weight: bold;
}

#section_dashed,
#section_solid,
#section_solid_sankoshiryo,
#section_solid_sanko,
#section_solid_sanko_jyoho {
    width: 94%;
    margin: 0 auto;
    font-size: 111%;
}

#main .box {
    display: inline-block;
    border: 1px solid #333333;
    width: 14em;
    text-align: center;
}

#main ul.no-style li{
    font-size: 100%;
}


/*各章の扉テキスト
------------------------*/
#main .tobira {
    padding: 5px 15px 20px 15px;
}
#main .tobira-waku {
    padding: 10px 15px 10px 15px;
    /*border: 1px solid #333333;*/
}
#main .tobira-waku > p {
    padding-bottom: 0;
    font-size: 100%;
    text-indent: 1em;
}

.c_relative { position: relative; }
.c_breakall { word-break: break-all; }
.c_mb0 { margin-bottom: 0 !important; }
.c_mb15 { margin-bottom: 15px; }
.c_mt15 { margin-top: 15px; }


/*sp
------------------------*/

.sp_title:not(.special-escape) {
    display: none !important;
}
#main .sp_title h1.special-escape {
    padding: 20px 10px 20px 20px;
}
.sp_title.special-escape .sp_menubtn {
    display: none !important;
}
.resizeimage_sp {
    display: none !important;
}
@media screen and (min-width: 765px) {
    #sub_menu {
        display: block !important;
    }
}
@media screen and (max-width: 764px) {
    
    .wrapper {
        min-width: auto;
    }
    .container, #main {
        width: auto;
    }
    #header #ci {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #header #ci img {
        width: 142px!important;
        height: auto;
    }
    #header .container {
        height: auto !important;
        padding-bottom: 52px;
    }
    #bread_crumb {
        display: none;
    }
    #info_menu {
        display: table;
        top: 65px;
    }
    #info_menu, #footer #footer_inner div p {
        font-size: 107.7%!important;
    }
    #info_menu li {
        float: none;
        display: table-cell;
        width: 33%;
        vertical-align: middle;
    }
    #info_menu li a {
        width: 100%;
        height: 100%;
        padding: 14px 0;
    }
    #bread_crumb {
        min-height: auto;
    }
    #bread_crumb ul {
        padding-right: 6px;
        padding-left: 6px;
    }
    #main {
        margin-bottom: 50px;
        padding-right: 0;
        padding-left: 0;
    }
    /* 最新版リンク03 */
    #main .latest-link {
        flex-direction: column;
        margin: 24px 6px 16px;
        padding: 3em 1em;
    }
    #main .headline-latest-link {
        /* top: -10px; */
        left: 1.5em;
    }
    #main .latest-link br {
        display: inline-block;
    }
    #main .section, #main .pager ul, .resizeimage_sp {
        margin-right: 6px;
        margin-left: 6px;
    }
    #main .open.spBlock {
        display: block;
    }
    #main table th.tbBlock, #main table td.tbBlock {
        display: block;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    #main table th.tbBlock span, #main table td.tbBlock span, #main table th.tbBlock a, #main table td.tbBlock a {
        display: inline-block;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #topBack, #footer #footer_inner div ul {
        font-size: 115.4%;
    }
    #topBack {
        background-size: 20px 20px;
    }
    #footer #footer_inner div p {
        line-height: 1.5;
        padding-bottom: 10px;
    }
    #footer #footer_inner div ul li {
        padding: 0;
    }
    #footer #footer_inner div ul li a, #footer #footer_inner div ul li:first-child a {
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #sub_menu {
        position: absolute;
        top: 76px;
        z-index: 10000000;
        display: none;
        margin: 0;
        background-color: #fff;
        width: 100%;
        box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    }
    #sub_menu ul.sub_nav {
        border: none;
    }
    #sub_menu ul.sub_nav > li:last-child {
        border-bottom: none;
    }
    #sub_menu ul.sub_nav > li > a,
    #sub_menu ul.sub_nav > li > a:hover,
    #sub_menu ul.sub_nav > li > a:active {
        display: flex;
        align-items: center;
        border-top-width: 2px;
        border-left: none;
        border-right: none;
        background-color: #00a53d;
        height: 73px;
        padding: 0 40px 0 16px;
        color: #fff;
        font-size: 17px;
        text-indent: 0;
    }
    #sub_menu ul.sub_nav > li > a:hover,
    #sub_menu ul.sub_nav > li > a:active {
        background-color: #00a53d;
        color: #fff;
    }
    #sub_menu ul.sub_nav > li.current > a:hover,
    #sub_menu ul.sub_nav > li.current > a:active {
        background-color: #037A3A;
        color: #fff;
    }
    #sub_menu ul.sub_nav > li > a::before,
    #sub_menu ul.sub_nav > li > a::after {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 20px;
        height: 4px;
        margin: auto 0;
        background-color: #fff;
    }
    #sub_menu ul.sub_nav > li > a::after {
        right: 23px;
        width: 4px;
        height: 20px;
    }
    #sub_menu ul.sub_nav > li > a.close::after {
        display: none;
    }
    #sub_menu ul.sub_nav > li > a > img {
        display: none;
    }
    #sub_menu ul.sub_nav > li > ul {
        margin: 0;
    }
    #sub_menu ul.sub_nav > li > ul li + li {
        border-top: 1px solid #999;
    }
    #sub_menu ul.sub_nav > li > ul li > a {
        position: relative;
        background-image: none;
        padding: 17px 60px 16px 20px;
        margin-left: 0;
        color: #000;
        font-size: 18px;
        line-height: 1.3;
        text-decoration: none;
    }
    #sub_menu ul.sub_nav > li > ul li > a::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 21px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform-origin: top right;
        transform: rotate(45deg);
    }
    #sub_menu ul.sub_nav > li > ul li > a::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        right: 22px;
        width: 21px;
        border-top: 2px solid #000;
    }
    /* サブメニュー（章ごとの最後アーカイブ項目追加） */
    #sub_menu ul.sub_nav > li > ul li.link-archive {
        padding-top: 0;
    }

    /* サブメニュー（10章の最後アーカイブ項目追加） */
    #sub_menu ul.sub_nav > li.link-archive > a {
        padding: 0 40px 0 16px;
        background: #00a53d;
    }
    #sub_menu ul.sub_nav > li.link-archive > a::after {
        width: initial;
        height: initial;
    }
    #sub_menu ul.sub_nav > li.link-archive > a::before {
        content:"";
        display: block;
        width:0;
        height:0;
        border-style:solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent #FFFFFF;
        background: transparent;
    }
    #footer #footer_inner div p small {
        font-size: 100%;
    }
    .sp_title:not(.special-escape) {
        display: block !important;
    }
    .sp_title {
        position: relative;
        margin: 10px 0;
        height: 60px;
        background-color: #e2f0d9;
        padding: 5px 100px 5px 16px;
        color: #020202;
        font-size: 17px;
        font-weight: bold;
    }
    .sp_title.special-escape .sp_menubtn {
        display: block !important;
    }
    #main .sp_title h1.special-escape,
    #main .sp_title h1 {
        padding: 0;
    }
    #main .sp_title h1 {
        border-top: none;
        border-bottom: none;
        margin-bottom: 0;
        font-size: 94%;
        line-height: inherit;
    }
    .container .sp_title h1 {
        background-color: transparent;
    }
    .sp_menubtn {
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        width: 72px;
        height: 56px;
        margin: auto 0;
        background-color: #00a53d;
        padding-top: 33px;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }
    .sp_menubtn::before,
    .sp_menubtn::after {
        content: '' !important;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        width: 35px;
        height: 2px !important;
        margin: 0 auto;
        background-color: #fff;
        transition: all 0.3s;
    }
    .sp_menubtn::after {
        top: 26px;
        box-shadow: 0 -7px #fff;
        visibility: visible !important;
    }
    .sp_menubtn.close::before {
        top: 15px;
        width: 28px;
        transform: rotate(45deg);
    }
    .sp_menubtn.close::after {
        top: 15px;
        width: 28px;
        box-shadow: none;
        transform: rotate(-45deg);
    }
    .resizeimage_PC {
        display: none !important;
    }
    .resizeimage_sp {
        display: block !important;
    }
    .resizeimage_sp img {
        max-width: 100%;
    }
    .scroll_area_x {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .scroll_area_y {
        height: 250px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .scroll_area_inner {
        width: 750px;
    }
    .scroll_area_x::after,
    .scroll_area_inner::after {
        display: none !important;
    }
    .slide_image {
        position: relative;
        margin: 0 -6px;
        padding: 0 6px;
        overflow: hidden;
    }
    .slide_image ul {
        margin: 0 !important;
    }
    .slide_image ul li {
        padding: 0 !important;
        margin-bottom: 0 !important;
        background: none !important;
        display: none !important;
    }
    .slide_image ul li.show {
        display: block !important;
    }
    .slide_image_btn {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80px;
        height: 80px;
        margin: auto 0;
        border-radius: 50%;
        background-color: rgba(0,0,0,0.5);
    }
    .slide_image_btn.left {
        left: -46px;
    }
    .slide_image_btn.right {
        right: -46px;
    }
    .slide_image_btn.hide {
        display: none !important;
    }
    .slide_image_btn::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        border-top: 2px solid #fff;
    }
    .slide_image_btn.left::before {
        left: 51px;
        border-left: 2px solid #fff;
        transform-origin: top left;
        transform: rotate(-45deg);
    }
    .slide_image_btn.right::before {
        right: 51px;
        border-right: 2px solid #fff;
        transform-origin: top right;
        transform: rotate(45deg);
    }
    .clickable_map {
        position: relative;
    }
    .clickable_map a {
        position: absolute;
    }
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.3);
        display: none !important;
    }
    .modal.show {
        display: block !important;
        animation: modalShow 0.5s;
    }
    @keyframes modalShow {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
    .modal_window {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        transform: translateY(-50%);
    }
    .modal_close {
        position: absolute;
        top: -25px;
        right: -5px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #000;
    }
    .modal_close::before,
    .modal_close::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 2px !important;
        margin: auto;
        background-color: #fff;
        transform: rotate(45deg);
    }
    .modal_close::after {
        transform: rotate(-45deg);
        visibility: visible !important;
    }
    a.map_link {
        position: absolute;
        padding-right: 0;
    }
    a.map_link::after {
        content: none;
    }
}
@media screen and (max-width: 370px) {
    .sp_title {
        font-size: 4.5vw;
    }
}

.text p a{
	padding-right: 0;
}

/*sp --- END ---*/

/* google-search */
.google-search {
	margin: 0 0 12px auto;
	text-align: right;
}

.google-search>input[name="q"] {
	box-sizing: border-box;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.google-search>input[type="submit"] {
	padding: 0.2em 0.5em;
}