@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main table {
    border-bottom: 1px solid #9b9a94;
}
main table th {
    background-color: #eeeeed;
    width: 306px;
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #9b9a94;
    position: relative;
}
main table th span {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #E91818;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 25px;
}
main table td {
    text-align: left;
    padding-left: 20px;
    border-top: 1px solid #9b9a94;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}
main table td li+li {
    margin-top: 10px;
}
main table td input,
main table td textarea,
main table td select
{
    font-family: 'Noto Sans JP', sans-serif;
    color: #59564d;
}
main table td input[type="text"] {
    border: 1px solid #9b9a94;
    height: 35px;
    padding-left: 10px;
    width: 500px;
    font-size: 15px;
}
main table td input[type="text"].yubin {
    width: 200px;
}
main table td select {
    border: 1px solid #9b9a94;
    height: 35px;
    padding-left: 10px;
    width: 512px;
    font-size: 15px;
}
main table td textarea {
    border: 1px solid #9b9a94;
    height: 230px;
    padding-left: 10px;
    width: 500px;
    font-size: 15px;
}
tr td ul li .yubin2 {
    width: 122px;
    height: 37px;
    margin-left: 5px;
    background-color: #9D9B95;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-top: -10px;
}
main table td ul.irregular {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
main table td ul.irregular li {
    width: 24%;
}
main table td ul.irregular li+li {
    margin-top: 0px;
}
main table td input.short03 {
    width: 423px;
}
main table td .atte {
    font-size: 13px;
}
main table+p {
    font-size: 15px;
    margin-top: 30px;
}
main table+p+p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}
main .btn input,
main .btn a
{
    width: 600px;
    height: 80px;
    line-height: 80px;
    background-color: #FF9B00;
    color: #fff;
    font-size: 22px;
    margin-bottom: 80px;
    cursor: pointer;
}
main .btn input:hover {
    opacity: 0.8;
}
#contact table td .short01 {
    width: 120px;
}
#contact table td .short02 {
    width: 150px;
}
#contact form+p {
    width: 800px;
    height: 64px;
    border: 1px solid #6694bf;
    margin-left: auto;
    margin-right: auto;
    line-height: 64px;
    font-size: 16px;
    color: #005197;
    margin-top: -20px;
    margin-bottom: 80px;
}
form .center.flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
form .center .btn {
    width: 48%;
}
form .center .btn input,
form .center .btn a
{
    width: 100%;
    display: block;
}
form .center .btn .clear,
form .center .btn .clear a,
#inputform div .btn.back input,
#inputform div .btn.back a
{
    background-color: #aaa;
}
.btn.back input,
.btn.back a
{
    background-color: #aaa;
    color: #fff;
    width: 800px;
    height: 80px;
    font-size: 22px;
    display: block;
}
.btn a {
    transition: none;
}
.btn a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: none;
}
#contact .inner form #cratte {
    text-align: left;
    margin-top: 40px;
}
#contact .inner form #cratte h3 {
    color: #004c95;
    font-size: 22px;
}
#contact .inner form #cratte h4 {
    font-size: 18px;
    margin-top: 25px;
}
#contact .inner form #cratte h3+h4 {
    margin-top: 15px;
}
#contact .inner form #cratte p {
    font-size: 15px;
}
#contact .inner form #cratte p span {
    color: #E91818;
}
#contact .inner form #cratte p+p {
    margin-top: 30px;
    border-top: 1px solid #5A554B;
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
main #cratte+p {
    font-size: 15px;
    margin-top: 30px;
}
main #cratte+p+p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main table {
    border-bottom: 1px solid #9b9a94;
}
main table th {
    background-color: #eeeeed;
    width: 95%;
    padding-left: 5%;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #9b9a94;
    position: relative;
}
main table th span {
    display: block;
    width: 40px;
    height: 20px;
    background-color: #E91818;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 25px;
}
main table td {
    text-align: left;
    display: block;
    width: 100%;
    border-top: 1px solid #9b9a94;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}
main table td li+li {
    margin-top: 5px;
}
main table td input,
main table td textarea,
main table td select
{
    font-family: 'Noto Sans JP', sans-serif;
    color: #59564d;
}
main table td input[type="text"] {
    border: 1px solid #9b9a94;
    height: 35px;
    padding-left: 2%;
    width: 97.5%;
    font-size: 14px;
}
main table td input[type="text"].yubin {
    width: 40%;
}
tr td ul li .yubin2 {
    width: 122px;
    height: 37px;
    margin-left: 5px;
    background-color: #9D9B95;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-top: -10px;
}
main table td select {
    border: 1px solid #9b9a94;
    height: 35px;
    padding-left: 2%;
    width: 100%;
    font-size: 14px;
}
main table td textarea {
    border: 1px solid #9b9a94;
    height: 230px;
    padding-left: 2%;
    width: 97.5%;
    font-size: 14px;
}
main table td .atte {
    font-size: 13px;
    line-height: 1.8em;
    display: block;
    margin-top: 1%;
}
main table td ul.irregular {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
main table td ul.irregular li {
    width: 48%;
}
main table td ul.irregular li+li {
    margin-top: 0px;
}
main table+p {
    font-size: 14px;
    margin-top: 30px;
}
main table+p+p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}
main .btn input,
main .btn a
{
    width: 100%;
    height: 60px;
    background-color: #FF9B00;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20%;
    cursor: pointer;
    display: block;
    line-height: 60px;
}
main .btn input:hover {
    opacity: 0.8;
}
#contact table td .short01 {
    width: 20%;
}
#contact table td .short02 {
    width: 30%;
}
#contact form+p {
    border: 1px solid #6694bf;
    margin-left: auto;
    margin-right: auto;
    color: #005197;
    margin-top: -20px;
    margin-bottom: 80px;
    line-height: 1.6em;
    padding-top: 3%;
    padding-bottom: 3%;
}
form .center.flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
form .center .btn {
    width: 48%!important;
}
form .center .btn input,
form .center .btn a
{
    width: 100%;
}
form .center .btn .clear,
#inputform div .btn.back input,
#inputform div .btn.back a
{
    background-color: #aaa;
}
#inputform div .btn.back {
    width: 90%;
}
.btn.back input,
.btn.back a
{
    background-color: #aaa;
    color: #fff;
    width: 90%;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    display: block;
}
#contact .inner form #cratte {
    text-align: left;
    margin-top: 5%;
}
#contact .inner form #cratte h3 {
    color: #004c95;
    font-size: 18px;
}
#contact .inner form #cratte h4 {
    font-size: 16px;
    margin-top: 25px;
}
#contact .inner form #cratte h3+h4 {
    margin-top: 15px;
}
#contact .inner form #cratte p span {
    color: #E91818;
}
#contact .inner form #cratte p+p {
    margin-top: 5%;
    border-top: 1px solid #5A554B;
    padding-top: 5%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
main #cratte+p {
    font-size: 14px;
    margin-top: 30px;
}
main #cratte+p+p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
