@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2{
	line-height: 1.38;
	font-size: 162.5%;
    padding: 19px 10px 19px 25px;
    border-radius: 6px;
    overflow: hidden;
    color: inherit;
    background-color: #f3e3f2;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left bottom;
	background-image: -webkit-gradient(linear, left top, right top, from(#edf0f4), to(#f6f9fb));
	background-image: -moz-linear-gradient(left, #edf0f4, #f6f9fb);
	background-image: -o-linear-gradient(left, #edf0f4, #f6f9fb);
	background-image:linear-gradient(to right, #acc2da, #d9e7f7),linear-gradient(to right, #edf0f4, #f6f9fb);
	background-size: 100% 3px, auto;
}
#tmp_contents h3 {
	padding: 1px 0 20px 30px;
	line-height: 1.38;
	font-size: 162.5%;
	background-image: -webkit-gradient(linear, left top, right top, from(#acc2da), to(#d9e7f7)), url(/shared/templates/iryo_miryoku_top/images/h3_bg.png); 
	background-image: -moz-linear-gradient(to right, #acc2da, #d9e7f7), url(/shared/templates/iryo_miryoku_top/images/h3_bg.png);
	background-image: -o-linear-gradient(to right, #acc2da, #d9e7f7), url(/shared/templates/iryo_miryoku_top/images/h3_bg.png);
    background-image: linear-gradient(to right, #acc2da, #d9e7f7), url(/shared/templates/iryo_miryoku_top/images/h3_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 2px, auto;
	background-position: left bottom, left 2px;
}

#tmp_contents h4 {
	padding: 0 0 15px;
	line-height: 1.45;
	color: inherit;
	background-color: transparent;
	border-bottom: 1px solid #acc2da;
	font-size: 137.5%;
}
#tmp_contents h5{
	padding: 5px 0 5px 16px;
	line-height: 1.5;
	font-size: 125%;
	color: inherit;
	background-color: #ffffff;
	background-image: url(/shared/templates/iryo_miryoku_top/images/h5_bg.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#tmp_contents h6{
	line-height: 1.5;
	font-size: 112.5%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	line-height: 1.8;
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1.5em 1.5em; /* Do not edit */
	list-style-image:url(/shared/site_iryo_miryoku/images/icon/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 3em 2.7em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li{
	margin: 0 0 1.1em; /* Do not edit */
	line-height: 1.7;
}
#tmp_contents ol li{
	margin: 0 0 1em; /* Do not edit */
	padding-left: 4px;
	line-height: 1.7;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#081f51; /* Do not edit */
	background-color:#081f51; /* Do not edit */
	margin: 10px 0;
	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:1px solid #fffcdf;
	clear:both; /* Do not edit */
}
#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,
#tmp_contents div.outline {
	padding:16px 20px 2px;
	color:inherit;
	background-color:#fffcdf;
}
#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 1em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin: 0 0 18px;
    line-height: 1.8;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #acc2da;
	border-radius: 6px;
	padding: 16px 18px 15px 19px;
	font-weight:bold;
}
#tmp_contents ul.box_btn li a{
	display: block;
	margin: -16px -18px -15px -19px;
	padding: 16px 18px 15px 40px;
	color: inherit;
	background: transparent url(/shared/site_iryo_miryoku/images/icon/icon_arrow.png) no-repeat 19px 26px;
	text-decoration: none;
}
#tmp_contents ul.box_btn a:hover{
	text-decoration: underline;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:2.5em 0; /* Do not edit */
	border:1px solid #acc2da;
	clear:both; /* Do not edit */
	border-radius: 6px;
}
#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-size: 137.5%;
	padding:15px 30px 7px 49px;
	color:inherit;
	font-weight:bold;
	background-color:#ffffff;
	background-image: url(/shared/templates/iryo_miryoku_top/images/box_ttl_icon.png);
	background-repeat: no-repeat;
	background-position: 29px 21px;
	border-radius: 5px 5px 0 0;
}
#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 {
	padding:0;
	background:none;
	margin:0;
	font-size:100%;
	line-height: 1.6;
	border: none;
	font-weight: inherit;
	color: inherit;
}
#tmp_contents .box_info .box_info_cnt {
	padding:7px 24px 11px;
	border-radius: 0 0 5px 5px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:19px; /* Do not edit */
}
#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:2.5em 0; /* Do not edit */
	border:1px solid #acc2da;
	clear:both; /* Do not edit */
	border-radius: 6px;
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	font-size: 137.5%;
	padding:15px 30px 7px 49px;
	color:inherit;
	font-weight:bold;
	background-color:#ffffff;
	background-image: url(/shared/templates/iryo_miryoku_top/images/box_ttl_icon.png);
	background-repeat: no-repeat;
	background-position: 29px 21px;
	border-radius: 5px 5px 0 0;
}
#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 {
	padding:0;
	background:none;
	margin:0;
	font-size:100%;
	line-height: 1.6;
	border: none;
	font-weight: inherit;
	color: inherit;
}
#tmp_contents .box_link .box_link_cnt {
	padding:7px 24px 11px;
	border-radius: 0 0 5px 5px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:19px; /* Do not edit */
}
#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 1em; /* Do not edit */
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #acc2da;
	border-radius: 6px;
	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 .box_menu_ttl{
	padding: 16px 18px 15px 19px;
    font-weight: bold;
	border-bottom: 1px solid #acc2da;
	border-radius: 6px 6px 0 0;
}
#tmp_contents .box_menu .box_menu_ttl a{
	display: block;
    margin: -16px -18px -15px -19px;
    padding: 16px 18px 15px 40px;
    color: inherit;
	background: transparent url(/shared/site_iryo_miryoku/images/icon/icon_arrow.png) no-repeat 19px 23px;
	text-decoration: none;
}
#tmp_contents .box_menu .box_menu_ttl p {
    margin: 0;
    line-height: 1.8;
}
#tmp_contents .box_menu .box_menu_cnt {
    padding: 17px 19px 0;
	border-radius: 0 0 6px 6px;
}
#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 ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left: 14px;
    margin-top: 0.2em;
}
#tmp_contents .box_menu ul li{
	padding-left: 2px;
    margin-bottom: 1.2em;
}
#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 .box_menu .box_menu_ttl a:hover {
	text-decoration: underline;
}

