
@charset "utf-8";
@media only screen and (max-width:599px) {
#wrap section {
    margin: 0 auto 2.5em;
    padding: 0;
}	
section h3 {
    text-indent: 0;
}
}



/*
face
*/
#face {
	background: url(/img/solution/heatstroke-announce-system/main.jpg) no-repeat;
	background-size: contain;
	background-position: top right;
	text-align: left;
	height: 275px;
	padding: 10px 0;
	text-shadow: 2px 2px 2px #FFF, -2px 2px 2px #FFF, 2px -2px 2px #FFF, -2px -2px 2px #FFF;
	background-color: #f3f3f3;
}
@media only screen and (max-width:599px) {
#face {
    height: 305px !important;
    background-position: right bottom;
    background-size: 430px;
    padding: 0.1em 0;
    text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
#face h2 {
	margin: 0.6em auto;
}
}



/*
contact_top
*/
#contact_top h4 span {
    display: block;
    margin: 0.4em auto 0;
}




/*
about
*/
#about .contInner p{
    text-align: justify;
}
#about .about_img {
    margin: 2em auto 2.5em;
    display: flex;
}
#about .about_img .about_item1 {
    flex: 3.2;
}
#about .about_img .about_item2 {
    margin: 0 0 0 50px;
    flex: 2;
    align-self: flex-start;
}
@media only screen and (max-width:599px) {
#about .contInner {
    max-width: 90%;
}
#about .about_img {
    flex-direction: column;
}
#about .about_img .about_item2{
    margin: 20px 0 0 0;
}
}



/*
feature
*/
#feature {
    background-color: #f6f9fd;
}
#feature .contInner > ul {
    margin: 1.5em auto;
    letter-spacing: 0;
}
#feature .contInner > ul li {
    text-indent: 0;
    padding: 0;
    margin: 1em auto 2.5em;
}
#feature div.useInner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#feature a {
	text-decoration: underline;
}
#feature div.useInner ul {
    width: 63%;
    margin: 0.5em auto;
    font-size: 100%;
    padding: 0 2% 0 0;
    letter-spacing: 0;
}
#feature div.useInner ul li {
    margin: 0.5em auto 0.6em;
    text-align: left;
    text-indent: -18px;
    padding: 0 0 0 0px;
    font-weight: normal;
    text-align: justify;
}
#feature div.useInner ul li:before {
	content: "● ";
	color: #0074c1;
	font-size:80%; 
}
#feature li strong {
    letter-spacing: 1px;
    background: #0074c1;
    color: #fff;
    padding: 0.4em 1.6% 0.2em;
    font-weight: bold;
    /* border-left: 10px solid; */
    width: 66%;
    display: block;
    font-size: 105%;
}
#feature li p {
    background-color: #f5f4cf;
    padding: 0.5em 2% 0.25em;
    color: #0061ae;
    width: 80%;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid;
}
#feature div.useInner figure {
    width: 30%;
    border-bottom: none;
    margin: -1.9em 0 0;
    padding: 0;
}
#feature div.useInner figure img {
	width: 100%;
	margin: 0;
}
 @media only screen and (max-width:599px) {
#feature .contInner > ul {
    width: 100%;
}
#feature div.useInner {
	display: block;
}
#feature li {
	margin-bottom: 2em;
}
#feature div.useInner ul {
    width: 94%;
    padding: 0 0 0 5%;
}
#feature div.useInner figure {
    width: 98%;
    margin: 1em auto 2.5em;
    padding: 0;
    display: block;
} 
#feature li strong {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.5em 3.6%;
    line-height: 1.4;
    font-size: 100%;
}
#feature li p {
    width: 100%;
    text-align: center;
    padding: 0.8em 4% 0.7em;
    border: none;
}
}



/*
system
*/
#system h4 {
    margin: 0 auto 0.7em;
    border-left: 10px solid #0074c1;
    padding: 0.3em 0 0.1em 15px;
    font-size: 110%;
}
#system .sys_img {
    margin: 2em auto 2.5em;
}
#system ul {
    list-style: square;
    padding: 0 0 0 4%;
    width: 98%;
}
#system ul li {
    margin: 0 auto 0.6em;
    position: relative;
    text-align: justify;
    line-height: 1.4;
}
#system ul li:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #0074c1;
    position: absolute;
    left: -25px;
    top: 4px;
}
@media only screen and (max-width:599px) {
#system ul {
    width: 94%;
    margin: 0 auto;
}
}



