@charset "UTF-8";


/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
  background: #f7f7f7;
}

a, h1, h2, h3, h4, h5, h6, p, li, span {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}

.bgnone {
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 10px;
	margin: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #cfcfcf 1px dotted;
}
.hr {
    height: 4px;
	border: none;
    background: url(images/line_bottom.jpg) 0 bottom repeat-x;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}
.imgBox {
	line-height: 0;
}
.ps {
  display: inline-block;
}
.psp {
  display: none;
}
@media screen and (max-width: 530px) {
.psp {
  display: inline-block;
}
}
/* body
-------------------------------------------------- */
body{
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #1b1b1b;
  position: relative;
  font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
  background: #fff;
}
@media screen and (max-width: 1100px) {
body{
  background: url(images/head_bg02.jpg) 0 0 repeat;
}
}

.all_scrolling_for {
	width:100%;
  height:100%;
  overflow:hidden;
  position:fixed;
}

.blackWall {
  width: 0;
  height: 100vh;
  overflow: hidden;
  transition-property: all;
  transition-duration: .3s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right:0;
  background: rgba(0,0,0, 0);
}
.blackWall.open {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: rgba(0,0,0, 0.5);
}

/* 要素
-------------------------------------------------------------- */
section {
	padding: 0;
	margin: 0 0 5%;
}

article {
	padding: 0;
	margin: 3% 0;
}
    article.inner {
        padding: 0;
        margin: 0 3% 1%;
    }
    
p {
	margin: 1% 0 2%;
}

ul.categories {
	margin: 1% 0;
}
ul.categories li.cat-item { 
  margin: 0 1% 0 0;
  display: inline-block;
}
ul.categories a {
	padding: 2px;
	font-size: 0.8em;
    letter-spacing: 0em;
	text-decoration: none;
	display: block;
    color: #9a8434;
    border: #ddd4b1 1px solid;
    background: #ffffe4;
}
	ul.categories a:hover {
        color: #ea707c;
        border: #ea707c 1px solid;
        background: #fffbf4;
    }

.flex_Box {
  display: -webkit-flex;
  display: flex;
}

.moreBtn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0 16px 0 5px;
  margin: 30px auto;
  color: #fff;
  cursor: pointer;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  background: #f9cf60;
}
  .moreBtn:hover {
    color: #fff;
    text-decoration: none;
    background: #f6b14c;
  }

.tag_list {
  display: flex;
  margin: 0 0 0 15px;
  align-items: center;
	justify-content: center;
}
  .tag_list a {
    padding: 3px 5px;
    margin: 0 5px 5px 0;
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-size: 0.7rem;
    background: #f6f3ea;
  }
  .tag_list a:hover {
    text-decoration: none;
    background: #e9ddb9;
  }
.wpCRArea {
	padding: 0 0 200px;
  margin: 0 0 50px;
  position: relative;
}
/*
	WARNING: If you edit anything here, it will be overwritten with each plugin update and/or activation.
	If you have the Pro version, you can edit this file via plugin settings without it being overwritten.
	
    You can also override any of these values in your theme CSS if you use !important or prepend with "body "
    Example: body #wpcr3_respond_1 blockquote.description p { font-size:12px !important; font-weight:bold !important; }
*/