/* box_card
================================================== */
#tmp_contents .box_card {
	border-spacing: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
	border-radius: 6px;
	border: 1px solid #acc2da;
}
#tmp_contents .box_card td {
    background-color: #ffffff;
    color: inherit;
	padding: 0;
}
#tmp_contents .box_card .box_card_cnt {
    padding: 10px 16px 11px;
    font-size: 87.5%;
}
#tmp_contents .box_card .box_card_cnt strong {
    font-size: 114.3%;
}
#tmp_contents .box_card .box_card_cnt p {
    margin-bottom: 2px;
	line-height: 1.6;
}
#tmp_contents .box_card .box_card_img p {
    margin-bottom: 0;
}
#tmp_contents .box_card .box_card_img img {
	width: 100%;
    vertical-align: top;
	max-width: 100%;
    height: auto;
}

/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin: 0 0 3.3em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border: 1px solid #777C7C;
	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: 14px 19px 13px;
	color:inherit;
	background-color: #ccdbeb;
	border: 1px solid #777C7C;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	vertical-align: top;
	padding: 12px 19px 11px;
	border: 1px solid #777C7C;
}
#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_yellow {
	color:inherit;
	background-color:#fffcdf; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#EAEAEA; /* base.css > Styles > th.bg_gray */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 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 */
}

/* externalLink */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
    margin-right: 3px;
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
    content:"";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 11px;
    background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
    background-size: 14px auto;
    color: inherit;
}

/* gmap
================================================== */
#tmp_box_gmap {
	margin: 60px auto;
	text-align: center;
    font-size: 112.5%;
    font-weight: bold;
}
#tmp_box_gmap a {
	text-decoration:none;
	display:inline-block;
	border:1px solid #acc2da;
	min-width:303px;
	background-color:#ffffff;
	color:#222222;
	padding:13px 5px;
	position:relative;
	text-align: center;
    border-radius: 6px;
}
#tmp_box_gmap span {
	position:relative;
	padding:10px 0 7px 26px;
    background: url("/shared/site_iryo_miryoku/images/icon/gmap_icon.png") no-repeat left center;
}
#tmp_box_gmap a:hover span {
    text-decoration: underline;
}


/* ==================================================
fadeIn
================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}
.no_javascript .fadeIn {
    opacity: 1;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_contents table.datatable th,
.color_black #tmp_contents table.datatable th,
.color_yellow #tmp_contents table.datatable th,
.color_blue #tmp_contents table.enquete_table th,
.color_black #tmp_contents table.enquete_table th,
.color_yellow #tmp_contents table.enquete_table th,
.color_blue #tmp_contents table.datatable td,
.color_black #tmp_contents table.datatable td,
.color_yellow #tmp_contents table.datatable td,
.color_blue #tmp_contents table.enquete_table td,
.color_black #tmp_contents table.enquete_table td,
.color_yellow #tmp_contents table.enquete_table td{
	border: 1px solid;
}
.color_blue #tmp_contents ul.box_btn li,
.color_black #tmp_contents ul.box_btn li,
.color_yellow #tmp_contents ul.box_btn li{
	border: 1px solid;
}
.color_blue #tmp_contents *::after,
.color_black #tmp_contents *::after,
.color_yellow #tmp_contents *::after {
	display: none;
}
.color_blue #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h1,
.color_black #tmp_wrap_main h1 {
    border: none !important;
    padding: 0 !important;
}
.color_blue #tmp_wrap_main img,
.color_black #tmp_wrap_main img,
.color_yellow #tmp_wrap_main img {
    background-color: #ffffff !important;
}
.color_blue #tmp_iryo_team .iryo_team_img .iryo_team_img_caption {
    background-color: #00008B !important;
    color: #FFFF00 !important;
}
.color_black #tmp_iryo_team .iryo_team_img .iryo_team_img_caption {
    background-color: #000000 !important;
    color: #FFFF00 !important;
}
.color_yellow #tmp_iryo_team .iryo_team_img .iryo_team_img_caption {
    background-color: #FFFF00 !important;
    color: #00008B !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small #tmp_contents ul li,
.fsize_small #tmp_contents ol li{
	margin-bottom: 0.9em;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link: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 {
	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 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_inquiry,
#tmp_wrap_main,
#tmp_regulation p {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
#tmp_regulation p span {
	overflow: visible !important;
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	text-indent: inherit !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_regulation a {
	text-decoration: none !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_logo {
    width: auto;
    height: auto;
    margin-right: 20px;
	background-image: none !important;
}
#tmp_footer .footer_logo p {
    text-indent: 0;
}
.copyright{
	color:#000000 !important;
	background:#FFFFFF !important;
	text-align:left !important;
}
#tmp_hnavi_s,
#tmp_hnavi_regulation,
.pnavi,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_pankuzu {
	display:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.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;
}
}