@charset "Shift_JIS";

* {
margin:0px;
padding:0px;
list-style-type: none;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-family: "Noto Sans JP", sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Helvetica,Arial,Sans-Serif;
}

img {
border:none;
margin:0px;
padding:0px;
}

h1, h2, h3, h4, h5, h6, p, em, address, div, form, dl, dt, dd, ul, li, ol, table {
font-size: 100%;
font-style: normal;
margin: 0;
padding:0px;
}

body {
margin: 0px;
padding: 0px;
text-align:center;
color: #262626;
font-size: 1.25em;
}

ul li {
list-style-type: none;
}

a:link{
color: #4C4C4C;
text-decoration:none;
}
a:visited{
color: #4C4C4C;
text-decoration:underline;
}
a:hover{
color: #4C4C4C;
text-decoration:underline;
}

/* ---------------------------------- ‘Sƒy[ƒW‹¤’ÊƒXƒ^ƒCƒ‹Žw’è ---------------------------------- */

.pctL {
float: left;
margin-right:15px;
margin-bottom: 15px;
}
.pctR {
float: right;
margin-left:15px;
margin-bottom: 15px;
}

.aLeft {
text-align: left!important;
}
.aRight {
text-align: right;
}

.aCenter {
text-align: center;
}


/*  ----------------------------------‰ô‚è‚±‚Ý‰ñ”ð ---------------------------------- */

.clear{
clear:both;
visibility: hidden;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End Holly Hack */

.pt10 {
padding-top:10px;
}



/*  ----------------------------------‚¨–â‚¢‡‚í‚¹BOX ---------------------------------- */
.ContactusBox{
display: flex;
width: 100%;
max-width: 605px;
border-radius: 10px;
padding: 10px;
background-size: auto auto;
background-color: rgba(242, 242, 242, 1);
background-image: repeating-linear-gradient(-40deg, transparent, transparent 1px, rgba(205, 205, 205, 1) 1px, rgba(205, 205, 205, 1) 7px );
justify-content: space-between;
margin: 20px auto;
}

.ContactusBox div:first-child img{
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.ContactusBox div:last-child img{
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.ContactusBox div img{
width: 100%;
height: auto;
}