@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
    color:#333333;
    font-family: 'Noto Sans JP', sans-serif;
}

.bold{
    font-weight: bold;
}

p{
    font-size: 16px;
	line-height: 1.7em;
}

img{
	vertical-align: bottom;
	max-width: 100%;
}
body, html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.75em;
}
.text-center{
	text-align: center;
}
body {
    overflow-x: hidden;
    letter-spacing: 0;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul , li{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

p{
    line-height: 200%;
}

del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

/* iOSでのデフォルトスタイルをリセット */
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;
}



.sp{
		display:none;	
	}
.cf:after {
	content: "";
	clear: both;
	display: block;
}

a{
    color:#333333;
    text-decoration: none;
}


/*---------------------
common
----------------------*/

.tab{
    display: none;
}
 
.sp{
    display: none;
}

.tabBlock{
	display: none;
}

.content{
        margin: auto;
        max-width: 1000px;
    }

.grd{
	background: radial-gradient( #DC1619 30%, #BE272B 100%);
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
   

/*---------------------
main
----------------------*/
	header{
	    height: 90px;
    padding: 0 25px;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
	}
	.headerHeading{
		font-size: 0.7rem;
		line-height: 1.4;
		padding-left: 0.7rem;
	}
.headerInner{

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	display: flex;
	align-items: center;
}
.logo a{
	font-size: 14px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.logo a img{
	width: 11rem;
	margin-right:1rem;
}
	.btnWrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}	
	
	.contBtn02 img{
		margin-right: 10px;
	}
	.contBtn {
		margin-left: 10px;
	}
	.contBtn a{
		width: 225px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#0053A1;
		font-weight: bold;
	}
	.contBtn p{
		font-size: 0.8rem;
		line-height: 1;
		text-align: center;
	}
	.contBtn02{
		width: 250px;
		margin-left: 10px;
	}
	.contBtn02 a{
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border:1px solid #0053A1;
		border-radius: 100px;
		color:#ffffff;
		font-size: 19px;
		font-weight: bold;
		background: #0053A1;
	}	

	.mainLogo{
		margin-top: 45px;
	}
	
	.mainImage{
		padding: 25px 0 45px;
	}
	.mainTxt{
		font-size: 12px;
		line-height: 1.6;
	}
	.sec{
		padding: 50px 0;
	}
	
	.bgBl{
		background: #0053A1;
	}
	
	.bgGr{
		background: #EDEDED;
	}	
	
	.topSec01 .content{
		padding: 50px;
		background: #ffffff;
		border-radius: 8px;
		display: flex;
		justify-content: space-between;
	}
	
	.topSec01__Box01Title{
		color:#0053A1;
		font-size: 27px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.topSec01__Box01{
		width: 465px;
	}
	
	.topSec01__Box02{
		width: 390px;
	}

	.pageTitle{
		text-align: center;
		margin-bottom: 30px;
		font-size: 35px;
	}
	
	.topSec02__ContWrap{
		padding: 45px;
		border-radius: 6px;
		border:1px solid #CCCCCC;
		background: #ffffff
	}
	
	.topSec02__ContWrap h3{
		font-size: 21px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		padding-top: 25px;
	}
	
	.topSec02__ContWrap h3 span{
		display: inline-flex;
		margin-right: 10px;
		font-family: Avenir;
		font-size: 14px;
		border-radius: 6px;
		border:1px solid #0053A1;
		background: linear-gradient(to bottom,#057CED,#0053A1);
		color:#ffffff;
		height: 30px;
		width: 70px;
		align-items: center;
		justify-content: center;
	}	
	
	.topSec02__Cont{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.topSec02__Cont.pt02{
		flex-flow: row-reverse;
	}
	
	.topSec02__Cont--Box01{
		width: 140px;
	}
	
	.topSec02__Cont--Box02{
		width: calc(100% - 180px);
	}

	.topSec02__Cont.bb{
		border-bottom: 1px dashed #CCCCCC;
		padding-bottom: 25px;
	}

	.topSec02__ContTextBox{
		padding: 15px;
		margin-top: 20px;
		border:1px solid #E7E7E7;
		border-radius: 6px;
		background: #F9F9F9;
		font-size: 12px;
	}
	
	.topSec02__ContText01{
		display: flex;
		align-items: center;
		font-weight: bold;
		font-size: 12px;
		color:#FF0000;
	}
	
	.topSec02__ContText01 span{
		background: #FF0000;
		margin-right: 5px;
		height: 6px;
		width: 6px;
		border-radius: 50px;
	}
	
	.topSec02__ContText02{
		color:#333333;
		line-height: 1.7em;
	}


	.cvn h2{
		text-align: center;
		font-size: 27px;
		margin-bottom: 30px;
		color:#ffffff;
	}
	
	.btnWrap02{
		display: flex;
		justify-content: space-between;
	}
	
	.btnWrap02 > *{
		width: calc(50% - 10px);
	}
	
	.btn01 a{
		display: flex;
		justify-content: center;
		align-items: center;
		color:#0053A1;
		font-size: 27px;
		background: #ffffff;
		width: 100%;
		height: 90px;
		border-radius: 100px;
		box-shadow:0 5px 0 0 #032F58;
		font-weight: bold;
	}
	
	.btn02 a{
		display: flex;
		justify-content: center;
		align-items: center;
		color:#0053A1;
		font-size: 27px;
		background: #FFEB00;
		width: 100%;
		height: 90px;
		border-radius: 100px;
		box-shadow:0 5px 0 0 #242323;
		font-weight: bold;
	}	
	
	.btn01 a img,
	.btn02 a img{
		margin-right: 8px;
		padding-top: 8px;
	}

	.tab-group{
	  display: flex;
	  justify-content: space-between;
	}
	.tabBtn{
		display: flex;
		justify-content: center;
		align-items: center;
		list-style:none;
		text-align:center;
		cursor:pointer;
		background: #D3E9FC;
		border-radius: 6px 6px 0 0;
		color:#0053A1;
		font-size: 21px;
		width: calc(50% - 10px);
		height: 75px;
		font-weight: bold;
	}
	
	.tabBtn.is-active{
	  background:#0053A1;
	  color:#FFF;
	  transition: all 0.2s ease-out;
	}
	.panel-group{
	  border:solid 2px #0053A1;
	  background:rgba(0 83 161 / 2%);
		border-radius:0 0 6px 6px;
		padding: 50px;
	}
	.panel{
	  display:none;
	}
	.panel.is-show{
	  display:block;
	}
	
	.panel-group ul{
		display: flex;
		flex-wrap: wrap;
	}
		
	.panel-group ul li{
		width: calc((100% - 50px) / 3);
		margin-right: 25px;
	}

	.panel-group ul li:nth-child(3n + 3){
		margin-right: 0;
	}
	
	.panel-group ul li:nth-child(-n + 7){
		margin-bottom: 25px;
	}
	
	.panel-group ul li a{
		display: flex;
		border:1px solid #CCCCCC;
		background: #ffffff;
		justify-content: center;
		align-items: center;
		height: 190px;
	}
	#anchor03,#anchor04{
		height: 30px;
		margin-top: -30px;
	}
	footer{
		padding: 100px 0 115px;
		text-align: center;
	}
	
	footer *{
		color:#ffffff;
	}	
	.footLogo{
		display: none;
	}
	.copy{
		text-align: center;
		font-size: 16px;
	}
	
	.footNav{
		/*margin: 130px 0 90px;*/
		margin: 0  0 90px;
		display: flex;
		justify-content: center;
	}
	
	.footNav li:before{
		content:"|";
		margin:0 10px;
		margin-left: 15px;
		color:#fffffff;
		display: inline-block;
	}	
	
	.footNav li:last-child:after{
		content:"|";
		margin:0 10px;
		color:#fffffff;
		display: inline-block;
	}	

/* page */
	.buz ul{
		display: flex;
	}	
	
	.buz ul *{
		font-size: 14px;
		color:#333333;
	}	
	
	.buz ul li:not(:last-child):after{
		content:url("../img/arrow.svg");
		margin: 0 10px;
	}	

	.temp01Sec01Cont{
		display: flex;
		justify-content: space-between;
	}
	
	.temp01Sec01__Box01{
		width: 50%;
		border:20px solid #0053A1;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 320px;
	}
	
	.temp01Sec01__Box01 div{
		margin-top: 0.8em;
		font-weight: bold;
		text-align: center;
		font-size: 21px;
		color:#1C4F9C;
		line-height: 1.8em;
	}
	
	.temp01Sec01__Box02{
		width: 50%;
		border:6px solid #E6E8EC;
		border-left:0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
	}
	
	.temp01Sec01__Box02Text01{
		font-size: 14px;
		color:#333333;
		line-height: 1.7em;
	}
	
	.temp01Sec01__Box02Text01 span{
		color:#EEBD41;
	}
	
	.temp01Sec01__Box02Text02{
		margin-top: 10px;
		color:#0053A1;
		font-weight: bold;
		font-size: 16px;
	}

	.flexBox{
		display: flex;
		justify-content: space-between;
	}
	
	.tempSec02Box{
		width: calc(50% - 15px);
		border:6px solid #E6E8EC;
		border-radius:6px;
		position: relative;
		box-sizing: border-box;
	}
	
	.tempSec02Box dt{
		border-radius: 6px 6px 0 0;
		background:#0053A1;
		display: flex;
		justify-content: center;
		align-items: center;
		color:#ffffff;
		font-size: 21px;
		height: 100px;
		position: absolute;
		left:-6px;
		top:-6px;
		width: calc(100% + 12px);
		z-index: 10;
		text-align: center;
		font-weight: bold;
		line-height: 1.7em;
	}	
	
	.tempSec02Box dd{
		font-size: 16px;
		padding: 30px;
		padding-top: 110px;
	}	

	.pageTitle02{
		font-size: 27px;
		margin-bottom: 20px;
	}

	.tempBd{
		border:5px solid #E6E8EC;
		padding: 20px;
		border-radius: 6px;
	}
	
	.tempSec04__Cont{
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	
	.tempSec04__Box{
		width: calc((100% - 45px) / 2);
		position: relative;
	}

	.tempSec04__Box:nth-child(1):after{
		content:"+";
		position: absolute;
		font-weight: bold;
		font-size: 27px;
		top:70px;
		right: -30px;
	}	

	.ocn .tempSec04__Box:nth-child(1):after{
		content:none;
	}	
	
	.tempSec04__Cont.ocn{
		margin-bottom: 0;
	}
	
	
	.tempSec04__Box dt{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 6px 6px 0 0;
		background: #0053A1;
		font-size: 21px;
		font-weight: bold;
		color:#ffffff;
		height: 70px;
	}
	.tempSec04__Box dt sup,.tempTable01 th sup{
		color: #fff;
		font-size: 13px;
		padding: 0 2px;
	}
	.tempSec04__Box dd{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius:0 0 6px 6px;
		font-size: 16px;
		height: 90px;
		border:2px solid #E6E8EC;
		border-top:none;
	}	
	
	.tempSec04__Box dd.big{
		font-size: 35px;
		font-weight: bold;		
	}
	
	.tempSec04__Box dd.big span.min{
		font-size: 16px;
		font-weight: bold;		
	}


	.tempText{
		font-size: 21px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.table-univarsal tbody td{
		min-width: 127px;
		white-space: nowrap;
	}
	.bl{
		color:#0053A1;
		font-size: 16px;
		margin-right: 4px;
	}
	.tableWrap {
		overflow-x: scroll;
	}
	.tempTable01{
		width: 100%;
		vertical-align: middle;
		border-right:1px solid #E6E8EC;
		border-bottom:1px solid #E6E8EC;
	}
	
	.tempTable01 th,
	.tempTable01 td,
	.table-univarsal th,
	.table-univarsal td{
		border-left:1px solid #E6E8EC;
		border-top:1px solid #E6E8EC;
		text-align: center;
		vertical-align: middle;
	}
	
	.tempTable01 th,
	.table-univarsal th{
		padding: 10px 0;
		background: #0053A1;
		color:#ffffff;
		font-size: 16px;
	}
	.table-univarsal th{
		padding: 10px;
		white-space: nowrap;
	}
	.tempTable01 td,.table-univarsal td{
		padding: 20px 0;
	}
	
	.tempTable01 td.row02{
		font-weight: bold;
		padding-left: 25px;
		text-align: left;
	}
	.tempTable01.col1{
		width: 100%;
		max-width: 475px;
	}
	.tempTable01.col2 th,
	.tempTable01.col2 td{
		width: calc(100% / 2);
	}	

	.tempTable01.col2.pt02 th,
	.tempTable01.col2.pt02 td{
		width: calc(100% - (100% / 3));
	}

	.tempTable01.col2.pt02 th:nth-child(1),
	.tempTable01.col2.pt02 td:nth-child(1){
		width: calc(100% / 3);
	}

	.tempTable01.col2.pt03 th,
	.tempTable01.col2.pt03 td{
		width: 40%;
	}

	.tempTable01.col2.pt03 th:nth-child(1),
	.tempTable01.col2.pt03 td:nth-child(1){
		width: 60%;
	}
	
	.tempTable01.col3 th,
	.tempTable01.col3 td{
		width: calc(100% / 3);
	}
	

	.tempTable01.col3.pt03 th:nth-child(1),
	.tempTable01.col3.pt03 td:nth-child(1){
		width: 30%;
	}

	.tempTable01.col3.pt03 th:nth-child(2),
	.tempTable01.col3.pt03 td:nth-child(2){
		width: 20%;
	}

	.tempTable01.col3.pt03 th:nth-child(3),
	.tempTable01.col3.pt03 td:nth-child(3){
		width: 50%;
	}

	.tempTable01.col3.pt04 th:nth-child(1),
	.tempTable01.col3.pt04 td:nth-child(1){
		width: 40%;
	}

	.tempTable01.col3.pt04 th:nth-child(2),
	.tempTable01.col3.pt04 td:nth-child(2){
		width: 20%;
	}

	.tempTable01.col3.pt04 th:nth-child(3),
	.tempTable01.col3.pt04 td:nth-child(3){
		width: 40%;
	}

	.tempTable01.col3.pt05 th:nth-child(1),
	.tempTable01.col3.pt05 td:nth-child(1){
		width: 35%;
	}

	.tempTable01.col3.pt05 th:nth-child(2),
	.tempTable01.col3.pt05 td:nth-child(2){
		width: 20%;
	}

	.tempTable01.col3.pt05 th:nth-child(3),
	.tempTable01.col3.pt05 td:nth-child(3){
		width: 45%;
	}
	
	.tempTable01.col4 th,
	.tempTable01.col4 td{
		width: calc(100% / 4);
	}

	.tempTable01.col5 th,
	.tempTable01.col5 td{
		width: calc(100% / 5);
	}
	
	.tempTable01 .icon01{
		padding: 0 10px;
		background: #EEAB41;
		color:#ffffff;
		font-weight: bold;
		font-size: 14px;
		border-radius: 3px;
		display: inline-flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	.tempTable01 .icon02{
		padding: 0 10px;
		background: #CA4A31;
		color:#ffffff;
		font-weight: bold;
		font-size: 14px;
		border-radius: 3px;
		display: inline-flex;
		align-items: center;
		margin-bottom: 5px;
	}
	
	.tempTable01 .icon01 img,
	.tempTable01 .icon02 img{
		margin-right: 4px;
	}
	
	.tempTable01 .price{
		font-weight: bold;
		font-size: 35px;
	}
	
	.tempTable01 .price .min{
		font-weight: bold;
		font-size: 16px;
	}
	.mb10{
		margin-bottom: 10px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb40{
		margin-bottom: 40px;
	}

	.row_price{
		font-size: 14px;
	}
	
	.row_price:after{
		content:" ";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 12px;
		border-color: transparent transparent transparent #6E6E6E;
		margin-left: 8px;
		display: inline-block;
	}

	.tempTable01 td.bold{
		font-weight: bold;
		font-size: 21px;
	}
	
	.tempTable01 td.bold span{
		font-weight: bold;
		font-size: 14px;
	}	
	
	.tbFlex{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.tbFlex > div{
		width: calc((100% - 25px) / 2);
	}
	
	.tempText02{
		font-weight: bold;
		margin-top: 30px;
	}
	
	.ft14{
		font-size: 14px;
		font-weight: normal !important;
	}
	.mt30{
		margin-top: 30px;
	}
	.mt40{
		margin-top: 40px;
	}

	.temp01Sec01__Box01.nishi{
		border:20px solid #26368E;
	}

	.temp01Sec01__Box01.nishi div{
		color:#26368E;
	}

	.bdText *{
		font-weight: bold;
	}		
	
	.tc *{
		text-align: center;
	}

	.temp01Sec01__Box01.ocn{
		border:20px solid #C5EBFE;
	}

	.temp01Sec01__Box01.ocn div{
		color:#EE7B30;
	}

	.temp01Sec01__Box01.soft{
		border:20px solid #B4B8BB;
	}

	.temp01Sec01__Box01.soft div{
		color:#0E0E0E;
	}

	.temp01Sec01__Box01.big{
		border:20px solid #00ACEA;
	}

	.temp01Sec01__Box01.big div{
		color:#35318D
	}

	.flexBox.col3 .tempSec02Box dt{
		font-size: 21px;
		height: 130px;
	}	
	
	.flexBox.col3 .tempSec02Box dd {
		padding-top: 140px;
	}
	
	@media screen and (min-width:850px){
	
		.flexBox.col3 .tempSec02Box{
			width: calc((100% - 50px) / 3);
		}	
		
	}

	.mt10{
		margin-top: 10px;
	}

	.tempTable01 td.bold span.min02{
		font-size: 14px;
		font-weight: normal;
	}

	.mt0{
		margin-top: 0 !important;
	}

	.tdpd td{
		padding-top:30px;
		padding-bottom:30px;
	}

.mt20{
	margin-top: 20px;
}

.pbTitle{
	padding-left: 30px;
	margin-top: 20px;
	position: relative;
	font-size: 35px;
}

.pbTitle:before{
	content:" ";
	background: #0053A1;
	width: 8px;
	height: 38px;
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

.th02{
	padding-left: 30px !important;
	text-align: left !important;
}


.ft14req *{
	font-size: 14px !important;
}


.mt10{
	margin-top: 10px;
}

.mb60{
	margin-bottom: 60px;
}

/* otherpage */
.otherpage .pageTitle{
	padding-top: 60px;
}

.mb125{
	margin-bottom: 125px;
}

.companyTable{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	width: 100%;
	margin-top: 50px;
}

.companyTable th{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding: 20px 0;
	background: rgba( 0 83 161 / 3%);
	color:#0053A1;
	width: 250px;
}

.companyTable td{
	padding: 20px 40px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.privacy *{
	word-break: break-all;
}

/* contact */
	.section-subtitle{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.form-contents{
		padding: 45px;
		background: #FCFCFC;
		border:1px solid #CCCCCC;
		border-radius: 6px;
		margin-top: 50px;
	}	
	
	.contact-form-section {
	  margin-bottom: 50px;
	}

	.contact-form-section.mb80 {
	  margin-bottom: 80px;
	}

	.contact-form-wrap {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	  border: 1px solid #BCBABA;
	border-bottom:none;
	}

	.contact-form-wrap:last-child {
	  border-bottom: 1px solid #BCBABA;
	}

	.contact-form-title {
	  display: flex;
	  align-items: center;
	  padding-left: 30px;
	  font-weight: bold;
	  background-color: #0053A1;
	}
	
		
	.contact-form-title p{
		color:#ffffff;
	}
	
	.contact-form-title01 {
		width: 330px;
	}
	
	.contact-form-title02 {
		width: 190px;
	}	
	
	.contact-form-title .required {
		display: inline-block;
		margin-left: 16px;
		padding: 5px 10px;
		color: #fff;
		font-size: 12px;
		vertical-align: 0.2rem;
		background-color: #C30D23;
		border-radius: 6px;
		line-height: 1em;
	}
	
	.contact-form-input input {
		padding: 10px;
		border: 1px solid #929292;
		border-radius: 3px;
	}
	
	
	.contact-form-input {
		padding: 20px;
	}
	.contact-form-input02 {
		width: calc(100% - 190px);
	}
	
	.contact-form-input01 {
		width: calc(100% - 330px);
	}
	
	select,
input[type="text"],
input[type="tel"],
input[type="mail"]{
		width: 60%;
	box-sizing: border-box;
	}
	
	.contact-form-input-wrap .wpcf7-radio .wpcf7-list-item-label {
		display: block;
		padding:5px 10px;
		border-radius: 3px;
		background: #CCCCCC;
		width: 110px;
		margin-right: 10px;
	}
	
	.contact-form-input-wrap .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
		color: #fff;
		background-color: #575757;
	}

	
	.contact-form-input-wrap .wpcf7-radio input[type="radio"] {
		display: none;
	}
	
	.contact-form-input-wrap .wpcf7-radio {
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
		text-align: center;
	}
	
	.contact-form-input select {
		padding: 10px;
		outline: none;
		text-indent: 0.01px;
		text-overflow: "";
		vertical-align: middle;
		background: #fff;
		border: 1px solid #929292;
		border-radius: 3px;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
	}

	select.contact-form-select-min,
		.contact-form-text-min{
		width: 200px !important;
	}

		.contact-form-text-min{
		width: 150px !important;
	}
	
	.wpcf7-list-item-label a{
		color:#C30D23;
	}


	.subBtn{
		text-align: center;
	}
	
	.subBtn p{
		display: inline-block;
		position: relative;
	}
	
	.subBtn p:after{
		content:url("../img/pb/arrow.svg");
		position: absolute;
		right: 80px;
    	top: 21px;
	}
	
	.subBtn input{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 100px;
		background:#EEBD41 ;
		box-shadow:0 5px 0 0 #D3A739;
		height: 75px;
		width: 425px;
		color:#000000;
		font-size: 21px;
	}
	
	.subBtn.off input{
		background:#cccccc ;
		box-shadow:0 5px 0 0 #666666;
	}

.sendTitle{
	text-align: center;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: bold;
}

@media screen and (min-width:850px){
.pcpt30{
	padding-top: 90px !important;
}
}

.wt{
	color: #ffffff !important;
}
