<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-------------------------------------
メイン
---------------------------------------*/
#mainContents {
  background-color:#FFF;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
}
#mainContents &gt; .title {
    background-color: #1b265f;
    background-image: linear-gradient(0deg, #1b265f 0%, #004da1 100%);
}
#mainContents &gt; .title &gt; .title__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
	text-align: center;
}
#mainContents &gt; .title &gt; .title__inner h2 {
	padding: 50px 0;
}
#mainContents &gt; .title &gt; .title__inner img {
    width: auto;
    max-width: 96%;
}
#mainContents &gt; .block &gt; .block-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 80px 0;
}
#mainContents &gt; .block.color-01 {
	background: #F5F5F5;
}
#mainContents &gt; .block.color-02 {
	background: #ffffff;
}
#mainContents &gt; .block.color-03 &gt; .block-inner {
	padding: 60px 0;
}
#mainContents &gt; .block p {
	line-height: 1.6;
	font-size: 18px;
	text-align: center;
}
#mainContents &gt; .block .ttl_point span {
	display: inline-block;
	color: #fff;
	background: #fe4c1a;
	font-size: 24px;
	line-height: 1;
	padding: 10px 15px;
	margin-right: 20px;
}
#mainContents &gt; .block .ttl_point {
    font-weight: bold;
    font-size: min(5.4vw, 32px);
    margin-bottom: 20px;
    text-align: center;
}
#mainContents &gt; .block .ttl_point img {
    vertical-align: text-bottom;
    height: 43px;
}

.point-01_inner {
    display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.point-01_box {
    background-color: #004da1;
    border-radius: 15px;
    padding: 15px;
    width: 48%;
	text-align: center;
}
.point-01_box h4 {
    color: #fff;
	font-size: 28px;
	font-weight: 500;
    text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
.point-01_con {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.point-01_con img {
    width: auto;
    max-width: 100%;
}
.point-01_box dl {
    text-align: left;
}
.point-01_box dt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
}
.point-02_box dl {
    text-align: left;
}
.point-02_box dt {
    color: #d61318;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 10px;
}
.point-02_box dd {
    padding: 20px 0;
}
.point-02_box dd img {
    width: 100%;
    margin: 0 auto;
}
.point-02_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}

/*-------------------------------------
ページトップ
---------------------------------------*/
#pagetop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 55px;
}

#pagetop a {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

/*-------------------------------------
　SP
---------------------------------------*/
@media screen and (max-width:767px){

	#mainContents img {
		max-width: 100%;
	}
	#mainContents &gt; .block p {
		font-size: 16px;
		text-align: left;
	}
	#mainContents &gt; .title {
		min-height: auto;
	}
	#mainContents &gt; .title &gt; .title__inner,
	#mainContents &gt; .block &gt;.block-inner {
	  width: auto;
	}
	#mainContents &gt; .block.color-03 &gt; .block-inner {
		padding: 30px 0;
	}
	#mainContents &gt; .block &gt; .block-inner {
	  margin: 0 10px;
		padding: 40px 0 50px;
	}
	#mainContents &gt; .title &gt; .title__inner h2 {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
    #mainContents &gt; .title &gt; .title__inner img {
        width: auto;
        max-width: 100%;
    }
	#mainContents &gt; .block .ttl_point {
		font-size: min(5.2vw, 22px);
		background-size: auto 70px;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1;
	}
	#mainContents &gt; .block.safety &gt; .block-inner div {
		display: block;
	}
	#mainContents &gt; .block .ttl_point img {
        vertical-align: text-bottom;
        height: 7vw;
    }
	.point-01_inner {
		display: block;
		justify-content: center;
	}
	.point-01_box {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.point-01_box h4 {
		font-size: 22px;
	}
	.point-01_con {
		height: auto;
	}
	.point-01_box dl {
		margin-bottom: 20px;
	}
    .point-02_box dt {
        font-size: min(4.2vw, 18px);
    }
    .point-02_box h4 {
        font-size: 16px;
    }
}
</pre></body></html>