@charset "utf-8";
/**reset**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ul, li{
	list-style:none;
}

strong, b {
	font-weight:bold;
}

img{
	width:100%;
	max-width:100%;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	vertical-align:bottom;
}
section, div {
	outline: none;
	border: none;
}
body{
	background:#ffffff;
	margin: 0 auto;
	padding: 0;
	color:#333333;
	font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	font-size:16px;
	line-height: 1.6;
}
html {
	font-size: 62.5%;
}
h1 {
    font-size: 36px;
    font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
	font-weight:bold;
}
h2, .CapS {
    font-size: 30px;
    font-size: calc(2.8rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
	font-weight:bold;
}
h3, .TitM {
    font-size: 20px;
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
	font-weight:bold;
}
h4, .TitS {
    font-size: 18px;
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
	font-weight:bold;
}
h5 {
    font-size: 16px;
    font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
	font-weight:bold;
}
@media (min-width:1200px) {
h1 {
	font-size: 3.8rem;
}
h2, .CapS {
	font-size: 3.2rem;
}
h3, .TitM {
	font-size: 2.0rem;
}
h4, .TitS {
	font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
}
@media screen and (max-width:640px) {
h1{
	font-size: 2.3rem;
}
h2, .TitM {
	font-size: 2.0rem;
}
h3, .CapS {
	font-size: 1.8rem;
}
h4, .TitS {
	font-size: 1.6rem;
}
h5 {
    font-size: 1.6rem;
}
}

a{
	color:#0000CC;
	text-decoration:underline;
	transition: 0.5s;
}
a:hover{
	color:#0000CC;
	text-decoration: none;
}

/**form reset**//*
input[type="submit"],
input[type="button"] {
  -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;
}

/*****************
 navi
*****************//****

header{
	position: static;
	margin:0;
	padding:0;
}
main{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}
.headInner {
	width:95%;
	margin:0 auto;
	padding:8px 0;
}
@media screen and (min-width: 813px) {
.headInner {
	display:flex;
	align-items: center;
	box-sizing:border-box;
}
.head1{
	padding:0;
	flex:1;
}
.head2{
	width: 100px;
}
}

header h1{
	margin:0 0 8px;
	padding:0;
	line-height:1.2;
}
header h1 a,
header h1 a:hover{
	text-decoration:none;
}
header h1 strong{
	color:#dd0000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size:32px;
	letter-spacing:0.1em;
	margin:0 5px;
	vertical-align:center;	
}
header h1 .jps{
	display:inline-block;
	color: #333333;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:25px;
	vertical-align: center;
}

@media screen and (max-width: 812px) {
header h1{
	text-align: center;
    margin: 0;
    padding: 0;
}
header h1 strong{
	font-size:16px;
}
header h1 .jps{
	font-size:15px;
}
.head2 {
	text-align:center;
}
.head2 img {
    max-width: 80px;
}	
}

nav{
	background:#fff;
	padding:0;
}
nav li{
	font-size:14px;
	font-weight:normal;
	line-height: inherit;
	color:#000;
	float:none;
	border:none;
	margin:0;
	padding:0;
}
nav li.fin{
	border:none;
}
nav li a{
	color: #000;
	text-decoration:none;
}
nav li a:hover{
	text-decoration:none;
	opacity: 0.7;
}
.menu a{
	color: #000;
}
.menu a.application{
	color: #000;
	font-size:14px;
}
.menu li:before{
	content:none;
}

#navi {
	background-color: rgba(255,255,255,0.9);
	position:static;
	width: 100%;
	margin:0 auto;
	height: auto;
	z-index:9999;
}
/* チェックボックス非表示 *//****
#navi input {
  display: none !important;
}
.menuInner {
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}
.menu {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.menu-parent {
  margin:0;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
  white-space: nowrap;
}
@media screen and (min-width: 813px) {

.menu{
	position:static;
	background:#fff;
	padding:0;
	margin:0;
}
.menu .menu-parent{
	float: left;
	border-right: 1px solid #333;
	box-sizing: border-box;
	color: #000;	
	list-style-type: none;
	line-height:15px;
	width:auto;
	text-align: center;
}
.menu .menu-parent:first-child {
	border-left: 1px solid #333;
} 
.menu:before, .menu:after {
	content:'';
	clear: both;
	display: block;
}
}
.menu .menu-parent span{
	display:block;
	width:auto;
	height:auto;
	box-sizing:border-box;
	padding:8px 12px;
	vertical-align:middle;
	background:#fff;
}

.menu .menu-parent > a{
	display:block;
	width:auto;
	height:auto;
	box-sizing:border-box;
	padding:8px 12px;
	vertical-align:middle;
	background:#fff;
}
.menu .menu-parent > a:hover{
	background:rgba(255,255,255,0.1);
}

.menu .menu-parent:before{
	content:none;
}
.menu-parent:last-child {
  margin-right: 0px;
}
#menu-navibtn {
  display: none !important;
  cursor: pointer;
  cursor: hand;
}
/* ドロップダウン *//****
.menu-parent {
	position: relative;
}
.menu-parent .menu-child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	margin-left: 0;
	z-index:10;
	width: auto;
	box-sizing: border-box;
	padding: 0;
	background-color: #333333;
	border: 1px solid #000;
}
.menu-parent .menu-child li {
	text-align:left;
	position:relative;
}
.menu-parent .menu-child li::before {
	content:'-';
	font-size:10px;
	position:absolute;
	display:inline-block;
	top:50%;
	left:10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media screen and (min-width: 813px) {
.menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
}
.menu-parent .menu-child li a{
	display:block;
	width:auto;
	height:auto;
	box-sizing:border-box;
	padding:15px 20px 15px 23px;
	vertical-align:middle;
	background: #333333;
}
.menu-parent .menu-child li a:hover{
	background:rgba(255,255,255,0.1);
}
}
@media screen and (max-width: 813px) {
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
	max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
.menu {
	display: none;
  }
.menu-parent {
	float:none;
    height: auto;
    width: 100%;
    padding: 0;
	background:#000000;
}
.menu .menu-parent > a{
	display:block;
	width:auto;
	height:auto;
	box-sizing:border-box;
	padding:15px 15px;
	vertical-align:middle;
	background:#000000;
	color:#FFFFFF;
}
.menu .menu-parent > a:hover{
	background:rgba(255,255,255,0.1);
}

#menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
	top:0;
}
.menu-parent .menu-child {
	border:none;
    position: relative;
    padding: 0;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
  }
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
.menu-parent .menu-child li a{
	display:block;
	width:auto;
	height:auto;
	box-sizing:border-box;
	padding:15px 20px 15px 23px;
	vertical-align:middle;
	background: #333333;
}
.menu-parent .menu-child li a:hover{
	background:rgba(255,255,255,0.1);
}
}

/* ハンバーガー *//****
#navi #navibtn {
  display: none !important;
}
@media screen and (max-width: 813px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
	background-color:rgba(0,0,0,0.7);
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  #navibtn span span::before {
    top:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #navibtn span::after {
    bottom:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #navibtn span span::after {
    top:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}
/*****************
 footer
*****************/
footer{
	background:#323232;
	color:#FFFFFF;
	position:relative;
}
footer .inner{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 0;
}

