@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#infection_control {
	min-width: 1080px;
	background-size: 100%;
	background-color: #fff;
	font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"Yu Gothic Medium",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9;
	color: #1c1c1c;
    text-align: center;
    font-feature-settings: "palt";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#infection_control img, #infection_control a {
	width: 100%;
	display: block;
    margin: 0;
}
#infection_control a {
	text-decoration: none;
}
/*=========================
▼▼共通▼▼
===========================*/
#infection_control p, #infection_control div, #infection_control h2, #infection_control h3, #infection_control h4 {
	margin: 0;
	padding: 0;
    font-weight: 600;
}
#infection_control ul {
	margin: 0;
    padding: 0;
}
#infection_control li {
	list-style: none;
}
#infection_control section {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#infection_control .pc_none {
    display: none;
}
#infection_control .auto {
	width: 1080px;
	margin: 0 auto;
}
/*=========================
▲▲共通▲▲
===========================*/
#infection_control #conts_main {
    padding: 70px 0 33px;
}
#infection_control #conts_main h2 {
	width: 1060px;
    margin: 0 auto 32px;
}
#infection_control #conts_main .sub_title {
	font-size: 23px;
    line-height: 1.6;
    font-weight: 600;
    color: #1d2088;
    letter-spacing: -.03em;
}

#infection_control #conts_detail {
	padding: 65px 0 45px;
    background-color: #1d2088;
}
#infection_control #conts_detail ul {
	width: 100%;
    display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0 0 12px;
}
#infection_control #conts_detail li {
	width: 530px;
    min-height: 505px;
    padding: 36px 35px 17px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
#infection_control #conts_detail li .about {
	font-size: 31px;
    line-height: 1.3;
    font-weight: 600;
    color: #1d2088;
    margin-bottom: 7px;
}
#infection_control #conts_detail li .about .bg {
	font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    color: #fae900;
    display: inline-block;
    background-color: #1d2088;
    padding: 5px 6px 4px;
    margin-right: 3px;
}
#infection_control #conts_detail li .img {
	width: 327px;
    margin: 0 auto 16px;
}
#infection_control #conts_detail .caution {
	color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.7;
}
#infection_control #conts_detail .caution .underline {
    color: inherit;
    display: inline-block;
    width: auto;
    font-weight: 600;
    position: relative;
}
#infection_control #conts_detail .caution .underline::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    left: 0;
}
#infection_control #conts_detail .caution .underline:hover::before {
    display: none;
}

#infection_control #conts_map {
	padding: 105px 0 92px;
}
#infection_control #conts_map h3 {
	font-size: 47px;
    line-height: 1.3;
    color: #1d2088;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}
#infection_control #conts_map h3::after {
	content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-image: url("../img/ptn_01.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 10px;
    position: absolute;
    bottom: -13px;
    left: 0;
}
#infection_control #conts_map .pc_map {
	width: 1000px;
}
#infection_control #conts_map .pc_map area {
	outline: none;
}

#infection_control #conts_request {
	margin-bottom: 90px;
}
#infection_control #conts_request .bg_wrapper {
	width: 100%;
    box-sizing: border-box;
    background-color: #1d2088;
    border-radius: 30px;
    padding: 48px 50px 58px;
}
#infection_control #conts_request h3 {
	font-size: 39px;
    line-height: 1.3;
    color: #fae900;
    margin-bottom: 14px;
}
#infection_control #conts_request .sub_text {
	font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
#infection_control #conts_request .sub_text2 {
	font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 12px;
}
#infection_control #conts_request .detail {
	width: 500px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    letter-spacing: .075em;
}
#infection_control #conts_request .wrapper {
	width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    display:-ms-flexbox;
  	display:flex;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
#infection_control #conts_request .wrapper .img_box {
	width: 480px;
}
#infection_control #conts_request .wrapper .text_box {
	width: 480px;
    padding-top: 4px;
}
#infection_control #conts_request .text_box dl {
    margin: 0 0 26px;
}
#infection_control #conts_request .text_box dl:last-of-type {
    margin-bottom: 7px;
}
#infection_control #conts_request .text_box dt {
	font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}
#infection_control #conts_request .text_box dd {
	padding: 0;
    margin: 0;
}
#infection_control #conts_request .text_box dd li {
	display: inline-block;
}
#infection_control #conts_request .link_text {
    margin-bottom: 7px;
}
#infection_control #conts_request .link {
    margin-top: -14px;
    font-size: 15px;
    line-height: 1;
}
#infection_control #conts_request .link a {
    color: #fff;
}

