@charset "utf-8";

body{
/* 	
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	
font-family:Shin Maru Go Regular , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
*/
}



/* base
------------------------------------------------------------*/
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/* common
------------------------------------------------------------*/
.form-table th,
.form-table td {
	padding: 20px;
	vertical-align: baseline;
}
.form-table th.v-top,
.form-table td.v-top {
	vertical-align: top;
}
.form-table th {
	white-space: nowrap;
}
.form-table td > * + * {
	margin-top: 20px;
    font-size: 14px;
}
.single-line-layout {
	display: table;
}
.single-line-layout.full-width {
	width: 100%;
}
.single-line-layout > * {
	display: table-cell;
    padding: 0 5px;
}
.single-line-layout > *.unit input,
.single-line-layout > *.unit select,
.single-line-layout > *.unit option,
.single-line-layout > *.unit textarea  {
	width: 90%;
	width: calc(100% - 3em);
}
.single-line-layout > *.unit span {
	padding-left: 0.5em;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.must + .form-table {
	margin-top: 10px;
}
.form-table th .p_red {
	padding: 0 1.0em;
	font-size: 12px;
}
.no-border-top th,
.no-border-top td {
	border-top: none;
}

.agree-box {
	margin: 0px auto 10px;
	padding: 5px 30px;
	border: 1px solid #558e36;
	border-radius: 3px;
	font-size: 16px;
    width: 10em;
	box-sizing: content-box;
}

@media screen and (max-width: 599px) {
    .form-table th {
        padding: 20px 0 5px;
    }
    .form-table td {
        padding: 5px 0 20px;
    }
    .single-line-layout > *.unit input,
    .single-line-layout > *.unit select,
    .single-line-layout > *.unit option,
    .single-line-layout > *.unit textarea  {
        width: 90%;
        width: calc(100% - 2em);
    }
    .agree-box {
        margin: 0px auto 10;
        padding: 5px 30px;
        width: 10em;
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
.agree-box {
	margin: 0px auto 12px;
	padding: 6px 36px;
	border: 1.2px solid #558e36;
	border-radius: 3.6px;
	font-size: 19.2px;
}

}
@media screen and (min-width: 1500px) {
.agree-box {
	margin: 0px auto 15px;
	padding: 7.5px 45px;
	border: 1.5px solid #558e36;
	border-radius: 4.5px;
	font-size: 24px;
}
}

/* error
------------------------------------------------------------*/
.error li {
	padding: 0.3em 0;
}

/* font
------------------------------------------------------------*/
input,
select,
option,
textarea {
	font-size: 14px;
	line-height: 2em;
}
.input_font-size {
	font-size: 14px;
	line-height: 2em;
    margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
input,
select,
option,
textarea {
	font-size: 12px;
}
.input_font-size {
	font-size: 12px;
}
}
@media screen and (min-width: 600px) {
input,
select,
option,
textarea {
	font-size: 14px;
}
.input_font-size {
	font-size: 14px;
}
}
@media screen and (min-width: 1400px) {
input,
select,
option,
textarea {
	font-size: 16px;
}
.input_font-size {
	font-size: 16px;
}
}



/* back-ground
------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="search"],
select,
body select[size="1"],
select[multiple],
option,
textarea {
	background-color: #ffffff;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="search"]:focus,
select:focus,
body select[size="1"]:focus,
select[multiple]:focus,
option:focus,
textarea:focus {
	background-color: #ffffff;
}


/* border
------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="search"],
select,
body select[size="1"],
select[multiple],
option,
textarea {
	border-width: 1px;
	border-color: #e6e6e6;
	border-style: solid;
	border-radius: 3px;
}


/* shadow
------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="search"],
textarea {
	box-shadow: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="search"]:focus,
textarea:focus {
	box-shadow: none;
}


/*  */
form table tr > * {
	vertical-align: baseline;
}
form table tr.parent-textarea > * {
	vertical-align: top;
}


input:not([type="radio"]),
select,
.parent-radio label,
.parent-checkbox label,
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	cursor: pointer;
}
.disabled,
label.disabled,
input:disabled,
input[readonly] {
	cursor: default;
    color: #453939;
    -webkit-text-fill-color: #453939;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="search"],
textarea {
	padding: 5px 12px;
	width: 100%;
	box-sizing: border-box;
}

@media all and (-ms-high-contrast:none){
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="file"],
input[type="search"],
textarea {
	padding: 10px 12px 15px;
}
}

select,
body select[size="1"],
select[multiple],
option {
	padding: 10px 12px;
}

input[type="number"] {
	width: 7em;
}
select[size],
select[multiple] {
	padding: 0;
}
select[size] option,
select[multiple] option {
	padding-top: 10px;
	padding-bottom: 10px;
}
option {
	border: none;
}
optgroup {
	padding: 5px 0 0 0;
	font-size: 14px;
	font-style: normal;
	text-indent: 5px;
}
optgroup ~ optgroup {
	border-top: 1px dotted #cccccc;
}
optgroup > option {
	padding-left: 1em;
	padding-right: 0;
	font-size: 12px;
}
optgroup > option:first-child {
	margin-top: 5px;
	border-top: 1px dotted #cccccc;
}
input,
select,
textarea {
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
select:focus,
select[size]:focus,
select[multiple]:focus,
textarea:focus {
}
body .button.disabled a,
body a.button.disabled,
body button:disabled,
body button.submit:disabled,
body input:disabled,
body select:disabled,
body textarea:disabled,
body button[readonly],
body input[readonly],
body select[readonly],
body textarea[readonly] {
	cursor: default;
}
.disabled {
	color: #bbbbbb;
	box-shadow: none;
}
input[type="file"] {

}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 10px;
}
input[type="radio"].before-icon,
input[type="checkbox"].before-icon {
	margin: 1px;
	width: 20px;
	height: 20px;
	margin-right: 0;
	opacity: 0;
}
input[type="radio"].before-icon + .icon,
input[type="checkbox"].before-icon + .icon {
	margin: -4px 10px -4px -20px;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: inherit;
	vertical-align: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body select[multiple][size="1"],
select[multiple],
select[size] {
	background-image: none;
	overflow: auto;
}
select,
body select[size="1"] {
	padding-right: 32px;
	background-repeat: no-repeat;
	background-image: url(../img/common/icon_select_001.png);
	background-position: right center;
	background-size: 30px 20px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1.2em;
}
select::-ms-expand {
	display: none;
}
textarea {
	width: 100%;
	height: 12em;
	display: block;
}
label {
	white-space: nowrap;
}
::-webkit-input-placeholder {
	color: #999999;
}
::-moz-placeholder {
	color: #999999;
}
:-ms-input-placeholder {
	color: #999999;
}

:focus::input-placeholder {
	color: #f5f5f5;
}
:focus::-webkit-input-placeholder {
	color: #f5f5f5;
}
:focus::-moz-placeholder {
	color: #f5f5f5;
	opacity: 1;
}
:focus:-ms-input-placeholder {
	color: #f5f5f5;
}
:focus::input-placeholder {
	color: #f5f5f5;
}

@media screen and (max-width: 599px) {
    select,
    body select[size="1"],
    select[multiple],
    option {
        padding: 10px 5px;
    }
	select,
	body select[size="1"],
	select[multiple] {
		padding-right: 30px;
	}
}


/*　参照サイト　http://markup.webcrew.co.jp/art_20150225.html　*/
/*　デフォルト表示を消す　*/
input[type="radio"],
input[type="checkbox"] {
    display:none;
}
/*　ラジオボタン 未選択時の背景指定　*/
input[type="radio"] + label {
    padding:5px 0 5px 30px;
    background:url(../img/common/form_parts/radio_btn.png) no-repeat left center;
    background-size:27px 27px;
    cursor:pointer;
}
/*　ラジオボタン 選択時の背景指定　*/
input[type="radio"]:checked + label {
    background:url(../img/common/form_parts/radio_btn_checked.png) no-repeat left center;
    background-size:27px 27px;
    cursor:pointer;
}
/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label {
    padding:5px 0 5px 30px;
    background:url(../img/common/form_parts/check_box.png) no-repeat left center;
    background-size:27px 27px;
    cursor:pointer;
}
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
    background:url(../img/common/form_parts/check_box_checked.png) no-repeat left center;
    background-size:27px 27px;
    cursor:pointer;
}


@media screen and (max-width: 600px) {
/*　ラジオボタン 未選択時の背景指定　*/
input[type="radio"] + label {
    padding:5px 0 5px 30px;
    background-size:20px 20px;
}
/*　ラジオボタン 選択時の背景指定　*/
input[type="radio"]:checked + label {
    background-size:20px 20px;
}
}


@media screen and (min-width: 1200px) {
/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label {
    padding:6px 0 6px 36px;
    background-size:32.4px 32.4px;
}
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
    background-size:32.4px 32.4px;
}
}
@media screen and (min-width: 1500px) {
/*　チェックボックス 未選択時の背景指定　*/
input[type="checkbox"] + label {
    padding:7.5px 0 7.5px 45px;
    background-size:40.5px 40.5px;
}
/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
    background-size:40.5px 40.5px;
}
}








