html body {
    width: 100%;
    font-size: 62.5%;
    font-family:'Julius Sans One',sans-serif, Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
    color: #333;
}

*{
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.0rem;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2.0rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.6rem;
}

.section {
    height: 100%;
    background-image: url(/img/background-image.jpg);
    background-size: cover;
}

.no-panel {
    display: table;
    height: 100%;
    width: 740px;
    margin: 0 auto;
    text-align: center;
}

#table {
    display: table-cell;
    vertical-align: middle;
}

.panel {
    background-color: rgba(255,255,255,0.6);
    height: 500px;
    width: 740px;
    padding: 40px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.panelBox {
    height: auto;
    width: 700px;
    margin: 0 auto;
    font-size: 15px;
}
.panelBox p {
    font-size: 20px;
    margin-top: 20px;
}

#header {
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,1);
    
    z-index: 9999;
}

#headerTitle {
    height: 20px;
    margin-right: 200px;
}

ul {
    width: 90%;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style:none;
    padding: 15px 0;
    margin: 0 auto;
    color: #fff;
}

a{/*リンクされた文字*/
    color:#fff;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#fff;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#fff;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}
                    /*section1*/

.logoImage {
    width: 300px;
}

#corporate-concept {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 8px;
}

                    /*section2*/

#productBox {
    margin-top: 20px;
}

.phoneApp,.webService {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: auto;
    margin-bottom: 50px;
}

.sub {
    padding-bottom: 0.5rem;
	border-bottom: 1px dashed #aaa;
}

.phoneApp-box,.webService-box {
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: 320px;
}

.hachidori-box {
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: auto;
}

.service-box {
    height: 80px;
}

.phoneApp-title,.webService-title {
    color:  #931c1c;
    margin-bottom: 5px;
    margin-left: -3px;
    font-weight: bold;
}

.phoneApp-comments,.webService-comments {
    font-size: 0.8rem;
}

#milco-icon,#bubble-icon,#milco-logo,#milcopost-logo {
    width: 80px;
    margin-right: 20px;
}

#milco-icon,#bubble-icon {
    padding: 5px;
}
#hachidori-logo {
    width: 200px;
    margin-right: 20px;
    
}

                    /*section3*/

#memberWrapper {
    margin-top: 20px;
}

#block-1,#block-2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.memberBox {
    width: 300px;
    height: 140px;
    display: flex;
}

.memberBox p {
    padding-top: 30px;
}

.memberImage {
    width: 140px;
    height: 140px;
    margin-right:20px;
}

                    /*section4*/

#formWrap {
	width:600px;
    margin-left: 40px;
}

#contactMessage {
    margin: 30px 0 10px 0;
}

#formWrap th {
    font-size: 0.8rem;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}

.input {
    width: 200px;
    border: none;
    background-color: rgba(255,255,255,0.7);
    padding: 2px;
}

textarea {
    width: 300px;
    height: 50px;
    border: none;
    background-color: rgba(255,255,255,0.7);
    padding: 2px;
}

.adress {
    margin-top: 30px;
    color: #666;
}

.adress p {
    font-size: 0.8rem;
    color: #666;
}

.button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 3px 5px;
}




@media screen and (max-width: 768px) {
    
html body {
    width: auto;
    overflow: auto;
}

p {
    font-size: 0.8rem;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.2rem;
}

.section {
    background-image: url(/img/background-image.jpg);
    background-size: cover;
    background-position: 60% 0;
}

.no-panel {
    height: auto;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.panel {
    background-color: rgba(255,255,255,0.6);
    height: 540px;
    width: auto;
    padding: 50px 20px 20px 20px;
    margin: 0 auto;
    box-shadow: none;
}

.panelBox {
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 5px;
    overflow: auto;    
}

#header {
}

ul {
    width: 90%;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    list-style:none;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
}

#headerTitle {
    display: none;
}
                    /*section1*/

.logoImage {
    width: 240px;
    -webkit-filter: drop-shadow(2px 2px 2px #333);
}

#corporate-concept {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0px;
}

                    /*section2*/

#productBox {
    margin-top: 0;
}

.phoneApp,.webService {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
}

.phoneApp {
    margin-bottom: 20px;
}

.sub {
    padding-bottom: 0.5rem;
	border-bottom: 1px dashed #aaa;
}

.phoneApp-box,.webService-box {
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: auto;
}
.hachidori-box {
    display: flex;
    margin-top: 20px;
    align-items: center;
    width: auto;
}

.service-box {
    height: 80px;
    width: 280px;
}

.phoneApp-title,.webService-title {
    color:  #931c1c;
    margin-bottom: 5px;
    margin-left: -3px;
    font-weight: bold;
}

.phoneApp-comments,.webService-comments {
    font-size: 0.8rem;
}

#milco-icon,#bubble-icon,#milco-logo,#milcopost-logo {
    width: 80px !important;
    margin-right: 20px;
}

#milco-icon,#bubble-icon {
    padding: 5px;
}

#hachidori-logo {
    width: 100px !important;
    margin-right: 20px;
}

                    /*section3*/

#memberWrapper {
    margin-top: 0;
}

#block-1,#block-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.memberBox {
    width: auto;
    height: 90px;
    margin-bottom: 20px;
    display: flex;
}

.memberImage {
    width: 90px;
    height: 90px;
    margin-right:20px;
}

                    /*section4*/

#formWrap {
	width:100%;
    margin: 0 auto;
}

#contactMessage {
    margin: 20px 0;
}

#formWrap tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

table.formTable{
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable th {
    font-size: 0.8rem;
    line-height: 0px;
    width: auto;
	font-weight:normal;
	text-align:left;
	margin-bottom: -5px;
}

.input {
    width: 50%;
    border: none;
    background-color: rgba(255,255,255,0.7);
    padding: 2px;
}

textarea {
    width: 90%;
    height: 50px;
    border: none;
    background-color: rgba(255,255,255,0.7);
    padding: 2px;
}

.button {
    font-size: 0.4rem;
    padding:  4px 10px;
}

}