@charset "UTF-8";

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

.spOnly{ display: none;}

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

.mb0{ margin-bottom: 0px!important; }
.mb10{ margin-bottom: 10px!important; }
.mb20{ margin-bottom: 20px!important; }
.mb30{ margin-bottom: 30px!important; }
.mb40{ margin-bottom: 40px!important; }
.mb50{ margin-bottom: 50px!important; }

.p0{ padding: 0!important; }
.p10{ padding: 10px!important; }
.p20{ padding: 20px!important; }

.pl0{ padding-left: 0!important; }
.pl10{ padding-left: 10px!important; }
.pl20{ padding-left: 20px!important; }

.pr0{ padding-right: 0!important; }
.pr10{ padding-right: 10px!important; }
.pr20{ padding-right: 20px!important; }

.pb0{ padding-bottom: 0!important; }
.pb10{ padding-bottom: 10px!important; }
.pb20{ padding-bottom: 20px!important; }

@media screen and (max-width: 767px){
  
  .mt0-sp{ margin-top: 0px!important; }
  .mt10-sp{ margin-top: 10px!important; }
  .mt20-sp{ margin-top: 20px!important; }
  .mt30-sp{ margin-top: 30px!important; }
  .mt40-sp{ margin-top: 40px!important; }
  .mt50-sp{ margin-top: 50px!important; }
  
  .mb0-sp{ margin-bottom: 0px!important; }
  .mb10-sp{ margin-bottom: 10px!important; }
  .mb20-sp{ margin-bottom: 20px!important; }
  .mb30-sp{ margin-bottom: 30px!important; }
  .mb40-sp{ margin-bottom: 40px!important; }
  .mb50-sp{ margin-bottom: 50px!important; }
  
  .p0-sp{ padding: 0!important; }
  .p10-sp{ padding: 10px!important; }
  .p20-sp{ padding: 20px!important; }

  .pl0-sp{ padding-left: 0!important; }
  .pl10-sp{ padding-left: 10px!important; }
  .pl20-sp{ padding-left: 20px!important; }
  
  .pr0-sp{ padding-right: 0!important; }
  .pr10-sp{ padding-right: 10px!important; }
  .pr20-sp{ padding-right: 20px!important; }
  
  .pb0-sp{ padding-bottom: 0!important; }
  .pb10-sp{ padding-bottom: 10px!important; }
  .pb20-sp{ padding-bottom: 20px!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;
}
.c_gray {
    background: #eceded;
}
.c_yellow {
    background: #FAD737;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.fw-b {
    font-weight: bold;
}
.fs-small {
    font-size: 90%;
}
.fs-ssmall {
    font-size: 80%;
}
.wob-bw {
    word-break: break-word;
}
.vt-a {
vertical-align: top;
}
.clm_column_event {
    font-size: 16px;
}
.clm_column_event .contetns_area{
	width: 940px;
	padding: 20px;
	margin: 40px auto;
}

/* コラム本文用CSS */
.lead_title-belt {
    display: inline-block;
    margin: 10px 0 30px 0;
    padding: 5px 15px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background-color: #333;
}
.lead_title-belt:first-child {
    margin-top: 0;
}
.s10list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.s10list li {
    background: #fff;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0 20px;
	position: relative;
}
.s10list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.s10inner {
    padding: 10px 0 50px 0;
    line-height: 1.6;
    font-size: 84%;
}
.s10title {
    text-align: left;
    font-weight:bold;
    margin-bottom: 10px;
    margin-top: 15px;
}
.s10txt {
    text-align: left;
}
.s10list li.ex::after{
	content: "";
	display: block;
	position: absolute;
	background: url(../img/lp/ttg_lp_column_ex.png) no-repeat center bottom;
	width: 150px;
    height: 150px;
    left: 0px;
    top: 0px;
    background-size: 100%;
}
.main_pro {
    width: 940px;
    padding: 20px;
    margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_img {
    width: 900px;
    margin: 60px 0 0;
}
.txt_box {
    width: 48%;
}
.txt_box h1 {
}
.right_box {
    width: 48%;
}
.flex {
    display: flex;
    justify-content: center;
}
.flex img {
    margin-left: 30px;
}
@media screen and (max-width: 767px){
  .flex{
    display:block !important;
  }
    .flex img {
        width: 100%;
        margin: 0 auto;
    }
}

.clm_contents img {
    padding: 3px;
    height: 160px;
}
.clm_type {
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: left;
}
.cate {
    text-align: left;
}
.cate p {
    border: 1px solid #666;
    padding: 1px 5px;
    display: inline-block;
    margin-bottom: 0;
}
.cate p.green {
    background: #a4eadf;
}
.cate p.pink {
    background: #f48b9c;
}
.cate p.yellow  {
    background: #f8d063;
}
.cate p.blue  {
    background: #66ccff;
}
.cate p.orange {
    background: #ff9555;
}
.notice {
    
}
.notice span {
	padding-left: 1em;
    
}
.clm_contents_col {
    padding: 20px;
}
.photo {
	display: flex;
	flex-flow: column;
	padding: 0;
	max-width: 660px;
	margin: 40px auto 40px;
}
.photo img {
	max-width: 660px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}
.photo img.no-shadow {
	box-shadow: none;
}
.photo.fig2 {
	width: 50%;
}
.photo.fig3 {
	width: 33%;
}
.photo.fig2 img, .photo.fig3 img {
/*	max-width: 100%;*/
}
.photo.img-r {
	margin: 0 0 0 40px;
}
.figcaption {
	color: #000;
    margin: 0;
	padding: 3px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
}
.box-shadow-n {
    box-shadow: none;
}
.caution {
	color: #cc0000;
	font-size: 14px;
}
.whiteBack{
    background: #fff;
    color: #000;
}
.blueBack{
    background: #0064b2;
    color: #fff;
}
.ib{
    display: inline-block;
}
.btn_next {
	font-weight: 700;
	border: 2px solid #000;
    margin: 5px;
    text-align: center;
    display: inline-block;
    position: absolute;
	left: 10%;
	bottom: 15px;
    border-radius: 20px;
}
.btn_next a {
	color: #333;
	padding: 5px 70px;
    display: block;
    border-radius: 20px;
}
.btn_next a::before {
    display: block;
    width: 30px;
    height: 30px;
    left: 45px;
    content: "\f054";
    position: absolute;
    top: calc(50% + 5px);
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #E61E1E;
}
.btn_next a:hover {
	background-color: #0064b2;
	color:#fff;
}
.btn_blue {
	font-weight: 700;
	padding : 0;
    margin: 0px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    background-color: #0064d2;
    min-width: 300px;
}
.btn_blue a {
	padding: 10px 70px;
    display: block;
    position: relative;
    color: #fff;
    border-radius: 30px;
}
.btn_blue a::before {
    display: block;
    width: 30px;
    height: 30px;
    left: 30px;
    content: "\f054";
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #fff;
}
.btn_blue a:hover {
	background-color: #0064b2;
	color:#fff;
}
@media screen and (max-width: 767px){
  .btn_blue a::before {
    top: calc(50% + 8px);
  }
}
.clm_contents_box {
    text-align: left;
    width: 70%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    margin: 0px auto;
}
.clm_contents_box p {
    padding-left: 10px;
    font-size: 1.4em;
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.clm_contents_box ul {
    background-color: rgb(242, 242, 242);
    margin: 0;
}
.clm_contents_box ul li {
    padding-left: 40px;
    font-size: 1.2em;
    position: relative;
    color: rgb(51, 51, 51);
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
    text-decoration: none;
}
.clm_contents_box ul li:last-child {
    border-bottom: none;
}
.clm_contents_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-left-color: initial;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -6px;
    transform: rotate(45deg);
    margin-left: 20px;
    border-width: 0px 2px 2px 0px;
    border-image: initial;
    border-bottom: 2px solid rgb(51, 51, 51);
    border-right: 2px solid rgb(51, 51, 51);
}
.clm_contents_box ul li a {
    display: block;
}
.editor {
    margin-top: 30px;
    text-align: right;
    font-size: 0.9em;
}

@media screen and (max-width: 768px) {
    .pcOnly{ display: none;}
    .spOnly{
         display: inline-block;
     }
    .breadcrumbs-wrapper > .inner {
        width: 100%;
    }
    .s_01{
        width: 100%;
        background-size: 100%;
    }
    .clm_contents p {
        font-size: 0.8em;
    }
    .clm_column_event .contetns_area{
        width: 100%;
        margin: 20px auto;
        box-sizing: border-box;
    }
    .main_pro {
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
    }
	.txt_box {
        width: 100%;
	}
	.txt_box h1 {
        color: #e61e1e;
	}
	.right_box {
         width: 100%;
	}
	.clm_contents img {
    height: auto;
}
    
/* コラム本文用CSS */
    .lead_title-belt {
        margin: 10px 0 20px 0;
        font-size: 1.4em;
    }
    .lead_title-belt:first-child {
        margin-top: 0;
    }
    .clm_contents_box {
        width: 100%;
    }
    .clm_contents_box p {
        font-size:1.2em;
    }
    .clm_contents_box ul li {
	    font-size: 1.1em;
	    line-height: 1.2;
	    padding: 10px 10px 10px 40px;
	}
	.clm_contents_box ul li::before {
	    margin-left: 15px;
	}
    .clm_contents_col {
        padding: 0px;
    }
    .main_img {
        width: 100%;
        margin: 0;
    }
    .photo {
        width: 100%;
    }
    .photo img {
        width: 100%;
    }
    .photo.fig2, .photo.fig3 {
        width: 100%;
    }
    .photo.fig2 img {
        width: 100%;
    }
    .photo.img-r {
        margin: 0 auto;
    }
    .figcaption {
        font-size: 0.8em;
    }
    .clm_banner {
      flex-direction: column;
    }
    .clm_banner a {
        width: 100%;
    }
    .btn_next {
        position: relative;
        left: auto;
        bottom: auto;
    }
    footer .container .p-tec-footer__copyright{
        color: #000!important;
    }
	.s10list li {
	    width: 100%;
	    margin: 0 10px 20px;
	}
	.s10inner {
	    font-size: 120%;
	    padding: 20px 0;
	}

}

/* posasyからの移植記事 */
.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%;
	}
	.h1_sub {

	}
}

