/* CSS Document */


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
	
.m_visual2{
	width:100%;
	height:300px;
	margin:0 auto 80px;
}
#m_visual_con{
	width:100%;
	height:100%;
	background: url(../lib/images/pc_sub_bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
.test_bg{
	margin-top:30px;
}
.m_visual_txt_con{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	height:100%;
	color:#FFF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m_visual_txt_box{
	font-size:50px;
	letter-spacing:0.2em;
	font-weight:900;
	text-shadow:
    	1px 1px 2px rgba(0, 0, 0, 0.057),
    	2px 2px 3px rgba(0, 0, 0, 0.076),
    	3px 3px 4px rgba(0, 0, 0, 0.086),
    	4px 4px 5px rgba(0, 0, 0, 0.092);
}


/*挨拶*/
.info{
	width:100%;
	padding:80px 0;
}
.info_con{
	width:1000px;
	margin:0 auto;
	
}

.info_title{
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	margin-bottom:20px;
	padding:20px 0 23px;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
}
.info_txt{
	width:90%;
	margin:0 auto 40px;
	font-size:1em;
	line-height:1.2em;
}
.info_txt div{
	font-size:3em;
	font-weight:bold;
	color:#0AA2FC;
	line-height:1.4em;
	margin-bottom:10px;
}
.conatct_mail_txt_box{
	width:1000px;
	margin:0 auto 100px;
}

/*フォーム*/

.con_form_01 {
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 2px solid #276df1;
	text-align:left;
}


.con_form {
	width:100%;
	margin:0 auto;
}

/*大タイトル*/
.con_form_01 {
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 3px solid #276df1;
}
/*必須イメージ・小タイトル枠*/
.con_form_02{
	width:200px;
	padding:12px 0 12px 90px;
	/*border-bottom: 3px solid #A4DCF4;*/
	vertical-align:middle;
}
.con_form_02a{
	background:url(images/form_01.gif) no-repeat center left;
}
.con_form_02b{
	background:url(images/form_02.gif) no-repeat center left;
}
/*フォーム枠*/
.con_form_03{
	padding:12px;
	/*border-bottom: 3px solid #A4DCF4;*/
}
	

input[type="text"],
textarea,
select{
	font-size:1.2em;
}


/*フォームの長さ*/
/*標準・ドロップダウン・郵便番号*/

.con_form_04a{
	width:500px;
}
.con_form_04b{
	width:510px;
}
.con_form_04c{
	width:90px;
}

/*ボタン*/
.con_form_05{
	text-align:center;
}
.con_form_05 img{
	margin:10px;
}

/*■■■ボタンサイズ■■■*/
/*色などは共通だからmain.cssに記載*/
.button {
  width: 400px;
  height: 60px;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
.m_visual2{
	width:100%;
	height:150px;
	margin:0 auto 40px;
}
#m_visual_con{
	width:100%;
	height:100%;
	background: url(../lib/images/pc_sub_bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
.m_visual_txt_con{
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	color:#FFF;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m_visual_txt_box{
	font-size:1.3em;
	letter-spacing:0.2em;
	font-weight:900;
	text-shadow:
    	1px 1px 2px rgba(0, 0, 0, 0.057),
    	2px 2px 3px rgba(0, 0, 0, 0.076),
    	3px 3px 4px rgba(0, 0, 0, 0.086),
    	4px 4px 5px rgba(0, 0, 0, 0.092);
}


/*挨拶*/
.info{
	width:100%;
	padding:0;
}
.info_con{
	width:90%;
	margin:0 auto;
	
}

.info_title{
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	margin-bottom:20px;
	padding:20px 0 23px;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
}
.info_txt{
	width:90%;
	font-size:1em;
	line-height:1.2em;
	margin:0 auto 20px;
}
.info_txt div{
	font-size:1.6em;
	font-weight:bold;
	color:#0AA2FC;
	line-height:1.4em;
	margin-bottom:10px;
}

.conatct_mail_txt_box{
	width:90%;
	margin:0 auto 100px;
}

/*フォーム*/

.con_form_01 {
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 3px solid #276df1;
	text-align:left;
}

/*table*/
.con_form {
	width:100%;
	margin:0 auto;
}
.con_form th, .con_form td{
 }
.con_form td {
}


/*大タイトル*/
.con_form_01 {
	font-size: 120%;
	padding:25px 0 12px;
	border-bottom: 3px solid #276df1;
}
/*必須イメージ・小タイトル枠*/
.con_form_02{
	width:100%;
    display: block;
	padding:6px 0 6px 80px;
	margin:0;
	font-size: 100%;
}
.con_form_02a{
	background:url(images/form_01.gif) no-repeat center left;
}
.con_form_02b{
	background:url(images/form_02.gif) no-repeat center left;
}
/*フォーム枠*/
.con_form_03{
 	display: block;
	width:100%;
    margin-bottom: 10px;
	padding:12px;
	/*border-bottom: 3px solid #A4DCF4;*/
}
	

input[type="text"],
textarea,
select{
	font-size:1.1em;
}


/*フォームの長さ*/
/*標準・ドロップダウン・郵便番号*/

.con_form_04a{
	width:100%;
}
.con_form_04b{
	width:100%;
}
.con_form_04c{
	width:50%;
}

/*ボタン*/
.con_form_05{
	text-align:center;
}
.con_form_05 img{
	margin:10px;
}

/*■■■ボタンサイズ■■■*/
/*色などは共通だからmain.cssに記載*/
.button {
  width: 90%;
  height: 60px;
}


/*確認*/
.conf{
	text-align:center;
	margin-bottom:80px;
}

/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
