@charset "UTF-8";

body {
    font-family: "Noto Sans JP", Roboto, sans-serif;
    color: #333;
}
main {
    margin-top: 138px;
}
.inner-1175  {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.pankuzu__listItem:not(:last-child) {
    color: #0a296c;
    padding-top: 1px;
}

.subMv__wrapper {
    position: relative;
    height: 220px;
}
.subMv__heading {
    font-size: 38px;
    font-size: 2.25rem;
    font-weight: 700;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.heading--type1 {
    color: #0a296c;
    font-size: 25px;
    font-weight: 700;
    padding: 50px 0;
}
@media screen and (max-width: 1340px) {
    .inner-1175  {
        max-width: 100%;
        margin-left: 5vw;
        margin-right: 5vw;
    }
}

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

    
}
@media screen and (max-width: 599px) {
    main {
        margin-top: 64px;
    }
    .subMv__wrapper {
        height: 122px;
    }
    .subMv__heading {
        font-size: 28px;
        line-height: 1.4;
    }
    .heading--type1 {
        font-size: 22px;
        padding: 35px 0;
    }
}
@media screen and (max-width: 550px) {
    .subMv__heading {
        font-size: 21px;
    }
    .heading--type1 {
        font-size: 20px;
        padding: 35px 0;
    }
    
}
@media screen and (max-width: 450px) {

    
}



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

}

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

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

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

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

    
}

.main_sec_ttl {
    margin-bottom: 0;
}
.homebtn {
    margin-bottom: 0;
}
.contactscontents-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.7rem;
	margin-bottom: 37px;
}

.contactscontents-form {
    width: 100%;
    table-layout: fixed
}

.contactscontents-form tr {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.contactscontents-form tr:nth-last-of-type(1) {
	padding-bottom: 37px;
	margin-bottom: 0;
}

.contactscontents-form th {
   /*  margin-bottom: 15px; */
    font-weight: 400;
}

.contactscontents-form th label {
	font-size: 16px;
    font-weight: bold;
}

.contactscontents-form th {
    width: 29%;
    display: block;
    text-align: left;
}
.contactscontents-form td {
    width: 71%;
    display: block;
    text-align: left;
}

.contactscontents-form th span {
    background-color: #166ab5;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 3px 6px;
    text-align: center;
    width: fit-content;
    border-radius: 3px;
	font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    transform: translateY(-2px);
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.5rem 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border: 1px solid #DBDBDB;
}

.contactscontents-form tr:nth-last-of-type(1) input {
	margin-bottom: 0;
}

.contactscontents-btnbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
	text-align: center;
	width: fit-content;
    margin: 0 auto ;
	position: relative;
}

.contactscontents-form label {
	display: inline-block;
}

.contactscontents-form label::after {
	display: none;
}

.contactscontents-form input,
.contactscontents-form textarea {
    width: 90%;
    padding: 20px;
    background-color: #f2f4f5;
    border-radius: 3px;
}

.contactscontents-form input{
    height: 50px;
}
.contactscontents-form textarea {
	width: 90%;
	height: 160px;
}

.pb-text {
	padding-bottom: 37px;
    color: #0A2D88;
    font-weight: bold;
	text-align: center;
}

.contactscontents-btnbox input:hover {
	opacity: 0.7;
}

.contactscontents-btnbox input {
    border-radius: 0.6rem;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 70px;
    margin: 0 auto;
    width: 300px;
    text-align: center;
	background: #E30000;
    margin-bottom: 90px;
	padding-bottom: 1px;
}
/* 
.contactscontents-btnbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
}
 */

.box_subttl{
    font-size: 17px;
    margin-top: 10px;
}
.item_texts{
    margin-top: 30px;
}
.item_text{
    line-height: 2.5;
}
.item_text span{
    color: #04AABF;
}
.subcontents{
    margin-bottom: 60px;
}
@media (max-width: 599px){
    .contactscontents-form tr{
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding-top: 16px;
    }
    .contactscontents-form th,
    .contactscontents-form td {
    width: 100%;
    }
    .contactscontents-form input,
    .contactscontents-form textarea{
        width: 100%;
        margin-top: 8px;
    }
    .contactscontents-btnbox input{
        margin-bottom: 40px;
        padding-bottom: 2px;
        font-size: 18px;
        height: 56px;
        width: 240px;
    }
    .pb-text{
        font-size: 14px;
        line-height: 2.5;
    }
    .subcontents{
        margin-bottom: 50px;
    }
    .item_texts{
        padding-bottom: 10px;
    }
    .contactscontents-form th label {
        font-size: 14px;
    }
}