body{
	font-family:"MS Pゴシック",sans-serif;
}

.line {
    margin: 10px 0 20px 0;
    border: 1px solid #888888;
    width: 90%;
}

.overview-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-table__group {
    display: flex;
    align-items: center;
}

.little-sec__design {
    position: relative;
    padding-left: 25px;
    width: 115px;
    margin-right: 20px;
}

.little-sec__design:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px rgb(119, 195, 223);
}

.little-sec__design:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 5px;
    width: 100%;
    border-bottom: solid 3px rgb(119, 195, 223);
}

.company-table__content {
    padding-top: 3px;
    border-bottom: 2px dashed rgb(119, 195, 223);
    width: 230px;
}

.company-table__section-bottom {
    margin-top: 20px;
}

.company-table__content--group {
    display: flex;
    flex-direction: column;
}

.map {
    width: 400px;
    height: 400x;
    margin: 25px;
    margin-left: 50px;
}

iframe {
    width: 400px;
    height: 400px;
}

.greeting-group {
    display: flex;
}

.greeting-group p {
    margin: 10px 40px 10px 20px;
    width: 90%;
    line-height: 2;
}

.self-image {
    position: relative;
    width: 400px;
    height: 300px;
    margin: 10px 20px 10px 40px;
    z-index: 0;
}

.self-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    background-color: #0099ff;
    z-index: -1;
}

.self-image__data {
    width: 400px;
    height: 300px;
}

.greeting-content {
    border-bottom: dotted 2px #0099ff;
}

.little-section__non-title {
    width: 90%;
    padding: 10px;
    margin: 10px 5%;
    background-color: #dfefff;
    border: dotted 3px #96c2fe;
    border-radius: 10px;
    box-sizing: border-box;
}

