
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
  }
body {
    color: #000;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background:#fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
    padding:0;
  }

   h2, h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 0.1em;}
   
    h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: -.1rem; }
    h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
    
   
    
    /* PC表示 */
    @media (min-width: 550px) {
    h2 { font-size: 2.8rem; }
    h4 { font-size: 2.0rem; }
    }

    p {
      margin-top: 0; }
      
    

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

.center {
    text-align: center;
	margin-bottom: 4rem;
}

.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}

.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}


@media ( min-width : 768px ) {
    .row {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
    }
    
    .col {
    
      margin-left: 4%;
    }

    .row .col.span-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
    .col:first-child { 
      margin-left: 0; 
  }
}

@media screen and (max-width: 768px){
    .table th {
        width: 100%;
        display: block;
    }	
    .table td {
        display: block;
    }
}
/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #0080ff; }
    a:hover {
    color: #0FA0CE; }
    
    
    /* ボタン
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .button,
    button,
    button[type="submit"],
    button[type="reset"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    background-color:rgb(62, 159, 223);
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box; }
    .button:hover,
    button:hover,
    button[type="submit"]:hover,
    button[type="reset"]:hover,
    input[type="button"]:hover,
    .button:focus,
    button:focus,
    button[type="submit"]:focus,
    button[type="reset"]:focus,
    button[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
    
    
    /* フォーム
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="address"],
    input[type="subject"],
    textarea,
    select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;}
    
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="address"],
    input[type="subject"],
    textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    textarea {
    min-height: 150px;
    padding-top: 6px;
    padding-bottom: 6px; }
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="address"]:focus,
    input[type="subject"]:focus,
    textarea:focus,
    select:focus {
    border: 1px solid #0FA0CE;
    outline: 0; }
    label,
    legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 500; }
    fieldset {
    padding: 0;
    border-width: 0; }
    input[type="checkbox"],
    input[type="radio"] {
    display: inline; }
    label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal; }
    
    
    
    /* テーブル
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    table {
    border-collapse: collapse; }
    th,
    td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1; }
    th:first-child,
    td:first-child {
    padding-left: 0; }
    th:last-child,
    td:last-child {
    padding-right: 0; }
    
    
    /* スペース
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    button,
    .button {
    margin-bottom: 1rem; }
    input,
    textarea,
    select,
    fieldset {
    margin-bottom: 1.5rem; }
    pre,
    blockquote,
    dl,
    figure,
    table,
    p,
    ul,
    ol,
    form {
    margin-bottom: 1rem;}
    
    
    /* 全幅
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .full-width {
    width: 100%;
    box-sizing: border-box; }
    .max-full-width {
    max-width: 100%;
    box-sizing: border-box; }
    .pull-right {
    float: right; }
    .pull-left {
    float: left; }
    
    
    /* 罫線
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1; 
    }



/* エラー表示 */
p.error, span.error {
  color: red;
}
/* フォーム要素（Bootstrap4 のスタイルを上書き） */
.form-control {
  border-radius: 0px;
  background-color: #fdfdfd;
  font-size: 14px;
}
.form-control:focus {
  border-color: #aadbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  background-color:#fff;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  font-size: 13px; 
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 13px; }
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 13px; }
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 13px; }
::placeholder{ 
  font-size: 13px;
}
textarea.form-control {
  height: 200px;
}
/* 確認ページの表 */
.confirm_table {
  margin: 30px 0; 
}
.confirm_table table caption{
  caption-side: top;
}
.confirm {
  float: left;
  margin-right: 20px;
}