@charset "UTF-8";

/*-----------------------section s_01-----------------------*/
body {
    font-size: 16px;
}
section.s_01{
	width: 100%;
	background-size: 100% auto;
}

.spOnly{ display: none;}
.pcOnly{ display: block;}

.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }

.ml10{ margin-left: 10px; }
.ml13{ margin-left: 13px; }
.ml20{ margin-left: 20px; }
.ml30{ margin-left: 30px; }

.txC { text-align: center !important; }

p {
    margin-bottom: 1em;
}
a {
    color: #333;
}
a:hover{ opacity: 0.6;}

a.u-line {
    text-decoration: underline;
}
.breadcrumbs-wrapper > .inner {
    width: 940px;
    margin: 9px auto 0;
    font-size: 90%;
}
.breadcrumbs-wrapper > .inner a{
   color: #000;
   text-decoration: underline;
}
.breadcrumbs{
    margin: 0 5px;
}
.breadcrumbs p {
    font-size: 85.71%;
}
.contetns_area{
	width: 940px;
	padding: 20px;
	margin: 40px auto;
}
.main_pro {
    width: 940px;
    padding: 20px;
    margin: 0 auto;
}
.main_img {
    width: 900px;
    margin: 60px 0 0;
}
.ttg_type {
    margin-bottom: 10px;
    margin-top: 15px;
}
.ttg_contents {
    text-align: left;
    border: 1px solid #ccc;
    width: 70%;
    margin: 0 auto;
}
.ttg_contents p {
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.4em;
    margin-bottom: 0;
}
.ttg_contents ul {
    background-color: #f2f2f2;
}
.ttg_contents ul li {
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    position: relative;
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.ttg_contents ul li:last-child {
    border-bottom: none;
}
.ttg_contents ul li:before {
    content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	transform: rotate(45deg);
	margin-left: 20px;
}
.ttg_contents ul li:hover{
    background-color: #888;
}
.ttg_contents ul li a {
    display: block;
}
.ttg_contents ul li a:hover{
    color:#fff;
}
.ttg_contents_col {
    padding: 20px;
}
.ttg_column h1 {
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: 220%;
	line-height: 1.2;
	margin: 10px 10px 10px 0px;
}
.ttg_column h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 10px 40px 0px;
	background: linear-gradient(transparent 70% , #FAD737 70%);
	display: inline;
}
.refer {
    background-color: #333;
    color: #fff;
    padding: 5px 20px;
    margin: 0 20px;
    	background: #0064b2;
}
.rfid_banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 10px auto;
}
.rfid_banner a {
    display: inline-block;
    margin: 5px 0 20px;
    width: 45%;
}

.rfid_banner:after {
    content: "";
    display: block;
    width: 45%;  /* .rfid_bannerに指定したwidthと同じ幅を指定する */
    height: 0;
}
.rfid_banner img {
    border: solid 1px #ccc;

}
figure {
	display: flex;
	flex-flow: column;
	padding: 0;
	max-width: 660px;
	margin: 20px auto 40px;
}
figure img {
	max-width: 660px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}
figure img.no-shadow {
	box-shadow: none;
}

figcaption {
	color: #000;
	padding: 3px;
	text-align: center;
}
figcaption span {
    padding-left: 1em;
}
.box-shadow-n {
	box-shadow: none;
}
.notes {
	font-size: 14px;
}
.caution {
	color: #cc0000;
	font-size: 14px;
}
.notice span {
    padding-left: 1em;
}

@media screen and (max-width: 768px) {
	.spOnly{
	 	display: block;
	 }
	 .pcOnly{ display: none;}
	.breadcrumbs-wrapper > .inner {
		width: 100%;
	}
	section.s_01{
		width: 100%;
		background-size: 100%;
	}
	.contetns_area{
		width: 100%;
		margin: 20px auto;
	}
	.ttg_contents {
		width: 100%;
	}
	.ttg_contents p {
		font-size: 1.2em;
	}
	.ttg_contents ul li {
		font-size: 1.1em;
		padding: 10px 10px 10px 40px;
		line-height: 1.2;
	}
	.ttg_contents ul li:before {
        margin-left: 15px;
    }
	.main_pro {
		width: 100%;
	}
	.ttg_contents_col {
	    padding: 0px;
	}
	.main_img {
	    width: 100%;
	}
	figure {
		width: 100%;
	}
	figcaption {
		font-size: 0.8em;
	}
	.ttg_column h1 {
	    font-size: 160%;
	    line-height: 1.2;
	    margin: 10px 10px 10px 0px;
	}
	.ttg_column h2 {
		margin: 10px 0px 40px;
	    font-size: 1.4em;
    }
	.refer {
	    padding: 5px 10px;
	    margin: 0;
	}
	.rfid_banner {
      flex-direction: column;
    }
    .rfid_banner a {
		width: 100%;
	}
}