#infection_control #conts_access {
	margin-bottom: 76px;
}
#infection_control #conts_access h3 {
	font-size: 30px;
    line-height: 1.3;
    color: #1d2088;
    position: relative;
    display: inline-block;
    margin-bottom: 58px;
}
#infection_control #conts_access h3::after {
	content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-image: url("../img/ptn_01.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 10px;
    position: absolute;
    bottom: -17px;
    left: 0;
}
#infection_control #conts_access .wrapper ul {
	width: 100%;
    color: #fff;
    margin: 0 0 58px;
    padding: 0;
    display:-ms-flexbox;
  	display:flex;
    -ms-flex-pack: center;
	justify-content: center;
}
#infection_control #conts_access .wrapper2 ul {
    margin: 0;
}
#infection_control #conts_access .wrapper li {
	width: 218px;
    margin: 0 15px;
}
#infection_control #conts_access .wrapper li .btn {
	width: 218px;
    margin-bottom: 12px;
}
#infection_control #conts_access .wrapper li a {
    padding: 15px 0 12px;
	border: 3px solid #1d2088;
    background-color: #1d2088;
    box-shadow: 2px 2px 0px 2px #0c0e72;
    border-radius: 100px;
    transition-duration: .3s;
}
#infection_control #conts_access .wrapper2 li a {
    background-color: #fff;
}
#infection_control #conts_access .wrapper li a:hover {
    background-color: #fff;
}
#infection_control #conts_access .wrapper2 li a:hover {
    background-color: #1d2088;
}
#infection_control #conts_access .wrapper li a .icon {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff000;
    padding-left: 14px;
    background-image: url("../img/arrow_01_ye.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 9px;
}
#infection_control #conts_access .wrapper2 li a .icon {
    color: #1d2088;
    background-image: url("../img/arrow_01_bl.png");
}
#infection_control #conts_access .wrapper li a:hover .icon {
    color: #1d2088;
    background-image: url("../img/arrow_01_bl.png");
}
#infection_control #conts_access .wrapper2 li a:hover .icon {
    color: #fff;
    background-image: url("../img/arrow_01_wh.png");
}
#infection_control #conts_access .wrapper li .text {
	color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

#infection_control #conts_poster {
	background-color: #f2f2f8;
    padding: 46px 0 103px;
}
#infection_control #conts_poster h3 {
	font-size: 39px;
    color: #1d2088;
    line-height: 1.3;
    margin-bottom: 27px;
}
#infection_control #conts_poster h3 .small {
	font-size: 24px;
    display: inline-block;
    line-height: 1.6;
}
#infection_control #conts_poster .wrapper {
	width: 888px;
    margin: 0 auto;
    display:-ms-flexbox;
  	display:flex;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
#infection_control #conts_poster .img {
	width: 295px;
}
#infection_control #conts_poster .text_box {
	width: 560px;
    padding-top: 2px;
    text-align: left;
}
#infection_control #conts_poster .text_box h4 {
	font-size: 30px;
    line-height: 1.24;
    color: #1d2088;
    margin-bottom: 14px;
}
#infection_control #conts_poster .text_box .text {
	margin-bottom: 14px;
}
#infection_control #conts_poster .text_box .margin_b {
	margin-bottom: 32px;
}
#infection_control #conts_poster .text_box .btn {
	width: 100%;
    text-align: center;
    padding: 17px 0 16px;
	border: 3px solid #1d2088;
    background-color: #1d2088;
    box-shadow: 2px 2px 0px 2px #0c0e72;
    border-radius: 100px;
    transition-duration: .3s;
}
#infection_control #conts_poster .text_box .btn:hover {
    background-color: #fff;
}
#infection_control #conts_poster .text_box .btn .icon {
    display: inline-block;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff000;
    padding-left: 34px;
    background-image: url("../img/icon_01_ye.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
#infection_control #conts_poster .text_box .btn:hover .icon {
    color: #1d2088;
    background-image: url("../img/icon_01_bl.png");
}
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#infection_control {
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"Yu Gothic Medium",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	color: #1c1c1c;
	text-align: center;
    overflow: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#infection_control img, #infection_control a {
	width: 100%;
	display: block;
}
#infection_control a {
	text-decoration: none;
    outline: none;
}
/*=========================
▼▼共通▼▼
===========================*/
#infection_control p, #infection_control div, #infection_control h2, #infection_control h3, #infection_control h4 {
	margin: 0;
	padding: 0;
}
#infection_control ul {
	margin: 0;
    padding: 0;
}
#infection_control li {
	list-style: none;
}
#infection_control section {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#infection_control .sp_none {
    display: none;
}
#infection_control .auto {
	width: 90%;
	margin: 0 auto;
}
/*=========================
▲▲共通▲▲
===========================*/
#infection_control #conts_main {
    padding: 56px 0 24px;
}
#infection_control #conts_main h2 {
	width: 100%;
    margin: 0 auto 20px;
}
#infection_control #conts_main .sub_title {
    text-align: left;
	font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
    color: #1d2088;
}

