@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansJP-Regular.woff') format('woff'),
    	 url('../font/NotoSansJP-Regular.woff2')  format('woff2');
}
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansJP-Bold.off') format('woff'),
    	 url('../font/NotoSansJP-Bold.woff2')  format('woff2');
}
/*
.enfont{
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.enfont_b{
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
*/

/* 一般
-----------------------------------------*/
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
	font-size: 1.6rem; 
    font-family: "NotoSansJP" , sans-serif;
    background: #2d3139;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
a,
a *{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
			transition: all .3s;
}
@media screen and (min-width:768px) {
a:hover,
a:hover *{
	color: #ffc4b4;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
}
.sp_only{
	display: none;
}
}
@media screen and (max-width:767px) {
body{
	font-size: 1.5rem;
}
.pc_only{
	display: none;
}
}


/* ヘッダー
-----------------------------------------*/
#header{
    width: 100%;
    height: 580px;
    background: url("../images/main.jpg");
    background-size: cover;
    background-position: top center;
    position: relative;
}
#header::after{
    content: url("../images/f_aichi.png");
    position: absolute;
    bottom: -60px;
    left: calc(50% + 250px);
}
#logo{
    position: absolute;
    top: 30px;
    left: 40px;
}
#logo a{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 80px;
}
#logo a:hover{
    color: #fff;
}
@media screen and (max-width:1279px) {
#header::after{
    left: auto;
    right: 20px;
}
}
@media screen and (max-width:767px) {
#header{
    height: 460px;
}
#header::after{
    bottom: -80px;
    right: 10px;
}
#logo{
    top: 20px;
    left: 20px;
}
#logo a{
    font-size: 2.6rem;
}
}

#mainmenu{
    position: absolute;
    top: 30px;
    right: 40px;
}
@media screen and (min-width:1280px) {
#mainmenu ul{
    height: 80px;
    background: #e55329;
    border-radius: 10px;
    padding: 10px 30px;
    display: flex;
}
#mainmenu li{
    margin: 0 30px;
}
#mainmenu li a{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
}
}
@media screen and (max-width:1279px) {
#mainmenu{
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;
    background: #2d3139;
    background-size: cover;
    transition: all 0.3s;
    pointer-events: none;
}
#mainmenu.panelactive{
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
}
#mainmenu.panelactive #mainmenu_list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 300px;
}
#mainmenu.panelactive ul {
    display: block;
    padding: 100px 0;
}
#mainmenu li{
    text-align: center;
    padding: 25px 0;
    position: relative;
}
#mainmenu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    pointer-events: auto;
}
}
@media screen and (min-width:1280px) {
.openbtn{
    display: none;
}
}
@media screen and (max-width:1279px) {
.openbtn{
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 9999;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: #e55329;
    border-radius: 40px;
}
/*×に変化*/  
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 36px;
    left: 22px;
}
.openbtn span:nth-of-type(1) {
    top: 25px; 
}
.openbtn span:nth-of-type(2) {
    top: 39px;
}
.openbtn span:nth-of-type(3) {
    top: 52px;
}
.openbtn.active span{
    background: #fff;
}
.openbtn.active span:nth-of-type(1) {
    top: 29px;
    left: 22px;
    transform: translateY(9px) rotate(-45deg);
    width: 36px;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 47px;
    left: 22px;
    transform: translateY(-9px) rotate(45deg);
    width: 36px;
}
}
@media screen and (max-width:767px) {
.openbtn{
    top: 20px;
    right: 20px;
}
}

.second_header{
    height: 450px !important;
}
.second_header::after{
    content: none !important;
}
.second_header h2{
    position: absolute;
    top: 260px;
    font-size: 4.6rem;
    font-weight: bold;
}
.second_header h2 span{
    display: block;
    margin-top: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffc4b4;
}
@media screen and (min-width:1280px) {
.second_header h2{
    left: calc(50% - 600px);
}
}
@media screen and (max-width:1279px) {
.second_header h2{
    left: 40px;
}
}
@media screen and (min-width:768px) {
.second_header h2{
    top: 260px;
    font-size: 4.6rem;
}
}
@media screen and (max-width:767px) {
.second_header{
    height: 320px !important;
}
.second_header h2{
    top: 200px;
    left: 20px;
    font-size: 2.4rem;
}
.second_header h2 span{
    font-size: 1.4rem;
}
}

/* コンテンツ共通
-----------------------------------------*/
#contents{
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 40px;
}
@media screen and (max-width:767px) {
#contents{
    padding: 60px 20px;
}
}


