@charset "UTF-8";
/*共通*/
/*
<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name
*/

/*.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


.main_content{
	padding-top: 50px;
	background: url(../img/kosaka_laboratory.svg) ;
	background-size: 613px 167px;
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat; /* 繰り返しを防止 */
}
.lows_content .top-h1
,.lows_content .inner h1{
        /*width: 1100px;*/
        margin: 0 auto;
        padding: 65px 0;
        text-align: center;
        font-size: 36px;
        color: #fff;
        font-weight: bold;
    }
.lows_content #sec_single .ttlarea h1 {
        text-align: left;
    }
    .lows_content h1, .lows_content .top-h1 {
    }
    .lows_content .h2_style01 {
		display: inline-block;
        border-bottom: #ccc solid 6px;
        padding: 10px 0;
        margin-bottom: 25px;
  border-image: linear-gradient(to right, #dfe7f5, #fef4dd) 1;
    }

    .lows_content .h2_style01 h2 {
		display: inline-block;
        border-left: none;
        font-size: 42px;
        color: #4d4d4d;
        padding-left: 0;
    }

    .lows_content h3 {
        font-size: 23px;
        color: #4d4d4d;
		background: none;
  background-image: linear-gradient(90deg, #dfe7f5, #fef4dd);
		border-left: 2px solid #2B5BBD;
        padding: 15px 20px;
        margin-bottom: 15px;
    }



    .lows_content h4 {
        font-size: 22px;
        padding: 0 0 0 12px;
        color: #4d4d4d;
        border-bottom: none;
		border-left: 3px solid #2B5BBD;
        margin-bottom: 15px;
    }

    .list-circle ul li {
        list-style: disc;
        margin-bottom: 5px;
    }
/*
フッター
*/
    .footer-inner .logo {
        width: 200px;
        float: none;
        margin: 0 auto;
    }
    .footer-inner .access {
        float: none;
        display: inline-block;
        text-align: center;
        padding-left: 0;
		margin-top: 30px;
    }
    .copyright {
        text-align: center;
        font-size: 0.8rem;
        padding-top: 50px;
    }
