
@media print,
screen and (min-width:0px) {


/* ---------- コンテンツタイトル ---------- */

h1 { font-size: 1.636em; 
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2 { font-size: 1.364em; }
h3 { font-size: 1.364em; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a[href^="tel:"] {
    pointer-events:none;
}

#point {
    font-size: 1.5em;
}

body {
	background-color: #ffffff;
}

.top{
	width: 1200px;
	margin: auto;
}

.top img{
	width: 100%;
	height: auto;	
}

.top_m{
    display: none;
}
	
.main{
	width: 1200px;
	margin: auto;
}

.content01_m{
	color: #e60012;
    padding: 25px;
    display: none;
}

.content02{
	position:relative;
    width: 100%;
    margin: 0 auto;
}

.line{
	position: absolute;
	left: 310px;
    top: 217px;
	width: 100%;
	z-index: -7;
}

.line img{
	width: 50%;
}

.point_wrap{
	display:flex;
	justify-content:space-around;
}

.point{
	width: 45%;
    height: auto;
    z-index: -4;
}

.point img{
	width:100%;
}

.point_text{
	top: 33%;
    left: 8%;
    position:relative;
    z-index: -2;
}

span {
    color: #e60012;
}

.content03_wrap{
	width: 100%;	
	display:flex;
	justify-content:space-around;
	margin: 10px 0 0 0;
}
	
.content03_center{
	background-color: #e60012;
    text-align: center;
    width: 33%;
    height: auto;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: bold;
    margin: 20px;
    padding: 5px;
}

.content03_house{
	width: 33%;
	text-align: right;
	padding: 0 100px;
}

.content03_house img{
	width: 100%;
}
.content03_hand{
	width: 33%;
	padding: 0 100px;
	margin: auto;
}

.content03_hand img{
	width: 80%;
}

.content04_1{
	background-color: #fffce4;
    width: 75%;
    color: #000000;
    border: 7px solid;
    border-color: #e60012;
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
}

.content04_1 ul {
  list-style: none;
  padding-left: 15px;
}

.content04_1 ul li {
   position: relative;
}

.content04_1 ul li:before {
     content: '※';
     position: absolute;
     left: -15px; 
}
.content04_1_bc {
	width: 7%;
	position: absolute;
	left: 1070px;
    top: 0px;
    z-index: -6;
    text-align: right;
}

.content04_2{
	background-color: #fffce4;
    width: 75%;
    color: #000000;
    border: 7px solid;
    border-color: #e60012;
    border-radius: 20px;
    padding: 10px;
    margin: 20px auto;
}

.content04_wrap {
	position: relative;
	width: 100%;
}

.content04_2_bc {
	position: absolute;
	left: 1px;
    top: -30px;
    z-index: -5;
}

.content04_2_bc img{
	width: 200%;
}

.content04_2_fr {
	position: absolute;
	left: 900px;
    top: -10px;
    z-index: 6;
}

.content04_2_fr img{
	width: 200px;
}

.content05_wrap {
	display: none;
}

.content05_2_wrap {
	    display: none;
}

span{
	color: #e60012;
	font-size: 1.6em;
	font-weight: bold;
}

.content06{
	margin: 30px 0px 0px 0px;
	background-color: #008ccf;
}

.content06 img{
	width: 100%;
	height: auto;
}

.content07{
	background-color: #ffffff;
	width: 100%;
	color: #000000;
	position: relative;
}

.howto_wrap{
	display:flex;
	justify-content:space-around;
}

.howto_1{
	width: 45%;
    height: auto;
    /*z-index: -1;*/
}

.howto_1 img{
	width:100%;
}

.howto_2{
	width: 45%;
    height: auto;
    z-index: 0;
}

.howto_2 img{
	width:100%;
}

.first {
	position: absolute;
	left: 486px;
    top: 850px;
    z-index: 1;
}

.first img {
	width: 30%;
}

.first_1 {
	position: absolute;
	left: 526px;
    top: 600px;
    z-index: 2;
}

.first_1 img {
	width: 60%;
}

.first_2 {
	display: none;
}


.first_3 {
	display: none;
}

.calculation_wrap{
	margin: 10px 0px;
}

.calculation_1{
	display: flex;
    justify-content: space-around;
    width: 100%;
	height: 50px;
}

.cal_1a {
	width: 60%;
}

.cal_1b {
	width: 40%;
}

.calculation_1 img{
	width: 100%;
}
.calculation_wrap_2{
	background-color: #008ccf;
	margin: 10px 0px;
	padding: 20px;
	border-radius: 20px;
}

.calculation_2{
	display: flex;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 10px;
}

.calculation_3{
	display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.cal_2{
	width:16%;
	font-size: 2em;
    font-weight: bold;
    color: #f3e826;
}

.cal_2_b {
	display: none;
}

.cell{
	height: 50px;
	background-color: #ffffff;
	font-size: 2em;
}

input#month {
	width:177px;
	border:none;
	outline: none;
	font-size: 1em;
	text-align: center;
	padding: 5px;
}

input#rent {
	width:177px;
	border:none;
	outline: none;
	font-size: 1em;
	text-align: center;
	padding: 5px;
}

#rent::placeholder {
  font-size: 0.773em;
}

#month::placeholder {
  font-size: 0.773em;
}

#total {
    color: #000000;
}

.content08{
	background-color: #fff100;
	width: 100%;
	color: #000000;
	padding: 10px 10px 10px 30px;
	margin: 0 0 10px 0;
}

.content08 ul {
  list-style: none;
  }

