@charset "UTF-8";

html{
    color: #000;
    background: #000;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

th.ct,
td.ct {
    text-align: center;
}


fieldset,
img {
    border: 0;
}




address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}



#page-wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	max-width: 640px;
	background: #FFFFFF;
	overflow:hidden;
}

.minirogo{
    background-color:#000000;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.title2 {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.title3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.minirogo img{
    width: 120px;
}


img.stamp {
	width: 100px;
	height: auto;
}

p.main {
	width: 100%;
	font-size: 16px;
	padding: 10px 10px 20px 10px;
}


table.stamp {
border: 1px #000000 solid;
border-collapse: collapse;
background-color: #DAEDDA;
}

table.stamp  td{
border: 1px #000000 solid;
padding: 10px 10px;
}
table.stamp  td.fl {
text-align: center;
background-color: #ffffff;
}

/* solid019 */
.button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 40px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #FFA8A8;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    text-decoration: none;

}
.button_solid019 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* solid020 */
.button_solid020 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 40px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #33CCCC;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    text-decoration: none;

}
.button_solid020 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_solid020 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.comp{
    width:100%;
    text-align:center;
}
.comp p{
    width:100%;
    text-align:left;
    font-size: 20pt;
    padding: 5px;
}

/* フォームタグ横並び */
.narabi{
    display: flex;
}


/* フッターボタン */


.form-wrapper{
    padding: 10px 0px 10px 0px;
    display: block;
}
.form-submit{
    margin: 3px auto 3px;
    width:100%;
    text-align:center;
    padding: 0px 0px 0px 0px;
    display: block;
}



.c-form-submit-button {
    display: inline-block;
    width: 42%;
    padding: 8px 5px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: 16pt;
}
.c-form-submit-button2 {
    display: inline-block;
    width: 85%;
    padding: 5px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: 16pt;
}

.c-form-submit-button3 {
    display: inline-block;
    width: 42%;
    padding: 8px 5px;
    border: none;
    border-radius: 4px;
    background-color: #0068AE;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: 16pt;
}

.c-form-submit-button:hover {
    background-color: #000;
}

.c-form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
}

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


input, textarea,select  {
  font-size: 1em;
  padding: 13px 5px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  margin: 3px auto 3px;
}