
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.8; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	/*bbackground-image: url("img/bg_blue.png");*/
	/*background-size:cover;*/
	background-color: #fdf2d2;
	background-repeat: repeat;
}



/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.txt12{
	font-size: 12px;}
.txt10{
	font-size: 10px; }
.red{
	color:red;
	font-weight: bold;
}
.yellow{
	color:#fff100;
	font-weight: bold;
	font-size: 16px;
}

.pink{
	color: #F15096;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
  background: #efefef;
  padding: 0.625rem;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
  background: #efefef;
  padding: 10px;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #efefef;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* リセットCSSここまで */


html{
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
    font-size: 15px;
}

header{
    width: 100%;
    
}


html {
  height: 100%;
  
}
#wrapper{
    width: 90vw;
    margin: auto;
    margin-top: -20px;
    flex:1;
}


/*article{
    margin: 60px 0;
}*/

h2{
    text-align: center;
    font-size: 16px;
    color: #0186d1;
    margin-bottom: 55px;
    position: relative;
    font-weight: 600;
}
h2::after{
    content: "";
    display: block;
    width: 108px;
    height: 1px;
    background-color: #0186d1;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
 }
 .h_p{
     width: 700px;
     margin: auto;
 }
 .h_p_500{
  width: 500px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
 }

.mainBox{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
.tempBox{
  width: 90%;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
.tempBox div img{
  margin: auto;
}
.mainItem{
    width: 30%;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    background: #F4F4F4;
}
.mainItem img{
    position: absolute;
    top:-30px;
    right: 0;
    left: 0;
    margin: auto;
}
.innerItem{
    padding: 40px 0 20px 0;
}

h3{
    text-align: center;
    font-size: 14px;
    color: #0186d1;
    margin-bottom: 35px;
    position: relative;
    font-weight: 600;
}

h3::after{
    content: "";
    display: block;
    width: 108px;
    height: 1px;
    background-color: #0186d1;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
 }

 h4{
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 35px;
  position: relative;
  font-weight: 600;
}
h4 img{
  margin-bottom: 20px
}

h4::after{
  content: "";
  display: block;
  width: 550px;
  height: 1px;
  background-color: #C7C7C7;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.btnContact{
    display: inline-block;
    color: #fdf2d2;
    
}
.btnContact div{
    background: #707070;
    padding: 10px 30px;
    border-radius: 25px;
    line-height: 21px;
}
.btnContact div span{
    margin-left: 10px;
}
.btnContact div img{
    margin-right:10px;
}

#btnTemp{
    border: solid 1px #707070;
    display: inline-block;
}
#btnTemp p{
    padding: 10px 30px;
}

.bkGray{
  background: #F4F4F4;
  position: relative;
  border-radius: 5px;
}

.bkInnerbox{
  margin: auto;
  padding: 40px 0;
}

.bkInnerbox_min{
  margin: auto;
  padding: 35px 0 20px;
}

.circle{
  background: #0186d1;
  display: inline-block;
  width: 42px;
  padding: 5px 0px;
  border-radius: 25px;
  color: #fdf2d2;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.2em;
}
.secon section{
  margin-top: 40px;
}
/* 便利系 */
.tc{
    text-align: center;
}

.flex{
    display: flex;
}
.clrd{
  color: #0186d1;
}
footer{
  background: #0186d1;
  color: #fdf2d2;
  padding: 5px 0;
}
footer a{
	color: #fdf2d2;
}
footer a:visited{
	color: #FFB7B9;
}


.thanks{
	padding: 15px;
	color:##0186d1;
}

.toi{
	padding: 15px;
	background:#591111;
	border-radius:10px;
	margin-bottom: 40px;
	color:#fdf2d2;
}


.txt{
	width:80%;
	margin:10px auto;
	text-align: center;
	color:#5C3C15;
	font-weight: 600;
	line-height: 1.5;
}

.oubo{
	width:70%;
	margin:0 auto;
}

.error-php{
	color: red;
}


@media screen and (min-width: 1079px) {
.pcNone{
  display: none;
}
}
/* レスポンシブ */

