@charset "utf-8";

#tmp_contents h1 {
	margin:0 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin: 2.5em 0 1.1em;
	font-weight: bold;
	clear:both; /* Do not edit */
}
#tmp_contents h2{
	padding: 18px 0 16px 26px;
	color: #ffffff;
	background: #7f3654 url(/shared/templates/shisaku/images/icon/h2_bg.jpg) repeat-y;
	font-size: 144.4%;
	line-height: 1.4;
}
#tmp_contents h3{
	padding: 5px 0 16px;
	background-image: url(/shared/templates/shisaku/images/icon/h3_line_red.png),url(/shared/templates/shisaku/images/icon/h3_line_repeat.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left bottom;
	font-size: 144.4%;
	line-height: 1.4;
}
#tmp_contents h4{
	margin: 2.1em 0 0.9em;
	padding: 0 0 0 28px;
	background: url(/shared/templates/shisaku/images/icon/h4_bg.png) no-repeat left 6px;
	font-size: 122.2%;
	line-height: 1.5;
}
#tmp_contents h5{
	margin: 1em 0 0.9em;
	font-size: 111.1%;
	line-height: 1.5;
}
#tmp_contents h6{
	margin: 1.4em 0 1.3em;
	font-size: 100%;
	line-height: 1.6;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
	line-height: 1.7;
}
#tmp_contents ul {
	margin: 0 0 1.3em 1.6em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_contents ol {
	margin: 0 0 3em 2.4em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin: 0; /* Do not edit */
	line-height: 1.8;
}
#tmp_contents ol li {
	padding-left: 6px;
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin: 0 0 2.2em; /* Do not edit */
	border: 3px solid #26734d;
	clear:both; /* Do not edit */
}
#tmp_contents table.datatable + .outline {
	margin-top: 3.3em;
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding:15px 17px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding: 15px 17px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin: 0 0 1.1em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin: 0 0 20px;
	padding: 14px 16px 11px 17px;
	font-weight: bold;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #7f3654;
	border-left: 3px double #7f3654;
	box-shadow: 0px 5px 18px 2px rgba(28, 28, 28, 0.1);
	outline: 1px solid #7f3654;
    outline-offset: -1px;
}
#tmp_contents ul.box_btn a{
	display: block;
	margin: -14px -16px -11px -17px;
	padding: 14px 16px 11px 43px;
	background: transparent url(/shared/images/icon/icon_arrow.png) no-repeat 17px 24px;
	color: inherit;
	text-decoration: none;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin: 0 0 2.4em; /* Do not edit */
	color: inherit;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#7f3654),to(#7f3654)),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#7f3654),to(#7f3654));
	background-image: -moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#7f3654,#7f3654),-moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#7f3654,#7f3654);
	background-image: -o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#7f3654,#7f3654),-o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#7f3654,#7f3654);
	background-image: linear-gradient(#ffffff,#ffffff),linear-gradient(#7f3654,#7f3654),linear-gradient(#ffffff,#ffffff),linear-gradient(#7f3654,#7f3654);
	background-size: 8px 8px,100% 1px,calc(100% - 2px) calc(100% - 18px), 100% calc(100% - 17px);
	background-position: right 1px top 14px,center bottom,center bottom,center bottom;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	font-weight:bold;
	font-size: 122.2%;
}
#tmp_contents .box_info .box_info_ttl p,
#tmp_contents .box_info .box_info_ttl h2,
#tmp_contents .box_info .box_info_ttl h3,
#tmp_contents .box_info .box_info_ttl h4,
#tmp_contents .box_info .box_info_ttl h5,
#tmp_contents .box_info .box_info_ttl h6{
	display: table;
	padding: 0 22px 0 21px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff,#ffffff);
	background-image: -o-linear-gradient(#ffffff,#ffffff);
	background-image: linear-gradient(#ffffff,#ffffff);
	background-size: calc(100% - 1px) 100%;
	background-position: 1px 0;
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl h2,
#tmp_contents .box_info .box_info_ttl h3,
#tmp_contents .box_info .box_info_ttl h4,
#tmp_contents .box_info .box_info_ttl h5,
#tmp_contents .box_info .box_info_ttl h6 {
	color: #222222;
	font-size: 100%;
	border: none;
	margin-top: 0;
	line-height: 1.7;
}
#tmp_contents .box_info .box_info_ttl h2{
	background-color: transparent;
}
#tmp_contents table.box_info .box_info_ttl p,
#tmp_contents table.box_info .box_info_ttl h2,
#tmp_contents table.box_info .box_info_ttl h3,
#tmp_contents table.box_info .box_info_ttl h4,
#tmp_contents table.box_info .box_info_ttl h5,
#tmp_contents table.box_info .box_info_ttl h6 {
	padding: 0;
	border-left: 20px solid #ffffff;
    border-right: 22px solid #ffffff;
}
#tmp_contents .box_info .box_info_cnt {
	padding: 12px 16px 9px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
	list-style-image: url(/shared/images/icon/list_icon_sm.gif);
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin: 0 0 3.2em; /* Do not edit */
	color: inherit;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#7f3654),to(#7f3654)),-webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff)),-webkit-gradient(linear,left top, left bottom,from(#7f3654),to(#7f3654));
	background-image: -moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#7f3654,#7f3654),-moz-linear-gradient(#ffffff,#ffffff),-moz-linear-gradient(#7f3654,#7f3654);
	background-image: -o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#7f3654,#7f3654),-o-linear-gradient(#ffffff,#ffffff),-o-linear-gradient(#7f3654,#7f3654);
	background-image: linear-gradient(#ffffff,#ffffff),linear-gradient(#7f3654,#7f3654),linear-gradient(#ffffff,#ffffff),linear-gradient(#7f3654,#7f3654);
	background-size: 8px 8px, 100% 1px,calc(100% - 2px) calc(100% - 18px), 100% calc(100% - 17px);
	background-position: right 1px top 14px,center bottom,center bottom,center bottom;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents div.box_info,
#tmp_contents div.box_link{
	background: none;
	position: relative;
}
#tmp_contents div.box_info::before,
#tmp_contents div.box_info::after,
#tmp_contents div.box_link::before,
#tmp_contents div.box_link::after{
	content: '';
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 17px;
}
#tmp_contents div.box_info::before,
#tmp_contents div.box_link::before{
	left: 10px;
	right: 8px;
	border-bottom: 1px solid #7f3654;
}
#tmp_contents div.box_info::after,
#tmp_contents div.box_link::after{
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #7f3654;
	border-top: none;
	display: block;
}
#tmp_contents .box_link .box_link_ttl {
	font-weight:bold;
	font-size: 122.2%;
}
#tmp_contents .box_link .box_link_ttl p,
#tmp_contents .box_link .box_link_ttl h2,
#tmp_contents .box_link .box_link_ttl h3,
#tmp_contents .box_link .box_link_ttl h4,
#tmp_contents .box_link .box_link_ttl h5,
#tmp_contents .box_link .box_link_ttl h6 {
	display: table;
	padding: 0 20px 0 21px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#ffffff));
	background-image: -moz-linear-gradient(#ffffff,#ffffff);
	background-image: -o-linear-gradient(#ffffff,#ffffff);
	background-image: linear-gradient(#ffffff,#ffffff);
	background-size: calc(100% - 1px) 100%;
	background-position: 1px 0;
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl h2,
#tmp_contents .box_link .box_link_ttl h3,
#tmp_contents .box_link .box_link_ttl h4,
#tmp_contents .box_link .box_link_ttl h5,
#tmp_contents .box_link .box_link_ttl h6 {
	color: #222222;
	font-size: 100%;
	border: none;
	margin-top: 0;
	line-height: 1.7;
}
#tmp_contents .box_link .box_link_ttl h2{
	background-color: transparent;
}
#tmp_contents table.box_link .box_link_ttl p,
#tmp_contents table.box_link .box_link_ttl h2,
#tmp_contents table.box_link .box_link_ttl h3,
#tmp_contents table.box_link .box_link_ttl h4,
#tmp_contents table.box_link .box_link_ttl h5,
#tmp_contents table.box_link .box_link_ttl h6 {
	padding: 0;
	border-left: 20px solid #ffffff;
    border-right: 22px solid #ffffff;
}
#tmp_contents .box_link .box_link_cnt {
	padding:12px 16px 9px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
	list-style-image: url(/shared/images/icon/list_icon_sm.gif);
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin: 0 0 3em; /* Do not edit */
	color: inherit;
	background-color: #ffffff;
	box-shadow: 0 5px 18px 2px rgba(28, 28, 28, 0.1);
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu_ttl{
    border: 1px solid #7f3654;
    padding: 14px 16px 13px 17px;
    font-weight: bold;
}
#tmp_contents div.box_menu .box_menu_ttl {
	border-left: 3px double #7f3654;
	outline: 1px solid #7f3654;
    outline-offset: -1px;
}
#tmp_contents table.box_menu .box_menu_ttl {
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#7f3654),to(#7f3654));
	background-image: -moz-linear-gradient(#7f3654,#7f3654);
	background-image: -o-linear-gradient(#7f3654,#7f3654);
	background-image: linear-gradient(#7f3654,#7f3654);
	background-size: 1px 100%;
	background-position: 1px top;
}
#tmp_contents .box_menu_ttl h2,
#tmp_contents .box_menu_ttl h3,
#tmp_contents .box_menu_ttl h4,
#tmp_contents .box_menu_ttl h5,
#tmp_contents .box_menu_ttl h6{
    font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    background-image: none;
    border: none;
}
#tmp_contents .box_menu_ttl p {
	margin-bottom: 0;
}
#tmp_contents .box_menu_ttl a{
	display: block;
	margin: -14px -16px -13px -17px;
	padding: 14px 16px 13px 45px;
	color: inherit;
	background: transparent url(/shared/images/icon/icon_arrow.png) no-repeat 19px 23px;
	text-decoration: none;
}
#tmp_contents .box_menu_cnt{
	background-color: #fcf9f3;
	color: inherit;
	padding: 17px 17px 0;
	border: 1px solid #7f3654;
	border-top: none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul:last-child {
	margin-bottom: 0.5em;
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0.3em;
    background:url(/shared/images/icon/icon_external.png) no-repeat center top;
    background-size: 16px auto;
}
/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin: 0 0 2.5em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border: 1px solid #cccccc;
	word-break: break-all;
}
#tmp_contents .scroll_table table.datatable,
#tmp_contents .scroll_table table.enquete_table {
	margin: 0 !important;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 16px 8px 11px;
	color:inherit;
	background-color: #f3e5eb;
	border: 1px solid #cccccc;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 12px 19px 11px;
	border: 1px solid #cccccc;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#990000; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#E8FDFE; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_lightblue {
	color:inherit;
	background-color:#EEF9FF; /* base.css > Styles > th.bg_lightblue */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#F3EEFF; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#DDEEFF; /* = table.datatable th */
	border:1px solid #AABBCC; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* ==================================================