footer h2{
	color:#e8e8e8;
	font-size:16px;
	margin-bottom:5px;
}
footer p{
	font-size:14px;
}
footer .footBox1 ul{
	margin:0;
	padding:0;
}
footer .footBox1 ul li{
	margin:0;
	padding:5px 0;
	font-size:14px;
}
footer .footBox1 ul li a{
	color:#A5A5A5;
	text-decoration:none;
	transition:0.5s ;
}
footer .footBox1 ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.footBox1 .footCol{
	padding:0 0 15px;	
}
.footBox2 .footCol2 p span{
	display:inline-block;
}
.footBox2 .footCol1{
	padding:0 0 15px;
}
@media screen and (min-width: 813px) {
.footBox1 {
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.footBox1 .footCol{
	-webkit-flex-basis:25%;
	-ms-flex-basis:25%;
	flex-basis:25%;
	padding:10px;
}

.footBox2 {
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.footBox2 .footCol1{
	width:200px;
	padding:0;	
}
.footBox2 .footCol2{	
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
}
.copy{
	background:#000000;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	padding:8px 5px;
	box-sizing:border-box;
}
/**フッターナビ **/
.bottomFooter {
	width: 100%;
	padding: 30px 0;
	background: #191919;
}
.menu-footer-menu-container {
	margin: 0 auto;
    padding: 0 15px;	
}
.menu-footer-menu-container #menu-footer-menu {
	margin:0;
	padding:0;
	list-style: none;
    text-align: center;
}
.menu-footer-menu-container #menu-footer-menu > li {
	display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}
.menu-footer-menu-container #menu-footer-menu > li a,
.menu-footer-menu-container #menu-footer-menu > li a:hover {
	color: inherit;
	text-decoration:none;
}
.menu-footer-menu-container #menu-footer-menu > li a {
	display: block;
    margin: 0 10px;
    line-height: 1.5;
    border-bottom: 2px solid transparent;
    transition: .15s;
}
.menu-footer-menu-container #menu-footer-menu > li a:hover {
	animation: flash 1s;
    border-color: #fff;
}
@keyframes flash {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
.menu-footer-menu-container #menu-footer-menu > li {
	font-size: 1.6rem;
}
}