/* トップページコンテンツ
-----------------------------------------*/
#top_contents h2{
    font-size: 3.6rem;
    font-weight: bold;
}
#top_contents h2 span{
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #ffc4b4;
    font-weight: bold;
}
@media screen and (max-width:767px) {
#top_contents h2{
    font-size: 2.4rem;
}
#top_contents h2 span{
    font-size: 1.3rem;
}
}

#top_contents #news ul{
    background: #272727;
    padding: 20px 40px;
}
#top_contents #news li{
    padding: 20px 0;
}
#top_contents #news li:nth-child(n+2){
    border-top: solid 1px rgba(255,255,255,.3);
}
#top_contents #news li span{
    color: #e55329;
}
#top_contents #news  li a{
    text-decoration: underline;
}
@media screen and (min-width:1280px) {
#top_contents #news{
    display: flex;
    justify-content: space-between;
}
#top_contents #news h2{
    width: calc(100% - 960px);
}
#top_contents #news ul{
    width: 920px;
}
}
@media screen and (max-width:1279px) {
#top_contents #news ul{
    margin-top: 40px;
}
}
@media screen and (min-width:768px) {
#top_contents #news{
    margin-bottom: 100px;
}
#top_contents #news li{
    display: flex;
}
#top_contents #news li span{
    width: 120px;
}
#top_contents #news li a{
    width: calc(100% - 120px);
}
}
@media screen and (max-width:767px) {
#top_contents #news{
    margin-bottom: 60px;
}
#top_contents #news ul{
    margin-top: 20px;
    padding: 10px 20px;
}
#top_contents #news li{
    padding: 15px 0;
}
#top_contents #news li span{
    display: block;
    margin-bottom: 5px;
}
}

#top_contents #report{
    position: relative;
}
#top_contents #report #btn_report a{
    display: block;
    width: 260px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}
#top_contents #report #btn_report a::after{
    content: '\f105';
    font: var(--fa-font-solid);
    color: #e55329;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#top_contents #report #btn_report a:hover{
    background: #e55329;
    color: #fff;
    border-color: #e55329;
}
#top_contents #report #btn_report a:hover::after{
    color: #fff;
}
@media screen and (min-width:768px) {
#top_contents #report #btn_report{
    position: absolute;
    top: 11px;
    right: 0;
}
}
@media screen and (max-width:767px) {
#top_contents #report #btn_report{
    margin-top: 20px;
}
#top_contents #report #btn_report a{
    width: 100%;
    font-size: 1.6rem;
    line-height: 50px;
}
}

#top_contents #report ul{
    margin-top: 40px;
    background: #272727;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}

#top_contents #report li figure a:hover{
    opacity: .8;
}
#top_contents #report li figure img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 3 / 2;
}
#top_contents #report li div{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
#top_contents #report li div p{
    text-align: center;
    width: 100%;
    padding: 3px 10px;
    font-size: 1.4rem;
}
/*#top_contents #report li div p:nth-child(-n+2){
    width: 50%;
}
#top_contents #report li div p:nth-child(1){
    background: rgba(255,255,255,.5);
}*/
#top_contents #report li div p:nth-child(1){
    background: #e55329;
}
#top_contents #report li div p:nth-child(2){
    background: #4a505f;
    min-height: 50px;
    display: grid;
    place-items: center;
}
#top_contents #report li > p span{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 2px;
}
@media screen and (min-width:768px) {
#top_contents #report li{
    width: calc((100% - 90px) / 4);
    margin-left: 30px;
}
#top_contents #report li:nth-child(4n+1){
    margin-left: 0;
}
#top_contents #report li:nth-child(n+5){
    margin-top: 30px;
}
}
@media screen and (max-width:767px) {
#top_contents #report ul{
    margin-top: 20px;
    padding: 20px;
}
#top_contents #report li{
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
}
#top_contents #report li:nth-child(2n+1){
    margin-left: 0;
}
#top_contents #report li:nth-child(n+3){
    margin-top: 30px;
}
#top_contents #report li div p{
    font-size: 1.3rem;
}
}