#infection_control #conts_detail {
	padding: 40px 0 40px;
    background-color: #1d2088;
}
#infection_control #conts_detail ul {
	width: 100%;
    margin: 0 auto 26px;
}
#infection_control #conts_detail li {
	width: 100%;
    padding: 30px 5% 26px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
#infection_control #conts_detail li:last-of-type {
    margin-bottom: 0;
}
#infection_control #conts_detail li .about {
	font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #1d2088;
    margin-bottom: 4px;
}
#infection_control #conts_detail li .about .bg {
	font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #fae900;
    display: inline-block;
    background-color: #1d2088;
    padding: 3px 4px 3px;
    margin-right: 2px;
}
#infection_control #conts_detail li .img {
	width: 100%;
    max-width: 220px;
    margin: 0 auto 16px;
}
#infection_control #conts_detail li .text {
	text-align: left;
    line-height: 1.7;
}
#infection_control #conts_detail .caution {
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
}
#infection_control #conts_detail .caution .underline {
    color: inherit;
    display: inline-block;
    width: auto;
    font-weight: 600;
    position: relative;
}
#infection_control #conts_detail .caution .underline::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    left: 0;
}
#infection_control #conts_detail .caution .underline:hover::before {
    display: none;
}

#infection_control #conts_map {
	padding: 52px 0 34px;
}
#infection_control #conts_map h3 {
	font-size: 27px;
    line-height: 1.3;
    color: #1d2088;
    position: relative;
    display: inline-block;
    margin-bottom: 34px;
}
#infection_control #conts_map h3::after {
	content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-image: url("../img/ptn_01.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 6px;
    position: absolute;
    bottom: -11px;
    left: 0;
}
#infection_control #conts_map .sp_map {
	
}
#infection_control #conts_map .sp_map li a {
	width: 100%;
    padding: 13px 0 12px 5%;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #000;
}
#infection_control #conts_map .sp_map li:last-of-type a {
    border-bottom: none;
}
#infection_control #conts_map .sp_map li a .icon {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    color: #1d2088;
    padding-left: 12px;
    background-image: url("../img/arrow_01_bl.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7px;
}

#infection_control #conts_request {
	margin-bottom: 50px;
}
#infection_control #conts_request .auto {
	width: 100%;
}
#infection_control #conts_request .bg_wrapper {
	width: 100%;
    box-sizing: border-box;
    background-color: #1d2088;
    padding: 40px 5% 42px;
}
#infection_control #conts_request h3 {
	font-size: 22px;
    line-height: 1.4;
    color: #fae900;
    margin-bottom: 10px;
}
#infection_control #conts_request .sub_text {
	font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}
#infection_control #conts_request .sub_text2 {
	font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 12px;
}
#infection_control #conts_request .detail {
	width: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 22px;
}
#infection_control #conts_request .wrapper {
	width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
#infection_control #conts_request .wrapper .img_box {
	width: 100%;
    margin: 0 auto 18px;
}
#infection_control #conts_request .wrapper .text_box {
	width: 100%;
}
#infection_control #conts_request .text_box dl {
    margin: 0 0 30px;
}
#infection_control #conts_request .text_box dl:last-of-type {
    margin-bottom: 27px;
}
#infection_control #conts_request .text_box dt {
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}
#infection_control #conts_request .text_box dd {
	padding: 0;
    margin: 0;
    text-align: left;
}
#infection_control #conts_request .text_box dd li {
	display: inline-block;
}
#infection_control #conts_request .link_text {
    margin-bottom: 12px;
}
#infection_control #conts_request .link {
    font-size: 15px;
    line-height: 1.3;
    display: block;
    margin-bottom: 18px;
}
#infection_control #conts_request .link a {
    color: #fff;
}
#infection_control #conts_request .text {
    font-size: 15px;
    line-height: 1.7;
    display: block;
}

