@charset "utf-8";
/* CSS Document */
body {font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;color: #000;min-height: 100vh;}
	
html{font-size: 62.5%;}
html {
	scroll-behavior: smooth;
}
p {font-size: 1.6em;line-height: 1.5;text-align: justify;
text-justify: inter-ideograph;}

a {color: #06306D; text-decoration:underline;}

.pc_area {
    display: none;
}
.sp_area {
    display: inline-block;
}
.telicon {
height: 26px;
display: inline-block;
}
.main-wrap{
    background-image:url("../images/bk.jpg");
    background-repeat: no-repeat; 
    background-size:cover;
		background-position: center top; 
		overflow: hidden;
}
.header-wrap {
display:block;
padding: 0 0 10px 0;
width: 100%;
height: 55px;
background: rgba(255, 255, 255, 0.7);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header-inner {
width: 96%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: inline-block;
width: 95px;
height: 38px;
}
.copy {
font-size: 1.6em;
line-height: 1.2;
font-weight: bold;
display: inline-block;
text-align: center;

}
.copy-strike {
display: inline-block;
width: 14em;
background-image:url("../images/slash.png");
background-repeat: no-repeat; 
background-size:13em;
background-position: center center; 
}
#hero{
display: block;
width: 100%;
margin: 60px auto -2% auto;
}
.copy02 {
color: #000;
font-size: 1.6em;
line-height: 44px;
font-weight: bold;
display: inline-block;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #C50018;
box-shadow: 2px 2px 0px #C50018;
padding: 0 .5em;
margin: 0 0 4px 2px;
}
.copy03 {
font-size: 1.8em;
line-height: 1.4;
font-weight: bold;
color: #06306D;
margin-bottom: 1em;
}
.copy03-txt {
font-size: 1.6em;
font-weight: bold;
line-height: 1.4;
color: #000;
}
.copy04 {
font-size: 2.4em;
line-height: 1.4;
font-weight: bold;
color: #06306D;
margin-bottom: .5em;
text-align: center;
display: block;
}
.contact-wrap {
display: block;
width: 100%;
min-height: 362px;
background: #06306D;
position: relative;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.contact-free {
text-align: center;
width: 98%;
position: absolute;
top:-20px;
left:1%;
}
.contact-box {
display: block;
position: absolute;
bottom:10px;
background-color: #fff;
text-align: center;
padding: 1em;
margin: 1em;
width: 95%;
}
.white {
color: #fff;
display: block;
text-align: center;
font-weight: bold;
}
.blue {
color: #06306D;
display: block;
text-align: center;
font-weight: bold;
}
a.btn {
font-size: 1.8em;
line-height: 54px;
font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 88%;
	border-radius: 8px;
	border-bottom: 7px solid #4d9b93;
	background: #56ADA4;
	color: #fff;
	position: relative;
	margin: 4px auto 4px auto;
}

a.btn:hover {
	margin-top: 6px;
	border-bottom: 1px solid #4d9b93;
	color: #fff;
}
a.tel {
display: block;
font-size: 3.8em;
font-weight: bold;
text-decoration: none;
}
.time {
font-size: 1.2em;
color: #06306D;
}

.content-wrap {
    background-image:url("../images/bk.jpg");
    background-repeat:repeat-y;
    background-size:150%;
		overflow: hidden;
		display: block;
		padding: 4% 3%;
		background-position: center center; 
}

        #fig_kansei {
            width: 100%;
            height: auto;
            text-align: center;
        }

        #fig_power {
            width: 100%;
            height: auto;      
            text-align: center;
						padding: 20px 0;
        }
.kachirashi-list-wrap {
display: block;
background-color: #F5D800;
padding: 4% 3% 6% 3%;
}	
.kachirashi-list-wrap ul {
margin: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
	.list01,.list02,.list03,.list04 {
	display: inline-block;
	width: 49%;
	background-color: #fff;
	padding: 2%;
	
	position: relative;
	}
	.list-title {
	display: block;
	border-bottom: 1px solid #000;
	}
	.list-title img {
	height: 30px;
	}
	.list-subtitle {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3;
	color: #008ED9;
	margin-bottom: .5em;
	}
	.kachirashi-list-wrap p {
	font-size: 1.4em;
	line-height: 1.4;
	display: block;
	margin-bottom: .5em;
	}
	table.price  {
	border-collapse:  collapse;
	overflow: hidden;
	margin-bottom: 40px;
	width: 100%;
	}

	.price th,.price td {
	border: 1px solid #06306D;
	padding: .5em;
	font-size: 1.6em;
	font-weight: bold;
	vertical-align: middle;
	}
	.price th {
	background-color: #FFFEEE;
	}
.price th.th-blue {
background-color: #06306D !important;
color: #fff;
}
	.price td {
	text-align: center;
	background-color: #fff;
	}
	.table-txtS {
	font-size: 0.8em;
	font-weight: normal;
	}
	.table-txtLS {
	font-size: 0.4em;
	}
	.table-txtM {
	font-size: 2.4em;
	line-height: 1;
	color: #C50018;
	}
	.table-txtL {
	font-size: 3.2em;
	line-height: 1;
	color: #C50018;
	margin: 0;
	}
	.balloon {
  position: relative;
  display: inline-block;
  margin: -10px 0 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 0.8em;
  background: #C50018;
  border-radius: 10px;
	clear: both;
	transform: rotate(0.010turn);
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #C50018;
}
.plusprice-wrap {
display: flex;
flex-direction: column;
}
.plusprice {
display: block;
border: 1px solid #06306D;
text-align: center;
margin-bottom: 2em;
background-color: #fff;
}
.plusprice-title {
font-size: 1.6em;
font-weight: bold;
display: block;
padding: .5em;
background-color: #FFFEEE;
text-align: center;
color: #000;
border-bottom: 1px solid #06306D;
margin: 0;
}
.plusprice-txtS {
font-size: 1.6em;
display: block;
padding: 1em 0 0 0;
position: relative;
}
.plusprice-txtM {
font-size: 1.6em;
font-weight: bold;
color: #C50018;
display: inline-block;
padding: 0 .5em 0 0;
}
.plusprice-txtL {
font-size: 2.8em;
font-weight: bold;
color: #C50018;
display: inline-block;
padding: 0 .5em 0 0;
}
.plusprice-txt-caution {
font-size: 1.3em;
line-height: 1.4;
padding: 1em;
}

.contact-form-wrap {
padding: 40px 4%;
display: block;
background-color: #FFFEEE;
}
.form-list {
display: block;
margin: 2.5em 0;
}
.form-list p {
font-size: 1.6em;
line-height: 1.6;
font-weight: bold;
color: #06306D;
margin-bottom: .5em;
}
.hissu {
display: inline-block;
width: 3em;
background-color: #F4C2C2;
color: #06306D;
text-align: center;
margin-right: .3em;
}
.nini{
display: inline-block;
width: 3em;
background-color: #ccc;
color: #06306D;
text-align: center;
margin-right: .3em;
}
.form-txt{
border: 1px solid #ccc;
display: block;
width: 100%;
font-size: 1.6em;
line-height: 40px;
padding: 0 .5em;
}
.form-textarea {
order: 1px solid #ccc;
display: block;
width: 100%;
font-size: 1.6em;
padding: .5em;
}
input[type=radio] {
    opacity: 0;
}
input[type=radio]:checked + label.radio-list,input[type=checkbox]:checked + label.check-list,input[type=checkbox]:checked + label.check-list02 {
    background-color: #06306D;
    color: #fff;
    transition: all .2s;
}
input[type=radio]:checked + label.radio-list::before,input[type=checkbox]:checked + label.check-list::before,input[type=checkbox]:checked + label.check-list02::before {
	border: 2px solid #fff;
}
input[type=radio]:checked + label.radio-list::after,input[type=checkbox]:checked + label.check-list::after,input[type=checkbox]:checked + label.check-list02::after {
    opacity: 1;
	transition: all .2s;
}
label.radio-list {
    width: 31.5%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 6px;
    font-size: 1.6em;
		line-height: 32px;
    font-weight: bold;
    color: #000;
		padding: 0 0 0 26px;
		margin-right: 1%;
}
label.radio-list::before,
label.radio-list::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label.radio-list::before {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 7px;
}

label.radio-list::after {
  background-color: #06306D;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px
}
label.check-list::before,
label.check-list::after,label.check-list02::before,
label.check-list02::after {
  content: "";
  display: block; 
  transform: translateY(-50%);
  top: 50%;
}
label.check-list {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 6px;
    font-size: 1.6em;
		line-height: 32px;
    font-weight: bold;
    color: #000;
		padding: 0 1em 0 30px;
		margin-right: 1%;
		margin-bottom: 2%;
}
label.check-list02{
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 6px;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
		margin-right: 1%;
		margin-bottom: 2%;
		line-height: 1.1; 
		padding: .5em .5em .5em 30px;
}
label.check-list::before,
label.check-list::after,label.check-list02::before,
label.check-list02::after {
  content: "";
  display: block; 
  position: absolute;
}

label.check-list::before,label.check-list02::before  {
  background-color: #fff;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  left: 7px;
}

label.check-list::after,label.check-list02::after {
  background-color: #06306D;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px
}

input:checked + label.radio-list::after,input:checked + label.check-list::after,input:checked + label.check-list02::after {
  opacity: 1;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
.error-message {
color: white;
background:#ff0000;
width:11em;
text-align: center;
font-size: 1.4em;
line-height: 20px;
}
.error {
border:1px solid #ff0000;
}

.pp-list-wrap {
display: block;
overflow-y: scroll;
height: 140px;
padding: 1em 1em 1em 0;
background-color: #fff;
border: 1px solid #06306D;
margin-bottom: 1em;
}
.pp-list {
margin: 0;
font-size: 1.4em;
line-height: 1.6;
}
.pp-list li {
text-align: left;
list-style: decimal;
list-style-position: outside;
}
.contact-office {
margin-top: .5em;
padding: .5em;
display: block;
border-top: dashed #ccc 1px;
font-size: 1.4em;
line-height: 1.5;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.cv-btn {
font-size: 1.8em;
line-height: 54px;
font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 88%;
	border-radius: 8px;
	border-bottom: 7px solid #4d9b93;
	background: #56ADA4;
	color: #fff;
	position: relative;
	margin: 4px auto 4px auto;
}
.cv-btn:hover {
	margin-top: 6px;
	border-bottom: 1px solid #4d9b93;
	color: #fff;
}
.fix-btn {
font-size: 1.6em;
line-height: 44px;
font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 88%;
	border-radius: 8px;
	background: #f1f1f1;
	color: #444;
	position: relative;
	border: 1px solid #444;
	margin: 20px auto 4px auto;
}
.check-item {
display: inline-block;
width: 100%;
font-size: 1.6em;
font-weight: bold;
color: #06306D;
}
.check {
display: inline-block;
width: 100%;
font-size: 1.6em;
padding: 1em;
border-bottom: solid 1px #000;
margin-bottom: 1em;
}
.footer-wrap {
display: block;
background-color: #06306D;
padding: 1em;
}
.footer-wrap ul {
display: flex;
justify-content: space-between;
}
.footer-wrap ul li.company a {
display: flex;
align-items: center;
justify-content: space-around;
background-color: #fff;
width: 100%;
padding: 0 2em;
height: 70px;
}
.company-txt {
display: inline-block;
font-size: 1.4em;
width: 5em;
vertical-align: middle;
}
.company-img{
display: inline-block;
width: 76px;
height: 29px;
vertical-align: middle;
}
.footer-wrap ul li.pp img {
display: inline-block;
width: 70px;
}
.contact02 {
display: block;
padding: 4%;
}
.thanks-contact {
display: block;
margin: 3% auto;
border: 1px solid #ccc;
padding: 3%;
font-size: 1.8em;
text-align: center;
width: 90%;
}
.thanks-btn {
display: block;
width: 10em;
background-color: #F5D800;
color: #000;
cursor: pointer;
font-size: 2em;
line-height: 40px;
margin: 0 auto;
border: 1px solid #f1f1f1;
}
.sample-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 20px 1% 0 1%;
}
.sample-wrap p {
display: block;
width: 100%;
font-size: 1.4em;
text-align: center;
}
.sample-link {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #ccc;
margin: 10px 2% 0 2%;
width: 96%;
overflow: hidden;
text-align: left;
box-shadow: 2px 2px 2px #ccc;
}
.sample-link img {
display: inline-block;
width: 54%;
padding-right: 6%;
vertical-align: middle;
}
.sample-link p {
display: inline-block;
font-size: 1.6em;
vertical-align: middle;
}
.sample-link3 {
width: 31.6%;
display: inline-block;
text-align: center;
color: #000;
font-size:1.6em;
border: 1px solid #ccc;
padding-bottom: .5em;
box-shadow: 1px 1px 2px #ccc;
}
.sample-link a:hover,.sample-link3 a:hover {
opacity: 0.8;
}

.link-icon {
color: #06306D;
display: inline-block;
vertical-align: -6px;
}

.free-icon {
display: inline-block;
background-color: #ff0000;
text-align: center;
padding: 0 .6em;
color: #ff0;
border: 1px solid #fff;
border-radius: 30px 0 30px 0;
margin-right: .5em;
}
/*========= 　タブレット =================================*/
/*========= ======================================================*/
@media screen and (min-width: 768px) {
    p {
        font-size: 2em;
        line-height: 1.8;
    }

    .pc_area {
        display: inline-block;
    }
    .sp_area {
        display: none;
    }
.main-wrap{
    background-size:1800px;
		background-position: center -40px; 
		padding-bottom: 10px;
}
.header-wrap {
display: block;
padding: 16px 0 10px 0;
height: 90px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.header-inner {
width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
width: 127px;
height: 50px;
}
.copy {
font-size: 2em;
line-height: 1;
text-align: left;
}
.copy-strike {
width: 11em;
background-image:none; 
}
#hero{
max-width: 1000px;
margin: 100px auto -40px auto;
}
.copy02 {
color: #000;
font-size: 3.2em;
line-height: 68px;
box-shadow: 4px 4px 0px #C50018;
padding: 0 1em;
margin: 0 0 8px 0;
}
.copy03 {
font-size: 3.5em;
line-height: 1.4;
font-weight: bold;
color: #06306D;
margin-bottom: 1em;
}
.copy03-txt {
font-size: 2.4em;
font-weight: bold;
line-height: 1.4;
color: #000;
margin-bottom: 2em;
}
.contact-wrap {
display: block;
width: 100%;
min-height: 420px;
}
.contact-free {
display: block;
text-align: center;
width: 880px;
margin: 0 auto;
top:-40px;
left: 50%;
transform: translate(-50%, 0%) ;
}
.contact-box {
display: block;
position: absolute;
bottom:10px;
padding: 2em 4em;
margin: 1em auto;
width: 1000px;
left:50%;
transform: translate(-50%, 0%) ;
}
a.btn {
font-size: 3em;
line-height: 73px;
font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 580px;
	display: inline-block;
}
.contact-flex {
display: flex;
justify-content: space-between;
}
.tel-box {
display: inline-block;
}
a.tel{
display: inline-block;
width: 400px;
font-size: 5em;
padding-top: 6px;
}
.time {
font-size: 1.4em;
display: block;
}
.blue {
font-size: 3.2em;
}
.content-wrap {
padding: 40px 0;
}
.content-inner {
display: block;
width: 1000px;
margin: 0 auto;
}
        #fig_kansei {
            width: 1000px;
            height: 486px;
            text-align: center;
        }

        #fig_power {
            width: 1000px;
            height: 508px;      
            text-align: center;
        }
.kachirashi-list-wrap {
padding: 60px 0;
}	
	.list01 {
	width: 418px;
	padding: 0 16px 16px 16px;
	}
	
	.list02 {
	width: 562px;
	padding: 0 16px 16px 16px;
	}
	
	.list03,.list04 {
	width: 488px;
	padding: 0 16px 16px 16px;
	margin-top: 40px;
	}
	.list-title img {
	height: 106px;
	}
	.list-photoR {
	float: right;
		display: inline-block;
		width: 175px;
	margin-left: 33px;
	}
	.list-photoRL {
	float: right;
		display: inline-block;
		width: 265px;
	margin-left: 33px;
	}
	.list-subtitle {
	font-size: 2.4em;
	margin-bottom: 1em;
	}
	.kachirashi-list-wrap p {
	font-size: 2em;
	margin-bottom: 1em;
	}
	table.price {
	margin-bottom: 120px;
	}
	.price th,.price td {
	border: 1px solid #06306D;
	padding: .8em;
	font-size: 3.2em;
	font-weight: bold;
	vertical-align: middle;
	}

	.table-txtS {
	font-size: 0.7em;
	font-weight: normal;
	}
	.table-txtLS {
	font-size: 0.6em;
	}

.plusprice-wrap {
display: flex;
flex-direction: inherit;
justify-content: space-between;
}
.plusprice {
margin-bottom: 2em;
width: 33%;
margin-top: .5em;
display: flex;
flex-direction: column;
}
.plusprice-title {
font-size: 3.2em;
padding: .5em 0;
}
.plusprice-txtS {
font-size: 2.2em;
}
.plusprice-txtM {
font-size: 2.2em;
padding: .5em .5em 0 0;
}
.plusprice-txtL {
font-size: 4.2em;
padding: 0;
}
.plusprice-txt-caution {
display: block;
margin-top:auto;
font-size: 1.6em;
padding: 1em;
}
.copy04 {
font-size: 4em;
margin-bottom: 1em;
}
.contact-form-wrap {
padding: 100px 0;
}
.form-list {
margin: 5em 0;
}
.form-list p {
font-size: 2.4em;
margin-bottom: 1em;
}

.form-txt{
font-size: 1.8em;
line-height: 60px;
padding: 0 1em;
}
.form-textarea {
font-size: 1.8em;
padding: .5em 1em;
}

label.radio-list {
    font-size: 2.4em;
		line-height: 50px;
		padding: 0 0 0 30px;
}

label.radio-list::before {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 7px;
}

label.check-list {
    font-size: 2.4em;
		line-height: 50px;
}
label.check-list02{
display: block;
    font-size: 2.4em;
		margin: 0 auto;
		padding: 1em .5em 1em 30px;
}
.error-message {
font-size: 1.6em;
line-height: 30px;
}


.pp-list-wrap {
height: 300px;
}
.pp-list {
font-size: 1.6em;
}

.contact-office {
font-size: 1.6em;
}
.cv-btn {
font-size: 4.8em;
line-height: 110px;
	width: 700px;
}



.footer-wrap ul li.company a {
display: flex;
align-items: center;
justify-content: space-around;
background-color: #fff;
width: 100%;
padding: 0 2em;
height: 90px;
}
.company-txt {
font-size: 1.6em;
}
.company-img{
display: inline-block;
width: 90px;
height: 36px;
}
.footer-wrap ul li.pp img {
display: inline-block;
width: 90px;
}
.contact02 {
width: 800px;
margin: 0 auto;
padding: 4% 0;
}
.thanks-contact {
font-size: 2.4em;
width: 70%;
}
.thanks-btn {
display: block;
width: 10em;
background-color: #F5D800;
color: #000;
cursor: pointer;
font-size: 2em;
line-height: 40px;
margin: 0 auto;
border: 1px solid #f1f1f1;
}
.check-item {
font-size: 2em;
}
.check {
font-size: 2em;
}
.telicon {
height: 36px;
}
    }
/*========= 　以下 =================================*/
/*========= ======================================================*/
@media screen and (max-width: 320px) {		
.white {
font-size: 1.4em;
}
.sample-link3 {
margin-bottom: 6px;
width: 100%;
}
.copy04 {
font-size: 1.8em;
}
label.radio-list {
    font-size: 1.2em;
}
label.check-list {
    font-size: 1.2em;
		line-height: 50px;
}
}