@charset "utf-8";

/*CSS Document*/
*{
	box-sizing:border-box;
}


/*Reset*/
h1,h2,h3,h4,h5,h6,
p,
address,
ul,ol,li,dl,dt,dd,
table,caption,th,td,
img,
form{
	border:none;
	border-collapse:collapse;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
}

/*全体*/
html {
	max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
body {
	margin: 0;
	font-size:62.5%; /*1em=10px*/
	font-family: "Noto Sans JP", Sans-serif;
	font-weight:nomal;
	color:#262626;
}

/*共通*/
a{
	color:#0005dc;
	font-weight:bold;
	text-decoration:underline;
}
a {
	text-decoration:underline;
}

a:link,a:visited {
	color:#39f;
}

img{
	display:block;
	width:100%;
	height:auto;
}



/*________________________________

ヘッダー

---------------------------------*/
.header {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header__frame {
  margin: 0 auto;
  max-width: 1000px;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__logo a {
  display:block;
  width:100%;
  height:auto;
}
.header__logo a:hover {
  text-decoration: none;
}
.header_CTA_tel{
	height: fit-content;
	margin-right: 10px;
}
.header_tel_inner{
	font-size: 0.8rem;
}
.header_tel_icon{
width: 25px;
	margin: 0 10px;
}
.header_tel_number{
	font-size: 1.5rem;
	line-height: 1;
}
.header_CTA_mail{
	height: fit-content;
}
.header_mail_icon{
    width: 20px;
    bottom: 0;
    font-size: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0.8vw;
    top: 0;
    background: #fff;
    border-radius: 50px;
}
.header_mail_txt{
font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: initial;
}

.header__logo{
	margin-left: 24px;
}
.sp_header_mail {
    width:35%;
    float:right;
  }
.sp_header_tel {
    width: 35%;
    float: right;
}
  /*画像出し分け設定*/
  .pc_image {
    display: none;
  }
  .sp_image {
    display: block;
  }


/*________________________________

cta

---------------------------------*/
.cta {
	background-image:url("../img/cta_bg.png");
	text-align: center;
	padding-bottom: 30px;
}
.cta .cta_ttl{
	padding: 30px 0;
}
.cta .cta_tel,
.cta .cta_mail{
	padding: 0 30px 20px;
}


/*________________________________

solution

---------------------------------*/

.solution .solution_ttl {
	padding: 60px 0 20px;
}

/*________________________________

contact_form

---------------------------------*/

.contact_form{
	background: #f3f3f3;
}
.form-contents th,
.form-contents td{
	display: block;
	width: auto;
	border:none;
	padding: 16px 24px;
    text-align: left;
}
.form-contents th {
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
}

.btn-form01 {
    width: 90%;
    margin: 2em auto;
    padding: 18px 0;
    border: 1px solid #fff;
    font-size: 24px;
    background: #fec503;
    color: #262626;
    font-weight: bold;
 }
.btn-form01:hover, .btn-form01:active, .btn-form01:focus {
  opacity:70%;
}
.check a,p.check{
	font-size:18px;
}
.p.check{
	padding-left: 30px;
}
.hissu{
	background: #00b6c2;
    margin-right: 10px;
    padding: 2px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}

.form-contents tr:last-child th{
  border-radius:0 0 0 10px;
}

.form-contents tr:last-child td{
  border-radius:0 0 10px 0;
}

.form-contents table {
  width:100%;
  margin-bottom: 1.5em;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0px 5px;
  margin-top:4em;
  border-radius:10px;

}

.address{
	list-style: none;
    margin-left: -33px;
    margin-top: 15px;
    font-size: 18px;
}

input,textarea{
	font-size:16px;
	border:none;
	border-radius:6px;
	padding-left:1em;
}

input{
	padding-left:1em;
}

.address_form{
 margin-top:0.4em;
}

input[type="text"] {
  width: 100%;
  height: 60px;
  text-align: left;
  margin-right: 0.5em;
  border: 1px solid #cdcdcd;
}
input[type="text_02"] {
  width: 30%;
  height: 60px;
  text-align: left;
  margin: 5px 0em;
  border: 1px solid #cdcdcd;
}

input[type="email"] {
  width: 100%;
  height: 60px;
  text-align: left;
  margin: 0 0em;
  border: 1px solid #cdcdcd;
}
input[type="tel"] {
  width: 100%;
  height: 60px;
  text-align: left;
  margin:0 0em;
  border: 1px solid #cdcdcd;
}

.textarea {
	width: 100%;
	height:360px;
	padding:1em;
	line-height:1.4;
	border: 1px solid #cdcdcd;
}
.adrress_box{
	margin-left: 33px;
}
.al-c{
	text-align: center;
	margin: 0 30px;
}

/*テキスト青文字*/

.blue{
	color:#0199f1;
}


/*________________________________

フッター部分

---------------------------------*/
.footer {
    background-color:#262626;
	padding:20px 0;
	text-align:center;
	font-size: 18px;
}
.footer a{
	color: #fff;
}
.copyright{
	text-align: center;
}