free contents
================================================== */

body:not(.type_top) #tmp_main .container {
	max-width: 1032px;
}
/* free_banner */
#tmp_free_banner {
    position: relative;
    margin: 31px 0 29px;
	padding-bottom: 2px;
    overflow: hidden;
}
#tmp_free_banner::before,
#tmp_free_banner::after {
    content: '';
    position: absolute;
    top: -28px;
    bottom: -1px;
    color: inherit;
	background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
#tmp_free_banner:before {
    width: 120px;
    right: calc(50% + 611px);
    background-image: url(/shared/templates/shisaku/images/icon/free_banner_pattern_lft.png);
}
#tmp_free_banner:after {
    width: 120px;
    left: calc(50% + 616px);
    background-image: url(/shared/templates/shisaku/images/icon/free_banner_pattern_rgt.png);
}
#tmp_free_banner .banner_wrap {
	padding-top: 11px;
	color: #ffffff;
    background-color: #7f3654;
}
#tmp_free_banner .banner_main {
	font-weight: bold;
}
#tmp_free_banner .banner_main .banner_inner {
	margin-bottom: 56px;
}
#tmp_free_banner .banner_main .sub_ttl {
	margin-bottom: 27px;
	padding-bottom: 5px;
	background: url(/shared/templates/shisaku/images/icon/free_banner_pattern.png) no-repeat right center;
}
#tmp_free_banner .banner_main .sub_ttl p {
	display: inline-block;
	padding-right: 9px;
	color: #ffffff;
	background-color: #7f3654;
}
#tmp_free_banner .banner_main .main_ttl h1 {
	font-size: 177.8%;
	margin-bottom: 21px;
	line-height: 1.5;
}
#tmp_free_banner .banner_main .caption_txt {
	padding-left: 2px;
}
#tmp_free_banner .banner_img {
	position: relative;
	z-index: 1;
}
#tmp_free_banner .banner_img::before {
	content: '';
	position: absolute;
	z-index: -1;
	height: calc(50% - 46px);
	bottom: -2px;
	left: 0;
	right: 0;
	background-color: #ffffff;
}