#top_contents #panelmenu{
    margin-top: 100px;
}
#top_contents #panelmenu li{
    text-align: center;
}
#top_contents #panelmenu li a{
    display: block;
    background: #272727;
    border-radius: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 40px 20px;
    position: relative;
}
#top_contents #panelmenu li a::before{
    display: block;
    font: var(--fa-font-solid);
    font-size: 3.6rem;
    background: #e55329;
    width: 80px;
    line-height: 80px;
    border-radius: 40px;
    margin: 0 auto 20px auto;
}
#top_contents #panelmenu li:nth-child(1) a::before{
    content: '\f1ad';
}
#top_contents #panelmenu li:nth-child(2) a::before{
    content: '\e533';
}
#top_contents #panelmenu li:nth-child(3) a::before{
    content: '\f15c';
}
#top_contents #panelmenu li a:hover{
    background: #e55329;
    color: #fff;
}
#top_contents #panelmenu li a:hover::before{
    color: #e55329;
    background: #fff;
}
@media screen and (min-width:768px) {
#top_contents #panelmenu ul{
    display: flex;
    justify-content: space-between;
}
#top_contents #panelmenu li{
    width: calc((100% - 80px) / 3);
}
}
@media screen and (max-width:767px) {
#top_contents #panelmenu{
    margin-top: 60px;
}
#top_contents #panelmenu li:nth-child(n+2){
    margin-top: 20px;
}
#top_contents #panelmenu li a{
    font-size: 1.8rem;
    padding: 20px;
}
#top_contents #panelmenu li a::before{
    font-size: 2.8rem;
    width: 60px;
    line-height: 60px;
    border-radius: 30px;
}
}


/* セカンドページコンテンツ
-----------------------------------------*/
.second_contents section h3,
.second_contents#news h3{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 82px;
    position: relative;
}
.second_contents section h3::after,
.second_contents#news h3::after{
    content: '';
    width: 50px;
    height: 2px;
    background: #e55329;
    position: absolute;
    bottom: -20px;
    left: 0;
}
@media screen and (max-width:767px) {
.second_contents section h3,
.second_contents#news h3{
    font-size: 2.6rem;
    margin-bottom: 52px;
}
}

/*----- ページング -----*/
.wp-pagenavi{
    margin: 40px 0 0 0;
    text-align: center;
}
    .wp-pagenavi a{
        display: inline-block;
        padding: 5px 10px;
        background: #272727;
        margin: 0 5px;
        text-decoration: none;
        color: #fff;
    }
    .wp-pagenavi a:hover{
        background: #e55329;
        color: #fff;
        opacity: 1;
    }
    .wp-pagenavi span.current{
        display: inline-block;
        padding: 5px 10px;
        margin: 0 3px;
        background: #e55329;
    }
    .wp-pagenavi span.pages{
        margin: 0 15px 0 0;
    }
@media screen and (max-width:767px) {
.wp-pagenavi{
    margin: 20px 0 0 0;
}
    .wp-pagenavi .page,
    .wp-pagenavi .current,
    .wp-pagenavi span.extend{
        display: none !important;
    }
}


/* 愛知県経営法曹団について */
#aboutus_main p{
    line-height: 1.8;
}
#aboutus_main p:nth-child(n+2){
    margin-top: 15px;
}
#aboutus_activity,
#aboutus_activity2{
    margin-top: 100px;
}
#aboutus_activity div{
    background: #272727;
}
#aboutus_activity div:nth-child(n+3){
    margin-top: 40px;
}
#aboutus_activity div dt{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 40px;
}
#aboutus_activity div dd{
    line-height: 1.8;
    font-weight: bold;
}
#aboutus_activity div dd:nth-child(n+2){
    margin-top: 20px;
}
#aboutus_activity div dd ul{
    margin-top: 10px;
}
#aboutus_activity div dd ul li{
    text-indent: -1em;
    margin-left: 1em;
}
#aboutus_activity div dd ul li::before{
    content: '・';
}
@media screen and (min-width:1280px) {
#aboutus_activity div:nth-child(2) dl,
#aboutus_activity div:nth-child(3) dl{
    width: calc(100% - 520px);
}
#aboutus_activity div:nth-child(2) figure,
#aboutus_activity div:nth-child(3) figure{
    width: 480px;
}
}
@media screen and (max-width:1279px) and (min-width:768px) {
#aboutus_activity div dl{
    width: calc(100% - 360px);
}
#aboutus_activity div figure{
    width: 320px;
}
}
@media screen and (min-width:768px) {
#aboutus_activity div{
    padding: 40px;
}
#aboutus_activity div:nth-child(-n+3){
    display: flex;
    justify-content: space-between;
}
#aboutus_activity div:nth-child(3){
    flex-direction: row-reverse;
}
}
@media screen and (max-width:767px) {
#aboutus_activity div{
    padding: 30px 20px;
}
#aboutus_activity div:nth-child(n+2){
    margin-top: 30px;
}
#aboutus_activity div dt{
    font-size: 2rem;
    margin-bottom: 20px;
}
#aboutus_activity div figure{
    margin-top: 30px;
}
}

