@charset "utf-8";

/*		Contents
---------------------------------------------------------------------------

	Reset Styles
	Paging（ページング）
	Widget（共通パーツ）

------------------------------------------------------------------------ */


/* ========================================================================
	Reset Styles
======================================================================== */

/* font-face */
@font-face{
	font-family:"YuGothic M"; /* Windows Firefox用 */
	src:local(Yu Gothic Medium);
}


/* HTML5 */
article, aside, figcaption, video, footer, header,
main, nav, section, summary{
	display:block;
}


/* Base Styles */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
dl{
	display: inline-block;
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, small,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	margin:0;
	padding:0;
	font-weight:normal;
}
.company_table tbody tr td
{
	border-style:solid;
	border-width:1px;
}
html{
	font-size:62.5%; /* 10px */
}

body{
	font-family:"游ゴシック Medium", "游ゴシック体", "YuGothic M", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.5rem; /* 15px */
	line-height:1.5;
    -webkit-text-size-adjust:100%;
	margin:0;
	background: #f1f1f1;
	color: brown;
	overflow-x: hidden;
}

select,input,button,textarea{
	font-family:inherit;
	font-size:100%;
	color:#222222;
}

pre,code,kbd,samp{
	font-family:inherit;
}

img,
iframe{
	border:none;
	vertical-align:bottom;
}

table{
	margin: 0 auto;
	margin-top:14px;
	width: 94%;
	margin-bottom: 27px;
    font-size: 16px;
}
tbody tr{
	height: 71px;
}
tbody tr th{
	text-align: left;
    border-top-style: solid;
    border-width: 1px;
	border-color: #f5c379;
    width: 216px;
}
tbody tr td{
    border-top-style: solid;
    border-width: 1px;
	border-color: #f5c379;
    background: #eef2f9;	
}
tbody tr td .contact_span{
    padding: 18.5px 0px 18.5px 27px;
    display: block;
}
tbody tr th span{
	padding: 3px 9px;
    background: black;
    color: white;
    text-align: center;
    width: 50px;
    border-radius: 5px;
	font-weight: bold;
	font-size:13px;
	margin-right: 15px;
}

label{
	cursor:pointer;
}

input,
textarea{
	padding:0;
	vertical-align:middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea{
    width: 93%;
    height: 34px;
    margin: 0 10px;
    border: none;
    -webkit-appearance: none;
    margin-left: 15px;
}

textarea{
    height: auto;
    margin: 18px 4px 28px 15px;
    display: block;
    width: 424px;
}

/* Firefox・IE スピンボタン非表示 */
input[type="number"]{
	-moz-appearance:textfield;
}

/* Chrome・Safari スピンボタン非表示 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	margin:0;
	-webkit-appearance:none;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	cursor:pointer;
}

button,
input[type="image"],
input[type="submit"],
input[type="button"]{
	margin:0; /* iPhone・iPad用 */
	padding:0;
	cursor:pointer;
	border-radius:0; /* iPhone・iPad 角丸解除 */
	-webkit-appearance:none; /* iPhone・iPad グラデーション解除 */
}

select,
select option,
select optgroup{
	padding:0 10px;
	font-style:normal;
	cursor:pointer;
}

ol,ul{
	list-style:none;
}

h1,h2,h3,h4,h5,h6,small{
	font-size:100%;
}

address{
	font-style:normal;
} 

a,
input{
	outline:none;
}


/* Basic Text Link */
a{
	color:dimgrey; text-decoration:none;
}
a:link{
	color:dimgrey; text-decoration:none;
}
a:visited{
	color:dimgrey; text-decoration:none;
}
a:hover{
	color: #987a4c; text-decoration:none;
}
a:focus{
	color:dimgrey; text-decoration:none;
}
a:active{
	color:dimgrey; text-decoration:none;
}


/* Common Styles */
img{
	max-width:100%;
	height:auto;
}

ul,
ol,
.column{
	position:relative;
}

@media print, screen and (max-width:1055px){
.nav-items{
    display: none;    
}
}
@media print, screen and (min-width:1054px){
.plus-btn-pos{
    display: none;
}
}