@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}

body {
	line-height: 1;
}

.bgg {
    display: flex
;
    justify-content: center;
    align-items: center;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block}

ul {
	list-style: none
}

blockquote,q {quotes: none}

blockquote:before,blockquote:after,q:before,q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,select {
	/*vertical-align: middle*/
}

/*================================================
 *  一般・共通設定
================================================*/
html {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@font-face {
	font-family: 'mplus';
	src: url('../font/font.eot');
	src: url('../font/font.eot?#iefix') format('embedded-opentype'),
		url('../font/font.woff') format('woff'),
		url('../font/font.ttf') format('truetype');
}

.mplus {
	font-family: 'mplusC';
}

.clear {
	clear: both;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.header_m {
	width: 100%;
	height: 700px;

}

.contents {
	width: 850px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 50%);
    border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}

.pt50 {
	padding-top: 50px;

}

.mb100 {
	margin-bottom: 100px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb30 {
	margin-bottom: 30px;
}

.contents2 {
	padding: 0 15px;
	margin-bottom: 40px;
}

.contents3 {
	padding: 0 15px;
}

.contents4 {
	padding: 0 15px;
	margin-bottom: 100px;
	text-align: right;
}


.contents5 {
	margin-bottom: 60px;
	text-align: center;
}

.contents6 {
	width: 700px;
	float: right;
}

.contents7 {
	width: 300px;
	float: left;
}

a {
	color: #0071BC;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:link{
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
	
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 40px;
	color: #000;
	text-align: center;
	font-family: 'mplus';
}
h3 {
	font-size: 24px;
    font-family: 'aozora';
    margin:70px 0 30px;
	background: rgba(170,187,34,.3);
	padding-left: 10px;
}


h4 {

	font-size: 18px;
	text-align: center;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}




.red {
	color: #ff0000;
}

/* お問い合わせ
	* --------------------------------------- */

.info dl {
	display: block;

}

.info dt {
	float: left;
	min-width: 225px;
	margin-left: 10px;
	padding-left: 30px;
	height: 32px;
	padding-top: 4px;
	/*vertical-align:middle;*/
}

.info dd {
	margin-bottom: 20px;
}

input.infoInput {
	height: 20px;
	margin: 0;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.editor {
	width: 800px;
}

.infosize {
	width: 790px;
}

.infosize2 {
	width: 600px;
}

.infosize3 {
	width: 250px;
}

.infosize4 {
	width: 50px;
}

.infosize5 {
	width: 450px;
}

.infosize6 {
	width: 100px;
}

.infoselect {
	height: 35px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

textarea.infocomment {
	height: 130px;
	margin: 0;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.formBtn1 {
	    width: 150px;
    height: 40px;
    border-radius: 50vh;
    background: #004097;
    color: #fff;
    box-sizing: border-box;
    display: block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #004097;
	margin: auto;
	font-size: 16px;
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
	font-family: 'mplus';
}

.formBtn1:hover {
	background: #fff;
	color: #0071BC;
}

.mt20 {
	margin-top: 20px;
}


table.table_rec2 {
	width: 60%;
	border-collapse: collapse;
	border: solid 1px #ccc;
	margin: 0 auto 20px;
}

table.table_rec2 td {
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec2 th {
	background: #F7F7F7;
	color: #000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px 5px 10px;
	font-weight: normal;
	vertical-align: middle;

}

table.table_rec2_2 {
	width: 60%;
	border-collapse: collapse;
	border: solid 1px #ccc;
	margin: 0 auto 20px;

}

table.table_rec2_2 td {
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px 8px 10px;
	vertical-align: middle;
}

table.table_rec2_2 th {
	background: #F7F7F7;
	color: #000000;
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 8px 10px 5px 10px;
	font-weight: normal;
	vertical-align: middle;
	width: 30%;

}

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}