a.imagePopup img{
	margin-bottom:5px;
	border:2px solid #999;
}
a.imagePopup:hover img{
	border:2px solid #fa0000;
}
/* ポップアップ */
#popup {
    display: none; /* label でコントロールするので input は非表示に */
  }
  .popup-open {
    cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  .popup-overlay {
    display: none; /* input にチェックが入るまでは非表示に */
  }
  #popup:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .popup-window {
    width: 80%;
    padding: 20px;
    border-radius: 6px;
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .photo .popup-window img{
	max-width: 100%;
	width: 100%;
	border: 10px solid #fff;
}
  .popup-text {
    margin: 0;
  }
  .popup-text:not(:last-of-type) {
    margin-bottom: 1em
  }
  .popup-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    font-size: 130%;
    padding: 5px 15px;
  }
  
.clm_2col .photo img {
    margin-left: 0;
}

.clm_2col .photo:first-child {
    margin-right: 15px;
}

.clm_2col .photo.fig2 {
    width: calc(50% - 15px);
}

@media screen and (max-width: 768px) { 
    .clm_2col .photo:first-child {
        margin-right: 0;
    }
    .clm_2col .photo.fig2 {
        width: 100%;
    }
}

/*追加*/
.mainContents {
    overflow: hidden;
    background-color: #f7f7f9;
}
.tc {
    text-align: center;
}