/*******************************

 common
 
*********************************/

@media screen and ( max-width: 414px ) {
.no-sp{
	display:none;

}
}
@media screen and ( min-width: 415px ) {
.no-pc{
	display:none;
}
}

/**********************

  form

***********************/
.wpcf7 input {
  border: 1px solid #b5b5b5;
  padding: 8px;
  /*padding: 1em 1em;*/
  box-sizing:border-box;
  width: 100%;
  border-radius: unset;
  font-size:14px;
}

.wpcf7 input[name="your-quantity"] {
  padding: 0.5em 0.5em;
}
.wpcf7 select {
  border: 1px solid #b5b5b5;
  padding: 0.5em 0.5em;
  box-sizing:border-box;
}
.wpcf7 textarea {
	width:100%;
	max-width:100%;
  border: 1px solid #b5b5b5;
  padding: 1em 1em;
  box-sizing:border-box;
  border-radius: unset;
}
.wpcf7 textarea[name="textarea-1"] {
	height: 100px !important;
}
/*.checkbox-1 .wpcf7-list-item{
	display:block;
}*/
.checkbox-2 .wpcf7-list-item{
	display:block;
}
.wpcf7 input[name="your-sei"],
.wpcf7 input[name="your-mei"],
.wpcf7 input[name="your-sei-kana"],
.wpcf7 input[name="your-mei-kana"]{
	width:100%;
	height:auto;
	box-sizing:border-box;
}
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-tel"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-date"] {
	width:100%;
	height:auto;
	max-width:400px;
}
.wpcf7 input[name="your-postcode"]{
	width:100%;
	max-width:120px;
}
.wpcf7 input[name="your-add"]{
	width:100%;
}
.wpcf7 input[name="your-quantity"]{
	padding: 0.5em 0.5em;
	width:60px;
	text-align:center;
}
.wpcf7 ::placeholder {
  color: #ccc;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus{
	background-color: #fef5e8;
	box-shadow:0 0 5px #ccc;
	transition: background-color 2s ease-out;
}

.wpcf7 .contactTable input[name="your-tel"] {
	max-width: 220px;
}
.wpcf7 .contactTable input[name="your-company"],
.wpcf7 .contactTable input[name="your-email"] {
	max-width: 368px;
}

.contactform_btn {
	margin:0 auto;
	text-align:center;
	max-width:100%;
}
.contactform_btn input[type="submit"] {
	display:block;
	width:90%;
	max-width:400px;
	margin:0 auto;
    padding: 15px;
    color: #fff;
	background:#4c9bd1;
    font-size: 18px;
    font-weight: bold;
	border:none;
	border-radius: 6px;
	cursor:pointer;
}
.contactform_btn input:hover {
  opacity: 0.9;
}
.contactform_btn::after {
	content:none;
}


