@charset "utf-8";
/*----------------------------------------
management
----------------------------------------*/
/*pc*/
@media print, screen and (min-width: 768px) {
/*footerLink
.linkFotInfo ul li:nth-child(3) a {
background: #086db0;
}
.linkFotInfo ul li:nth-child(3) a .txt h3 {
color: #FFF;
}*/


.m_list {
width: 80%;
margin: 60px auto 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

.m_list li {
width: 31.33%;
overflow: hidden;
margin:0 1% 2%;
}
.m_list li a {
position: relative;
display: block;
color: #000;
}
.m_list li a::after {
content: '';
background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 30%;
}
.m_list li a:hover {
opacity: 1;
}
.m_list li a .img {
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.m_list li a:hover .img img {
transform: scale(1.1);
}
.m_list li a h4 {
font-size: 1.8rem;
position: absolute;
bottom: 5%;
padding: 0 5%;
color: #fff;
z-index: 1;
}


.cont01 {
padding: 50px 0;
}
.cont02 {
padding: 50px 0;
}
.cont03 {
padding: 50px 0;
}
.cont03 .msg01 {
margin: 30px 0 50px;
}
.cont03 .msg01 h5 {
font-size: 2.0rem;
margin: 0 0 10px;
}
.cont03 .msg01 p {}
.cont03 .msg01 ol {
margin: 0 0 0 25px;
}
.cont03 .msg01 ol li {}
.cont03 .msg01 .msgBox {
text-align: center;
margin: 0 0 50px;
border-bottom: solid 1px #d9d9d9;
}
.cont03 .msg01 .msgBox h4 {
font-size: 3.0rem;
padding: 20px;
background: #f2f6ff;
border-top: solid 3px #002773;
}
.cont03 .msg01 .msgBox .txt01 {
font-size: 2.8rem;
padding: 20px 50px 10px;
border-top: solid 1px #d9d9d9;
}
.cont03 .msg01 .msgBox .txt02 {
padding: 20px;
}
.cont03 .w1200 > ul {
list-style: none;
margin: 0;
}
.cont03 .w1200 > ul > li {
padding: 0 0 20px 25px;
transition: all 0.4s ease 0s;
position: relative;
}
.cont03 .w1200 > ul > li::before {
font-family: "Font Awesome 5 Free";
content: '\f152';
font-weight: 900;
color: #999;
margin: 0 10px 0 0;
position: absolute;
top: 0.3em;
left: 0;
}
.cont03 .w1200 > ul > li a {
display: inline-block;
}
.cont04 {
padding: 50px 0;
}
.cont04 .ttl01 span {
font-size: 1.6rem;
margin: 0 0 0 50px;
font-weight: normal;
}
.cont04 .box:nth-of-type(1) {
margin: 0 0 50px;
}
.cont04 .box h4 {
font-size: 2.4rem;
margin: 0 0 20px;
}
.cont04 .box p {}
.cont04 .box ol {
margin: 0 0 10px;
}
.cont04 .box ol li {
margin: 0 0 15px 25px;
}
.cont04 .box ol li h5 {
font-size: 2.0rem;
}
.cont04 .box ol li p {
font-size: 1.6rem;
color: #666;
}
.cont04 .box .name {
text-align: right;
}
.cont04 .box.line {
text-align: center;
border-top: solid 3px #002773;
}
.cont04 .box.line h4 {
padding: 20px;
background: #f2f6ff;
border-bottom: solid 1px #d9d9d9;
}
.cont04 .box.line p {
padding: 20px;
border-bottom: solid 1px #d9d9d9;
}
.cont05 {
padding: 50px 0;
}
.cont05 .box {
margin: 0 0 30px;
}
.cont05 .box h3 {
font-size: 2.4rem;
margin: 0 0 10px;
}
.cont05 .box p {
margin: 10px 0 0;
}
.cont05 .box .name {
text-align: right;
}
.cont05 .box h4 {
font-size: 2.0rem;
margin: 40px 0 10px;
}
.cont05 .box h4:nth-of-type(1) {
margin-top: 0;
}
.cont05 .box ul {
margin: 0 0 0 25px;
}
.cont05 .box ul li {}
.cont05 .box ul.flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
list-style: none;
}
.cont05 .box ul.flex li {
width: 35%;
}
.cont05 .img {
text-align: center;
}
.cont05 .box.line {
text-align: center;
border-top: solid 3px #002773;
}
.cont05 .box.line h3 {
padding: 20px;
background: #f2f6ff;
border-bottom: solid 1px #d9d9d9;
}
.cont05 .box.line h4 {
padding: 20px;
background: #f2f6ff;
border-bottom: solid 1px #d9d9d9;
}
.cont05 .box.line p {
padding: 20px;
border-bottom: solid 1px #d9d9d9;
}
.cont05 .kenkou {
font-size: 2.0rem;
font-weight: bold;
margin-top: 50px;
}
.cont05 .health_img {
margin: 0 auto;
width: 350px;
}

.cont05 .sus_list_txt{
margin:20px 0 0;
padding: 0;
list-style-type: none;
}

.cont05 .sus_list_txt li{
font-weight: 500;
margin: 0 0 15px;
position: relative;
padding-left: 20px;
box-sizing: border-box;
color: #000;
}

.cont05 .sus_list_txt li::before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 3px;
background: #096D97;
}

.cont05 .sus_list_txt li::after{
content: "";
position: absolute;
top: 0;
left: 6px;
bottom: 0;
width: 1px;
background: #096D97;
}

.cont06 {
padding: 50px 0;
}
.cont06 .txt {
margin: 0 0 50px;
}
.cont06 h4 {
font-size: 2.4rem;
margin: 0 0 20px;
}
.cont06 h4 span {
font-size: 1.6rem;
margin: 0 0 0 50px;
font-weight: normal;
}
.cont06 h5 {
font-size: 2.0rem;
margin: 40px 0 10px;
}
.cont06 ol {
margin: 0 0 30px 25px;
}
.cont06 ol li {}
.cont06 .table01 {
width: 100%;
margin: 0 0 50px;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table01 th {
padding: 15px 0;
border-top: solid 1px #d9d9d9;
background: #f2f6ff;
}
.cont06 .table01 th span {
font-size: 150%;
}
.cont06 .table01 td {
text-align: center;
width: 50%;
padding: 5px 20px;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table01 tr:nth-of-type(1) th {
border-top: solid 3px #002773;
}
.cont06 .table02 {
width: 100%;
margin: 0 0 50px;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table02 thead th {
padding: 15px 0;
border-top: solid 1px #d9d9d9;
background: #f2f6ff;
}
.cont06 .table02 tbody th {
width: 20%;
padding: 5px 20px;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table02 tbody td {
width: 80%;
padding: 5px 20px;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table02 thead tr:nth-of-type(1) th {
border-top: solid 3px #002773;
}
.cont07 {
padding: 50px 0;
}
.cont07 .txt01 {
margin: 0 0 50px;
}
.cont07 .txt01 img {
float: left;
margin: 0 40px 40px 0;
}
.cont07 .txt01 p {}
.cont07 .txt02 {}
.cont07 .txt02 h4 {
font-size: 2.0rem;
margin: 0 0 10px;
}
.cont07 .txt02 p {
margin: 0 0 50px;
}
.cont07 .txt02 .kome {
font-size: 1.8rem;
margin: -40px 0 50px;
}
.cont07 .txt02 ol {
width: 100%;
margin: 0 auto;
border: solid 2px #999;
padding: 20px;
box-sizing: border-box;
font-size: 1.6rem;
}
.cont07 .txt02 ol li {
margin: 0 0 0 25px;
}
.cont07 .txt03 {
margin-top: 50px;
}
.cont07 .txt03 h5 {
font-size: 16px;
font-weight: 500;
}
.cont07 .txt03 .table_box {
margin-top: 30px;
}
.cont07 .text {
font-size: 15px;
margin-top: 3px;
}
.cont07 .txt03 .ikukyu_table {
border-top: 1px solid #000;
border-right: 1px solid #000;
margin-top: 7px;
}
.cont07 .txt03 .ikukyu_table .tit {
width: 100px;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 2px;
background: #dff7ff;
font-size: 15px;
}
.cont07 .txt03 .ikukyu_table .value {
width: 170px;
background: #FFF;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 3px;
text-align: center;
}
.cont07 .txt03 .ikukyu_table td {
width: 170px;
background: #FFF;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 3px;
text-align: center;
font-weight: bold;
font-size: 14px;
background: #dff7ff;
}
.cont08 {
padding: 50px 0;
}
.cont08 h4 {
font-size: 2.4rem;
margin: 0 0 10px;
}
.cont08 p {
margin: 0 0 30px;
}
.cont08 ul {
margin: 0 0 0 25px;
}
.cont08 ul li {}
.border_box {
border: 2px solid #086DB0;
padding: 15px;
box-sizing: border-box;
margin: 0 auto 20px;
}

}






/*sp*/
@media only screen and (max-width: 767px) {
/*footerLink
.linkFotInfo ul li:nth-child(3) a {
background: #086db0;
}
.linkFotInfo ul li:nth-child(3) a .txt h3 {
color: #FFF;
}*/


.m_list {
width: 90%;
margin: 50px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
}
.m_list li {
overflow: hidden;
width: 48%;
margin-bottom: 10px;
}
.m_list li a {
position: relative;
display: block;
color: #000;
}
.m_list li a::after {
content: '';
background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 30%;
}
.m_list li a:hover {
opacity: 1;
}
.m_list li a .img {
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.m_list li a:hover .img img {
transform: scale(1.1);
}
.m_list li a h4 {
font-size: 1.8rem;
position: absolute;
bottom: 5%;
padding: 0 5%;
color: #fff;
z-index: 1;
}


.cont01 {
padding: 50px 2%;
}
.cont02 {
padding: 50px 2%;
}
.cont03 {
padding: 50px 2%;
}
.cont03 .msg01 {
margin: 30px 0 50px;
}
.cont03 .msg01 h5 {
font-size: 2.0rem;
margin: 0 0 10px;
}
.cont03 .msg01 p {}
.cont03 .msg01 ol {
margin: 0 0 0 25px;
}
.cont03 .msg01 ol li {}
.cont03 .msg01 .msgBox {
text-align: center;
margin: 0 0 30px;
}
.cont03 .msg01 .msgBox {
text-align: center;
margin: 0 0 30px;
border-bottom: solid 1px #d9d9d9;
}
.cont03 .msg01 .msgBox h4 {
font-size: 2.0rem;
padding: 20px;
background: #f2f6ff;
border-top: solid 3px #002773;
}
.cont03 .msg01 .msgBox .txt01 {
font-size: 2.4rem;
padding: 10px 50px 10px;
border-top: solid 1px #d9d9d9;
}
.cont03 .msg01 .msgBox .txt02 {
padding: 10px;
}
.cont03 .w1200 > ul {
list-style: none;
margin: 0;
}
.cont03 .w1200 > ul li {
padding: 0 0 20px 25px;
transition: all 0.4s ease 0s;
position: relative;
}
.cont03 .w1200 > ul li::before {
font-family: "Font Awesome 5 Free";
content: '\f152';
font-weight: 900;
color: #999;
margin: 0 10px 0 0;
position: absolute;
top: 0.3em;
left: 0;
}
.cont03 .w1200 > ul li a {
display: inline-block;
}
.cont04 {
padding: 50px 2%;
}
.cont04 .box:nth-of-type(1) {
margin: 0 0 50px;
}
.cont04 .box h4 {
font-size: 2.4rem;
margin: 0 0 20px;
}
.cont04 .box p {}
.cont04 .box ol {
margin: 0 0 10px;
}
.cont04 .box ol li {
margin: 0 0 15px 25px;
}
.cont04 .box ol li h5 {
font-size: 2.0rem;
}
.cont04 .box ol li p {
font-size: 1.6rem;
color: #666;
}
.cont04 .box .name {
text-align: right;
}
.cont04 .box.line {
text-align: center;
border-top: solid 3px #002773;
}
.cont04 .box.line h4 {
padding: 10px;
background: #f2f6ff;
border-bottom: solid 1px #d9d9d9;
}
.cont04 .box.line p {
padding: 10px;
border-bottom: solid 1px #d9d9d9;
}
.cont05 {
padding: 50px 2%;
}
.cont05 .box {
margin: 0 0 30px;
}
.cont05 .box h3 {
font-size: 2.0rem;
margin: 0 0 10px;
}
.cont05 .box p {
margin: 10px 0 0;
}
.cont05 .box .name {
text-align: right;
}
.cont05 .box h4 {
font-size: 1.8rem;
margin: 40px 0 10px;
}
.cont05 .box h4:nth-of-type(1) {
margin-top: 0;
}
.cont05 .box ul {
margin: 0 0 0 25px;
}
.cont05 .box ul li {}
.cont05 .box ul.flex {
list-style: none;
margin: 0;
}
.cont05 .box ul.flex li {}
.cont05 .img {
text-align: center;
}
.cont05 .box.line {
text-align: center;
border-top: solid 3px #002773;
}
.cont05 .box.line h3 {
padding: 10px;
background: #f2f6ff;
border-bottom: solid 1px #d9d9d9;
}

.cont05 .box.line h4 {
padding: 10px;
background: #f2f6ff;
border-bottom: solid 1px #d9d9d9;
}

.cont05 .box.line p {
padding: 10px;
border-bottom: solid 1px #d9d9d9;
}
.cont05 .kenkou {
font-size: 1.8rem;
font-weight: bold;
margin-top: 50px;
}
.cont05 .health_img {
margin: 0 auto;
width: 300px;
}


.cont05 .sus_list_txt{
margin:20px 0 0;
padding: 0;
list-style-type: none;
}

.cont05 .sus_list_txt li{
font-weight: 500;
margin: 0 0 10px;
position: relative;
padding-left:15px;
box-sizing: border-box;
color: #000;
}

.cont05 .sus_list_txt li::before{
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 3px;
background: #096D97;
}

.cont05 .sus_list_txt li::after{
content: "";
position: absolute;
top: 0;
left: 6px;
bottom: 0;
width: 1px;
background: #096D97;
}

.cont06 {
padding: 50px 2%;
}
.cont06 .txt {
margin: 0 0 50px;
}
.cont06 h4 {
font-size: 2.0rem;
margin: 0 0 20px;
}
.cont06 h4 span {
font-size: 1.4rem;
margin: 0 0 0 50px;
font-weight: normal;
}
.cont06 h5 {
font-size: 1.8rem;
margin: 40px 0 10px;
}
.cont06 ol {
margin: 0 0 30px 25px;
}
.cont06 ol li {}
.cont06 .table01 {
width: 100%;
margin: 0 0 50px;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table01 th {
padding: 15px 0;
background: #f2f6ff;
border-top: solid 1px #d9d9d9;
}
.cont06 .table01 th span {
font-size: 150%;
}
.cont06 .table01 td {
text-align: center;
width: 50%;
padding: 5px 20px;
border-top: solid 1px #d9d9d9;
}
.cont06 .table01 tr:nth-of-type(1) th {
border-top: solid 3px #002773;
}
.cont06 .table02 {
width: 100%;
margin: 0 0 0;
border-bottom: solid 1px #d9d9d9;
}
.cont06 .table02 thead th {
padding: 15px 0;
background: #f2f6ff;
border-top: solid 1px #d9d9d9;
}
.cont06 .table02 tbody th {
width: 20%;
padding: 5px 20px;
border-top: solid 1px #d9d9d9;
}
.cont06 .table02 tbody td {
width: 80%;
padding: 5px 20px;
border-top: solid 1px #d9d9d9;
}
.cont06 .table02 thead tr:nth-of-type(1) th {
border-top: solid 3px #002773;
}
.cont07 {
padding: 50px 2%;
}
.cont07 .txt01 {
margin: 0 0 50px;
}
.cont07 .txt01 img {
float: left;
margin: 0 10px 10px 0;
padding: 10px;
}
.cont07 .txt01 p {}
.cont07 .txt02 {}
.cont07 .txt02 h4 {
font-size: 2.0rem;
margin: 0 0 10px;
}
.cont07 .txt02 p {
margin: 0 0 50px;
}
.cont07 .txt02 .kome {
font-size: 1.8rem;
margin: -40px 0 50px;
}
.cont07 .txt02 ol {
width: 100%;
margin: 0 auto;
border: solid 2px #999;
padding: 20px;
box-sizing: border-box;
font-size: 1.6rem;
}
.cont07 .txt02 ol li {
margin: 0 0 0 25px;
}
.cont07 .txt03 {
margin-top: 50px;
}
.cont07 .txt03 h5 {
font-size: 16px;
font-weight: 500;
}
.cont07 .txt03 .table_box {
margin-top: 30px;
}
.cont07 .text {
font-size: 14px;
margin-top: 3px;
}
.cont07 .txt03 .ikukyu_table {
border-top: 1px solid #000;
border-right: 1px solid #000;
margin-top: 7px;
}
.cont07 .txt03 .ikukyu_table .tit {
width: 140px;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 2px;
background: #dff7ff;
font-size: 15px;
}
.cont07 .txt03 .ikukyu_table .value {
width: 70%;
background: #FFF;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 3px;
text-align: center;
}
.cont07 .txt03 .ikukyu_table td {
width: 60%;
background: #FFF;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
padding: 3px;
text-align: center;
font-weight: bold;
font-size: 14px;
background: #dff7ff;
}
.cont08 {
padding: 50px 2%;
}
.cont08 h4 {
font-size: 2.0rem;
margin: 0 0 10px;
}
.cont08 p {
margin: 0 0 20px;
}
.cont08 ul {
margin: 0 0 0 25px;
}
.cont08 ul li {}
.border_box {
border: 2px solid #086DB0;
padding: 10px;
box-sizing: border-box;
margin: 0 auto 10px;
}
}