.wpcr3_in_content { margin-bottom:30px; }
.wpcr3_in_content meta { display:none; }
.wpcr3_power { padding-top:30px !important; padding-bottom:30px !important; font-size:11px !important; }
.wpcr3_status_msg { color:#c00;font-weight:bold; }
.wpcr3_status_msg div { color:#c00;font-weight:bold;padding-bottom:15px;padding-top:15px; }
.wpcr3_caps { text-transform:capitalize; }

div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline { 
	border-bottom:1px dotted #ccc !important; 
	margin-bottom:10px !important; clear:both !important;
}

.wpcr3_leave_text { font-weight:bold; font-size:1.1rem; }

.wpcr3_product,
div.wpcr3_aggregateRating { display:none; }
div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue { display:inline-block !important; position:relative; top:2px; }

div.wpcr3_review_item div.wpcr3_item_name { display: none; }

div.wpcr3_review div.wpcr3_review_ratingValue { position:relative; top:2px; margin-right:5px; }
div.wpcr3_review blockquote.wpcr3_content p { font-size:14px; font-weight:normal; display:inline !important; }
div.wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response { margin-left:30px;color:#00c; }
div.wpcr3_review div.wpcr3_review_datePublished { font-size:0.9em; font-style:italic; line-height: 1.2rem; }
div.wpcr3_review div.wpcr3_review_author { font-size:0.8em; font-style:italic; }
div.wpcr3_review div.wpcr3_review_customs { margin-bottom:5px; }
div.wpcr3_review div.wpcr3_review_custom { font-size:12px; float:left; margin-right:60px; }

.wpcr3_respond_2 { position:relative; }
.wpcr3_respond_2 label { display:inline-block; !important; }
.wpcr3_respond_2 .fconfirm2 { width:auto !important; }

.wpcr3_respond_2 input { }
.wpcr3_respond_2 input[type="text"]  { min-width:200px; }
.wpcr3_respond_2 textarea { height:100px !important; min-width:500px; }
.wpcr3_respond_2 small { padding:0 !important; margin:0 !important; }
.wpcr3_respond_2 table, .wpcr3_respond_2 td { border:0 !important; border-style:none !important; }

.wpcr3_respond_2 .wpcr3_check_confirm label { margin:-2px 0px 0px 5px; }

.wpcr3_ad { background:#ffffff; }
.wpcr3_ad label { font-weight:bold; }

.wpcr3_respond_1, .wpcr3_respond_2 { margin:0 !important; padding:0 !important; clear:both !important; }
.wpcr3_respond_1 p, .wpcr3_respond_2 p {
    margin:0 !important;
    padding:0 !important;
    line-height:120% !important;
    margin-top:2px !important;
    margin-bottom:2px !important;
}	

.wpcr3_respond_1 .wpcr3_rating, .wpcr3_respond_2 .wpcr3_rating {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    margin-left:0px !important;
    margin-top:0px !important;
    overflow:hidden;
    height:16px;
}

div.wpcr3_rating_style1  { line-height:17px; display:inline-block; }
div.wpcr3_rating_style1 div { line-height:17px; }
div.wpcr3_rating_style1 * { border:0 none; margin:0; padding:0; line-height:17px; }
div.wpcr3_rating_style1_base  { background:url(newstars.png) 0 0 no-repeat; width:85px; height:17px; line-height:17px; float:left; padding-right:4px; overflow:hidden; display:block; }
div.wpcr3_rating_style1_average { background:url(newstars.png) 0 -15px no-repeat; text-indent:-9999px; height:17px; line-height:17px; }
div.wpcr3_rating_style1_status { height:17px; line-height:17px; width:100px; overflow:hidden; position:relative; cursor:pointer; display:block; }
div.wpcr3_rating_style1_score { background:url(newstars.png) 0 0 no-repeat; width:85px; height:17px; line-height:17px; float:left; position:relative; }
div.wpcr3_rating_style1_score div { display:block; height:17px; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:17px; }
div.wpcr3_rating_style1_score div:hover { background:url(newstars.png) bottom right no-repeat; }
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {width:20%; z-index:55;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {width:40%; z-index:54;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {width:60%; z-index:53;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {width:80%; z-index:52;}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {width:100%; z-index:51;}

.wpcr3_respond_2 { display:none; background-color:inherit; }
.wpcr3_table_2 { text-align:left; width:100%; }
.wpcr3_table_2  td { text-align:left; }
.wpcr3_check_confirm { margin-top:10px;font-size:13px;margin-bottom:4px; }

.wpcr3_button_1:active, .wpcr3_button_1:focus {
}

.wpcr3_button_1.wpcr3_disabled {
	opacity: 0.5;
}

.wpcr3_button_1.wpcr3_hide {
	display:none !important;
}

.wpcr3_pagination {
  padding: 3% 0;
  margin: 0 0 1%;
  line-height: 1;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 1rem;
  border-bottom: #d2d2d2 2px solid;
  color: #88c6d3;  
  
}

.wpcr3_pagination .wpcr3_a {
  padding: 10px 10px;
  margin: 0 8px 8px 0;
  display: inline-block;
  color: #fff;
  text-decoration:none;
  width:auto;
  color:#fff;
  cursor:pointer;
  background: #8c8f8b;
}

.wpcr3_pagination .wpcr3_a.prev,
.wpcr3_pagination .wpcr3_a.next {
  background: #88c6d3;
}
  .wpcr3_pagination .wpcr3_a:hover,
  .wpcr3_pagination .wpcr3_a.prev:hover,
  .wpcr3_pagination .wpcr3_a.next:hover {
    color: #565353;
    text-decoration: none;
    background: #e9e7e0;
  }
  .wpcr3_pagination .wpcr3_a.wpcr3_disabled {
  	display: none !important;
  }

.wpcr3_pagination .wpcr3_a.wpcr3_current {
  border: none;
  color: #565353;
  font-weight: bold;
  background: none;
}

.wpcr3_clear , div.wpcr3_review .wpcr3_clear  { clear:both !important; display:block !important; line-height:0px !important;; height:0px !important; }
.wpcr3_show, div.wpcr3_review .wpcr3_show { display:inline; }
.wpcr3_hide, div.wpcr3_review .wpcr3_hide { display:none !important; }
.wpcr3_fakehide { position:absolute !important;top:0 !important;left:-999em !important;height:1px !important;width:1px !important; }
.wpcr3_pb5 { padding-bottom:5px; }

.wpcr3_respond_3 {
  width: 100%;
  font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
	position: absolute;
  bottom: 0;
  left: 0;
}
  .toukou h3 {
      padding: 0px 0 15px;
      margin: 10px 0 0;
      font-size: 1.6rem;
      line-height: 1.3;
      color: #e2b43a;
      font-weight: normal;
      text-align: center;
      border-bottom: none;
      background: none;
  }
  .toukou .btn {
    width: 100%;
    padding: 15px 0 15px;
    margin: 0 0;
    text-decoration: none;
    line-height: 1.3;
    border: 1px solid #95d2df;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    background: none;
    background: #fffbf1;
  }
    .toukou .btn:hover {
      opacity: 0.7;
      background: #fffbf1;
    }
  .toukou .btn:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
    background: url(images/namida_001.png) 0 center no-repeat;
  }
  .wpcr3_respond_3 .title {
    display: inline-block;
    content: "投稿する";
  }

.wpcr3_aggregateRating_reviewCount,
.wpcr3_aggregateRating { display: none; }
.titleWrapper {
}
.titleWrapper:hover {
	text-decoration: none;
}

.wpcr3_review_title {
	border-bottom: none;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 1rem;
  font-weight: 600;  
  display: flex;
  align-items: center;
}
  .wpcr3_review_title:before {
    min-width: 40px;
    height: 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    content: "";
    background: url(images/arrow3.png) 0 center no-repeat;
  }
  
div.wpcr3_review div.rightBox,
div.wpcr3_review span.rightBox {
	display: block;
	text-align: right;
  margin: 0 0 0 auto;
}
.rightBox {
    text-align: right;
    margin: 0 0 0 auto;
}
.wpcr3_content {
	margin: 20px 0;
}

.wpcr3_leave_text {
	display:none;
}
.checkMark {
	display: flex;
  align-items: center;
}
.checkMark .text {
  dispaly: block;
  margin: 0 0 0 10px;
}
.wpcr3_respond_2 .checkMark input {
  border-radius: 0;
  outline: none;
  -webkit-appearance: button;
  transform:		scale(1.4);
}

.wpcr3_button_1.wpcr3_submit_btn {
  padding: 15px 20px;
  margin: 20px 0;
  text-decoration: none;
  line-height: 1.3;
  font-size: 1.1rem;
  border: 1px solid #ea707c;
  justify-content: center;
  align-items: center;
  display: inline-block;
  background: none;
  color: #fff;
  background: #f35b72;
}

.wpcr3_button_1.wpcr3_cancel_btn {
  padding: 15px 20px;
  margin: 20px 0;
  text-decoration: none;
  line-height: 1.3;
  border: 1px solid #f9f9f9;
  justify-content: center;
  display: inline-block;
  align-items: center;
  background: none;
  background: #f4f4f4;
}


.contentsAnotherLine_type02_title {
  font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
  padding: 30px 0 0;
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #e2b43a;
  font-weight: normal;
  text-align: center;
  border: none;
  border-top: #f3f4f5 2px solid;
  background: none;
}
@media screen and (max-width: 1100px) {
  .wpcr3_review_item .titleWrapper {
    flex-direction: column;
  }
  .sp .toukou h3,
  .sp .toukou .btn {
  	font-size: 1.0rem;
    font-weight: 600;
  }
  .wpcr3_respond_2 input[type="text"] {
    min-width: 100%;
    max-width: 500px;
  }
  .wpcr3_respond_2 textarea {
    height: 100px !important;
    min-width: 100%;
    max-width: 200px;
  }
}

/* all_wrapper
-------------------------------------------------------------- */
.all_wrapper {
	z-index: 1;
  flex-direction: column;
  position: relative;
}
h1 {
  width: auto;
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0;
  color: inherit;
}
.adContent-page {
  margin-top: 10rem;
}
/* wrapper
-------------------------------------------------------------- */
.wrapper {
	order: 0;
  z-index: 1;
  max-width: 1100px;
  margin: 10rem auto 40px;
  padding: 0 0 0;
  border: 5px solid #b9dee3;
}
.home .wrapper {
	width: auto;
  padding: 30px 0 30px;
  margin: -100px auto 0;
  background: #fff;
  padding-top: 0;
}
.menu_btn_clicked .wrapper {
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
  .home .wrapper {
    margin: -60px 15px 0;
  }
  .home .sp .wrapper {
    margin: -40px 15px 0;
  }
}

.innterWrapper {
  margin: 0 auto 0;
  position: relative;
}
   
header {
  z-index: 999;
	width: 100%;
	height: 120px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  background-position: 70% center;
  background-size: cover;
  background-repeat: no-repeat;    
  background-image: url(images/top_under_pc.jpg) ;
}

 .home header {
    z-index: 1;
    height: inherit;
    margin: 0 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: static;
    background: linear-gradient(to bottom, #e1f4fb 90%, #f7f7f7a3 98%);    
  }
  	.key {
      height: 100%;
      position: relative;
    }
  	.home .key {
    	height: inherit;
    	position: relative;
    }
    .bg {
    	z-index: -1;
    }
    .bg img {
    	width: 100%;
    }
    .ata {
    	z-index: 1;
      width: 430px;
      height: auto;
      height: 100%;
      display: flex;
      position: absolute;
      top: 0;
      left: 50%;
      right: 50%;
      transform: translate(-50%, 0%);
    }
    .ata .link {
    	width: 100%;
    	display: flex;
    }
    .ata img {
    	width: 100%;
      background: inherit;
    }
   .home .ata {
      z-index: 1;
      width: 330px;
      height: auto;
      justify-content: center;
      position: absolute;
      top: 18%;
      left: 50%;
      right: 50%;
      transform: translate(-50%, 0%);
    }
    .home .sp header {
      background: linear-gradient(to bottom, #e1f4fb 90%, #f7f7f7a3 98%);    
    }
   .home .sp .key {
      max-height: 650px;
    }
   .home .sp .ata {
      height: auto;
    }
  .home .key .menuBtnWrapper {
    z-index: 2500;
    height: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
  }

@media screen and (max-width: 1100px) {
  header {
    height: 100px;
  }
  .home header {
    height: inherit;
  }
  .ata {
    width: 60%;
    max-width: 400px;
    min-width: 280px;
    margin: 0 0 0 1%;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
  }
  .home .ata {
    width: 25%;
    height: 15vw;
    max-width: inherit;
    min-width: inherit;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
  }
  .home .sp header {
    max-height: inherit;
  }
 .home .sp .key {
 		height: inherit;
    max-height: 600px;
  }
  .home .sp .ata {
  	width: 40%;
  }
}
@media screen and (max-width: 740px) {
  .ata {
    min-width: 280px;
    /*
    margin: 0 0 0 20px;
    */
  }
  .home .ata {
    width: 30%;
    min-width: inherit;
    top: 15%;
  }
  .home header {
  }
  .home .sp .ata {
    width: 50%;
    top: 0%;
    margin: 0;
  }
}
a.logo {
  max-width: 1100px;
  margin: 0 auto 0;
  max-height: 137px;
  padding: 0;
  overflow: hidden;
  display: block;
}
    .logo img {
        max-width: 100%;
        height: auto;
        padding: 0;
        border: none;
        background: none;
    }

@media screen and (max-width: 1100px) {
  .adContent-page {
    margin-top: 6.5rem;
  }
  .wrapper {
    margin: 7rem 15px 40px 15px;
  }
}

/* menu
-------------------------------------------------------------- */
.menuBtnWrapper {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	z-index: 2500;
  width: 30px;
  height: 26px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  transform: translate( 0%, -50%);
}
.menu-trigger .inner {
  width: 30px;
  height: 26px;
  margin: 0 0 0;
  position: relative;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(-45deg);
} 

@media screen and (max-width: 1100px) {
.menuBtnWrapper {
}
.menu-trigger {
	margin-right: 15px;
}
}

/* nav
-------------------------------------------------------------- */
#nav {
  width: 0;
  height: 100vh;
  padding: 0 0 0;
  margin: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: .3s;
  transition-delay: 0s;
  position: fixed;
  top: 120px;
  right: 0;
  background: #fff;
}
#nav .menu {
 height: 100vh;
 background: #fff;
}
  #nav .widget_nav_menu a span,
  #nav .widget_nav_menu img {vertical-align: middle;}
  #nav .menu-item {
    margin: 0 20px 0;
  }
  #nav .widget_nav_menu a {
  	min-width: 320px;
    padding: 8px 10px 8px 35px;
    margin: 0 0 0 ;
    display: block;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    background: url(images/namida_001.png) 0 center no-repeat;
 }
  #nav .widget_nav_menu a:hover {text-decoration: none;}

#nav.open {
	z-index: 2000;
  width: 100%;
  max-width: 400px;
}
#nav.open .twitterWrapp {
  position: absolute;
  right: 16px;
  bottom: 7rem;
  font-weight: bold;
}
#nav.open .twitterLink {
  position: absolute;
  left: -2rem;
  bottom: 0;
  display: inline-block;
  z-index: 100;
  width: 25px;
  height: 24px;
}
#nav.openr .twitterLink .twitterLogo {
  width: 100%;
}
#nav.open .twitterLink:hover {
  opacity: 0.8;
}
@media screen and (min-width:767px) {
  #nav.open .twitterWrapp {
    bottom: 8rem;
    right: 22px;
  }
}
@media screen and (max-width: 1100px) {
#nav {
  top: 100px;
}
}