/*
list
*/
#list{
    background-color: #f6f6f6;
}
#list h4 {
    margin: 0 auto 0.7em;
    border-left: 10px solid #0074c1;
    padding: 0.3em 0 0.1em 15px;
    font-size: 110%;
}
#list .list_img {
    margin: 2em auto 2.5em;
    display: flex;
}
#list .list_img .list_item1{
    flex: 3;
}
#list .list_img .list_item2 {
    margin: 0 10px;
    flex: 2;
    align-self: flex-start;
}
#list small {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    display: block;
}
@media only screen and (max-width:599px) {
#list .list_img {
    flex-direction: column;
}
#list .list_img .list_item2{
    margin: 0;
}
}


/*
composition
*/
#composition .InnerBox {
    width: 24.5%;
    border: 0.5px solid #ddd;
    text-align: center;
    display: inline-grid;
}
#composition .InnerBox h4 {
    background: #0074c1;
    color: #fff;
    padding: 0.7em 2% 0.5em;
    font-size: 98%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0.5em;
    line-height: 1.2;
}
#composition .InnerBox h4 span {
    font-size: 80%;
    display: block;
}
#composition .InnerBox p {
    padding: 0.1em 5%;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}
#composition .InnerBox p span {
    font-size: 75%;
}
#composition .InnerBox figure {
    display: flex;
    align-items: flex-end;
    margin: 0.3em auto;
    width: 94%;
}
#composition .InnerBox ul {
    height: 100px;  
}
#composition .InnerBox li {
    position: relative;
    font-size: 94%;
    width: 87%;
    text-align: left;
    margin: 0 5% 0.5em auto;
    text-align: justify;
    line-height: 1.3;
    padding: 2px 0px 0px 10px;
    letter-spacing: 0;
}
#composition .InnerBox li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #444;
    top: 7px;
    left: -7px;
}
#composition .InnerBox a {
    background: #eff8fc;
    padding: 0.8em 0;
    margin: 0.7em auto 0;
    width: 100%;
    font-size: 95%;
    text-align: center;
    line-height: 1.5;
}
#composition .InnerBox a.arrow:before {
    right: 5%;
    border-width: 1px;
    border-color: #0074c1 #0074c1 transparent transparent;
}
#composition .InnerBox a.blank:after {
    margin-top: -7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 12%;
    color: #0074c1;
}
#composition .InnerBox a:hover {
    background: #dcf2fc;
    opacity: 1;
}
.arrow {
	display: block;
	position: relative;
}
.arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 3%;
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-color: #444 #444 transparent transparent;
    border-style: solid;
    transform: rotate(45deg);
}
@media only screen and (max-width:599px) {
#composition .InnerBox {
    width: 94%;
    margin: 0 auto 1em;
}
#composition .InnerBox figure {
    width: 88%;
}
}




/*
usecase
*/
#usecase {
    background-color: #f6f6f6;
}
#usecase div.usePict figure {
    width: 33%;
}
#usecase div.usePict img {
	width: 100%;
	margin: 0px;
}
#usecase div.usePict h4 {
    margin: 1em 0 0.6em;
    padding: 0.7em 0;
    border-bottom: 3px solid #0074c1;
    font-size: 120%;
    background-color: #d8efff;
    color: #0074c1;
    font-weight: bold;
    text-align: center;
}
#usecase div.usePict ul {
    margin: 1.5em auto;
    width: 94%;
    padding-left: 1%;
}
#usecase div.usePict ul li {
    margin: 0.5em auto 0.2em;
    font-size: 105%;
    position: relative;
}
#usecase div.usePict ul li:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #0074c1;
    position: absolute;
    left: -25px;
    top: 4px;
}
@media only screen and (max-width:599px) {
#usecase div.usePict {
	display: block;
}
#usecase div.usePict h4 {
    padding: 0.6em 4%;
    line-height: 1.3;
}
#usecase div.usePict figure {
margin: 0 auto 0.3em;
width: 100%;
}
#usecase div.usePict ul {
    padding: 0 0 0 20px;
    width: 92%;
    text-align: justify;
}
#usecase div.usePict ul li {
    width: 96%;
    margin: 0.2em auto 0.8em;
}	
}


@media only screen and (max-width:599px) {
.banner_block{
    margin-bottom: 0 !important;
}
}



