@charset "utf-8";
/* DLIGHT */
.dm{}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: auto;
  font-family: sans-serif;
  background-color: #FFFFFF;
	line-height: 2;
	text-align: center;
}

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

img {
	vertical-align: top;
	height:auto;
	max-width:100%;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

a {
	color: #465167;
	text-decoration: none;
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

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;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf:after {
  display: block;
	clear: both;
	content: "";
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}

.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.ffGo {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
b.ffGo, strong.ffGo, .ffGo.bold {
  font-family: Verdana,"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
}
.ffMin {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}


/*レイアウト*/
#wrapper {
	margin: auto;
  min-width: 320px;
	max-width: 750px;
	position: relative;
	min-height: 100%;
	overflow: initial;
}
@media only screen and (max-width: 750px) {
  #wrapper {
    overflow: hidden;
  }
}

.btntoform {
	padding: 5% 4% 10%;
}

/*ヘッダー*/
#site-header {
  position: absolute;
  margin: auto;
  padding: 7% 0 0 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.sh--logo {
  width: 100%;
  text-align: center;
}
.sh--logo img {
  width: 20%;
  height: auto;
}

/*フォーム*/
.form--inner {
  width: 78%;
  margin: auto;
}
form#mailformpro dl dt {
	width: 200px !important;
	white-space: nowrap;
	padding-right: 10px !important;
}
form#mailformpro dl dd {
	padding-left: 220px !important;
}
form#mailformpro dl dt,
form#mailformpro dl dd {
  font-size: 16px !important;
}
form#mailformpro dl dd input {
  font-size: 16px !important;
  padding: 10px !important;
}
form#mailformpro dl dd input.mfp_element_text,
form#mailformpro dl dd input.mfp_element_tel,
form#mailformpro dl dd input.mfp_element_email {
	width: calc(100% - 1em) !important;
	background-color: #fbf8ee !important;
}
form#mailformpro dl dl.yCheck dd label {
  white-space: normal !important;
}
form#mailformpro dl .yAcad textarea {
  width: 100% !important;
  height: 4em !important;
}
form#mailformpro dl .mfp_buttons {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: 100% !important;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 5px !important;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
		display: block;
		width: 100%;
	}
}


/* 送信完了 */
#pid-intern3days-end #page-header {
	padding-top: 20%;
}
#pid-intern3days-end #page-header h1 {
	font-size: 16px;
	margin-bottom: 20px;
}
.form-send-wrap {
  font-size: 14px;
  text-align: justify;
  width: 100%;
  margin: auto;
  padding: 8%;
  background-color: #EFEAE3;
}
.form-send-wrap p + p {
  margin-top: 30px;
}


/* --------------------------------
footer
-------------------------------- */
#site-footer {
  margin: auto;
  padding: 10% 0;
}

.sf--logo {
  width: 100%;
  text-align: center;
}
.sf--logo img {
  width: 20%;
  height: auto;
}

