@charset "utf-8";
/* CSS Document */
.anchor-target {
  display: block;
  position: relative;
  /* ここを「実際のヘッダーの高さ」に合わせて調整！まずは 150px くらいで試して！ */
  top: -100px; 
  visibility: hidden;
}
.main{
	max-width:1000px;
}
.main img{
	display:block;
	max-width:100%;
	object-dt:contain;}
h2 {
  overflow: hidden;
  text-align: center;
}
h2 span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  margin-bottom: 10px;
}
h2 span:before,
h2 span:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}
 h2 span:before {
  right: 100%;
}
 
h2 span:after {
  left: 100%;
}
.head1 {
  font-weight: bold;
  color: #00003e;
  font-size: 22px;
}
.head3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.head4 {
  font-weight: bold;
  font-size: 16px;
  color: #00003e;
  margin-bottom: 10px;
}
.head5 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
.frame1 {
  padding: 10px;
  margin-bottom: 50px;
  border: 1px solid #333333;
  font-weight: normal;
  background-color: #3adb76;
}
.name1 {
  text-align: right;
  margin-top: 10px;
}
.price1 {
  font-size: 22px;
  font-family: serif;
  margin-top: 30px;
}
/* スマホだけ改行 */
.br-sp {
  display: none;
}
.point{
color:#b22222;
}

.title_h3{
 padding: .25em 0 .10em .5em;
 margin: 20px 0px 20px 0px;
 border-bottom: 6px solid #186aa9;
}

.title_h4 {
 padding: 0 0 0 .7em;
 border-left: 7px solid #000;
 font-size: 21px;
 /*font-family: serif;*/
}
.title_h5 {
 padding: 0 0 0 .7em;
 border-left: 7px double #000;
 font-size: 21px;
 font-family: serif;
}
.list{
 border-bottom: 1px dotted #5aa7de;
 padding: .25em 0 .1em 0;
}
.section{
	margin:10px auto 30px;
}
.list a{
	color:#224A85;
	}
.p {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.p:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.p span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.contents {
     width: 100%;
     max-width: 800px;
     margin: auto;
 }
 .contents img {
     width: 100%;
     border-radius: 7px;
 }
 .text-center {
     text-align: top;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 50%;
     margin: 0px 2px 0px 0px;
 }
 .box2 {
     width: 45%;
     margin: 10px 0px 0px 10px;
 }


.head1 {
  font-weight: bold;
  color: #00003e;
  font-size: 22px;
}
.head2 {
  color: #00003e;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.price1 {
    font-size: 22px;
}
.w_set {
    width: 49%;
}
.product_name {
    font-size: 12px;
    margin-top: -10px;
    line-height: 20px;
}
.frame1 {
    padding: 10px;
    margin-bottom: 50px;
    border: 1px solid #333333;
    font-weight: normal;
    background-color: #3adb76;
}
.caption_pc {
    display: none;
}
.spr{padding: 0; margin: 0 15px 0 0;}
.spl{padding: 0; margin: 0 0 0 15px;}
.sitei{
 padding: 0 1px 0 1px; margin: 0;}
.boxset {
 display: inline-block;
 margin-right: 0px;
}
.center{text-align: center;}
.w_set{width: 24%; }
.w_set2{width: 40%; }
.caption{
	display:inline-block;
	font-size:90%;
	font-weight:800;
	padding:5px 0 3px 0; 
}
.img_main{
	object-fit:contain;
	margin:16px 0;
	}
span.red{
	color:#FF0000;
}
.item-list{
	padding:10px 0;
}
 @media screen and (max-width: 767px) {
     .flexbox {
         display: block;
     }
     .flexbox .box1 {
         width: 100%;
         margin: 0 auto;
     }
     .flexbox .box2 {
         width: 100%;
         margin: 0 auto;
     }
 }
@media only screen and (max-width: 750px) {
.w_set{width: 45%;}

.w_set2{width: 50%; }

.sitei{padding: 0 1px 5px 1px; margin: 0;}

.blue{font-weight: bold; color: #0073a8;}

.orange{font-weight: bold; color: #ee7800;}

.green{font-weight: bold; color: #387d39;}
}