/* 活動実績 */
.second_contents#report article{
    background: #272727;
    padding: 40px;
}
.second_contents#report article:nth-child(n+2){
    margin-top: 40px;
}
.second_contents#report h3{
    font-size: 2.4rem;
    font-weight: bold;
}
.second_contents#report h3 span{
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.report_data{
    margin-top: 20px;
}
.report_data p{
    text-align: center;
    padding: 3px 10px;
}
.report_data p:nth-child(1){
    background: #e55329;
    width: 30%;
}
.report_data p:nth-child(2){
    background: #4a505f;
    width: 70%;
}
.report_detail{
    margin-top: 40px;
}
.report_detail p{
    line-height: 1.8;
}
.report_detail p:nth-child(n+2){
    margin-top: 20px;
}
.link_pdf{
    margin-top: 40px;
}
.link_pdf a{
    text-decoration: underline;
}
.link_pdf a::before{
    font: var(--fa-font-solid);
    content: '\f1c1';
    font-size: 2rem;
    color: #e55329;
    margin-right: 10px;
}
@media screen and (min-width:768px) {
.report_data{
    display: flex;
}
.report_detail{
    /*clear: left;
    overflow:auto;*/
    display: flex;
    justify-content: space-between;
}
.report_detail figure{
    width: 360px;
    /*margin: 0 40px 0 0;
    padding-bottom: 10px;
    float: left;*/
}
.report_detail div{
    width: calc(100% - 400px);
}
}
@media screen and (max-width:767px) {
.second_contents#report article{
    padding: 30px 20px;
}
.second_contents#report article:nth-child(n+2),
.report_detail,
.link_pdf{
    margin-top: 30px;
}
.second_contents#report h3{
    font-size: 2rem;
}
.second_contents#report h3 span{
    font-size: 1.3rem;
}
.report_detail figure{
    max-width: 360px;
    margin: 0 auto 20px auto;
}
.report_data p{
    font-size: 1.3rem;
    width: 100% !important;
}
}


/* 会員名簿 */
#member > div{
    background: #272727;
    padding: 40px;
}
#member table{
    width: 100%;
}
#member th,
#member td{
    padding: 20px;
    border: solid 1px rgba(255,255,255,.3);
    text-align: center;
}
#member th{
    font-weight: bold;
    background: #4a505f;
    padding: 10px 20px;
    white-space: nowrap;
}
#member td a{
    text-decoration: underline;
}
@media screen and (max-width:767px) {
#member > div{
    padding: 20px;
}
#member > div div{
    overflow-x: auto;
}
#member td{
    white-space: nowrap;
}
}


/* お知らせ */
.second_contents#news > ul{
    background: #272727;
    padding: 20px 40px;
}
.second_contents#news > ul > li{
    padding: 20px 0;
}
.second_contents#news > ul > li:nth-child(n+2){
    border-top: solid 1px rgba(255,255,255,.3);
}
.second_contents#news > ul > li span{
    color: #e55329;
}
.second_contents#news > ul > li a{
    text-decoration: underline;
}
@media screen and (max-width:1279px) {
#top_contents #news > ul{
    margin-top: 40px;
}
}
@media screen and (min-width:768px) {
.second_contents#news > ul > li{
    display: flex;
}
.second_contents#news > ul > li span{
    width: 120px;
}
.second_contents#news > ul > li a{
    width: calc(100% - 120px);
}
}
@media screen and (max-width:767px) {
.second_contents#news > ul{
    margin-top: 20px;
    padding: 10px 20px;
}
.second_contents#news > ul > li{
    padding: 15px 0;
}
.second_contents#news > ul > li span{
    display: block;
    margin-bottom: 5px;
}
}

.second_contents#news article div{
    background: #272727;
    padding: 40px;
}
.second_contents#news article div p{
    line-height: 1.8;
}
.second_contents#news article div p:nth-child(n+2),
.second_contents#news article div ul,
.second_contents#news article div ol{
    margin-top: 20px;
}
.second_contents#news article div strong,
.second_contents#news article div em,
.second_contents#news article div b{
    font-weight: bold;
}
.second_contents#news article div ul,
.second_contents#news article div ol{
    margin-top: 20px;
}
.second_contents#news article div a{
    text-decoration: underline;
}
.second_contents#news article div ul li{
    list-style: disc inside;
    margin-left: 1em;
    text-indent: -1em;
}
.second_contents#news article div ol li{
    list-style: decimal inside;
    margin-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width:767px) {
.second_contents#news article div{
    padding: 20px;
}
}

