/*
Theme Name: taiyou Child
Template: astra
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html,body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
/*    letter-spacing: 0.05em; */
    font-size:16px;
    color: #0F172A;
    overflow-x: hidden;
   }

/* company */

table.m_table  {
  max-width: 100%;
  border: none;
  margin: 0 auto;
}

table.m_table th,
table.m_table td {

}

table.m_table th {
  text-align: left;
  border: none;
  color: #151616;
  font-weight: 400;
  max-width: 35%;
  border-bottom: solid 1px #888 !important;
}

table.m_table td {
  border-bottom: solid 1px #CCC !important;
}


table.m_table tbody tr {
  display: flex;
  /* 改行を許可 */
  flex-wrap: wrap;
  font-weight: 400;
  padding: 1em 0.5em;

}

table.m_table tbody tr td, 
table.m_table tbody tr th {
  /* 30em < 100% -> 負の数 -> 無効 */
  /* 30em > 100% -> 正の数 */
  flex-basis: calc((30em - 100%) * 999);
  /* flex-basisが負の場合に幅を戻す */
  flex-grow: 1;
  border: none;
}

.privacy p.txt_s {
        font-weight: 400;
        font-size: 1em;
        line-height: 1.8em;
        padding-bottom: 1em;
    }

.privacy li {
	font-size: 1.3rem;
	font-weight: 500;
	padding-bottom: 15px;
}

/*-----form-----*/
.smf-form {
  max-width: 65%;
  margin: 20px auto;
  padding-top: 20px;
	padding-bottom: 80px
}
.smf-form--business .smf-item__col--label {
  background: #f6f6f6;
}
.smf-action .smf-button-control__control {
  background: #ff9900 !important;
}

.smf-item__description {
    font-size: 12px;
    background: #ff6600;
    color: #fff;
    width: 40px;
    padding: 2px 5px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}

@media (max-width: 560px) {
	.smf-form {
  max-width: 95%;
  margin: 20px auto;
  padding-top: 20px;
}
	 table.m_table th {
    text-align: left;
    border: none;
    color: #151616;
    font-size: 0.9em;
    max-width: 100%;
		background: #f6f6f6;
  }
  table.m_table td {
    border-bottom: none !important;
  }
}
