@charset "UTF-8";
/*====================================================================
最小サイズ　想定端末　iPhone SE の縦構え（Portrait）　 320×568px
====================================================================*/


#contact_img {
	background-image: url("../images/contact/contact_1200.jpg");
}
h3 {
	border-left: 8px solid #21489C;
	margin: 1rem 0 0 0;
	padding: 0 0 0 8px;
	color: #333333;
	font-size: 111%;
}
h4, h5 {
	color: #333333;
	margin: 0.5rem 0 0.5rem 8px;
	padding: 0;
}
p {
	margin: 0;
	padding: 0.5rem 1rem 2rem 1rem;
	color: #333333;
	line-height: 1.75;
}
#contact_form {
	margin: 1rem 8px;
	padding: 0;
	max-width: 600px;
}
#contact_form dt {
	margin: 1rem 0 0 0;
	padding: 0;
	color: #21489C;
}
#contact_form dt span {
	color: #BD0003;
	font-size: 80%;
	padding: 0 0 0 1rem;
}
#contact_form dd {
	margin: 0 0 30px 0;
	padding: 0;
}
#contact_form dd#zipcode {
	margin: 0;
}
#contact_form dd select {
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
	background-color: #ffffff;
}
#contact_form dd label {
	color: #333333;
}
#contact_form dd a {
	text-decoration: underline;
	font-weight: 500;
	color: #FF9700;
}
#contact_form .fulllength input,
#contact_form .fulllength textarea {
	font-size: inherit;
	width:100%;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#contact_form #zipcode input {
	width: 7em;
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#contact_form #phone input {
	font-size: inherit;
	margin: 4px 0;
	padding: 8px;
	color: #333333;
	box-sizing: border-box;
}
#contact_form input::placeholder,
#contact_form textarea::placeholder{
	color: #94ACC7;
}
#btn_area input[type="submit"] {
    margin: 10px 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    background-color: #ddecf3;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #333333;
	transition: all .1s;
	}

#btn_area input:hover {
    transform: translate(1px, 1px);
}



/*------------------- メディア切替 ------------------------*/
/*====================================================================
想定端末　小型のAndroid の縦構え（Portrait）　 360×640px
====================================================================*/
@media screen and (min-width:360px) {
}/*360×640px*/


/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/
@media screen and (min-width:375px) {
}/*375×667px*/

/*====================================================================
想定端末　pixel2 の縦構え（Portrait）　 411×731px
====================================================================*/
@media screen and (min-width:411px){
}/*411×731px*/

/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px){
}/*414×896px*/




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px){
}


/*↑ここまでスマホ縦（Portrait）
==============================================================================================================================================
↓ここからスマホ横（Landscape）*/

/*====================================================================
想定端末　iPhoneSE の横構え（Landscape）　 568×320px
====================================================================*/
@media screen and (min-width:568px){
}


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px){
}


/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px){
}

/*====================================================================
想定端末　iPhone 6~8Plus の横構え（Landscape）　736×414px
====================================================================*/
@media screen and (min-width:736px){
}
/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px){
}/*812×375px*/


/*↑ここまでスマホ横（Landscape）
==============================================================================================================================================
↓ここからタブレット縦（Portrait）*/

/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (min-height:500px) {
}
/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (min-height:500px) {



}/*834×1112px*/




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {

}/*834×1169px*/




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) {
  }/*1024×1366px*/

/*↑ここまでタブレット縦（Portrait）
==============================================================================================================================================
↓ここからタブレット横（Landscape）*/






/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {
	
}/*1024×768px*/




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の横構え（Landscape） 1112×834px
====================================================================*/
@media screen and (min-width:1112px) {



}/*1112×834px*/




/*====================================================================
想定端末　iPad Pro 11inch の横構え（Landscape） 1169×834px
====================================================================*/
@media screen and (min-width:1169px) {
}/*1169×834px*/





/*====================================================================
想定端末　iPad Pro 12.9inch の横構え（Landscape） 1366×1024px
====================================================================*/
@media screen and (min-width:1366px) {
}/*1366×1024px*/








/*↑ここまでタブレット横（Landscape）
==============================================================================================================================================
↓ここからPC　＝  マウスポインターがあるという前提、hoverの発想アリ 　*/

/*====================================================================
想定端末　小型のモニター 幅1367px以上
====================================================================*/
@media screen and (min-width:1367px) {
}