	#page_img
{
	width: 100%;
	max-width: 1100px;
	margin:15px auto 0;
	padding-top: 10px;
}

#wing{
	margin: 0 auto;
	background: url(../images/wing.svg) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	width: 94px;
    height:50px;
}

.catch{
	font-size: 18px;
	margin: 20px auto 40px;
	text-align: center;
}

.category{
	width: 100%;
	height: 224px;
	display: block;
	border: #BBCCEA 3px solid;
	padding: 0;
	cursor: pointer;
	margin-bottom: 20px;
}

.category_l{
	width: 327px;
	height: 218px;
	display: block;
	float: left;
	margin-right: 20px;
}

.category_r{
	height: 218px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	padding: 20px;
}

.category_r2{
	text-align: center;
	margin: 0 auto;
}

.swlogo{
	margin: 0 auto;
	background: url(../images/seawing.svg) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	width: 200px;
    height:32px;
	text-align: center;
}

.category_tit{
	font-size: 42px;
	margin: 15px auto 10px;
	text-align: center;
	color: #275dbc;
	font-weight: bold;
	line-height: 120%;
}

.category_p{
	font-size: 18px;
	margin: 0px auto 0px;
	text-align: center;
	line-height: 120%;
	color: #4D4D4D;
}

h2{
	font-size: 25px;
	margin: 15px auto 15px;
	text-align: center;
	font-weight: bold;
}

.tit_line{
	display: block;
	width: 145px;
	height: 2px;
	background-color: #275dbc;
	margin: 0 auto 40px;
	text-align: center;
}

h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.category_r3{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
	overflow: auto;
}

