@charset "UTF-8";

h2::after,h3::after {
  content: '';
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left:0;
}

h2 {
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
  padding: 0 0 10px 0;
}

h2::after {
  width: 120px;
  background-color: #054040;
}

.single_content h2 span{
	margin:0!important;
}

h3 {
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
  padding: 0 0 15px 0;
  letter-spacing: 0;	
  margin: 50px 0 30px 0	
}

h3::after {
  width: 100px;
  background-color: #A7A7A7;
}

h4{
	font-size: 18px;
    padding: 8px 20px;
    margin: 45px 0 30px 0;
    font-weight: bold;
    line-height: 1.3;
    color: #3E3E3E;
    background-color: #F2F2F2;
    border-radius: 6px;
}

/*見出し*/
.title_wrap {
	position: relative;
    border: 2px solid #EFEFEF;
}

@media screen and (min-width: 751px) {
      .title_wrap {
    padding: 60px 65px;
} }
  @media screen and (max-width: 750px) {
    .title_wrap {
    padding: 40px 30px 60px 30px;
} }


.title_wrap h1 {
    margin: 0px 0 0px!important;
    font-size: 25px!important;
    letter-spacing: .1em;
    line-height: 1.6;
}


.thumn {
    margin: 50px 0 40px 0;
}

.cat {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}

.cat a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #054040;
    padding: 2px 10px 3px 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.tags {
    margin: 30px 0 0 0;
}

li{
	padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.tags li {
    margin: 0 5px 5px 0;
}

.tags a {
    display: block;
    font-size: 12px;
    color: #054040;
    background-color: #fff;
    padding: 2px 8px;
    border: 1px solid #054040;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.date{
    bottom: 23px;
    right: 28px;
    position: absolute;
    display: block;
    text-align: right;
    font-size: 15px;
    letter-spacing: .05em;
    color: #9B9B9B;	
}

/*目次*/
#toc_container {
    display: block;
    background-color: #FAFAFA;
    padding: 20px 25px;
    border: 1px solid #DEDEDE;
    margin: 30px 0;
}

@media screen and (min-width: 751px){
 .article #toc_container {
    padding: 30px 35px;
    margin: 50px 0;
	}}

.toc_list li::before{
	content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 5px!important;
    height: 5px!important;
    background-color: #B7B7B7;
    border-radius: 50%;
	top: 14px;
}

#toc_container ul.toc_list li {
    list-style: none;
	text-decoration: none;
}

.toc_list li a {
    color: #393939;
    text-decoration: underline;
    line-height: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.toc_title{
	font-weight: bold!important;
    line-height: inherit;
	font-size: 20px!important;
    margin: 0 0 22px 0;
}

/*ボタン左寄せ*/
.button_position{
	width: 252px;
	margin-top: 50px;
    margin-bottom: 50px;
}

/*ボタン中央寄せ*/
.button_position_center{
	width: 252px;
	margin: 0 auto;
    text-align: center;
	margin-top: 50px;
    margin-bottom: 50px;
}

.button {
   text-align: center;
}

.button a {
    background: #013A40;
    border: 1px solid #00525D;
    color: #fff;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 14px 25px;
    border-radius: 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 200px;
    margin: 20px 0 20px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-align: center;
}

.button a:hover{
	background: #638483;
	color:#fff;
	border: 1px solid #fff;
}

.single_content a {
    text-decoration: none;
}

/*動画*/
.youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.youtube_wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*# sourceMappingURL=blog.css.map */

/*画像*/
.img-border{
	border: solid 1px #dcdcdc;
}

.shadow_img {
    box-shadow: 3px 3px 15px -5px #000;
	border: solid 1px #dcdcdc;
}

/* 画像サイズ最適表示 */
img {
max-width: 100%;
height:auto;
}

@media screen and (max-width: 520px) {
	img{
max-width: 330px;
height:auto;
}  
	.wp-caption-text{
max-width: 330px;
height:auto;		
	}
}

/*見出しの色*/
ol li::marker {
    color: #2CCCBB;
}

/*製品情報*/

.box_shadow {
  padding: 20px 20px 20px 20px;
  margin: 2em;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.2);
  color:#000!important;	
  font-weight: bold;	
}


  .box_shadow_undertext{
	text-align:left;
	margin:20px 20px 10px 20px;
}

@media all and (min-width: 1216px) {
	.box_shadow_mobile{
		display:none;
	}
}
@media all and (max-width: 1215px) {
  .box_shadow {
  margin: 0px!important;
}
	.box_shadow_pc{
		display:none;
	}
	.box_shadow_mobile_button_width{
		width:180px!important;
        margin-top: 20px!important;
	}
}


.box_shadow_pc{
	max-width: 570px;
}

.box_shadow_mobile{
	max-width: 350px;
	text-align:center;	
}

.box_shadow_img{
	padding:30px;
}

.box_shadow_productname{
	margin: 10px 0;
	font-size:20px;
}

.box_shadow_epos{
	font-weight:500;
	font-size:14px;	
}

.box_shadow_cost{
	margin: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}

.box_shadow_center{
	text-align:center;
	margin:0!important;	
}

.box_shadow_h2::after, .box_shadow_cost::after {
    content: '';
    height: 0px;
    display: inline-block;
    position: absolute;
}

table tr:first-child td {
    background: #fff;
	color:#000;
}
table td {
    padding: 0px;
    border: 0px 0;
}

.box_shadow_table{
	margin: 10px;
	width:100%!important;
}

.button_box_shadow_position {
	width:300px;
    margin: 0 auto;
	padding-top: 10px;
}

.box_shadow_table td{
	border:0px!important;
}

.table_img_area{
	width:200px;
}

.table_detail_area{
	width:280px;
	margin:0 10%;
}

.box_shadow_pc_text_area{
	padding:10px 45px 0 45px;
}

/*ブログの表示*/
.arconix-box>i.fa {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.arconix-box2 .arconix-box-content {
    margin-left: 45px;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.arconix-box2{
	position: relative;
    clear: both;
    margin: 1em 0;
    padding: 1em;
}

.arconix-box2 ul{
    margin-left: 45px;
}