.contactTable {
    margin: 25px auto;
}
.contactTable th,
.contactTable td {
	background: #fff;
	border:none;
    box-sizing:border-box;
	padding: 0.357143em 1.071428em !important;
    padding-bottom: 8p !importantx;
    padding-left: 0 !important;
	vertical-align:middle !important;
	text-align: left;
}
.contactTable .table_col2 {
	max-width:420px;
	display:flex;
	flex-wrap: wrap;
}
.contactTable .table_col2 > div {
	width: 50%;
	padding:5px 5px 5px 0;
	box-sizing:border-box;
}
.contactTable th span {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    font-size: 8px;
    line-height: 8px;
	margin-left:2px;
    background: #CC3300;
    padding: 4px;
	position:relative;
	top:-2px;
}
@media screen and ( max-width: 812px ) {
.contactTable th, .contactTable td {
    display: block;
    width: 100%;
}
.contactTable th {
	padding-bottom:0;   

}
.contactTable td {
	padding-top:0;   
}
.contactTable .table_col2 {
	max-width:100%;
}
}

.form_navi_wrap{
    width:100%;
    margin:20px auto 0;
}
.form_navi {
	display:flex;
	margin:0;
	padding:0;
}
.form_navi li.form_navi_label {
	width: 50%; 
    background-color: #cccccc;    
    margin: 0;
	padding: 8px 0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;       
    list-style:none;
    position:relative;
    font-size:13px;
	line-height:15px;
}
.form_navi li.form_customer {
    background:#000000;
}
.form_navi li.form_customer::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-left: 15px solid #000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
  z-index:1;
}
.form_navi li.form_complete::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-left: 15px solid #ccc;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}

.ss_privacy {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #333333;
    /*height: 140px;*/
	height: 70px;
    margin:0 auto 30px;
    overflow: auto;
    padding: 3px 8px;
	width:100%;
    max-width:600px;
    font-size:13px;
	box-sizing:border-box;
	border-radius: unset;
}
.ss_privacy p{
	font-size:11px;
	font-weight: normal;
    color: #333;
	line-height:21px;
	margin-top: 0;
}
/**********************

  form intro

***********************//****
.form_intro {
	max-width:840px;
	margin:20px auto;
}
.form_intro_img {
	text-align:center;
}
.form_intro_copy_box {
	background:#ecf9fd;
	padding:15px;
	margin:10px 0;
}
.form_intro_lists {
	margin:0;
	padding:0;
	list-style:none;
}
.form_intro_lists li {
	color:#004e98;
	font-size:16px;
	font-weight:700;
	padding:5px 0 5px 15px;
	position:relative;
	line-height:1.5;
}
.form_intro_lists li::before {
	display: inline-block;
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    top: 50%;
    left: 0;
	margin-top: -1px;
    background-color: #d70c18;
}
.form_intro_copy_title {
	color:#004e98;
	font-size:16px;
	font-weight:700;
}
.form_intro_copy_remarks{
	color:#004e98;
	font-size:14px;
}
@media screen and (min-width: 768px) {
.form_intro {
	margin:40px auto 0;
	display:flex;
	align-items: center;
	justify-content:space-between;
	gap: 10px;
}
.form_intro_img {
	flex-basis:50%;
}
.form_intro_copy {
	flex-basis:50%;
}
.form_intro_copy_box {
	padding:15px 30px;
}	
}

.wpcf7 .wpcf7-list-item input{
	width:auto;
}

/**********************

  wpdl

***********************/

