@charset "utf-8";

.midashi{
    font-size: 24px;
    font-weight: normal;
    margin: 15px 0 30px;
}
.page-wrap{
    max-width: 960px;
    margin: auto;
    padding: 35px 0 50px;
}
.page-wrap a{
    color: #428bca;
    text-decoration: underline;
}
.page-wrap p{
    margin: .6em 0;
}

/*====================================
	03.content
====================================*/
/* 会社概要 */
.com_about{
	margin-top: 35px;
	margin-bottom: 70px;
}
.com_about table {
    margin-top: 35px;
	width: 70%;
}
.com_about table tr{
    width: 100%;
}
.com_about table th,
.com_about table td{
    border-top: 1px solid #ddd;
    padding: 15px 0px;
}
.com_about table th{
	width: 31%;
	font-weight: normal;
}
.com_about table td{
	/*font-weight: 100;*/
	width: 69%;
}
.com_about table tr:last-child th,
.com_about table tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.com_about table td.link{
	color: #005bac;
}
.com_about table td.link a{
	display: block;
}
.com_about table td.link .tab_link::before{
    width: 18px;
    height: 14px;
    margin-right: 8px;
    display: inline-block;
    content: "";
    background: url('../img/glink_b.png') no-repeat center;
    background-size: cover;
}
.pdf_link{
	color: red;
	font-weight: 500;
	margin-left: 0px;
}
/* アクセス */
.com_access{
	margin-bottom: 55px;
}
.com_map {
    width: 70%;
	margin-top: 25px;
}
/* page_menu */
.page_menu {
    padding-bottom: 30px;
}
.page_menu ul {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.page_menu ul li {
    margin-right: 20px;
    margin-bottom: 15px;
}
.page_menu a {
    display: flex;
    padding: 10px 60px 10px 20px;
    height: 100%;
    width: 100%;
    min-width: 200px;
    justify-content: space-between;
	align-items: center;
    display: block;
    color: white;
    border-radius: 10px;
    background: url(../img/icon_yazi.png) no-repeat 94% center #005bac;
    background-size: 12px;
}
.page_menu a img {
    width: 12px;
    display: block;
    margin-left: 20px;
    object-fit: contain;
}
/* お問い合わせ */
.com_contact.inner {
    max-width: 960px;
}
.com_contact{
	margin-top: 35px;
	margin-bottom: 8rem;
}
.com_contact .ttl h2{
    /* font-size: 50px; */
	/* color: #005bac; */
	/* font-weight: bold; */
    /* margin-bottom: 45px; */
}
.com_contact .ttl h2 span{
    /* display: block; */
    /* font-size: 1.2rem; */
    /* color: #bbb; */
    /* font-size: 24px; */
    /* font-weight: normal; */
    /* color: black; */
	/* margin-top: -10px; */
}
.com_contact table{
	width: 100%;
	margin-bottom: 60px;
}
.com_contact table tr:first-child th,
.com_contact table tr:first-child td{
    border-top: 1px solid #ccc;
}
.com_contact table tr th,
.com_contact table tr td{
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}
.com_contact table tr th{
	position: relative;
    font-weight: 500;
    width: 30%;
	vertical-align: middle;
}
.com_contact table tr th .required{
	position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: #dd2828;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 1px 5px;
}
.com_contact table tr td{
	padding-left: 20px;
    width: 70%;
}
.com_contact table tr td .kome{
    font-size: .9em;
    margin-top: 5px;
}
.com_contact input[type="text"], 
.com_contact input[type="tel"],
.com_contact input[type="email"],
.com_contact select,
.com_contact textarea{ 
    width: 60%;
    padding: 10px;
    /* background: #f2f2f2; */
    border: 1px solid #cccccc;
    border-radius: 0;
}
.com_contact .wpcf7-select_application_list{
    width: 100%;
}
.com_contact select{
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.com_contact .birth select{
    width: 5em;
    margin-right: 5px;
}
.birth_month, .birth_day{
    padding-left: 5px;
}


.com_contact .checkdoui .wpcf7-not-valid {/*エラー有り*/
	border: 0px!important;
	background: none !important;
	/* padding: 11px 15px; */
}
.wpcf7-not-valid {/*エラー有り*/
	background: rgba(255,0,0,.1);
}
/*
.wpcf7-form-control:only-child,
.wpcf7-select {
	background: #fff;
}
*/
.com_contact .select_check span{
	position: relative;
}
.com_contact select{
	cursor: pointer;
}
/*
.com_contact .select_check span::after{
	content: '';
    position: absolute;
    right: 20px;
    top: 35%;
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px black;
    border-right: solid 2px black;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
	pointer-events: none;
}
.com_contact .doui_box{
	position: relative;
}
.com_contact .checkdoui .wpcf7-not-valid-tip{
	position: absolute;
	width: 100%;
    left: 50%;
    top: 90px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.com_contact .select_check span.wpcf7-not-valid-tip{
	position: absolute;
	display: block;
	color:#dd2828;
	font-weight: 500;
	font-size: 14px;
	top: 36px;
}
.com_contact .select_check span.wpcf7-not-valid-tip::after{
	display: none;
}
*/

.com_contact .doui_box{
    text-align: center;
    margin-top: 15px;
}
.com_contact textarea {
	width: 100%;
	resize: vertical;
}
.page_entry-form textarea{
    height: 200px;
}
.com_contact .doui {
    text-align: center;
    margin-bottom: 30px;
}
.com_contact .doui h4{
	padding-bottom: 10px;
}
.com_contact .doui_policy {
    text-align: left;
    height: 200px;
    width: 100%;
    padding: 20px;
    margin: 35px 0 -15px;
    border: 3px solid #ddd;
    overflow-y: scroll;
}
.com_contact .doui_policy p{
    margin: .6em 0;
}
.doui_box .required {
    margin-left: 10px;
    background: #dd2828;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 1px 5px;
	font-weight: 500;
	cursor: default;
}
.com_contact .doui_policy h3{
	font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    padding-top: 20px;
}
.com_contact input[type="checkbox"]{
	margin-right: 10px;
    width: 18px;
    height: 18px;
}
.com_contact .checkdoui label,
.com_contact input[type="checkbox"]{
	cursor: pointer;
}
/*
.com_contact .form_btn_wrap {
    display: flex;
    justify-content: center;
}
*/
.form_btn {
    display: block;
    text-align: center;
    width: 205px;
    margin: auto;
    padding: 12px 30px;
    /* margin: 0 10px; */
    text-decoration: none!important;
    background: #005bac;
    border: none;
    color: #fff!important;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    transition: all .2s;
    border-radius: 10px;
}
.wpcf7-spinner{
    display: block;
    margin: 10px auto 0;
    width: 16px;
    height: 16px;
}
/*
.wpcf7-not-valid-tip{
	position: absolute;
}
*/
.wpcf7-not-valid-tip{
    display: block;
    color:#dd2828;
    font-weight: 500;
    font-size: 14px;
    margin-top: 4px;

}
.wpcf7-display-none{
	display: none;
}
.screen-reader-response{
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,.screen-reader-response {
    border-color: #ffb900;
}
.wpcf7 form .wpcf7-response-output{
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
/* thanks */
.page_thanks h4, .page_entry-thanks h4{
	font-size: 28px;
	color:#005bac;
	margin-bottom: 20px;
}
.page_thanks .form_btn,
.page_entry-thanks .form_btn{
	margin-top: 60px;
}

/* パスワード保護
---------------------------*/
.post-password-form{
    margin: auto;
    padding: 20px 30px;
    max-width: 560px;
    background: #f3f3f3;
}
.post-password-form p+p{
    margin-top: 15px;
}
.post-password-form label input{
    background: #fff;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 3px 5px;
}
.post-password-form input[type="submit"]{
    color: #fff;
    background: #005bac;
    border-radius: 3px;
    padding: 3px 12px;
}


@media only screen and (min-width: 900px){
.pdf_link {
    margin-left: 25px;
}	
}

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

.page-wrap{
    margin-right: 1.3rem;
    margin-left: 1.3rem;
}
.com_about table tr:last-child th
{
    border-bottom: 0px;
}
.com_about table th, .com_about table td {
    border: 0px;
    padding: 0px;
	display: block;
    width: 100%;
}
.com_about table th {
	padding-top: 12px;
}
.com_about table tr:first-child th{
	border-top: 1px solid #ddd;
}
.com_about table td,
.com_about table tr:last-child td {
    border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}
.com_about table {
   margin-left: 30px;
}
}

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


.com_about {
    margin-top: 15px;
    margin-bottom: 35px;
}
.com_about table {
    margin-top: 22px;
    width: 100%;
    margin-left: 0px;
}
.com_map {
    width: 100%;
    margin-top: 22px;
}
.com_map iframe {
    height: 100%;
    min-height: 300px;
}
.com_access {
    margin-bottom: 40px;
}
.page_menu {
    padding-bottom: 0;
}
.page_menu a {
    min-width: 140px;
}
.page_menu ul li {
    margin-right: 8px;
    margin-bottom: 10px;
}
.com_about table th{
	padding-bottom: 3px;
}
.com_about table td{
	font-weight: 300;
}
.pdf_link{
	margin-left: 1.3rem;
}
/* お問い合わせ */
.com_contact {
	margin-top: 15px;
    margin-bottom: 6rem;
}
.com_contact .ttl h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.com_contact .ttl h2 span {
    font-size: 16px;
    margin-top: -5px;
}
.com_contact table tr:first-child th,
.com_contact table tr:first-child td {
    border-top: 0px;
}
.com_contact table tr:first-child th{
	border-top: 1px solid #ccc;
}
.com_contact table tr th {
    display: block;
    width: 100%;
	border-bottom: 0px;
	padding:15px 0px 5px;
}
.com_contact table tr td {
	display: block;
    padding-left: 0px;
    width: 100%;
	border-bottom: 1px solid #ccc;
	padding:0px 0px 20px;
}
.com_contact input[type="text"],
.com_contact input[type="tel"],
.com_contact input[type="email"],
.com_contact select,
.com_contact textarea {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
    vertical-align: middle;
}
.com_contact table tr th .required {
    font-size: 11px;
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
    margin-left: 10px;
}
.doui_box .required{
	font-size: 11px;
}
.com_contact table {
    margin-bottom: 40px;
}
.com_contact .select_check span::after {
    top: 25%;
}
.com_contact .doui_policy h3 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    padding-top: 15px;
}
.com_contact .doui {
    margin-bottom: 20px;
}
.wpcf7-not-valid-tip,
.com_contact .select_check span.wpcf7-not-valid-tip
{
	font-size: 12px;
}
.com_contact .checkdoui .wpcf7-not-valid-tip {
    top: 75px;
}
/* thanks */
.page_thanks h4, .page_entry-thanks h4{
	font-size: 18px;
	color:#005bac;
	margin-bottom: 15px;
}
.page_thanks .form_btn,
.page_entry-thanks .form_btn{
	margin: 30px auto 0px;
}

/* パスワード保護
---------------------------*/
.post-password-form{
    padding: 30px 30px 40px;
}
.post-password-form label{
    display: block;
    text-align: center;
}
.post-password-form label input{
    padding: 14px 8px;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin: 10px 0 0;
}
.post-password-form input[type="submit"]{
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin:  15px 0 0;
}

}

@media only screen and (max-width: 360px){
.pdf_link {
    font-size: 12px;
}	
}