/* anchor */
#tmp_anchor_shisaku {
	position: relative;
	margin: 14px 0 60px;
	border-top: 1px solid #7f3654;
	border-bottom: 1px solid #7f3654;
}
#tmp_anchor_shisaku .anchor_ttl {
	display: inline-block;
	position: relative;
	z-index: 1;
	top: -14px;
	padding: 4px 9px 3px 8px;
	background-color: #222222;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: bold;
}
#tmp_anchor_shisaku .anchor_ttl p {
	margin-bottom: 0 !important;
	line-height: 1.4;
}
#tmp_anchor_shisaku .anchor_cnt {
	padding: 4px 18px 3px;
}
.no_javascript #tmp_wrapper #tmp_anchor_shisaku {
	display: none;
}
/* shisaku_details */
#tmp_contents .shisaku_details {
    margin-bottom: 90px;
}
#tmp_contents .shisaku_details h2 {
	margin-top: 60px;
}
#tmp_contents .blog_vision_wrap {
    margin-bottom: 35px;
}
#tmp_contents .blog_vision_wrap h3 {
    margin: 0 0 23px;
}
#tmp_contents .blog_vision {
    display: flex;
}
#tmp_contents .blog_vision .blog_desc {
	flex: 1;
    padding-right: 32px;
}
#tmp_contents .blog_vision .blog_desc:last-child {
	padding-right: 0;
}
#tmp_contents .blog_vision .blog_img {
    width: calc(41% - 2px);
    flex-shrink: 0;
    padding-top: 7px;
}
#tmp_contents .blog_vision .blog_img:first-child {
	margin: 0 auto;
}
#tmp_contents .blog_policy_wrap h3 {
    margin: 0 0 33px;
}
#tmp_contents .blog_policy {
    margin-bottom: 54px;
}
#tmp_contents .blog_policy h4 {
    margin: 0 0 15px;
}
#tmp_contents .blog_goal {
	margin-top: 21px;
	padding: 12px 13px 12px;
	background-color: #fcf9f3;
	color: #222222;
	border: 1px solid #fcf9f3;
}
#tmp_contents .blog_goal_ttl {
    padding: 0 2px 9px;
    font-size: 100%;
    font-weight: bold;
    background: transparent url(/shared/templates/shisaku/images/icon/goal_line_repeat.png) repeat-x left bottom;
    color: #7f3654;
}
#tmp_contents .blog_goal_cnt {
    padding: 8px 4px 0;
}
#tmp_contents .blog_priority {
    margin-top: 59px;
	padding-bottom: 21px;
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #26734d;
}
#tmp_contents .blog_priority_ttl {
    padding: 22px 40px 9px;
    color: #26734d;
    background: #ffffff url(/shared/templates/shisaku/images/icon/priority_bg.png) no-repeat -1px 34px;
    font-weight: bold;
}
#tmp_contents .blog_priority_cnt {
    padding: 0 17px;
}
#tmp_contents .blog_goal_ttl p,
#tmp_contents .blog_goal_cnt ul,
#tmp_contents .blog_priority_ttl p,
#tmp_contents .blog_priority_cnt ul{
	margin-bottom: 0 !important;
}
#tmp_anchor_shisaku .anchor_cnt ul,
#tmp_contents .blog_goal_cnt ul,
#tmp_contents .blog_priority_cnt ul {
	margin-left: 16px;
	list-style-image:url(/shared/templates/shisaku/images/icon/list_icon.gif);
}
#tmp_anchor_shisaku .anchor_cnt ul li,
#tmp_contents .blog_goal_cnt ul li,
#tmp_contents .blog_priority_cnt ul li {
	padding-left: 1px;
}
#tmp_free_banner .banner_img img,
#tmp_contents .blog_vision .blog_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* shisaku_related */
#tmp_contents .shisaku_related {
	margin-top: 60px;
}
#tmp_contents .shisaku_related ul {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 20px;
}
#tmp_contents .shisaku_related ul li {
	margin: 0;
	width: calc((100% - 60px) / 4);
	display: flex;
}
#tmp_contents .shisaku_related ul li a {
	display: block;
	padding: 20px 12px 18px;
	color: #ffffff;
	background: #7f3654 url(/shared/templates/shisaku/images/icon/related_bg.png) no-repeat center 25px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