.little-section__non-title p {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.table-img {
    display: flex;
    align-items: center;
}

.mold-machine__table {
    border-collapse: separate;
    border-spacing: 5x;
}

.mold-machine__table th,
.mold-machine__table tr,
.mold-machine__table td {
    border-bottom: 3px solid #bbbbbb;
}

.mold-machine__table th {
    width: 155px;
    background-color: #96c2fe;
    padding: 4px;
    border-radius: 20px;
}

.mold-machine__table td {
    text-align: center;
    width: 155px;
    padding: 4px;
    border-radius: 20px;
    background-color: #e0ffff;
}

.mold-img-layout {
    margin-left: 20px;
}

.mold-img-section {
    width: 400px;
    height: 300px;
    border-radius: 25px;
    border-right: 5px solid #cccccc;
    border-bottom: 5px solid #cccccc;
}

.table-img2 {
    display: flex;
}

.processing__table {
    height: 150px;
    border-collapse: separate;
    border-spacing: 5x;
}

.processing__table th,
.processing__table tr,
.processing__table td {
    border-bottom: 3px solid #bbbbbb;
}

.processing__table th {
    width: 220px;
    background-color: #96c2fe;
    padding: 4px;
    border-radius: 20px;
}

.processing__table td {
    text-align: center;
    width: 180px;
    padding: 4px;
    border-radius: 20px;
    background-color: #e0ffff;
}

.mold-img-layout2 {
    margin-left: 20px;
}

.mold-img-section2 {
    width: 300px;
    height: 225px;
    border-radius: 25px;
    border-right: 5px solid #cccccc;
    border-bottom: 5px solid #cccccc;
}

.processing__img-group {
    text-align: center;
	background-color: #ffffcc;
	padding-top: 20px;
	margin: 0 15px 20px 15px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 3px dashed #cccccc;
}

.processing__img-title {
    width: 200px;
    margin: 0 10px 10px 10px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #99ccff;
}

.processing-video {
    width: 200px;
    border-radius: 20px;
    margin: 5px 20px 30px 20px;
}

.yt-video{
    width: 720px;
    height: 405px;
}

.contact-induction {
    font-weight: bold;
    position: relative;
    background-color: #ffff99;
    border-bottom: 5px solid #cccccc;
    margin-top: 15px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    width: 80%;
    height: 45px;
}

.contact-induction:hover {
    background-color: #ffff00;
    height: 45px;
    border-top: 5px solid #ffffff;
    border-bottom: none;
}

.contact-induction a {
    text-decoration: none;
    color: #000000;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.contact-induction__img {
    width: 800px;
    height: 240px;
}

@media(max-width:960px) {
    .company-table__group {
        display: block;
        align-items: center;
    }
    .little-sec__design {
        width: 230px;
        margin-bottom: 10px;
    }
    .company-table__content {
        width: 230px;
        padding-left: 10px;
        margin-left: 10px;
    }
    .company-table {
        margin-bottom: 30px;
    }
}

@media(max-width:820px) {
    .company-table__group {
        display: flex;
        align-items: center;
    }
    .overview-group {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .map {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .map iframe {
        width: 600px;
        height: 450px;
    }
    .mold-img-section {
        width: 300px;
        height: 225px;
    }
    .mold-img-section2 {
        width: 240px;
        height: 180px;
    }
    .yt-video {
        width: 600px;
        height: 337px;
    }
}

@media(max-width:800px) {
    .contact-induction__img {
        width: 600px;
        height: 180px;
    }
}

@media(max-width:780px) {
    .equipment-group,
    .equipment-group__under {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .greeting-group {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .self-image {
        width: 450px;
        height: 337px;
        margin: 0;
    }
    .self-image__data {
        width: 450px;
        height: 337px;
        margin: 0;
    }
    .greeting-group p {
        margin: 20px 40px;
    }
}

@media(max-width:720px){
    .table-img{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .table-img2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mold-img-layout{
        margin-top: 20px;
        margin-left: 0;
    }
    .mold-img-layout2{
        margin-top: 20px;
        margin-left: 0;
    }
    .mold-img-section2 {
        width: 300px;
        height: 225px;
    }
}

@media(max-width:670px) {
    .map iframe {
        width: 500px;
        height: 375px;
    }
    .yt-video {
        width: 450px;
        height: 253px;
    }
}

@media(max-width:600px) {
    .contact-induction__img {
        width: 400px;
        height: 120px;
    }
}

@media(max-width:570px) {
    .self-image {
        width: 350px;
        height: 262px;
        margin: 0;
    }
    .self-image__data {
        width: 350px;
        height: 262px;
        margin: 0;
    }
    .little-sec__design {
        width: 115px;
    }
    .map iframe {
        width: 400px;
        height: 300px;
    }
}

@media(max-width:500px){
    .yt-video {
        width: 350px;
        height: 196px;
    }
    .little-section__non-title p,
    .greeting-content{
        font-size: 14px;
    }
    .mold-machine__table{
        font-size: 14px;
    }
    .processing__table,
    .table-sub{
        font-size: 14px;
    }
    .processing__table th{
        width: 200px;
    }
    .processing__table td{
        width: 170px;
    }
    .company-table__section{
        font-size: 14px;
    }
    .company-table__content{
        font-size: 14px;
    }
    .processing__img-title{
        font-size: 14px;
        width: 180px;
    }
}

@media(max-width:450px) {
    .self-image {
        width: 260px;
        height: 195px;
        margin: 0;
    }
    .self-image__data {
        width: 260px;
        height: 195px;
        margin: 0;
    }
    .little-sec__design {
        width: 230px;
    }
    .company-table__group {
        display: block;
        align-items: center;
    }
    .map iframe {
        width: 300px;
        height: 225px;
    }
    .contact-induction__img {
        width: 300px;
        height: 90px;
    }
}

@media(max-width:400px){
    .yt-video {
        width: 300px;
        height: 168px;
    }
}

@media(max-width:380px){
    .mold-machine__table{
        font-size: 14px;
    }
    .processing__table{
        font-size: 14px;
    }
    .mold-machine__table td{
        width: 125px;
    }
    .mold-img-section {
        width: 280px;
        height: 210px;
    }
    .mold-img-section2 {
        width: 280px;
        height: 210px;
    }
}

@media(max-width:340px) {
    .map iframe {
        width: 240px;
        height: 180px;
    }
}