.content08 ul li {
   position: relative;
   }

.content08 ul li:before {
     content: '●';
     position: absolute;
     left: -20px; 
}

.contact_wrap{
	width: 1200px;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.city_contact{
	width: 50%;
}

.sumitas_contact{
	width: 50%;
}


.logo{
	width: 90%;
    height: auto;	
}

.logo_p{
	width: 90%;
    height: auto;	
}

.logo_p img {
    height: 80px;
}

.logo_m{
	display: none;	
}

.logo img{
    height: 80px;	
}

.wrap{
    display: flex;
	justify-content: space-between;
}	

.tel {
	width: 80%;
	margin-top: 5px;
}


/* ---------- PC用設定ここまで ---------- */



/* ---------- 画面サイズが767px以下の場合読み込む---------- */


@media screen and (max-width: 768px){

h1 { 
	font-size: 10px;
    line-height: 1.3em;
    text-align: justify;
    font-weight: normal;
}
h2 { font-size: 1.091em; }
h3 { font-size: 1em; }

a[href*="tel:"] {
pointer-events: auto;
}

span {
    font-size: 1.2em;
}

/*
#nav-open {
    top: 3%;
    right: 3%;
}
*/

/*
#pageTop {
    bottom: 1em;
    right: 5em;
}
*/

.top{
	display: none;
}

.top_m{
	display: block;
	width: 100%;
}

.top_m img{
	width: 100%;
	height: auto;	
}

.main{
	width: 100%;
}	

.content01_m{
	display: block;
    padding: 0px 30px;
    color: #000000;
}

.content01b {
    padding: 15px 30px 0px 30px;
}

.content02 {
	display: none;
}

.content03_wrap {
	display: none;
}

.content04_wrap {
	display: none;
}

.content05_wrap {
	display: block;
}

.content05 {
    padding: 0px 30px 5px 20px
}

.content05 img {
	width: 100%;	
}

.content05_2_wrap {
	display: block;
	position:relative;
}

.content05_2_bc {
	z-index: -8;
}

.content05_2_fr {
    position: absolute;
    left: 50%;
    top: -5%;
	z-index: 3;
}

.js_trigger.in.delay-1 { 
	transition-delay: 7s;
	transition: 1.5s;
}

.content05_2_bc img{
	width: 100%;
}

.js_trigger.content05_2_fr {
	transform: scale(1);
}

.js_trigger.in.content05_2_fr {
	transform: scale(1.4)
}

.content05_2_fr img {
    width: 140px;
}

.content06 {
    margin: 0px 0px 0px 0px;
    padding: 8px 0px;
}

.howto_wrap{
	flex-direction: column;
}

.howto_1{
	width: 100%;
	padding: 0px 50px 0px 0px;
}

.howto_2{
	width: 100%;
	padding: 20px 25px 0px 25px;
}

.first_1 {
	display: none;
}

.first_2 {
	display: block;
	background-repeat: no-repeat;
	padding: 0px 33px 6px 0px;
}

.first_2 img {
	width: 100%;
}

.first_3 {
	display: flex;;
	position: absolute;
    bottom: -2px;
	z-index: 4;
	height: 132px;
	padding-left: 60px;
}

.first_3 img {
	width: 55%;
}

/*
.js_trigger.first_3 {
    transform: scale(0.5);
}

.js_trigger.in.first_3 {		
    transform: scale(1.0);
    padding-left: 80px;
}
*/

/*計算式*/
.calculation_wrap{
	margin: 10px 0px;
}

.calculation_1{
	flex-direction: column;
    height: 50px;
}

.cal_1a {
	width: 95%;
	margin: 0 auto;
}

.cal_1b {
	width: 50%;
	margin-left: 45%;
	height: 30px;
}

.calculation_wrap_2{
	margin: 0;
	padding: 20px 0px 15px 12px;
	border-radius: 14px;
}

.calculation_2 {
    padding-bottom: 6px;
}

.cal_2{
	font-size: 1.182em;
}

.cal_2_a {
	display: none;
}

.cal_2_b {
	display: block;
}

.cal_2.space_1{
	width:22%;
}

.cal_2.space_2{
	width:6%;
}
.cell{
	height: 35px;
	font-size: 1.4em;
}

input#month {
	width:76px;
	padding: 0px;
	font-size: 0.955em;
}

input#rent {
	width:76px;
	padding: 0px;
	font-size: 0.955em;
}

#rent::placeholder {
  font-size: 0.5em;
}

#month::placeholder {
  font-size: 0.5em;
}

/*計算式ここまで*/

.footer{
	flex-direction: column;
	width: 100%;
	font-size: 0.5em;
}

.logo{
	width: 100%;
    height: auto;
    padding: 15px 25px 0px 5px;
}	

.logo_p{
	display: none;	
}

.logo_m{
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 5px 0px 5px;
}

.logo_m img{
	width: 80%;
}

.wrap{
    width: 100%;
    display: flex;
	justify-content: space-between;
}

.content08 {
    margin: 0;
    text-align: justify;
    font-size: 6px;
    padding: 5px 10px;
}

.contact_wrap {
	flex-direction: column;
	width: 100%;
}

.city_contact {
    width: 100%;
    margin: 0px 5px 10px 5px;
} 

.sumitas_contact {
    width: 100%;
    margin: 0px 5px 0px 5px;
}
    
.address_wrap{
	width: 100%;
	font-size: 1em;
	padding: 5px 10px;
}

.logo img {
    width: 100%;
    height: auto;
}


/* ---------- スマホ用ここまで ---------- */
     