#infection_control #conts_access {
	margin-bottom: 56px;
}
#infection_control #conts_access h3 {
	font-size: 20px;
    line-height: 1.3;
    color: #1d2088;
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
}
#infection_control #conts_access h3::after {
	content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-image: url("../img/ptn_01.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 6px;
    position: absolute;
    bottom: -11px;
    left: 0;
}
#infection_control #conts_access .wrapper ul {
	width: 100%;
    color: #fff;
    margin: 0 0 58px;
    padding: 0;
}
#infection_control #conts_access .wrapper2 ul {
    margin: 0;
}
#infection_control #conts_access .wrapper li {
	width: 100%;
    margin-bottom: 20px;
}
#infection_control #conts_access .wrapper li:last-of-type {
    margin-bottom: 0;
}
#infection_control #conts_access .wrapper li .btn {
	width: 90%;
    max-width: 280px;
    margin: 0 auto 10px;
}
#infection_control #conts_access .wrapper li a {
    padding: 12px 0 11px;
	border: 2px solid #1d2088;
    background-color: #1d2088;
    box-shadow: 1px 2px 0px 1px #0c0e72;
    border-radius: 100px;
    transition-duration: .3s;
}
#infection_control #conts_access .wrapper2 li a {
    background-color: #fff;
}
#infection_control #conts_access .wrapper li a:hover {
    background-color: #fff;
}
#infection_control #conts_access .wrapper2 li a:hover {
    background-color: #1d2088;
}
#infection_control #conts_access .wrapper li a .icon {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff000;
    padding-left: 12px;
    background-image: url("../img/arrow_01_ye.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7px;
}
#infection_control #conts_access .wrapper2 li a .icon {
    color: #1d2088;
    background-image: url("../img/arrow_01_bl.png");
}
#infection_control #conts_access .wrapper li a:hover .icon {
    color: #1d2088;
    background-image: url("../img/arrow_01_bl.png");
}
#infection_control #conts_access .wrapper2 li a:hover .icon {
    color: #fff;
    background-image: url("../img/arrow_01_wh.png");
}
#infection_control #conts_access .wrapper li .text {
	color: #000;
    font-size: 13px;
    line-height: 1.3;
}

#infection_control #conts_poster {
	background-color: #f2f2f8;
    padding: 46px 0 103px;
}
#infection_control #conts_poster h3 {
	font-size: 22px;
    color: #1d2088;
    line-height: 1.4;
    margin-bottom: 20px;
}
#infection_control #conts_poster h3 .small {
	font-size: 14px;
}
#infection_control #conts_poster .wrapper {
	width: 100%;
    margin: 0 auto;
}
#infection_control #conts_poster .img {
	width: 90%;
    max-width: 340px;
    margin: 0 auto 20px;
}
#infection_control #conts_poster .text_box {
	width: 100%;
    text-align: left;
}
#infection_control #conts_poster .text_box h4 {
	font-size: 20px;
    line-height: 1.4;
    color: #1d2088;
    text-align: center;
    margin-bottom: 14px;
}
#infection_control #conts_poster .text_box .text {
	margin-bottom: 26px;
    font-weight: 600;
}
#infection_control #conts_poster .text_box .btn {
	width: 100%;
    text-align: center;
    padding: 6px 0 4px;
	border: 2px solid #1d2088;
    background-color: #1d2088;
    box-shadow: 1px 2px 0px 1px #0c0e72;
    border-radius: 100px;
    transition-duration: .3s;
}
#infection_control #conts_poster .text_box .btn:hover {
    background-color: #fff;
}
#infection_control #conts_poster .text_box .btn .icon {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff000;
    padding-left: 22px;
    text-align: left;
    background-image: url("../img/icon_01_ye.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}
#infection_control #conts_poster .text_box .btn:hover .icon {
    color: #1d2088;
    background-image: url("../img/icon_01_bl.png");
}
#infection_control #conts_poster .text_box .btn .icon .small {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}
}