#tmp_contents .shisaku_related li a > .number_step{
	display: flex;
	justify-content: center;
	margin-bottom: 39px;
}
#tmp_contents .shisaku_related li .number_step > span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	height: 60px;
	font-weight: 500;
	background-color: #ffffff;
	color: #7f3654;
	font-size: 222.2%;
	padding: 12px 6px 8px;
	border-radius: 50%;
}
#tmp_contents .shisaku_related li .number_step > span:after{
    content: '';
    position: absolute;
    bottom: -23px;
    width: 38px;
    height: 38px;
    right: -13px;
    background: url(/shared/templates/shisaku/images/icon/related_num_bg.png) no-repeat;
    background-size: 100% auto;
}
#tmp_contents .shisaku_related li a > .link{
    display: inline-block;
    padding-left: 35px;
    color: inherit;
    background: transparent url(/shared/templates/shisaku/images/icon/related_arrow.png) no-repeat 7px 6px;
}
/* ==================================================
Hover Common
================================================== */
#tmp_contents .shisaku_related ul li a:hover > .link,
#tmp_contents ul.box_btn a:hover,
#tmp_contents .box_menu_ttl a:hover{
	text-decoration: underline;
}
/* ==================================================
contents
================================================== */

/* Heading section
================================================== */
#tmp_shisaku_banner{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(/shared/templates/shisaku/images/main/banner_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	padding-left: 3px;
}
#tmp_shisaku_banner:before,
#tmp_shisaku_banner:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #7f3654;
}
#tmp_shisaku_banner:after{
	top: auto;
	bottom: 0;
}
#tmp_shisaku_banner h1{
	text-align: center;
	width: 618px;
	height: 191px;
	color: inherit;
	background: transparent url(/shared/templates/shisaku/images/main/banner_txt.png) no-repeat left top;
	background-size: 100% 100%;
	margin-bottom: 0;
}
#tmp_shisaku_banner h1 span{
	display: block;
	opacity: 0;
	height: 100%;
}
/* Mainvisual section
================================================== */
#tmp_shisaku_mainvs{
	margin-bottom: 77px;
}
#tmp_shisaku_mainvs .splide__slide{
	position: relative;
	pointer-events: none;
}
#tmp_shisaku_mainvs .splide__slide.is-visible{
	pointer-events: all;
}
#tmp_shisaku_mainvs .box_thumb{
	margin-bottom: 0;
	background-color: transparent;
}
#tmp_shisaku_mainvs .thumb_img{
	box-shadow: 0px 5px 18px 2px rgba(28, 28, 28, 0.15);
}
#tmp_shisaku_mainvs .thumb_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: transform 0.3s ease-in-out;
}
#tmp_shisaku_mainvs span.simple_link{
	font-size: 100%;
	padding-left: 0;
	background-image: none;
}
/* large */
#tmp_mainvs_large{
	position: relative;
	z-index: 5;
}
#tmp_mainvs_large_wrap:has(.splide_common .ac_active) .slide_thumb .splide__slide.is-active .thumb_img img,
#tmp_mainvs_large.no-splide .splide__slide .ac_active .thumb_img img{
	transform: scale(1.157);
}
#tmp_mainvs_large.no-splide .splide__slide .thumb_img{
	box-shadow: 0px 5px 18px 2px rgba(28, 28, 28, 0.15);
}
#tmp_mainvs_large .simple_link{
	min-height: 141px;
}
#tmp_mainvs_large .simple_link > a{
	display: block;
	font-size: 177.78%;
	font-weight: bold;
	line-height: 1.3;
	padding: 0;
	margin: 1px 0 0 50px;
	background-image: none;
	max-height: 155px;
	overflow: auto;
}
#tmp_mainvs_large .simple_link > a::before{
	content: '';
	position: absolute;
	left: 57.5%;
	top: 0;
	background: url(/shared/templates/shisaku/images/icon/pickup_tag.jpg) 0 0 no-repeat;
	width: 85px;
	height: 32px;
	margin-left: -46px;
	z-index: 5;
}
#tmp_mainvs_large .simple_link > a::after{
	content: '';
	position: absolute;
	left: 57.5%;
	top: 30px;
	height: 50px;
	border: 1px solid #222222;
	border-right: none;
	width: 24px;
	margin-left: 12px;
}
#tmp_mainvs_large .mainvs_item{
	position: relative;
	padding-top: 57px;
	pointer-events: none;
}
#tmp_mainvs_large .mainvs_item .thumb_img,
#tmp_mainvs_large .mainvs_item .simple_link{
	pointer-events: all;
}
#tmp_mainvs_large .thumb_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 57.5%;
	max-width: 680px;
	opacity: 0;
	box-shadow: none;
}
/* large_wrap */
#tmp_mainvs_large_wrap{
	position: relative;
	z-index: 1;
}
#tmp_mainvs_large_wrap .splide__track{
	overflow: visible;
}
#tmp_mainvs_large_wrap .splide__controls{
	justify-content: flex-end;
}
#tmp_mainvs_large_wrap .splide__controls,
#tmp_mainvs_large .mainvs_item{
	padding-left: 57.5%;
}
#tmp_mainvs_large_wrap .splide__controls .splide__progress{
	margin-left: 5px;
}
#tmp_mainvs_large_wrap .splide__controls .splide__progress > p{
	margin-bottom: 0;
	line-height: 1;
}
#tmp_mainvs_large_wrap .splide__controls .splide__progress .progress_current{
	text-align: right;
	min-width: 33px;
}
#tmp_mainvs_large_wrap .splide__controls .splide__progress > p.progress_total{
	padding-top: 10px;
}
#tmp_mainvs_large_wrap .splide__controls .splide__arrow{
	width: 28px;
    height: 28px;
	background-image: url(/shared/templates/shisaku/images/icon/prev_icon.png);
}
#tmp_mainvs_large_wrap .splide__controls .splide__arrow.splide__arrow--next{
	background-image: url(/shared/templates/shisaku/images/icon/next_icon.png);
	margin-left: 10px;
}
#tmp_shisaku_mainvs .active_slide .simple_link a{
	opacity: 1;
}
#tmp_mainvs_large_thumb .thumb_img{
	display: block;
}
#tmp_mainvs_large_thumb .splide__arrows{
	display: none;
}
/* thumb */
#tmp_shisaku_mainvs .slide_thumb{
	overflow: hidden;
	box-shadow: 0px 5px 18px 2px rgba(28, 28, 28, 0.15);
	width: calc(57.5% - 10px);
	position: absolute;
	top: 0;
	left: 0;
}
#tmp_shisaku_mainvs .slide_thumb .list{
	padding-top: calc(453 * 100% / 680);
}
#tmp_shisaku_mainvs .slide_thumb .list > p{
	margin-bottom: 0;
}
#tmp_shisaku_mainvs .slide_thumb .list .thumb_img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	box-shadow: none;
	overflow: hidden;
}
#tmp_shisaku_mainvs .slide_thumb .list .thumb_img img{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
/* small */
#tmp_shisaku_mainvs .small_splide{
	display: flex;
	margin-left: calc(57.5% + 22px);
	padding-top: 20px;
	margin-right: -20px;
	padding-right: 20px;
	overflow: hidden;
}
#tmp_shisaku_mainvs .small_splide .splide{
	width: 100%;
	padding-left: 20px;
}
#tmp_shisaku_mainvs_sm .splide__track{
	overflow: visible;
}
#tmp_shisaku_mainvs .small_splide_item{
	position: relative;
	width: 50%;
}
#tmp_shisaku_mainvs .small_splide_item .slide_thumb{
	position: absolute;
	left: 20px;
	top: 0;
	width: calc(100% - 20px);
	pointer-events: none;
	padding-left: 0;
	box-shadow: none;
}
#tmp_shisaku_mainvs .small_splide_item .splide .thumb_img{
	margin-bottom: 18px;
	display: block;
	overflow: hidden;
}
#tmp_shisaku_mainvs .small_splide_item .splide .thumb_img img{
	opacity: 0;
}
#tmp_shisaku_mainvs .small_splide_item .slide_thumb.splide .thumb_img{
	box-shadow: none;
}
#tmp_shisaku_mainvs .small_splide_item .slide_thumb.splide .thumb_img img{
	opacity: 1;
}
#tmp_shisaku_mainvs .small_splide_item .splide_common.splide .splide__track{
	overflow: visible;
}
#tmp_shisaku_mainvs .small_splide_item .slide_thumb .splide__arrow{
	display: none;
}
#tmp_shisaku_mainvs .small_splide_item span.simple_link > a{
	line-height: 1.5;
	background-position: left 5px;
	padding-left: 23px;
}
#tmp_shisaku_mainvs .small_splide_item
#tmp_shisaku_mainvs .small_splide .splide__track{
	overflow: visible;
}
/* Hover */
#tmp_shisaku_mainvs .small_splide_item:has(.splide_common .ac_active) .slide_thumb .splide__slide.is-active .thumb_img img{
	transform: scale(1.157);
}
#tmp_shisaku_mainvs .box_thumb.active .thumb_img img{
	transform: none;
}
#tmp_shisaku_mainvs .box_thumb.ac_active a{
    text-decoration: underline;
}
#tmp_shisaku_mainvs .small_splide_item span.simple_link > a:focus-visible{
	outline-offset: -1px;
}
/* Pickup section
================================================== */
.sec_pickup{
	background-color: #fcf9f3;
	padding: 5px;
	margin-bottom: 90px;
}
.pickup_inner{
	border: 1px solid #7f3654;
	padding: 27px 0 0;
}
.splide_pickup_wrap{
	padding: 20px 63px 26px 64px;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
.pickup_inner h2{
	font-size: 144.4%;
	padding-left: 59px;
	padding-right: 20px;
	margin-bottom: 7px;
	background: url(/shared/templates/shisaku/images/main/line_pickup.png) no-repeat left calc(50% - 1px);
}
#tmp_splide_pickup .splide__track {
    overflow: visible;
}
#tmp_splide_pickup  a.box_thumb {
	background-color: transparent;
}
#tmp_splide_pickup .box_thumb .thumb_img{
	box-shadow: 0 5px 14px 1.5px rgba(28, 28, 28, 0.1);
}
#tmp_splide_pickup .box_thumb .thumb_cnt{
    padding: 17px 0 0;
}
#tmp_splide_pickup .box_thumb .thumb_txt{
	padding-left: 22px;
	font-size: 100%;
	background-position: left 9px;
}
.splide_pickup_wrap .splide__arrows{
	position: absolute;
	right: 7px;
	z-index: 9;
}
.splide_pickup_wrap .splide__arrows a{
	margin-top: 42px;
}
.splide_pickup_wrap .splide__arrows--ltr{
	left: 7px;
	right: auto;
}
.splide_pickup_wrap .splide__controls{
	justify-content: right;
	padding-top: 28px;
}
/* Bottom section
================================================== */
.type_top #tmp_contents h3{
	margin-bottom: 22px;
}
.type_top #tmp_contents ul{
	margin-left: 20px;
	list-style-image: url(/shared/templates/shisaku/images/icon/list_icon.gif);
}
.type_top #tmp_contents h2{
	padding-bottom: 15px;
	margin-bottom: 40px;
}
#tmp_contents .shisetsu_number_steps{
	padding-bottom: 11px;
}
#tmp_contents .shisetsu_number_steps ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 37px 30px;
	margin: 0;
}
#tmp_contents .shisetsu_number_steps ul li{
	border-top: 1px solid #7f3654;
	width: calc((100% - 30px)/2);
	line-height: 1.6;
}
#tmp_contents .shisetsu_number_steps .number_steps_flex{
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}
#tmp_contents .shisetsu_number_steps p{
	line-height: 1.6;
	margin-bottom: 0;
}
#tmp_contents .shisetsu_number_steps .number_steps{
	width: 136px;
	height: 123px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 200%;
	font-weight: 500;
	background: #7f3654 url(/shared/templates/shisaku/images/icon/bg_steps.png) no-repeat calc(50% - 1px) calc(50% - 11px);
	color: #FFFFFF;
	padding: 0 0 15px 1px;
	margin-right: 24px;
	position: relative;
}
#tmp_contents .shisetsu_number_steps .number_steps span::before{
	content: "";
	width: 39px;
	height: 40px;
	position: absolute;
    bottom: -16px;
    right: -10px;
	background: url(/shared/templates/shisaku/images/icon/circle_bg.png);
}
#tmp_contents .shisetsu_number_steps .number_steps span{
	position: relative;
	color: #7f3654;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background: #ffffff;
	border-radius: 100%;
	padding: 3px 0 0 2px;
}
#tmp_contents .shisetsu_number_steps .ttl_steps{
	display: block;
	flex: 1;
	margin-top: calc(4% + 2px);
}
#tmp_contents .shisetsu_number_steps .ttl_steps > a{
	text-decoration: none;
	display: block;
	font-size: 133.3%;
	font-weight: bold;
	padding-left: 36px;
	line-height: 1.6;
	background: url(/shared/templates/shisaku/images/icon/arrow_link.png) no-repeat left 8px;
	color: #222222;
}
#tmp_contents .shisetsu_number_steps .ttl_steps > a:hover{
	text-decoration: underline;
}
.type_top #tmp_footer{
	margin-top: 97px;
}
/* ==================================================
accessibility style change:color
================================================== */
/* free */
.color_black #tmp_free_banner::before,
.color_blue #tmp_free_banner::before,
.color_yellow #tmp_free_banner::before,
.color_black #tmp_free_banner::after,
.color_blue #tmp_free_banner::after,
.color_yellow #tmp_free_banner::after,
.color_black #tmp_free_banner .banner_img::before,
.color_blue #tmp_free_banner .banner_img::before,
.color_yellow #tmp_free_banner .banner_img::before,
.color_black #tmp_contents .shisaku_related li .number_step > span:after,
.color_blue #tmp_contents .shisaku_related li .number_step > span:after,
.color_yellow #tmp_contents .shisaku_related li .number_step > span:after {
	content: none;
}
.color_black #tmp_anchor_shisaku .anchor_ttl,
.color_blue #tmp_anchor_shisaku .anchor_ttl,
.color_yellow #tmp_anchor_shisaku .anchor_ttl,
.color_black #tmp_contents .shisaku_related ul li a,
.color_blue #tmp_contents .shisaku_related ul li a,
.color_yellow #tmp_contents .shisaku_related ul li a,
.color_black #tmp_contents .shisaku_related li .number_step > span,
.color_blue #tmp_contents .shisaku_related li .number_step > span,
.color_yellow #tmp_contents .shisaku_related li .number_step > span,
.color_black #tmp_contents .box_info,
.color_blue #tmp_contents .box_info,
.color_yellow #tmp_contents .box_info,
.color_black #tmp_contents .box_link,
.color_blue #tmp_contents .box_link,
.color_yellow #tmp_contents .box_link {
	border: 1px solid;
}
.color_black #tmp_contents ul.box_btn li,
.color_blue #tmp_contents ul.box_btn li,
.color_yellow #tmp_contents ul.box_btn li,
.color_black #tmp_contents div.box_menu .box_menu_ttl,
.color_blue #tmp_contents div.box_menu .box_menu_ttl,
.color_yellow #tmp_contents div.box_menu .box_menu_ttl {
	outline: none;
}
.color_black #tmp_contents .box_info .box_info_ttl,
.color_blue #tmp_contents .box_info .box_info_ttl,
.color_yellow #tmp_contents .box_info .box_info_ttl,
.color_black #tmp_contents .box_link .box_link_ttl,
.color_blue #tmp_contents .box_link .box_link_ttl,
.color_yellow #tmp_contents .box_link .box_link_ttl {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}
.color_black #tmp_contents .shisaku_details_wrap h3,
.color_blue #tmp_contents .shisaku_details_wrap h3,
.color_yellow #tmp_contents .shisaku_details_wrap h3 {
	border-left: none !important;
	border-bottom: 2px solid !important;
}
.color_black #tmp_contents .blog_goal_ttl,
.color_blue #tmp_contents .blog_goal_ttl,
.color_yellow #tmp_contents .blog_goal_ttl {
	border-bottom: 2px dotted;
}

