* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	color: #444444;
	width: 100%;
	line-height: 1.44;
	letter-spacing: 0.01em;
}

a,a:hover,a:visited {
	color: #333;
}

a{
	outline: none;
}

a:focus{
	outline: none;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
}

/* ---------- 要素の遅延表示 ---------- */

.effect-fade {
	opacity: 0;
	transform: translate(0, 60px);
	transition: all 1500ms;
}

.effect-fade.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

/*
.box-fadein img {
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 1s;
}
.box-fadein.lazyloaded img.lazyloaded {
	opacity: 3;
}

.lazyload-box {
	background-color:rgba(255,255,255,1.0);
	background-blend-mode:lighten;
	transition: all 1s ease;
}

.lazyload-box.lazyloaded {
	background-color:rgba(255,255,255,0);
}
*/

@media print, screen and (min-width:0px){

/* ---------- メインエリア ---------- */

#prius .content-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 4rem auto;
	background-color: #fbfcde;
	border-radius: 1rem;
	padding-bottom: 26%;
	background-image: url("images/town-illust.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 80% auto;
}

#prius .content-box .prius-box01 {
	width: 100%;
	height: 0;
	overflow: hidden;
	background-image: url("images/prius_top.png");
	padding-top: 650px;
	background-size: cover;
	margin-top: 1rem;
}

#prius .content-box .prius-box02 {
	width: 100%;
	height:500px;
	overflow; hidden;
	position: relative;
}

#prius .content-box .prius-box02 .fukidashi-box {
	position: absolute;
	top: 30px;
	right: 10%;
	width: 470px;
	height: 420px;
	background-image: url("images/fukidashi.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#prius .content-box .prius-box02 .fukidashi-box span {
	display: block;
	width:18rem;
	height: auto;
	margin-top: 5rem;
	margin-left: 5rem;
}

#prius .content-box .prius-box03 {
	width: 100%;
	height: 650px;
	background-image: url("images/about_back.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#prius .content-box .prius-box03 h2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10%;
	width: 660px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background-image: url("images/about-title.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#prius .content-box .prius-box03 .text-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 36%;
	height: auto;
	font-size: 2rem;
	font-weight: bold;
	line-height: 5rem;
}

#prius .content-box .arrow-box {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 2rem auto;
}

#prius .prius-box04 {
	width: 100%;
	height: auto;
	padding:2rem;
	background-image: url("images/stripe_back.jpg");
	position: relative;
}

#prius .prius-box04 .flow-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#prius .prius-box04 h2 {
	width: 484px;
	height: 0;
	overflow: hidden;
	padding-top: 138px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/flow-title.png");
	margin-top: 20px;
}

#prius .prius-box04  .flow-list {
	width: 30%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 2rem 1.65%;
}

#prius .prius-box04 .flow-list dt {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 82%;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 100% auto;
}

#prius .prius-box04 .flow01 dt {
	background-image: url("images/flow_1.png");
}

#prius .prius-box04 .flow02 dt {
	background-image: url("images/flow_2.png");
}

#prius .prius-box04 .flow03 dt {
	background-image: url("images/flow_3.png");
}

#prius .prius-box04 .flow04 dt {
	background-image: url("images/flow_4.png");
}

#prius .prius-box04 .flow05 dt {
	background-image: url("images/flow_5.png");
}

#prius .prius-box04 .flow06 dt {
	background-image: url("images/flow_6.png");
}

#prius .prius-box04 .flow-list dd {
	display: block;
	padding: 1rem 2rem 2rem 4rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

#prius .prius_s {
	position: absolute;
	top: -8%;
	left: 0;
	width: 30%;
	height: auto;
}

#prius .prius_s img {
	width: 100%;
	height: auto;
}

#prius .prius-box05 {
	width: 100%;
	height: auto;
	position: relative;
}

#prius .prius-box05 h2 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 30%;
	background-image: url("images/petit_title.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 84% auto;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 1;
}

#prius .prius-box05 .loupe {
	position: absolute;
	bottom: 0;
	right: 18%;
	z-index: 1;
}

#prius .prius05-innner {
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: 8rem;
	background-image: url("images/background_check.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: relative;
	padding-top: 30%;
	padding-bottom: 22%;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

#prius .prius05-innner .annai-man {
	position: absolute;
	bottom: 5px;
	left: 10%;
	z-index: 1;
}
#prius .prius05-innner .annai-man img {
	width: 90%;
	height: auto;
}

#prius .prius05-innner .text-box {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 1rem;
}

#prius .prius05-innner .text-box h3 {
	width: 700px;
	height: 0;
	overflow: hidden;
	padding-top: 15%;
	background-image: url("images/point_title.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#prius .prius05-innner .point-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2rem;
	padding-top: 12rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px #aaaaaa;
}

#prius .prius05-innner .point-box .point-text {
	width: 60%;
	height: auto;
	padding: 1rem;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
}

#prius .prius05-innner .prius_s2 {
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}



/* ---------- PC用設定ここまで ---------- */
}

/* ---------- 画面サイズが767px以下の場合読み込む---------- */

@media screen and (max-width:767px) {

html{
	font-size: 62.5%;
}

body {
	width: 100%;
	font-size: 1.4rem;
	background-image: none;
}

.breadcrumb {
	width: 94%;
}

#prius .content-box {
	width: 94%;
	margin: 2rem auto;
}

#prius .content-box .prius-box01 {
	padding-top: 64%;
	background-size: 120% auto;
	background-position: center center;
}

.gwd-page-size {
	width: 60%;
	margin: 0 auto;
}

#prius .content-box .prius-box02 .fukidashi-box {
	width: 100%;
	height: 50rem;
	top: 0;
	left: 0;
	background-size: auto 300px;
	background-position: left bottom;
}

#prius .content-box .prius-box02 .fukidashi-box span {
	margin: 0;
	position: absolute;
	top: 24rem;
	left: 40px;
	width: 14rem;
	font-size: 1.2rem;
}

#prius .content-box .prius-box03 {
	height: 500px;
	background-size: auto 100%;
}

#prius .content-box .prius-box03 h2 {
	width: 100%;
	background-size: 100% auto;
}

#prius .content-box .prius-box03 .text-box {
	width: 100%;
	left: 0;
	top: 40%;
	transform: translate(0,0);
	fon-size: 1.6rem;
	line-height: normal;
}

#prius .prius-box04 h2 {
	width: 100%;
	padding-top: 30%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#prius .prius-box04 .flow-list {
	width: 100%;
}

#prius .prius-box04 .flow-list {
	width: 100%+
	float: none;
	margin: 2rem auto;
}

#prius .prius_s {
	position: static;
	width: 50%;
}

#prius .prius05-innner {
	width: 100%;
	background: none;
}

#prius .prius05-innner .text-box {
	width: 100%;
}

#prius .prius05-innner .text-box h3 {
	width: 90%;
	padding-top: 30%;
}

#prius .prius05-innner .point-box {
	width: 90%;
	padding-top: 6rem;
}

#prius .prius05-innner .point-box .point-text {
	width: 100%;
}

#prius .prius05-innner .annai-man img {
	width: 50%;
}

#prius .prius05-innner .prius_s2 {
	width: 50%;
	float: right;
}

#prius .prius05-innner .prius_s2 img {
	width: 100%;
}

#prius .prius-box05 .loupe {
	width: 50%;
	right: 0;
}

#prius .prius-box05 .loupe img {
	width: 50%;
}

/* ---------- スマホ用ここまで ---------- */
}