/* #searchform
-------------------------------------------------------------- */
.searchform {
  width: 100%;
  padding: 5% 5%;
  margin: 0;
  display: flex;
  justify-content: center;
  background: url(images/h_bg_gray.jpg) 0 0 repeat;
}
.searchform #s {
  width: 78%;
  height: 40px;
  line^height: 40px;
  padding: 0 8px;
  margin: 0 ; 
  line-height: 1;
  border-radius:			8px;
  border: none;
}  
.searchform #searchsubmit {
  width: 40px;
  height: 40px;
  padding: 0; 
  margin: 0 0 0 8px;
  line-height: 40px;
  color: #fff;
  border:none;
  border-radius:			8px;
  background: url(images/search.png) 0 center no-repeat;
} 

/* breadcrumb
-------------------------------------------------------------- */
.home .breadcrumb {
	display: none;
}
.breadcrumb {
  width: 100%;
  padding: 0.5% 0 0.5% 2%;
  margin: 0 0;
  color: #fff;
  background: #b9dee3;
  line-height: 1rem;
  font-size: 0.8rem;
}
  .breadcrumb a {
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  .breadcrumb a:hover {color: #fff;text-decoration: underline;}

/* #contents
-------------------------------------------------------------- */
#contents {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  font-size: 15px;
  position: relative;
  background: #fff;
}
  #mainClass02 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
  }
        
h2 {
  padding: 20px 0;
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 1;
  color: #3f759d;
  font-weight: normal;
  background: url(images/line_bottom.jpg) 0 bottom repeat-x;
}
	h2.titleBar {
  	align-items: center;
    line-height: 1.3;
    padding: 15px 0 20px;
  }
	h2.titleBar div:first-child {
  	margin: 0 10px 0 0;
    min-width: 50px;
  }
  h2.titleBar a {
      padding: 0.5%;
    display: block;
      color: #3f759d;
    }
      h2.titleBar a:hover {
        color: #003d5f;
        text-decoration: none;
        background: #fffbf4 url(images/line_bottom.jpg) 0 bottom repeat-x;
      }
      h2.titleBar img, h.titleBar2 span {vertical-align:middle;}
@media screen and (max-width: 740px) {
	h2.titleBar {
    font-size: 1.2rem;
  }
	h2.titleBar div:first-child {
  	margin: 0 10px 0 0;
    min-width: 40px;
  }
}

h3{
  font-size: 1.6rem;
  padding: 12px;
  margin: 10px 0;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
  padding-top: .75em;
  border-bottom: 1px solid #88c6d3;
}
    h3::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 2;
        content: '';
        width: 20%;
        height: 3px;
        background-color: #fea32c;
    }
    
    h3.type_border {
        padding: 1.5% 0 1%;
        margin: 0 0 0;
        font-size: 1.53rem;
        line-height: 1;
        font-weight: normal;
        border: none;
    }
        h3.type_border::after {display: none;}
        .category h3.type_border {
            padding: 1.5% 0 0;
            color: #b8ac88;
        }
    h3.type_bg {
        font-size: 1.3rem;
        padding: 1.3% 2%;
        margin: 1% 0;
        line-height: 1.5;
        color: #483e21;
        font-weight: normal;
        background: url(images/h_bg_gray.jpg) 0 0 repeat;
    }
@media screen and (max-width: 740px) {
h3 {
  font-size: 1.4rem;
  margin: 20px 0;
}
}
    	