/* top */
.color_blue #tmp_contents .shisetsu_number_steps .number_steps span::before,
.color_black #tmp_contents .shisetsu_number_steps .number_steps span::before,
.color_yellow #tmp_contents .shisetsu_number_steps .number_steps span::before,
.color_blue #tmp_shisaku_banner:before,
.color_black #tmp_shisaku_banner:before,
.color_yellow #tmp_shisaku_banner:before,
.color_blue #tmp_shisaku_banner:after,
.color_black #tmp_shisaku_banner:after,
.color_yellow #tmp_shisaku_banner:after{
	display: none;
}
.color_blue #tmp_contents .shisetsu_number_steps .number_steps,
.color_black #tmp_contents .shisetsu_number_steps .number_steps,
.color_yellow #tmp_contents .shisetsu_number_steps .number_steps{
	border: 1px solid;
	border-top: none;
}
.color_blue #tmp_mainvs_large,
.color_black #tmp_mainvs_large,
.color_yellow #tmp_mainvs_large,
.color_blue #tmp_mainvs_large *,
.color_black #tmp_mainvs_large *,
.color_yellow #tmp_mainvs_large *,
.color_blue #tmp_shisaku_mainvs .splide__slide,
.color_black #tmp_shisaku_mainvs .splide__slide,
.color_yellow #tmp_shisaku_mainvs .splide__slide,
.color_blue #tmp_shisaku_mainvs .splide__slide > p,
.color_black #tmp_shisaku_mainvs .splide__slide > p,
.color_yellow #tmp_shisaku_mainvs .splide__slide > p{
	background-color: transparent !important;
}
.color_blue #tmp_mainvs_large .simple_link > a::after,
.color_black #tmp_mainvs_large .simple_link > a::after{
	border-color: #FFFF00 !important;
}
.color_blue #tmp_mainvs_large .simple_link > a::before{
	background-image: url(/shared/templates/shisaku/images/icon/pickup_tag_blue.jpg);
}
.color_yellow #tmp_mainvs_large .simple_link > a::before{
	background-image: url(/shared/templates/shisaku/images/icon/pickup_tag_yellow.jpg);
}
.color_blue #tmp_mainvs_large_wrap .splide__controls .splide__arrow,
.color_black #tmp_mainvs_large_wrap .splide__controls .splide__arrow{
	background-image: url(/shared/templates/shisaku/images/icon/prev_icon_yellow.png) !important;
}
.color_blue #tmp_mainvs_large_wrap .splide__controls .splide__arrow.splide__arrow--next,
.color_black #tmp_mainvs_large_wrap .splide__controls .splide__arrow.splide__arrow--next {
    background-image: url(/shared/templates/shisaku/images/icon/next_icon_yellow.png) !important;
}
.color_yellow #tmp_mainvs_large_wrap .splide__controls .splide__arrow{
	background-image: url(/shared/templates/shisaku/images/icon/prev_icon_black.png) !important;
}
.color_yellow #tmp_mainvs_large_wrap .splide__controls .splide__arrow.splide__arrow--next {
    background-image: url(/shared/templates/shisaku/images/icon/next_icon_black.png) !important;
}
.color_blue #tmp_shisaku_banner h1,
.color_black #tmp_shisaku_banner h1,
.color_yellow #tmp_shisaku_banner h1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto !important;
}
.color_blue #tmp_shisaku_banner h1 span,
.color_black #tmp_shisaku_banner h1 span,
.color_yellow #tmp_shisaku_banner h1 span{
	opacity: 1;
}
.color_blue .splide_pickup_wrap::before,
.color_black .splide_pickup_wrap::before,
.color_yellow .splide_pickup_wrap::before,
.color_blue .splide_pickup_wrap::after,
.color_black .splide_pickup_wrap::after,
.color_yellow .splide_pickup_wrap::after{
	background-color:transparent;
}
.color_black #tmp_shisaku_mainvs .small_splide_item .slide_thumb,
.color_yellow #tmp_shisaku_mainvs .small_splide_item .slide_thumb,
.color_blue #tmp_shisaku_mainvs .small_splide_item .slide_thumb{
	z-index: 1;
	pointer-events: none;
}
.color_black #tmp_shisaku_mainvs .small_splide_item .slide_thumb .splide__slide,
.color_yellow #tmp_shisaku_mainvs .small_splide_item .slide_thumb .splide__slide,
.color_blue #tmp_shisaku_mainvs .small_splide_item .slide_thumb .splide__slide{
	pointer-events: none;
}
.color_black #tmp_shisaku_mainvs .thumb_img,
.color_yellow #tmp_shisaku_mainvs .thumb_img,
.color_blue #tmp_shisaku_mainvs .thumb_img{
	box-shadow: none;
}
.color_blue #tmp_contents .box_menu_ttl h2,
.color_black #tmp_contents .box_menu_ttl h2,
.color_yellow #tmp_contents .box_menu_ttl h2,
.color_blue #tmp_contents .box_menu_ttl h3,
.color_black #tmp_contents .box_menu_ttl h3,
.color_yellow #tmp_contents .box_menu_ttl h3,
.color_blue #tmp_contents .box_menu_ttl h4,
.color_black #tmp_contents .box_menu_ttl h4,
.color_yellow #tmp_contents .box_menu_ttl h4,
.color_blue #tmp_contents .box_menu_ttl h5,
.color_black #tmp_contents .box_menu_ttl h5,
.color_yellow #tmp_contents .box_menu_ttl h5,
.color_blue #tmp_contents .box_menu_ttl h6,
.color_black #tmp_contents .box_menu_ttl h6,
.color_yellow #tmp_contents .box_menu_ttl h6{
	padding: 0 !important;
	border: none !important;
}
.color_blue #tmp_contents .box_info .box_info_ttl h2,
.color_black #tmp_contents .box_info .box_info_ttl h2,
.color_yellow #tmp_contents .box_info .box_info_ttl h2,
.color_blue #tmp_contents .box_info .box_info_ttl h3,
.color_black #tmp_contents .box_info .box_info_ttl h3,
.color_yellow #tmp_contents .box_info .box_info_ttl h3,
.color_blue #tmp_contents .box_info .box_info_ttl h4,
.color_black #tmp_contents .box_info .box_info_ttl h4,
.color_yellow #tmp_contents .box_info .box_info_ttl h4,
.color_blue #tmp_contents .box_info .box_info_ttl h5,
.color_black #tmp_contents .box_info .box_info_ttl h5,
.color_yellow #tmp_contents .box_info .box_info_ttl h5,
.color_blue #tmp_contents .box_info .box_info_ttl h6,
.color_black #tmp_contents .box_info .box_info_ttl h6,
.color_yellow #tmp_contents .box_info .box_info_ttl h6,
.color_blue #tmp_contents .box_link .box_link_ttl h2,
.color_black #tmp_contents .box_link .box_link_ttl h2,
.color_yellow #tmp_contents .box_link .box_link_ttl h2,
.color_blue #tmp_contents .box_link .box_link_ttl h3,
.color_black #tmp_contents .box_link .box_link_ttl h3,
.color_yellow #tmp_contents .box_link .box_link_ttl h3,
.color_blue #tmp_contents .box_link .box_link_ttl h4,
.color_black #tmp_contents .box_link .box_link_ttl h4,
.color_yellow #tmp_contents .box_link .box_link_ttl h4,
.color_blue #tmp_contents .box_link .box_link_ttl h5,
.color_black #tmp_contents .box_link .box_link_ttl h5,
.color_yellow #tmp_contents .box_link .box_link_ttl h5,
.color_blue #tmp_contents .box_link .box_link_ttl h6,
.color_black #tmp_contents .box_link .box_link_ttl h6,
.color_yellow #tmp_contents .box_link .box_link_ttl h6{
	padding: 0 20px 0 21px !important;
	border: none !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* free */