.wpdl_title {
	font-size:18px;
	font-weight:bold;
	color: #004e98;
	text-align:center;
}
.wpdl_inner {
	width:95%;
	max-width:980px;
	margin: 0 auto;
	padding: 0;
}
.wpdl_content{
	padding:0 0 20px 0;
	box-sizing: border-box;
}
.wpdl_form {
	border-radius: 6px;
	background-color: rgba(249, 249, 251, 1);
    padding: 20px 30px;
	box-sizing: border-box;
}
.wpdl_img {
	text-align:center;
	border:1px solid #ccc;
	margin-bottom:10px;
}
.wpdl_copy_title {
	color:#004e98;
	font-size:16px;
	font-weight:700;
}
.wpdl_copy_box {
	margin:10px auto;
}
.wpdl_copy_lists {
	margin:0;
	padding:0;
	list-style:none;
}
.wpdl_copy_lists li {
	color:#004e98;
	font-size:16px;
	font-weight:700;
	padding:5px 0 5px 15px;
	position:relative;
	line-height:1.5;
}
.wpdl_copy_lists li::before {
	display: inline-block;
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    top: 50%;
    left: 0;
	margin-top: -1px;
    background-color: #d70c18;
}
.wpdl_copy_remarks{
	color:#004e98;
	font-size:14px;
}
@media screen and (min-width: 768px) {
.wpdl_title {
	font-size:32px;
}
.wpdl_2col {
	display:flex;
	justify-content:space-between;
}
.wpdl_content{
	width:52%;
}
.wpdl_form {
    width:45%;
}
}

/**********************

  expa-form　

***********************/
.expa-form {
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;	
	font-size:14px;
}
.pub_form {
	width: fit-content;
    margin: 0 auto 20px;
	padding:0;
}
.pub_form .col--2 {
	margin-bottom: 15px;
}
/**
.pub_form .col--2 {
	display:flex;
	gap:15px;
}
.pub_form dt {
	width: 150px;
}
.pub_form dd {
	flex:1;
}
**/
.pub_form dt,
.pub_form dd {
    box-sizing:border-box;
	padding: 0.357143em 0;
    /*padding-bottom: 8px;*/
	vertical-align: middle;
	box-sizing: border-box;
}
.pub_form dt {
	padding-bottom:5px;
	font-weight:bold;
}
.pub_form dd {
	padding-top:0;   
}
.pub_form .col---2 {
	max-width:420px;
	display:flex;
	gap:10px;
}
.pub_form .col---2 dd {
	width: 50%;
}
.pub_form dt font {
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    font-size: 8px;
    line-height: 8px;
	margin-left:4px;
    background: #CC3300;
    padding: 4px;
	vertical-align: middle;
}
@media screen and ( max-width: 812px ) {
/*
.pub_form .col--2 {
	display: block;
}
*/
.pub_form dt,
.pub_form dd {
	width: 100%;
}
.pub_form dt {
	padding-bottom:5px;
	font-weight:bold;
}
.pub_form dd {
	padding-top:0;   
}
.pub_form .col---2 {
	max-width:100%;
}
}


.pub_form input {
  border: 1px solid #b5b5b5;
  padding: 8px 7px;
  box-sizing:border-box;
  font-size:13px;
  line-height:18px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pub_form select {
  border: 1px solid #b5b5b5;
  padding: 0.5em 0.5em;
  box-sizing:border-box;
}
.pub_form textarea {
	width:100%;
	max-width:100%;
  border: 1px solid #b5b5b5;
  padding: 1em 1em;
  box-sizing:border-box;
}
.pub_form input[type="radio"]{
	display: inline-block;
	margin: 2px;
	height:11px;
}
.pub_form input[type="text"],
.pub_form input[type="email"],
.pub_form input[type="tel"]{
	height:auto;
}
.pub_form input[name="your-sei"],
.pub_form input[name="your-mei"]{
	width:100%;
}
.pub_form input[name="your-email"],
.pub_form input[name="your-tel"],
.pub_form input[name="your-company"]{
	width:100%;
}
.pub_form ::placeholder {
  color: #ccc;
}
.pub_form input[type="text"]:focus,
.pub_form textarea:focus{
	outline:none;
	background-color: #fef5e8;
	box-shadow:0 0 5px #ccc;
	transition: background-color 2s ease-out;
}
.pub_form label{
	display:inline-block;
	margin-right:10px;
	font-size:11px;
}

.expa-form .ss_privacy {
	height:70px;
	/*margin-bottom:15px;*/
	margin-bottom:45px;
	margin-top: 25px;
}
.expa-form .privacy_text {
	font-size: 12px;
	margin: 0 0 25px;
}