h4 {
    font-size: 1rem;
    padding: 1% 0 0.5% 3%;
    display: block;
    position: relative;
    font-weight: normal;
    color: #564935;
    border-left: 4px solid #c8e5eb;
}
	h4 a {color: #91cfdc;}
  
   .category h4 {
      position: relative;
      padding: .5em .75em;
      border: 1px solid #b3882d;
      color: #bb840f;
      border-radius: 6px;
      border-radius:			6px;
      -moz-border-radius:		6px;
      -webkit-border-radius:	6px;
      background: #f9f3e8;
   }
   .category h4 a {
     color: #bb840f;
   }
       
       
        .category h4::before,
        .category h4::after {
            position: absolute;
            top: 100%;
            left: 30px;
            content: '';
            height: 0;
            width: 0;
            background: none;
            border-radius:			0;
            -moz-border-radius:		0;
            -webkit-border-radius:	0;
            border: 10px solid transparent;
        }
        .category h4::before {
            border-top: 15px solid #b3882d;
        }
        .category h4::after {
            margin-top: -2px;
            border-top: 15px solid #f9f3e8;
        }

   .category-35 h4 { /* QA */
        position: relative;
        padding: .5em .75em;
        border: 1px solid #4090b2;
        color: #4090b2;
        border-radius: 6px;
        border-radius:			6px;
        -moz-border-radius:		6px;
        -webkit-border-radius:	6px;
        background: #fbfbf1;
   }
        .category-35 h4::before,
        .category-35 h4::after {
            position: absolute;
            top: 100%;
            left: 30px;
            content: '';
            height: 0;
            width: 0;
            background: none;
            border-radius:			0;
            -moz-border-radius:		0;
            -webkit-border-radius:	0;
            border: 10px solid transparent;
        }
        .category-35 h4::before {
            border-top: 15px solid #4090b2;
        }
        .category-35 h4::after {
            margin-top: -2px;
            border-top: 15px solid #fbfbf1;
        }


a {
    color: #111;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
	a:hover { color: #717373;}
    a.catt {
    	padding: 5px 0 5px 35px;
        margin: 5px 0 0;
        line-height: 1;
        display: block;
    	color: #07385d;
		background: url(images/arrow1.png) 5px center no-repeat;
    }
        a.catt:hover { color:#ca3c4a; #background: url(images/arrow1.png) 5px center no-repeat;}
    a.moreLink {
        color: #898989;
    	padding: 1%;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        line-height: 1;
        text-decoration: none;
        display: inline-block;
        background: url(images/head_bg02.jpg) 0 0 repeat;
    }
    	a.moreLink:hover { color: #fff; background: url(images/h_bg_001.jpg) 0 0 repeat;}

	a.link {
        display: block;
    }
        a.link:hover img {
            filter:alpha(opacity=78);
            -moz-opacity: 0.78;
            opacity: 0.78;
        }
        a.link_count_img {
            margin: 0 0 3%;
        }
        a.link_count_img + .gazou { /* 画像が連ならない様にする。隣接している要素に適用。*/
            display: none;
        }
  .single .imgBox.link.gazou,
  .imgBox.link.gazou {
    width: 100%;
    margin: 20px 0;
    display: block;
    text-align: center;
    float: none;
  }

/* TOP
-------------------------------------------------------------- */
.home #contents {
  padding: 0;
  margin: 0;
}
.home .bottom_menuBox {
  padding: 0 5%;
  margin: 0 auto;
}
.topBtmContentsBox {
  padding: 0 5%;
  margin: 0 auto;
  text-align: center;
}
.home ul {
  padding: 0 5%;
  margin: 0 auto;
}
.home .gazou {
  padding: 0 5%;
  margin: 0 auto;
}
.topTitleBox {
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: #effcff;
  height: 120px;
}
.TitleMainBox {
  position: absolute;
}
.TitleArrow {
  color: #25aacd;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
}
.TitleArrow:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 0;
  border-bottom: solid 3px #25aacd;
  border-right: solid 3px #25aacd;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.topText {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.step {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
	color: #25aacd;
}

.step::before,
.step::after {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #25aacd;
}

.step::before {
	margin-right: 10px;
}
.step::after {
	margin-left: 10px;
}


.topTitle {
  text-align: center;
  border: none;
  padding-top: 0;
  font-weight: 600;
  color: #25aacd;
  margin: 0;
}
.stepContent {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .stepContent {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 530px) {
  .stepContent {
    margin-top: 20px;
  }
}
/* step1 */
.step1Bg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  background: url(images/topbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
  .step1imgBox {
    max-width: 150px;
  }
  .step1TextBox01 {
    margin-left: 10px;
  }
  .step1Text {
    border: solid 2px #24acd1;
    background-color: #FFF;
    color: #24acd1;
    border-radius: 15px;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1rem;
    margin: 16px 0;
    max-width: 300px;
  }
.step1TextBox02 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  margin-top: 20px;
}
.step1TextGreen {
  color: #00ff33;
  border-bottom: solid 1px;
}
.step1TextGreen:hover {
  text-decoration: none;
}
/* newColumn */
.newColumn-scroll__wrapper {
  display: flex;
  justify-content: center;
}
.newColumn-scroll__item {
  text-align: center;
}
.newColumn-scroll__title {
  font-size: 1.4rem;
  padding-top: 0.8rem;
}
.newColumn-title {
  padding: 0px 0 20px;
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #3f759d;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  background: none;
}
.to-column-index {
  margin-top: 3rem;
}
@media screen and (max-width: 530px) {
  .newColumn-scroll__title {
    font-size: .9rem;
  }
}

/* step2 */
.step2Bg {
  display: flex;
  justify-content: center;
}
.step2Text01 {
  background-color: #f9feff;
  padding: 25px;
  max-width: 480px;
  border-radius: 15px;
  line-height: 1rem;
}
.step2TextBlue {
  font-size: 1.1rem;
  font-weight: bold;
  color: #25aacd;
  margin-top: 10px;
  line-height: 1.6rem;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
}
.step2Text {
  font-weight: 600;
  font-size: 0.8rem;
  margin-top: 10px;
}
.step2img {
  max-width: 300px;
  width: 100%;
}
.step2Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 250px;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background-color: #FFF;
  border: solid 2px #e6da01;
  border-radius: 25px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.step2Btn:hover {
  background-color: #24acd1;
  color: #FFF;
  text-decoration: none;
}
.step2Btn .triangle {
  border-left: 6px solid #e6da01;
}
.step2Btn:hover .triangle {
  border-left: 6px solid #FFF;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 6px solid #25aacd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 10px;
}
@media screen and (max-width: 530px) {
  .step2Text01 {
    text-align: center;
  }
  .step2img {
    display: none;
  }
  .step2Btn {
    margin: 20px auto 0;
  }
  .step2TextBlue {
    font-size: 1rem;
  }
}
/* step3 */
.step3img {
  max-width: 500px;
  margin: auto;
}
.step3Text01Box {
  text-align: center;
}
.step3Text01 {
  font-size: 1.6rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffbd0 0%) repeat scroll 0 0;
}
.beforePurchaseText {
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 10px 0;
}
.step3Text02 {
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  line-height: 1.2rem;
}

.step3Text02::before,
.step3Text02::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3db5d6;
}

.step3Text02::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.step3Text02::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.step3Box .twoImgBox {
  min-width: 0;
  justify-content: center;
}
.step3Box .twoImgBox .imgBox {
  width: inherit;
  margin: 10px;
}
.lensApple-img {
  margin: .5rem 0;
  display: flex;
  justify-content: center;
}

/* 色々スタイル
-------------------------------------------------------------- */
.ste {
    padding: 0.2em 1.2em 1em;
    margin: 1% 0 2%;
    display: block;
    border: 1px dashed #958163;
    border-radius:			6px;
    -moz-border-radius:		6px;
    -webkit-border-radius:	6px;
    display: block;
    background: #fff;
}

.style001 {
    padding: 1em 1.2em;
    margin: 1% 0;
    display: block;
    border: 1px dotted #bfbfbf;
    display: block;
    background: #f9f9f9;
}
a.style001 {
    font-weight: bold;
    color: #68bfd1;
}
a.style002 {
    font-weight: bold;
    color: #68bfd1;
}

.count_reset {
    counter-reset: titleNum;
}
    article h5 {
        font-size: 1.23rem;
        display: block;
        position: relative;
        font-weight: normal;
        color: #564935;
        position: relative;
        padding: 0 0 .5em 2em;
        border-bottom: 1px solid #ccc;
    }
    article h5::before {
        position: absolute;
        top: 4px;
        left: 0;
        counter-increment: titleNum;
        content: counter(titleNum) ;
        width: 28px;
        height: 28px;
        line-height: 28px;
        background-color: #ccc;
        border-radius: 100%;
        color: #fff;
        font-size: .9em;
        text-align: center;
    }

	.fuwa1 {
		animation: tsubu 1.7s ease-in-out infinite alternate;
	}
	.fuwa2 {
		animation: tsubu 1.9s ease-in-out infinite alternate;
	}
	.fuwa3 {
		animation: tsubu 2.1s ease-in-out infinite alternate;
	}
	.fuwa4 {
		animation: tsubu 2.3s ease-in-out infinite alternate;
	}
	.fuwa5 {
		animation: tsubu 2.5s ease-in-out infinite alternate;
	}
	.fuwa6 {
		animation: tsubu 2.7s ease-in-out infinite alternate;
	}
	.fuwa7 {
		animation: tsubu 2.9s ease-in-out infinite alternate;
	}
	.fuwa8 {
		animation: tsubu 3.1s ease-in-out infinite alternate;
	}
	.fuwa9 {
		animation: tsubu 3.3s ease-in-out infinite alternate;
	}
	.fuwa10 {
		animation: tsubu 3.5s ease-in-out infinite alternate;
	}
@keyframes tsubu {
	0% { transform:translateY( 0px); }
100% { transform:translateY( 3px); }
}
.fuwa:hover {
	animation-play-state: paused;
}

/* .socialArea
-------------------------------------------------------------- */
.socialArea {
  display: none;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 15px;
  right: 15px;
}
  .socialArea .item {
    width: 45px;
    height: auto;
    margin: 0 0 0 30px;
  }
@media screen and (max-width: 740px) {
  .socialArea .item {
    width: 35px;
    margin: 0 0 0 10px;
  }
}

/* .afflink タグの中
-------------------------------------------------------------- */
.affiLinkBox a img {
	width: inherit;
}

/* .home
-------------------------------------------------------------- */
.sec01 {
	padding: 50px 0 1px;
  background: #f7f7f7;
  padding-top: 1rem;
}
.sec01 .inner {
}
	.itemWrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec01 .slick-slide {
  	margin: 0 10px;
    height: 600px;
  }
  .sec01Item {
  	outline:none;
  }
    .sec01Item:hover {
    	text-decoration: none;
    }
    .sec01Item .inner {
    	width: 95%;
      /*
    	display: flex;
      */
      align-items: center;
      border: 1px solid #b9dda7;
      background: #fff;
    }
    .sec01Item .linkItem {
    	width: 100%;
      background: #fff;
    }
    .sec01Item .imgBox img {
      /*
    	width: 110px;
    	min-width: 110px;
      */
      max-width: inherit;
      height: inherit;      
      padding: 0;
      line-height: 0;
      border: none;
      background: none;
      margin: 0 auto;
    }
    .sec01Item .textBox {
      display: none;
      padding: 0 20px;
    }
      .sec01Item .t {
        font-weight: 600;
        line-height: 1.3;
      }

.sec01 .affiLinkBox {
  height: 55vw;
  max-height: 635px;
}
.slider {
  opacity: 0;
  transition: opacity .1s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
.sec01 .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.slick-slide {
  margin: 0 15px;
  display: flex;
}
.slick-slide .adBox a {
  width: 100%;
}
.slick-slide .adBox {
  width: 100%;
  height: 385px;
  position: relative;
}
.sec01 .affiLinkBox {
    height: 600px;
    max-height: 700px;
  }
  .slick-slide .adBox .couponCopy {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
  }
.slick-slide .adBox .couponBtn {
  padding: 1.3rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #fff;
  background: #f9cf60;
  box-shadow: 0 5px 0 0 #e1ae25;
  margin: 0 auto;
  border-radius: 15px;
  text-decoration: none;
  max-width: 500px;
  margin-top: 2rem;
  }
  .slick-slide .adBox .couponBtn:active {
    box-shadow: none;
    transform: translateY(5px);
    opacity: 0.8;
}
.slick-slide .adBox a img {
  width: 100%;
  object-fit: contain;
  max-width: 600px;
  margin: 0 auto;
}
.slidebutton {
  display: flex;
  align-items: center;
  margin: 1rem;
}
.slideButtonLink {
  text-decoration: none;
  width: 120px;
  height: 60px;
  color: #fff;
  background: #f9cf60;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .sec01 .slick-slide {
    height: 650px;
  }
  .sec01 .affiLinkBox {
    height: 445px;
  }
  .slick-slide .adBox {
    height: 275px;
  }
  .slick-slide .adBox .couponCopy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .sec01 {
    padding-top: 3rem;
  }
  .sec01 .slick-slide {
    height: 370px;
  }
  .sec01 .affiLinkBox {
    height: 335px;
  }
  .slick-slide .adBox {
    height: 200px;
  }
  .slick-slide .adBox .couponCopy {
    font-size: 1.1rem;
  }
  .slick-slide .adBox .couponBtn {
    font-size: 1.1rem;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 740px) {
}


/* top animation
-------------------------------------------------------------- */
.homeVoice {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 0;
  position: absolute;
  bottom: 120px;
  left: 50%;  
  right: 50%;  
  transform: translate(-50%, 0);
}
.homeVoiceInner {
  width: 90%;
  margin: auto;
}
.homeVoiceBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homeVoiceBox a {
  position: relative;
  display: block;
  margin: 0 10px;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  height: 130px;
  text-decoration: none;
  background: url(images/top2020_0515_kumo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: homeVoiceBox;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}
.homeVoiceBox a:first-child {
  animation-duration: 1.5s;
  animation-delay: 1s;
}
.homeVoiceBox a:last-child {
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.homeVoiceBox a:hover {
  opacity: 0.8;
}
@keyframes homeVoiceBox {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-25px)
    }
}
.cloudCircleBox {
  position: absolute;
  top: -15px;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #0069d6 0%, #85c3f6 100%);
  text-align: center;
  border-radius: 25px;
  color: #FFF;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloudBoxTitle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 600;
  color: #197adc;
  line-height: 0.9rem;
  padding: 5px;
}
@media screen and (max-width: 740px) {
  .homeVoice {
    bottom: 29px;
  }
.homeVoiceBox a {
  min-width: 180px;
  max-width: 180px;
}
}
@media screen and (max-width: 530px) {
  .homeVoice {
    bottom: 15px;
  }
  .homeVoiceInner {
    width: 100%;
  }
  .homeVoice a {
    min-width: 140px;
    max-width: 140px;
    height: 100px;
    font-size: 0.8rem;
  }
}
/* top animationPC */
.PCsize {
    flex-wrap: inherit;
}

/* contentsMazuwa
-------------------------------------------------------------- */
.contentsMazuwa {
  font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
  margin: 20px 0 0;
  letter-spacing: 0rem;
}
.selif {
  min-width: 50%;
  max-width: 700px;
  padding: 15px;
	margin: 15px auto;
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
  background: #fff;  
}
  .selif01 {
    margin-left: 1%;
    color: #7471bd;
    background: #f1e1f3;
  }
  .selif02 {
    margin-left: 15%;
    color: #e28e47;
    background: #ffecb9;
  }
.demo {
  font-size: 1.2rem;
  margin: 3% 0;
	text-align: center;
  color: #a19fce;
}
.contentsMazuwaBtmWrapper {
  padding: 20px 20px 40px;
  background: #fffeec;
}
  .contentsMazuwa .ketsu {
  	width: 100%;
    color: #ed94c8;
    margin: 5% 0 5%;
    font-weight: 800;
    border-bottom: 1px solid #e7c6db;  
  }
  .twoImgBox {
  	min-width: 55%;
    justify-content: space-between;
  }
    .twoImgBox .imgBox {
      width: 49%;
    }
@media screen and (max-width: 1100px) {
.contentsMazuwa {
  font-weight: 800;
  padding: 15px 15px 30px;
}
.contentsMazuwaBtmWrapper {
	flex-wrap: wrap;
}
  .selif {
    width: 90%;
    max-width: inherit;
    font-size: 1rem;
  }
  .demo {
    font-size: 1.2rem;
  }
  .contentsMazuwa .ketsu {
    width: 100%;
    padding: 0 0 20px;
  }
}

/* コンタクトレンズをさがす - */
.findLens__title {
  background: #88c6d3;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.findLens .findLens__lists {
  display: flex;
  flex-wrap: wrap;
  padding: unset;
  margin: 0 auto;
  border-left: 1px solid #c1c1c1;
}
.findLens__lists li {
  width: 33.333%;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.findLens__text {
  position: relative;
  text-align: center;
}
.findLens__text::after {
  content: '\003E';
  width: 10%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 530px) {
  .findLens__title {
    font-size: 1.1rem;
  }
  .findLens__lists li {
    width: 50%;
  }
}

/* contentsAnotherLine
-------------------------------------------------------------- */
.contentsAnotherLine {
  font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
	margin: 5% 0 5%;
}
  .category-6 .contentsAnotherLine {
  	display: none;
  }

.contentsAnotherLine h3 {
  padding: 0px 0 20px;
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #3f759d;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  background: none;
}
.contentsAnotherLine a {
	padding: 15px 0 15px 30px;
  margin: 0 0;
  text-decoration: none;
  line-height: 1.3;
  display: inline-flex;
  border-bottom: 1px dotted #276f95;
  background: url(images/namida_001.png) 0 center no-repeat;
}
.contentsAnotherLine a:nth-child(odd) {
    background: url(images/namida_002.png) 0 center no-repeat;
}
    .contentsAnotherLine a:hover {
        color: #88d3f4;
    }
.contentsAnotherLine .homeBox .main-menu-link:nth-child(odd), .main-menu-link:nth-child(even) {
  background: none;
}
.contentsAnotherLine .homeBox .main-menu-link:nth-child(even) {
  margin: 0 0 0 8px;
}
.contentsAnotherLine .homeBox {
  display: flex;
  justify-content: center;
}
.contentsAnotherLine .homeBox .main-menu-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: none;
  padding: 0;
}
.contentsAnotherLine .homeBox .main-menu-link picture {
  display: flex;
  justify-content: center;
  height: 100%;
}
.contentsAnotherLine .homeBox .main-menu-link picture img {
  width: 100%;
}
.contentsAnotherLine .homeBox .main-menu-link .contentInfo {
  padding: 1rem;
  margin: 0;
  background: #effcff;
  color: #000;
}
.contentsAnotherLine .homeBox .main-menu-link .contentInfo .title {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: left;
  padding: 0;
  margin: 0 0 .5rem 0;
  width: 30vw;
  max-width: 450px;
}
  .contentsAnotherLine a.homeItem {
    width: 48%;
    display: flex;
    align-items: center;
  }
@media screen and (max-width: 740px) {
  .contentsAnotherLine {
    margin: 40px 0;
  }
  .contentsAnotherLine .homeBox {
    flex-direction: column;
  }
  .contentsAnotherLine .homeBox .main-menu-link .contentInfo .title {
    width: 100%;
    max-width: none;
  }
  .contentsAnotherLine h3 {
    font-size: 1rem;
  }
  .contentsAnotherLine a.homeItem {
    width: 100%;
    margin: 0 0 0 10px;
  }
}

.contentsAnotherLine .twoColum {
	flex-wrap: wrap;
  padding: 15px;
  flex-wrap: wrap;
  background: #ecf4f5;
  border-radius: 8px;  
}
  .contentsAnotherLine .twoColum .item {
    width: 50%;
    padding: 10px 15px 10px 30px;
    margin: 0;
    align-items: center;
    border-bottom: none;
    background: url(images/namida_001.png) 0 center no-repeat;
  }
@media screen and (max-width: 740px) {
  .contentsAnotherLine .twoColum .item {
    width: 100%;
  }
}

.contentsAnotherLine.type02 {
}
  .contentsAnotherLine.type02 h3 {
  	color: #e2b43a;
  }

  .contentsAnotherLine.type02 .item {
    width: 100%;
    padding: 0 0 0;
    margin: 0 0;
    text-decoration: none;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    background: none;
    display: flex;
    flex-wrap: nowrap;
  }

/* newsArea
-------------------------------------------------------------- */
.newsArea {
  margin: 50px 0;
}
.newsArea .title {
  font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","hiragino kaku gothic pro","Meiryo","メイリオ", sans-serif;
  padding: 0px 0 20px;
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #3f759d;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  background: none;
}
.newsArea .linkItem .inner {
  font-size: 1rem;
  align-items: center;
}
.newsArea .linkItem .element {
	width: 80px;
	padding: 8px 0px;
  font-size: 0.8rem;
  margin: 0 10px 0 0;
  text-align: center;
  color: #3f759d;
	background: #b5dcec;
}
.newsArea .linkItem:hover {
  text-decoration: none;
}
.newsArea .date {
	margin: 0 0 0 8px;
  margin-left: auto;
}
.newsArea .news_Column {
  display: -webkit-flex;
  width: 100%;
}
@media screen and (max-width: 740px) {
.newsArea .linkItem .inner {
  align-items: flex-start;
}
.newsArea .t {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.newsArea .date {
  font-size: 0.8rem;
  margin: 0 0 0 auto;
}
}


/* category
-------------------------------------------------------------- */
.category .moreLink {
	margin: 2.5% 0;
}

.category .item {
	padding: 10px 0;
  margin: 0 auto 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f4f4;
}
  .category .item a:hover {
    text-decoration: none;
  }
  .category .item .imgBox {
    min-width: 30%;
    max-width: 30%;
  }
  .category .textBox {
    min-width: 70%;
    max-width: 70%;
  }
  .category .textBox .titleBox {
    margin: 0 0 0 15px;
  }
    .category .textBox .titleBox h3 {
      font-size: 1rem;
      font-weight: 600;
      border-bottom: none;
    }
  .category .textBox .gaiyo {
    margin: 0 0 0 15px;
  }
  .category .item .moreBtn {
    width: 68%;
    padding: 0 0 0;
    margin: 10px 0 10px auto;
  }
  .item .moreBtn:hover {
    color: #fff;
  }
.category .categoryItem {
	align-items: center;
  border-bottom: 1px solid #88c6d3;
}
  .category .categoryItem:hover {
    text-decoration: none;
  }
  
  .category .categoryItem img {
    width: 30px;
    min-width: 30px;
  }
  .category .categoryItem .title {
    width: 100%;
    padding: 10px 10px 0;
    margin: 10px 0 5px;
    font-size: 1rem;
  	border: none;
    justify-content: space-between;
  }
  .category .categoryItem .title::after { display: none; }
  .category .categoryItem .title .date {
  }


.category .ste {
    padding: 0.5em 1.5em 1.5em;
    border: none;
    counter-reset: titleNum;
    border-radius:			6px;
    -moz-border-radius:		6px;
    -webkit-border-radius:	6px;
    background: url(images/h_bg_gray.jpg) 0 0 repeat;
}
	.category .ste p.bold_p {
        margin: 2.5% 0;
    	color: #a77e28;
        font-weight: bold;
    }
    .category .ste span.ste_inner {
        padding: 1.5em;
        margin: 1% 0 4%;
        border: 1px dashed #958163;
        border-radius:			6px;
        -moz-border-radius:		6px;
        -webkit-border-radius:	6px;
        display: block;
        background: #fff;
    }

/* QA */
.category .categoryItem.categoryQa {
  padding: 0 10px;
  border-bottom: none;
  border-radius: 8px;
  background: #ecf4f5;
}
.category .categoryItem.categoryQa:nth-child(odd) {
  background: #fff;
}

.category.category-maker.category-60 {
}
/* メーカー */
.category.category-maker.category-60 .cat-item .flex_Box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0;
  width: 50%;
}
.maker-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.maker-list .maker-features {
  width: 70%;
  margin: 1rem 0 1rem 1rem;
}
.productBottom .maker-item {
  flex-direction: column;
  align-items: center;
}
.productBottom .item > .maker-product {
  width: 70% !important;
  min-width: 70%;
  max-width: 70%;
  text-align: center;
}
.productBottom .maker-btn {
  background: #F39800;
  box-shadow: 0 5px 0 0 #ce8408;
  max-width: 500px;
  margin: 0 auto !important;
}
/* ケア用品 */
.category .careItem .textBox .titleBox {
	margin: 0;
}

.category .careItem .textBox .titleBox h3 {
  padding: 12px 12px 0;
	margin: 0;
}
.pcOnly {
  display: block;
}

/* tag
-------------------------------------------------------------- */
.tag .item {
	padding: 10px 0;
  margin: 0 auto 10px;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}
  .tag .item a:hover {
    text-decoration: none;
  }
  .tag .item .imgBox {
    min-width: 30%;
    max-width: 55%;
  }
  .tag .textBox {
    min-width: 70%;
    max-width: 95%;
  }  
  .tag .textBox .titleBox {
    justify-content: center;
  }
    .tag .textBox .titleBox h3 {
      font-size: 1rem;
      font-weight: 600;
      padding: 0;
      border-bottom: none;
    }
  .tag .textBox .imgBox {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .tag .textBox .gaiyo {
    margin: 0 15px;
  }
  .tag .item .moreBtn {
    width: 68%;
    padding: 0 0 0;
  }
    .tag .item .moreBtn:hover {
      color: #fff;
    }
  .tagTitle {
    font-size: 1rem;
    padding: 15px 0;
    font-weight: 600;
    color: #4090b2;
    border-top: 1px dotted #b9dee3;
    border-bottom: 1px dotted #b9dee3;
  }
  
.tag_description {
	display: flex;
}
.tag_description .categoryThumb {
	min-width: 80px;
	max-width: 230px;
  margin: 0 10px 0 0; 
}

@media screen and (max-width: 530px) {
  .tag .textBox .titleBox h3 {
    margin: 0;
  }
  .pcOnly {
    display: none;
  }
}

/* single
-------------------------------------------------------------- */
.single .title {
    padding: 1% 1% 2% 7%;
    margin: 0 0 2%;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: 2px dotted #3f759d;
    background: url(images/h2.png) 0 center no-repeat;
}
.single .title h1 a {
}

.single .title .discription {
    padding: 7px 0 0;
    margin: 0;
    font-size: 0.8em;
    font-weight: normal;
    border: none;
}

.single .contentsBox {
    width: 68%;
    float: left;
}

.single > .imgBox {
  width: 32%;
  text-align: right;
  float: right;
}
    .single .imgBox img {
        margin: 0;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }

article {
  padding: 0;
  margin: 15px;
}

.blo.aff {
	display: block;
}

.single.item .imgBox {
  min-width: 32%;
	float: none;
  margin: 0 10px 0 0;
}
.single .gaiyoBox p {
  margin: 15px 0;
}
.single .gaiyoBox .moreBtn {
  background: #F39800;
  line-height: unset;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 0 0 #ce8408;
}
.single .gaiyoBox .moreBtn:active {
    box-shadow: none;
    transform: translateY(5px);
    opacity: 0.8;
}
.single .gaiyoBox .moreBtn .moreBtnText {
  font-size: .8rem;
}
.single .cat-item a {
  display: flex;
  align-items: center;
}
.single .cat-item a .name {
  font-size: 0.7rem;
}

.single .moreBtn {
  width: auto;
}
.single .affi_bottom {
  margin: 10px 0 20px;
  display: flex;
  color: #ea707c;
  align-items: center;
	justify-content: center;
}
  .blo.aff:hover {
    display: block;
    text-decoration: none;
 }
@media screen and (max-width: 460px) {
  .single .gaiyoBox .moreBtn {
    height: 80px;
  }
}
@media screen and (max-width: 345px) {
  .single .gaiyoBox .moreBtn {
    height: 90px
  }
}
 /* column show slick
-------------------------------------------------------------- */
.slick-slide {
  margin: 0 15px;
  display: flex;
}
.recommendProduct {
    position: relative;
    height: 745px;
  }
  .recommendProduct .slick-slider {
    position: unset;
  }
  .slick-slide {
  margin: 0 15px;
  display: flex;
}
.slider.slick-initialized {
  opacity: 1;
}
.sec01 .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.slick-slide {
  margin: 0 15px;
  display: flex;
}
.columnProduct {
  height: 615px;
  position: relative;
}
.columnProduct a {
  width: 100%;
}
.columnProduct .imgWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.columnProduct .imgContent img {
  max-width: 340px;
  margin: 0 auto;
}
.columnProduct .imgContent img[width="1"] {
  display: none;
}
.columnProduct .imgContent img[height="1"] {
  display: none;
}
.columnProduct .recommendProduct .itemWrapper {
  max-height: 680px;
}
.columnProduct .imgContent {
  border: 1px solid #93ccd8;
  padding: 1rem;
}
.slick-slide .columnProduct .copyContent {
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4970b8;
}
.slick-slide .columnProduct .itemContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.columnProduct .itemLink {
    padding: 1.3rem 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    background: #F39800;
    box-shadow: 0 5px 0 0 #ce8408;
    margin: 0 auto;
    border-radius: 30px;
    text-decoration: none;
    max-width: 500px;
    margin-top: 2rem;
  }
  .recommendProduct .slick-dots {
    bottom: 0;
  }
.slick-slide .columnProduct .itemLink:active {
    box-shadow: none;
    transform: translateY(5px);
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .recommendProduct {
    height: 680px;
  }
  .columnProduct {
    height: 595px;
  }
  .slick-slide .columnProduct .itemLink {
    font-size: 1.4rem;
  }
  .slick-slide .columnProduct .itemContent {
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .recommendProduct {
    height: 590px;
  }
  .columnProduct {
    height: 460px;
  }
  .slick-slide .columnProduct .copyContent {
    font-size: 1.2rem;
  }
  .slick-slide .columnProduct .itemContent {
    font-size: 1rem;
  }
  .slick-slide .columnProduct .itemLink {
    font-size: 1rem;
    padding: .5rem;
    margin-top: .5rem;
  }
}
@media screen and (max-width: 320px) {
  .slick-slide .columnProduct .copyContent {
    font-size: .7rem;
    height: auto;
  }
  .slick-slide .columnProduct .itemContent {
    font-size: .7rem;
  }
  .columnProduct .itemLink {
    border-radius: 15px;
  }
}
/* productBottom 
-------------------------------------------------------------- */
.productBottom h2 {
  padding: 20px 0;
  margin: 20px 0 0;
  font-size: 1.2rem;
}
.productBottom .textBox .titleBox h3 {
  font-size: 1rem;
  padding: 12px 0 12px 0;
  font-weight: 600;
  border-bottom: none;
}
.productBottom .item > .imgBox {
  
}
.productBottom .item .textBox {
  min-width: 70%;
  max-width: 70%;
}
.productBottom .item .tag_list a.catThum {
  min-width: auto !important;
  max-width: auto !important;
  display: inline-block;
	background: none;
}
.productBottom .item .tag_list a.catThum small {
  line-height: 1.3;
  display: inline-block;
}
.productBottom .item .tag_list a.catThum div {
	padding: 5px;
}
.productBottom .item .gaiyo,
.productBottom .item .titleBox {
  margin: 0 0 0 15px;
}
.productBottom .item .moreBtn {
  width: 100%;
  height: auto;
  line-height: 1.3;
  padding: 10px 16px 10px 5px;
}

/* search 
-------------------------------------------------------------- */
.search .item {
	padding: 10px 0;
  margin: 0 auto 10px;
  border-bottom: 1px solid #f4f4f4;
}
  .search .item a:hover {
    text-decoration: none;
  }
  .search .textBox .titleBox {
    margin: 0 0 0 15px;
  }
    .search .textBox .titleBox h3 {
      font-size: 1.3rem;
      padding: 0;
      font-weight: 600;
      border-bottom: none;
    }
  .search .textBox .gaiyo {
    margin: 0 0 0 15px;
  }
.excerpt-more {
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0;
  font-size: 0.7rem;
  margin: 0;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #ffc019;
}
.excerpt-more:hover {
  color: #fff;
  text-decoration: none;
}

/* form
-------------------------------------------------------------- */
.wpcf7-form {margin: 30px 0;
}

input, select, textarea {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
input[type="text"],
textarea,
input[type="email"] {
  font-family: "Yu Gothic", YuGothic, "メイリオ", "meiryo", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 500;
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.3;
  padding: 5px;
  margin: 10px auto;
  border: 1px solid #b9dee3;
}
input[type="submit"] {
  color: #458e9d;
  padding: 15px 20px;
  font-size: 1.2rem;
  text-align: center;
  border: none;
  letter-spacing: 0.05em;
  background: #b9dee3;
}

/* bottom_menuBox
-------------------------------------------------------------- */
.bottom_menuBox {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bottom_menuBox .bottom_menu {
  width: 32%;
  padding: 0.5%;
  margin: 0 0 1%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  border-radius:			8px;
  -moz-border-radius:		8px;
  -webkit-border-radius:	8px;
  background: url(images/h_bg.jpg) 0 0 repeat;
}
.bottom_menuBox .thumnail-img {
  display: none;
}
@media screen and (max-width: 740px) {
.bottom_menuBox .bottom_menu {
  width: 48%;
}
}
@media screen and (max-width: 530px) {
.bottom_menuBox .bottom_menu {
  width: 100%;
}
}

/* bottom_nav
-------------------------------------------------------------- */
#bottom_nav li {
	margin: 1% 0;
	padding: 0;
	display: inline-block;
	border: none;
	list-style: none;
}

#bottom_nav li a {
	margin: 0;
	padding: 10px 3px 10px 20px;
    line-height: 1;
    font-size: 0.75rem;
	text-decoration:none;
    font-weight: bold;
	display: block;
	background: url(images/arrow_002.png) 5px center no-repeat;
}


/* copy
-------------------------------------------------------------- */
.copy {
  padding: 1% 0;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  color: #808080;
  background: #f9f8f4;
}
.copy a {color: #808080;}

/* goToTop
-------------------------------------------------------------- */
.goToTop {
  z-index: 1;
	padding: 15px 15px;
	margin: 0;
  position: absolute;
  right: 10px;
  background: #f9cf60;
}
.goToTop a{
	font-size: 0.8rem;
	font-weight: bold;
  color: #fff;
  text-decoration: none;  
}

/* align
-------------------------------------------------------------- */
.alignnone {
    width: 100%;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

img.alignright {
	max-width: 30%;
    margin: 5px 0 5px 10px;
}
img.alignleft {
	max-width: 30%;
    margin: 5px 10px 5px 0;
}


/* previous-next
-------------------------------------------------------------- */
.previous-next {
	padding: 3% 0 2%;
    line-height: 1.3;
    font-size: 0.8rem;
    letter-spacing: 0;
    border-top: #cfcfcf 1px dotted;
}
	.previous-next a {
    	display: inline-block;
    }
    .previous-next .previous {
        width: 49%;
        float: left;
    }
    .previous-next .next {
        width: 49%;
        text-align: right;
        float: right;
    }

/* page_navi
-------------------------------------------------------------- */
.page_navi {
  padding: 3% 0;
  margin: 0 0 1%;
  line-height: 1;
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 1rem;
  border-bottom: #d2d2d2 2px solid;
  color: #88c6d3;
}
	.page_navi span.page-numbers {
    padding: 10px 10px;
    margin: 0 8px 8px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
    padding: 10px 10px;
    margin: 0 8px 8px 0;
		display: inline-block;
		color: #fff;
		background: #8c8f8b;
	}
        .page_navi a.page-numbers:hover {
            background: #e9e7e0;
            color: #565353;
            text-decoration: none;
        }
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #565353;
		font-weight: bold;
	}
    .page_navi a.prev, .page_navi a.next{
      min-width: 80px;
      background: #88c6d3;
    }
    
/* 追記
-------------------------------------------------------------- */
table.data td {
    border: #579ba9 1px solid;
    padding:8px;
}

table.data th {
    border: #afd3da 1px solid;
    padding: 8px;
    background: #cee9ef;
}
.time_info {
  text-align: right;
  margin-top: -1.5rem;
}
.authorBox {
  border: solid 1px #cfcfcf;
  padding: 15px;
  margin-top: 1rem;
}
.author {
  display: flex;
  margin-top: 10px;
}
.authorImg {
  max-width: 100px;
  width: 100%;
}
.authorBold {
  font-weight: 600;
}
.authorTitle {
  font-weight: 600;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
.authorText {
  margin-left: 10px;
  line-height: 1.2rem;
}

/* categoryBtn
-------------------------------------------------------------- */
.tab-group {
  display: flex;
  justify-content: center;
}
.tab {
    list-style: none;
    padding: 0 .5rem;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #93cdd9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #93cdd9;
}
.tab-0 {
  display: none;
}
.tab a:hover {
  text-decoration: none;
}
.tab p {
    font-size: 1rem;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.content-group {
    height:100%;
    border-top:none;
}

.content {
    display:none;
    margin: 1rem;
}

.tab.is-active{
    background: #fff;
    transition: all 0.2s ease-out;
}
.tab.is-active p {
  color: #93cdd9;
}

.content.is-show{
    display: grid;
    margin: 0 auto;
}
.categoryItem {
  display: flex;
}
.panel-group .categoryItem .title {
  width: 100%;
}
.columnCategory {
  color: #3fb5d4;
  border: 1px solid #3fb5d4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  text-align: center;
}
.category .categoryItem .imgBox .teardrop {
  width: 15px;
  min-width: unset;
}
.columnCategory.cat-qa {
  width: 190px;
}

@media screen and (max-width: 768px) {
  .tab-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tab {
    margin-left: 0;
    margin-right: 0;
  }
  .tab p{
    font-size: .7rem;
  }
  .panel-group .categoryItem .columnCategory {
    font-size: .5rem;
  }
  .tab-qa {
    width: 25%;
  }
}

/* column pagenation
-------------------------------------------------------------- */
.content .m-pagenation {
  display: flex;
}
.content .m-pagenation .m-pagenation__result {
  background: #80c1cb;
  color: #fff;
}
.content .m-pagenation .m-pagenation__prev {

}
.content .m-pagenation .m-pagenation__body {
  display: flex;
}

/* 用語集
---------------------------------------- */
.glossary {
    padding: 30px 0;
    background: #f4f4f4;
}
.glossary__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.glossary__list {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  background-color: #FFF;
  border: solid 2px;
  padding: 20px;
  margin: 0 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.glossary__wrapper .glossary__list .icon-keyboard_arrow_up {
    background-color: #3f759d;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glossary__wrapper .glossary__list .icon-keyboard_arrow_up:before {
    content: "\02C5";
    color: #fff;
}
.parlanceTransition {
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.glossary .glossaryInner {
    max-width: 1000px;
    margin: 0 auto;
}
.glossary__container-inner {
  margin-top: 2rem;
}
.glossary__item {
    <!-- margin-bottom: 60px; -->
    padding: 20px;
}
.parlancesubBox {
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.glossary__title {
    padding: 1px 8px;
    color: #494949;
    background: transparent;
    border-left: solid 5px #a5d2dc;
    text-align: inherit;
    font-weight: 600;
    margin-top: 2rem;
}
.parlancebtn {
    font-weight: 600;
}
.parlanceExplanation {
    font-size: 0.8rem;
}

/* 表 ---------------------- */
.table-tile {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

.table-tile tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.table-tile th,
.table-tile td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.table-tile th {
  font-size: .85em;
  background: #167F92;
}
.table-tile thead tr{
  color:#fff;
}
.table-tile tbody th {
    background: #78bbc7;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
.non{
  background:#fff
}
@media screen and (max-width: 600px) {
  .table-tile {
    border: 0;
    width:100%
  }
  .table-tile th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .table-tile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-tile tr {
    display: block;
    margin-bottom: .625em;
  }
  .table-tile td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .table-tile td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  .table-tile td:last-child {
    border-bottom: 0;
  }
  .table-tile tbody th {
    color: #fff;
}

@media screen and (max-width: 530px) {
  .table-tile .long {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem .5rem;
    text-align: center;
  }
  .table-tile .long::before {
    position: unset;
    left: unset;
  }
}

}
/* スペック表 ---------------------- */
.tableType1 {
  max-width: 700px;
  margin: 0 auto;
}
.tableType1 th {
  background: #78bbc7;
  color: #fff;
  border: 1px solid #fff;
}
.tableType1 th:nth-of-type(1) {
  border-top: 1px solid #78bbc7;
}
.tableType1 th:nth-of-type(6) {
  border-bottom: 1px solid #78bbc7;
}
.tableType1 td {
  padding: 1em 10px 1em 1em;
  background: #fff;
  border: 1px solid #78bbc7;
}

/* コンタクトデビューする方へ ---------------------- */
.columnItem {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 10px 0;
  font-size: 1rem;
  border: none;
}
.itemInfo {
  display: flex;
  align-items: center;
}
.itemInfo .categoryName {
  color: #3fb5d4;
  border: 1px solid #3fb5d4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .1rem;
  margin-left: 1rem;
}
.category .columnItem .debutTitle {
  width: 100%;
  font-weight: normal;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  border-bottom: unset;
  font-size: 1rem;
  margin-top: .5rem;
}

/* コラム記事中イラスト ---------------------- */
.column-illustSize {
  width: 60%;
  margin: 0 auto;
}
.column-illustSize a {
  width: 100%;
}

/* コラム記事中口コミ枠 ---------------------- */
article .goodReview, article .badReview {
  padding: 0.5em 1em;
  margin: 2em 0;
}
article .goodReview {
  border: double 5px #fb7415;
}
article .badReview {
  border: double 5px #4970b8;
}

/* はじめての方へ ---------------------- */
.begginer-banner {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}

.begginer-banner .banner-item {
  padding: 2rem;
  text-align: center;
  border: 5px solid #b9dee3;
}
.begginer-banner a {
  text-decoration: none;
}
.begginer-banner .banner-btn {
  margin-top: 1rem;
  padding: .5rem 1rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  background: #78bbc7;
  color: #fff;
  border-radius: 5px;
}

.begginer-banner .banner-btn:active {
  box-shadow: none;
  opacity: 0.8;
}

@media screen and (max-width: 530px) {
  .begginer-banner {
    flex-direction: column;
  }
  .begginer-banner .banner-item {
    margin-bottom: 1rem;
  }
}

/* 関連コラム ---------------------- */
.relatedColumn__headline {
  padding: 0px 0 20px;
  margin: 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #3f759d;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
  background: none;
}
.relatedColumn__title {
  font-size: 1.1rem;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: unset;
}
.relatedColumn_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relatedColumn__link {
  width: 48%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  margin: .3rem 0;
  box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 40%);
  text-decoration: none;
}

/* 商品購入ボタンテンプレート ---------------------- */
.p_wAreaItemTitle {
  border: none;
  font-weight: 600;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 20px 0 5px;
}
.p_wItem {
  margin: 20px 0;
}
.product-wrapper {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-wrapper a {
  display: inline-block;
}
.product-wrapper h4 {
  border: none;
  font-weight: 600;
}
  .itemBox {
    display: flex;
    flex-wrap: wrap;
  }
  .itemBox .itemBox01 {
    margin: 0 auto;
    max-width: 450px;
  }
  .itemBox .itemBox01 a {
    display: inline-block;
    line-height: 0;
  }
  .itemBox .price_t {
    font-size: 0.7rem;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
  }
  .itemBox .price_c {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    color: #e10000;
  }
  .itemBox .itemBox02 {
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
.product-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0;
  text-align: center;
  color: #fff;
  background: #25a2b3;
  padding: 1rem;
}
.button-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 8px;
  text-align: center;
}
  .button-link__orange {
    border-bottom: 3px solid #ce8408;
    width: 100%;
    max-width: 100%;
    padding: 0.3rem;
    display: inline-block;
    color: #fff;
    text-decoration: unset;
    text-align: center;
    font-weight: bold;
    border-radius: 12px;
    background: #f39800;
  }
  .button-wrapper .button-link__orange:hover {
    opacity: .7;
    color: #fff;
  }
  .button-link__orange:active {
    margin-top: 3px;
    border-bottom: 2px solid #ce8408;
  }
.spOnly {
  display: none;
}

@media screen and (max-width: 530px) {
  .relatedColumn__headline {
    padding: 0 0 0;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .relatedColumn__title {
    font-size: .7rem;
  }
  .product-name {
    font-size: 1.1rem;
  }
  .spOnly {
    display: block;
  }
}
/*コンタクトレンズをさがす---------------------- */
.find-lens__item-content {
  display: flex;
}
.find-lens__item-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.find-lens__item-title {
  color: #3f759d;
  font-size: 1.2rem;
}
.find-lens__item-desc {
  max-width: 400px;
  width: 80%;
}
.find-lens__item-img {
  display: flex;
  justify-content: center;
}
.find-lens__item-content.item-around {
  justify-content: space-around;
}
@media screen and (max-width: 530px) {
  .find-lens__item-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) {
  .tab-group {
    justify-content: space-around;
  }
  .tab {
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }
  .tab-1, .tab-2, .tab-3 {
    margin-bottom: 8px;
  }
  .tab-qa-3 {
    margin-bottom: 0;
  }
  .panel-group .categoryItem .text {
    font-size: .7rem;
  }
  .panel-group .categoryItem .columnCategory {
    width: 90px;
  }
  .tab-group-qa {
    justify-content: space-between;
  }
  .tab-group-qa .tab-qa {
    width: 49%;
  }
}
@media screen and (max-width: 339px) {
  .panel-group .categoryItem .text {
    font-size: .6rem;
  }
  .panel-group .categoryItem .columnCategory {
    width: 95px;
  }
  .tab-1, .tab-2, .tab-3, .tab-4 {
    margin-bottom: 5px;
  }
}
.flex_column {
  width: 80%;
}
.time-data {
  display: flex;
  margin-left: .7rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
}
.published_date, .modified_date {
  display: flex;
}
.modified_date {
  margin-left: .7rem;
}
.flex_column .time-data picture {
  display: flex;
  align-items: center;
  margin-right: .4rem;
}
.flex_column .time-data .post-date {
  width: 15px;
  min-width: 15px;
}
@media screen and (max-width: 414px) {
  .time-data {
    font-size: .6rem;
  }
}