.main_pro h1 {
    font-size: 2.2em;
    margin-bottom: 40px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) { 
  .main_pro h1 {
    font-size: 1.8em;
  }
  .clm_column_event dt, .clm_column_event dd, .clm_column_event li, .clm_column_event caption, .clm_column_event col, .clm_column_event th, .clm_column_event td, .clm_column_event p, .clm_column_event address, .clm_column_event figcaption {
    font-size: 1.4rem;
  }
}
/* ボタン */
.s_02 {
    display: block;
    width: 100%;
    padding: 100px 0;
}
.wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.s_02 .btn_s02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 64px;
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background: #00326D;
    border-radius: 32px;
    margin: 0 auto 0px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.16);
}
.s_02 .btn_s02::before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/btn_s03.png) no-repeat;
    background-size: 6px 12px;
    width: 6px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}
@media screen and (max-width: 768px) { 
  .s_02 {
      display: block;
      width: 100%;
      padding: 50px 0;
  }
  .wrapper {
    width: 84%;
    margin: 0 auto;
  }
  .s_02 .btn_s02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 315px;
    height: 64px;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #00326D;
    border-radius: 32px;
    margin: 0 auto 0px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.16);
  }
  .s_02 .btn_s02::before {
    display: block;
    position: absolute;
    content: "";
    background: url(../img/btn_s03.png) no-repeat;
    background-size: 6px 12px;
    width: 6px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
  }
}

/* バナー */
.refer {
    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;
}

@media screen and (max-width: 768px) { 
	.rfid_banner {
      flex-direction: column;
    }
    .rfid_banner a {
		width: 100%;
	}
}

.img-col2, .img-col3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 10px auto;
    width: 660px;
}
.img-col2 figure {
    width: 45%;
    margin: 20px auto 20px;
}
.img-col3 figure {
    width: 30%;
    margin: 20px auto 20px;
}
figure figcaption {
    font-size: 0.8em;
    text-align: center;
}
.img-col3 figcaption {
    font-size: 0.8em;
    text-align: center;
}
figure img {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) { 
	.img-col2, .img-col3 {
      flex-direction: column;
      width: 100%;
    }
	.img-col2 figure, .img-col3 figure {
	  width: 90%;
	  margin: 20px auto 20px;
	}
}