.fsize_small #tmp_contents h4 {
	background-position: left top;
}
.fsize_small #tmp_contents ul.box_btn a,
.fsize_small #tmp_contents .box_menu_ttl a {
	background-position: 17px 18px;
}
.fsize_small #tmp_contents .blog_priority_ttl {
	background-position-y: 28px;
}
/* top */

/* ==================================================
no_js, no-splide
================================================== */
.no_javascript #tmp_shisaku_mainvs .splide__list,
#tmp_mainvs_large.no-splide .splide__list{
	display: block;
}
.no_javascript #tmp_shisaku_mainvs .splide__list{
	max-height: 453px;
	overflow-y: auto;
}
.no_javascript #tmp_shisaku_mainvs .splide__slide:not(:last-child){
	margin-bottom: 30px;
}
.no_javascript #tmp_mainvs_large .mainvs_item,
#tmp_mainvs_large.no-splide .mainvs_item{
	padding-left: 0;
	padding-top: 0;
}
.no_javascript #tmp_shisaku_mainvs .box_thumb,
#tmp_mainvs_large.no-splide .box_thumb{
	display: flex;
}
#tmp_mainvs_large.no-splide .box_thumb .simple_link,
#tmp_mainvs_large.no-splide .box_thumb{
	pointer-events: none;
}
#tmp_mainvs_large.no-splide .box_thumb .thumb_img,
#tmp_mainvs_large.no-splide .box_thumb .simple_link a{
	pointer-events: all;
}
.no_javascript #tmp_mainvs_large .thumb_img,
#tmp_mainvs_large.no-splide .thumb_img{
	opacity: 1;
	position: static;
}
.no_javascript #tmp_mainvs_large .simple_link,
#tmp_mainvs_large.no-splide .simple_link{
	padding-top: 53px;
	flex: 1;
}
#tmp_splide_pickup.no-splide .splide__list,
.no_javascript #tmp_splide_pickup .splide__list{
	gap: 20px;
}
#tmp_splide_pickup.no-splide .splide__slide,
.no_javascript #tmp_splide_pickup .splide__slide{
	width: calc( (100% - 40px) / 3 );
	margin-bottom: 20px;
}
.no_javascript .splide_pickup_wrap::after, 
.no_javascript .splide_pickup_wrap::before{
	display: none;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width:100% !important;
	padding-top: 0 !important;
}
#tmp_wrapper::after,
#tmp_main .free_wrap:before {
	content: none !important;
}
.container {
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 10px !important;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_header_fixed {
	position: static !important;
}
#tmp_header_wrap .header_fixed_inner {
	padding-bottom: 0;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
#tmp_hlogo a {
	text-decoration: none !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span{
	color:#000000 !important;
	background:#FFFFFF !important;
	font-size: 100%;
	font-weight: bold !important;
	z-index: auto !important;
	text-indent: 0 !important;
}
#tmp_footer {
	margin-top:50px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_logo p {
	background-image: none !important;
	padding-left: 0 !important;
}
#tmp_free_banner:before,
#tmp_free_banner:after,
#tmp_free_banner .banner_img::before,
#tmp_anchor_shisaku,
#tmp_contents .blog_priority,
#tmp_contents .shisaku_related,
#tmp_header_rgt,
#tmp_header_wrap .header_fixed_inner:after,
#tmp_header_fixed .header_fixed_wrapper:after,
#tmp_print,
#tmp_footer .fnavi_wrap,
#tmp_footer .footer_link_list,
#tmp_gnavi,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_footer .sign_lang {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
	border-top:1px solid #000000 !important;
}
.copyright,
#tmp_free_banner .banner_wrap,
#tmp_free_banner .banner_main .sub_ttl p,
#tmp_free_banner .banner_main .main_ttl h1,
#tmp_contents h1,
#tmp_contents h2 {
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_contents ul.box_btn li,
#tmp_contents .box_menu_cnt {
	box-shadow: none !important;
}
#tmp_contents .box_info,
#tmp_contents .box_link {
	background-image: none !important;
	border: 1px solid #000000 !important;
}
#tmp_contents .box_info .box_info_ttl,
#tmp_contents .box_link .box_link_ttl {
	padding: 10px 0 !important;
	border-bottom: 1px solid #000000 !important;
}
#tmp_contents div.box_info::before,
#tmp_contents div.box_info::after,
#tmp_contents div.box_link::before,
#tmp_contents div.box_link::after{
	display: none;
}
#tmp_free_banner .banner_main .main_ttl h1 {
	border: 1px solid #000000 !important;
	padding: 10px;
}
#tmp_contents h2 {
    border-left: 4px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
}
}