.whiteBack{
	background: #fff;
	color: #000;
}

.blueBack{
	background: #0064b2;
	color: #fff;
}

.ib{
	display: inline-block;
}

/* 事例集 */
.case .main_pro h1 {

}
.case .main_pro h2 {
	background: none;
    font-size: 1.6em;
    display: inline-block;
    margin-bottom: 1em;
}
.case .main_pro h3 {
	font-size: 1.4em;
	margin: 0 0 0 10px;
}
.case .main_img {
    margin: 30px 0 0;
}
.case p.ttl {
	font-weight: bold;
}
.case .contetns_area:first-child {
	margin: 0 auto 40px;
}

.article__outline {
    margin-bottom: 50px;
    background-color: #fbf9ed;
    padding: 30px 90px;
}
.article__outline__item {
    display: flex;
    align-items: center;
    padding: 18px 0 18px 8px;
    border-bottom: solid 1px #ccc;
}
.article__outline__item:first-child {
    padding-top: 0;
}
.article__outline__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.article__outline__item-left {
    width: 152px;
    margin-right: 35px;
}
.article__outline__item-right {
    width: 580px;
}
.article__outline__item__heading {
    text-align: center;
    background-color: #fff;
    border: solid 1px #FAD737;
    font-size: 1.6rem;
    line-height: 2;
    padding: 2px 0;
    width: 100%;
    border-radius: 10px;
	margin-bottom: 0;
}
.article__outline__item__text {
    font-size: 1.6rem;
    line-height: 2;
    display: flex;
	margin-bottom: 0;
}
.article__outline__item__text:before {
    content: "・";
    display: inline-block;
}
.case .img-col2, .case .img-col3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 10px auto;
}
.case .img-col2 figure {
    width: 40%;
    margin: 20px auto 20px;
}
.case .img-col3 figure {
    width: 30%;
    margin: 20px auto 20px;
}
.case figure figcaption {
    font-size: 0.8em;
    text-align: center;
}
.case .img-col3 figcaption {
    font-size: 0.8em;
    text-align: center;
}

@media screen and (max-width: 768px) {
	.case .main_pro h2 {
		font-size: 1.4em;
    }
	.case .main_pro h3 {
		font-size: 1.4em;
    }
	.case .contetns_area::first-child {
		margin: 0 auto 20px;
	}
	.article__outline {
		margin-top: 25px;
		padding: 20px 15px;
	}
	.article__outline__items {
	}
	.article__outline__item {
		flex-flow: column;
		align-items: flex-start;
	}
	.article__outline__item-left {
		width: auto;
	}
	.article__outline__item-right {
		width: auto;
	}
	.article__outline__item__heading {
		margin-bottom: 5px;
		padding: 2px 15px;
		font-size: 1.6rem;
	}
	.article__outline__item__text {
		font-size: 1.6rem;
	}
	.article__outline__item__text {
		font-size: 1.6rem;
	}
	
	.case .img-col2, .case .img-col3 {
      flex-direction: column;
    }
	.case .img-col2 figure, .case .img-col3 figure {
	  width: 90%;
	  margin: 20px auto 20px;
	}
}
/* 事例紹介 */
.clm-box {
	display: flex;
    justify-content: space-between;
}
.clm-box_r {
	width: 35%;
	margin-left: 20px;
}
.clm-box_l {
	width: 65%;
}
.h1_sub {
    font-size: 25px;
    text-align: center;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .clm-box {
        width: 100%;
        flex-direction: column-reverse;
    }
	.clm-box_r {
		width: 100%;
		    margin-left: 0px;
	}
	.clm-box_l  {
		width: 100%;
	}
    .clm-box img {
        width: 90%;
        margin: 0 auto;
    }
	.contetns_area.btn1 {
		margin-bottom: 0;

	}
}

/* 動画 */
.bg_bl {
    background-color: #b4c7e7;
}
.md-outline {
    background-color: #fff;
}
.movieArea {
    max-width: 660px;
    margin: 0px auto 0px;
    padding: 30px;
}
.movieArea img {
    width: 100%;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
}
.ttg_column h2.bd_l {
    position: relative;
    padding-left: 15px;

    margin: 20px 0;
    background: none;
}

.ttg_column h2.bd_l:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 92%;
    content: "";
    border-left: 5px solid #002060;
}