.category_l2{
	width: 327px;
	height: 218px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.corpoline {
	width:100%;
	height:1px;
	border-top:dashed #bbccea 1px;
	margin:20px auto 20px;
}

.corpo{
width: 100%;
}

.corpo th{
	width:20%;
	text-align:left;
	vertical-align:middle;
	border-right:solid #bbccea 1px;
	min-width:120px;
	font-size:16px;
	line-height:160%;
	letter-spacing:0.1em;
}
.corpo td{
	width:auto;
	text-align:left;
	font-size:16px;
	padding-left:30px;
	line-height:160%;
	letter-spacing:0.1em;
}

strong{
	font-weight: bold;
}

.flow_r{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: auto;
}

.flow_l{
	width: 255px;
	height: 170px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.flow_yajirushi{
	margin: 0 auto 20px;
	background: url(../images/flow_yajirushi.svg) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	width: 40px;
    height:24px;
}

.flow_tit{
	font-size: 22px;
	margin-bottom: 20px;
	color: #275dbc;
	font-weight: bold;
}

.button1 {
	display: block;
	width:240px;
		color:#275dbc;
	background-color:#bbccea;
	border: 0;
	margin-top:10px;
	margin-bottom: 15px;
	font-size:16px;
	cursor:pointer;
	padding: 15px;
	font-weight: bold;
	text-align: center;
}
.button1:hover{
		color:#ffffff;
	background-color:#275dbc;
}

.inlineframe{
	width: 100%;
	height: 180px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	border: #AAAAAA 1px solid;
	padding: 10px;
}

.contact_p{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact_p2{
	font-size: 14px;
	margin-top: 10px;
}

.contact_p3{
	font-size: 12px;
	color: #275dbc;
}

.contact_check{
float: left;
	margin-top: 6px;
}

#formWrap {
	max-width:700px;
	margin:0 auto;
}

table.formTable{
	width:100%;
	margin:20px auto 0px;
	border-collapse:collapse;
	font-size:15px;
}
table.formTable td,table.formTable th{
	padding:10px;
	font-size:15px;
}
table.formTable th{
	width:30%;
	min-width:160px;
	text-align:left;
	font-size:15px;
	vertical-align:middle;
}

table.formTable td{
	width:70%;
	text-align:left;
	font-size:15px;
}

.sendbutton{
	width:360px;
	margin:20px auto 100px;
	text-align:center;
}

.button2 {
	font-family: "リュウミン M-KL";
	display: block;
	width: 120px;
	color:#275dbc;
	background-color:#bbccea;
	border: 0;
	font-size:16px;
	cursor:pointer;
	padding: 15px;
	font-weight: bold;
	float:left;
	margin-right:30px;
	margin-left:30px;
	text-align: center;
}
.button2:hover{
		color:#ffffff;
	background-color:#275dbc;
}

.button3 {
	font-family: "リュウミン M-KL";
	display: block;
	width: 120px;
	color:#275dbc;
	background-color:#bbccea;
	border: 0;
	font-size:16px;
	cursor:pointer;
	padding: 15px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}
.button3:hover{
		color:#ffffff;
	background-color:#275dbc;
}

textarea {overflow: auto;}
input.text, textarea, select {
margin: 0.5em 0;
padding: 4px 5px;
}

.thanks2{
	margin:0px auto 20px;
	text-align:center;
	font-size:14px;
}

.catch2{
	font-size: 18px;
	margin: 20px auto 40px;
	text-align: center;
}

.mf_tit1{
	margin:0px auto 30px;
	display:inline-block;
	text-align:center;
	font-size:18px;
	border: #275dbc 1px solid;
	color: #275dbc;
	padding: 10px 30px 10px 30px;
	font-weight: bold;
}

.mf_tit2{
	font-size: 18px;
	margin: 0px auto 10px;
	text-align: center;
	color: #275dbc;
	font-weight: bold;
}

.mf_p{
	font-size: 17px;
	margin: 0px auto 10px;
	text-align: center;
}

.mf_p2{
	margin: 0px auto 30px;
	text-align: center;
}

.button4 {
	font-family: "リュウミン M-KL";
	display: block;
	width: 320px;
	color:#275dbc;
	background-color:#bbccea;
	border: 0;
	font-size:16px;
	cursor:pointer;
	padding: 15px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}
.button4:hover{
		color:#ffffff;
	background-color:#275dbc;
}

.mf_contact{
	margin: 0px auto 30px;
	text-align: center;
	display:inline-block;
	border: #275dbc 2px solid;
	padding: 20px 30px 10px 30px;
}

.mf_p3{
	margin: 5px auto -10px;
	text-align: center;
	color: #275dbc;
}




/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:700px){
	
	.catch2{
	font-size: 16px;
	margin-top: 0px;
		margin-bottom: 30px;
	text-align: left;
}

	
	#page_img
{
	padding-top:0;
}
	
.category{
	max-width: 327px;
	height: auto;
	display: block;
	border: #BBCCEA 3px solid;
	padding: 0;
	cursor: pointer;
	margin: 0 auto 20px;
	text-align: center;
}

.category_l{
	max-width: 327px;
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}
	
.swlogo{
	background-size: cover;
	width: 150px;
    height:24px;
}

.category_tit{
	font-size: 30px;
}

.category_p{
	font-size: 15px;
}
	
	.category_l2{
max-width: 327px;
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}
	
.flow_l{
max-width: 255px;
	width: 100%;
	display: block;
	float: none;
	margin: 0 auto 20px;
}
	
.flow_r{
	overflow: hidden;
	padding-bottom: 5px;
}
	
	.flow_tit{
	font-size: 18px;
}
	
	h2{
	font-size: 20px;
}
	
	h3{
	font-size: 18px;
}
	
	.button1 {
	margin:10px auto 15px;
	text-align: center;
}
	
.thanks2{
	margin-top:0px;
	margin-bottom: 20px;
	text-align:left;
	font-size:14px;
}
	
	.mf_tit1{
	font-size:17px;
}
	
	.mf_tit2{
	font-size: 17px;
	margin-top: 0px;
		margin-bottom: 10px;
	text-align: left;
	color: #275dbc;
	font-weight: bold;
}
	
	.mf_p{
		font-size: 16px;
	margin-top: 0px;
		margin-bottom: 10px;
	text-align: left;
}
	
		.mf_p2{
	margin-top: 0px;
		margin-bottom: 30px;
	text-align: left;
}

.mf_contact{
	padding: 20px 30px 22px 30px;
}

}