.btn_back{
    width: 260px;
    margin: 60px auto 0 auto;
}
.btn_back a{
    display: block;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}
.btn_back a::after{
    content: '\f105';
    font: var(--fa-font-solid);
    color: #e55329;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.btn_back a:hover{
    background: #e55329;
    color: #fff;
    border-color: #e55329;
}
.btn_back a:hover::after{
    color: #fff;
}
@media screen and (max-width:767px) {
.btn_back{
    margin-top: 40px;
}
.btn_back a{
    width: 100%;
    font-size: 1.6rem;
    line-height: 50px;
}
}

/* お問い合わせ */
#contact_txt{
    line-height: 1.8;
}
#contact_attention{
    margin-top: 20px;
}
#contact_attention li{
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.8;
}
#contact_address,
#contact_form{
    margin-top: 100px;
}
#contact_address dl,
#contact_form > div{
    background: #272727;
    padding: 40px;
}
#contact_address dt{
    font-size: 2.2rem;
    font-weight: bold;
}
#contact_address dd{
    margin-top: 20px;
    line-height: 1.8;
}
#contact_form table{
    width: 100%;
}
#contact_form th,
#contact_form td{
    padding: 20px 0;
    border-bottom: solid 1px rgba(255,255,255,.3);
    vertical-align: middle;
}
#contact_form th{
    font-weight: bold;
    position: relative;
    width: 300px;
}
#contact_form th p{
    font-weight: bold;
}
#contact_form th span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #e55329;
    padding: 2px 5px;
}
#contact_form td{
    padding-left: 40px;
}
@media screen and (max-width:767px) {
#contact_address,
#contact_form{
    margin-top: 60px;
}
#contact_address dl,
#contact_form > div{
    padding: 20px;
}
#contact_address dt{
    font-size: 1.8rem;
}
#contact_form th,
#contact_form td{
    display: block;
    width: 100% !important;
}
#contact_form th{
    border-bottom: none;
}
#contact_form td{
    padding-left: 0;
    padding-top: 0;
}
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form textarea{
    padding: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
    width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
    color: #fff;
}
#contact_form textarea{
    height: 300px;
}

#contact_form input[type=radio]{
  display: none;
}
#contact_form label {
  display: inline-block;
}
#contact_form input[type=radio] + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
#contact_form input[type=radio] + span::after,
#contact_form input[type=radio] + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
#contact_form input[type=radio] + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 5px;
  border: none;
  background: #e55329;
}
#contact_form input[type=radio]:checked + span::after {
  opacity: 1;
}
.wpcf7-list-item:nth-child(1){
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    color: #e55329 !important;
    margin-top: 5px !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 40px 0 0 0 !important;
    padding: 10px 20px !important;
    border-color: #e55329 !important;
}

@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form textarea{
    font-size: 16px;
}
#contact_form textarea{
    height: 200px;
}
#contact_form .wpcf7-list-item{
    display: block;
    margin-left: 0 !important;
}
#contact_form .wpcf7-list-item:nth-child(n+2){
    margin-top: 10px;
}
}

#contact_form td.message p{
    white-space: pre-wrap;
    margin-bottom: -1em;
}


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
#btn_confirm{
    max-width: 260px;
    width: 100%;
    margin: 60px auto 0 auto;
}
#btn_confirm input,
#btn_send li input{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #e55329;
    border: solid 1px #e55329;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 60px;
}
#btn_send li:first-child input{
    background: transparent !important;
    border: solid 1px #fff;
}
#btn_send li{
    max-width: 260px;
    width: 100%;
}
#contact_complete dt{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#contact_complete dd{
    line-height: 1.8;
}
@media screen and (min-width:768px) {
input[type="submit"],
input[type="button"] {
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s;
			transition: all .3s;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    opacity: .7;
}
#btn_send{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
#btn_send li:first-child{
    margin-right: 60px;
}
}
@media screen and (max-width:767px) {
#btn_confirm{
    margin-top: 40px;
}
#btn_confirm input,
#btn_send li input{
    line-height: 50px;
    font-size: 1.6rem;
}
#btn_send{
    max-width: 260px;
    width: 100%;
    margin: 40px auto 0 auto;
}
#btn_send li:first-child{
    margin-bottom: 20px;
}
#contact_complete dt{
    font-size: 1.8rem;
}
}



/* フッター
-----------------------------------------*/
#footer{
    background: #272727;
    padding: 60px 0;
}
#copyright{
    text-align: center;
    font-size: 1.5rem;
}
