/*====================

Service contents

====================*/
.service-contents-s {
	width: 90%;
	max-width: 1100px;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/service/top-001.png);
	background-repeat: no-repeat;
	background-position: left 50px;
	background-size: 150px;
}

.service-lineup {
    width: 90%;
    max-width: 800px;
    margin: 90px auto 120px;
    box-sizing: border-box;
}

.lineup-list {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 380px;
}

.lineup-list .flex-img1 {
    width: 100%;
    max-width: 550px;
    border: 4px solid #000;
    position: absolute;
    top: 0;
    left: 0;
}

.flex-img2 {
    width: 100%;
    max-width: 550px;
    border: 4px solid #000;
    position: absolute;
    top: 0;
    right: 0 !important;
    z-index: 90;
}

.lineup-list .lineup-text{
    position: absolute;
    bottom: 100px;
    right: 0;
}

.flex-text2 {
    position: absolute;
    bottom: 100px;
    left: 0 !important;
    z-index: 100;
}

.lineup-title {
    box-shadow: 4px 4px 0 #000;
    border: 4px solid #000;
    color: #000;
    background: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    width: 300px;
    padding: 0.5em 0;
    margin-bottom: 16px;
    transition: 0.5s;
}

.type2 {
    margin: 0 0 0 40px !important;
}

.type3 {
    margin: 0 !important;
}

.title-type3 {
    margin-left: 40px;
}





/*====================

Service-1
Key trouble

====================*/
.service-contents-su {
	width: 90%;
	max-width: 1100px;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/service/top-002.png);
	background-repeat: no-repeat;
	background-position: left 50px;
	background-size: 110px;
}

.key {
    margin: 0 auto;
    padding: 90px 0 100px;
    text-align: center;
}

.key1 {
    margin: 0.5em auto 1.0em;
}

.info-small{
    font-size: 16px;
    text-align: right;
    margin: -30px 0 0 0;
}

.key-sample {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 0 0 0 16px;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;

  display: grid;
  /* template-columns と column-gap を合計して100%になるようにする */
  grid-template-columns: repeat(auto-fit, 30%);
  row-gap: 0px;
  column-gap: 5%;
  justify-content: start;
}

.key-sample .sample-box {
    display: flex;
    flex-direction: column;
    border: 4px solid #000;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    max-width: 310px;
    min-width: 250px;
}


.sample-box img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 36px;
}

.mark-y {
    background:linear-gradient(transparent 60%, #fff43e 60%);
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 0 0.3em;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-top: 8px;
}

.line {
    border: 2px solid #000;
    margin: 36px auto;
    width: 50%;
}

.sample-info {
    text-align: left;
    margin: 0 auto;
    padding: 0 2em 2em 2em;
}

.kagi110 {
    margin: 70px 20px 0;
    text-align: center;
}
.kagi110 a {
    color: #e3030d;
}
.kagi110 a img {
    width: 200px;
}






/*====================

スマートフォン対応

====================*/

@media screen and (max-width: 768px) {

/*====================

Service contents(768px)

====================*/
.service-contents-s {
	width: 90%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/service/top-001.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	background-size: 60px;
}

.service-lineup {
    width: 90%;
    max-width: 700px;
    margin: 50px auto 0;
    box-sizing: border-box;
}

.lineup-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

.lineup-list .flex-img1 {
    width: 100%;
    max-width: 550px;
    border: 4px solid #000;
    position: initial;
}

.flex-img2 {
    width: 100%;
    max-width: 550px;
    border: 4px solid #000;
    position: initial;
    z-index: 90;
}

.lineup-list .lineup-text{
    position: initial;
    margin: 0 0 20px 0;
}

.flex-text2 {
    position: initial;
    z-index: 100;
    order: 2;
}

.lineup-title {
    box-shadow: 4px 4px 0 #000;
    border: 4px solid #000;
    color: #000;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 240px;
    padding: 0.2em 0;
    margin: 10px 20px;
}

.type2 {
    margin: 0 0 0 40px !important;
}

.type3 {
    margin: 0 !important;
}

.title-type3 {
    margin-left: 40px;
}





/*====================

Service-1
Key trouble

====================*/
.service-contents-su {
	width: 90%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/service/top-002.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 50px;
}

.key {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.key1 {
    margin: 0.5em auto 1.0em;
}

.info-small{
    font-size: 11px;
    text-align: center;
    margin: 10px 0 0 0;
}

.key-sample {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 20px auto 0;
    padding: 0;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;


}

.key-sample .sample-box {
    display: flex;
    flex-direction: column;
    border: 3px solid #000;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    max-width: 400px;
    min-width: 260px;
    margin: 0 auto 40px;
}


.sample-box img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 14px;
}

.mark-y {
    background:linear-gradient(transparent 60%, #fff43e 60%);
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0 0.2em;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 4px;
}

.line {
    border: 1px solid #000;
    margin: 16px auto;
    width: 50%;
}

.sample-info {
    text-align: left;
    margin: 0 auto;
    padding: 0 1.5em 1em 1.5em;
    font-size: 12px;
}

}