/*  contact form entry  ,  contact flow  ,  table
------------------------------------------------------------*/	
.table {
    border-collapse: collapse;
    border-bottom: 1px dotted #e6e6e6;
    width:98%;
	font-size: 16px;
}
.table th,
.table td {
    vertical-align:top;
    text-align:left;
    border-top: 1px dotted #e6e6e6;
    padding: 30px 20px;
    min-width: 10em;
}

@media (max-width: 599px) {
    .table th,
    .table td {
        width: 100%;
        display:block;
        padding:15px 1em 10px;
    }
    .table td {
        border-top: none;
        padding-top: 0;
        padding-bottom: 15px;
    }
}

.form-table-error {
    width:90%;
    margin: auto;
}
.form-table-error ul {
    list-style-type: circle;
    margin-left: 1em;
}


.contact_flow {
	width: 100%;
	margin: auto;
	padding: 30px 0 20px;
}
.contact_flow li {
    float: left;
    width: 28%;
	box-sizing: content-box;
}
.contact_flow li + li {
    width: 28%;
    padding-left: 8%;
    background: url(../img/common/icon_arrow_001.png) 27px 14px no-repeat;
    background-size: 10px auto;
}
.contact_flow .step {
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    line-height: 1;
    padding: 15px 0;
    margin: 0 0 30px 0;
}
.contact_flow .step {
    background: #f5f5f4;
}
.contact_flow .step.current {
    background: #00529f;
    color: #ffffff;
}

@media (max-width: 1000px) {
    .contact_flow li + li {
        background: url(../img/common/icon_arrow_001.png) 17px 14px no-repeat;
        background-size: 10px auto;
    }
}
@media (max-width: 599px) {
    .contact_flow .step {
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 0;
        margin: 0 0 10px 0;
    }
    .contact_flow li + li {
        background: url(../img/common/icon_arrow_001.png) 8px 20px no-repeat;
        background-size: 7px auto;
    }
}


/*　font-size 強制　*/
@media screen and (max-width: 599px) {
.table {
	font-size: 12px;
}
}
@media screen and (min-width: 600px) {
.table {
	font-size: 14px;
}
}
@media screen and (min-width: 1400px) {
.table {
	font-size: 16px;
}
}



/*　エラーページ　行間　*/
.table ul {
	padding: 1.5em 0;
}
.table li {
	padding: .5em 0;
}







.contact_flow_block {
	padding: 0 0 20px 0;
}

@media screen and (max-width: 599px) {
    .form-table th {
        padding: 20px 0 5px;
    }
    .form-table td {
        padding: 5px 0 20px;
    }
}