@media screen and (min-width: 600px) {
  html {
    font-size: 15px; /* デスクトップやタブレットなど、通常のフォントサイズ */
  }
}
/* 小さなデバイス (600px未満) の場合はviewport幅に基づいてフォントサイズを調整 */
@media screen and (max-width: 599px) {
  html {
    font-size: 4vw; /* ビューポート幅に基づいてフォントサイズを設定 */
  }
.txt12 {
  font-size: 3vw; /* 画面幅に基づいたサイズへ */
}

.txt10 {
  font-size: 2.5vw; /* 画面幅に基づいたサイズへ */
}

.yellow {
  color: #fff100;
  font-weight: bold;
  font-size: 4vw; /* デバイス横幅に応じたフォントサイズ */
}

h2 {
  text-align: center;
  font-size: 4vw; /* 画面幅に基づいたサイズへ */
  color: #0186d1;
  margin-bottom: 55px;
  position: relative;
  font-weight: 600;
}

h3 {
  text-align: center;
  font-size: 3.5vw; /* 画面幅に基づいたサイズへ */
  color: #0186d1;
  margin-bottom: 35px;
  position: relative;
  font-weight: 600;
}	
	
}

@media screen and (max-width: 1079px) {

html{
  font-size: 18px;
}
#wrapper{
  width: 100%;
}
.mainBox{
  width:100%;
  margin: 60px auto;
}
#top{
  width: 100%;
}
#top p{
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: auto;
}
article{
  width: 90%;
  margin: 50px auto;
}
.h_p , .h_p_500{
  width: 100%;
}
h4::after{
  width: 80%;
}
#top{
  background: none;
  height: auto;
}
#top img{
  width:100%;
}
.mainItem , .tempBox div img{
  width: 100%;
}

.circle{
  padding: 2px 0px;
}
}

/* メールフォーム */
#formArea{
  margin-top: 110px;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

table.formTable td{
	background: #fff;
}


table.formTable th{
	width:30%;
	color:#fdf2d2;
	font-weight:normal;
	background:#0186d1;
	text-align:left;
}
.formcation{
  font-size: 0.8em;
  color: #fdf2d2;
}
.checkBtn{
  background: #0186d1;
  color: #fdf2d2;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 1079px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
#formarea{
  margin-top: 70px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
  display:block;
}
	
input[type="text"].plan{
	width:50px;
	padding:5px;
	font-size:110%;
	display:block;
	}	
	
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
	
	
.tab_box .tab_btn {
    font-size: small;
}	
.tab_box .panel_area {
border: none; 
padding: 0;	
}
	
#formArea {
width:100%;
margin-top:0;
}
	
	
.txt{
	width:90%;
	color:#5C3C15;
	font-weight: 600;
	line-height: 1.5;
	font-size:12px;
}

.oubo{
	margin:0 auto;
	width:100%;
}	
	
	
	
	
}








/* ページ内リンク */

#linkTemp , #linkPage , #linkFlow , #linkPreparation , #linkMaintenance , #linkPay{
  padding-top: 50px;
  margin-top:-50px;
}

/*マージン*/

.mt0{
    margin-top: 0 !important;
  }
  .mr0{
    margin-right: 0 !important;
  }
  .mb0{
    margin-bottom: 0 !important;
  }
  .ml0{
    margin-left: 0 !important;
  }
  .mt5{
    margin-top: 5px !important;
  }
  .mr5{
    margin-right: 5px !important;
  }
  .mb5{
    margin-bottom: 5px !important;
  }
  .ml5{
    margin-left: 5px !important;
  }
  .mt10{
    margin-top: 10px !important;
  }
  .mr10{
    margin-right: 10px !important;
  }
  .mb10{
    margin-bottom: 10px !important;
  }
  .ml10{
    margin-left: 10px !important;
  }
  .mt15{
    margin-top: 15px !important;
  }
  .mr15{
    margin-right: 15px !important;
  }
  .mb15{
    margin-bottom: 15px !important;
  }
  .ml15{
    margin-left: 15px !important;
  }
  .mt20{
    margin-top: 1.25rem !important;
  }
  .mr20{
    margin-right: 20px !important;
  }
  .mb20{
    margin-bottom: 20px !important;
  }
  .ml20{
    margin-left: 20px !important;
  }
  .mt30{
    margin-top: 30px !important;
  }
  .mr30{
    margin-right: 30px !important;
  }
  .mb30{
    margin-bottom: 30px !important;
  }
  .ml30{
    margin-left: 30px !important;
  }
  .mt40{
    margin-top: 40px !important;
  }
  .mr40{
    margin-right: 40px !important;
  }
  .mb40{
    margin-bottom: 40px !important;
  }
  .ml40{
    margin-left: 40px !important;
  }
  .mt50{
    margin-top: 50px !important;
  }
  .mr50{
    margin-bottom: 3.125rem !important;
  }
  .mb50{
    margin-bottom: 50px !important;
  }
  .ml50{
    margin-left: 50px !important;
  }
 
  
  
  
  