/*共通設定*/
body {
    height: 10rem;
    box-sizing: border-box;
font-family: 'Noto Sans JP', sans-serif;
font-feature-settings: "palt";
    font-size: 13px;
    color: #484848;
	background-image:url("img/header-BG.jpg");
	background-repeat: no-repeat;
    background-position: top center;
}
b{
    font-weight: bold;
}
.testbg{
    background-color: #FFF988 !important;
}

#wrap{
    padding: 10px;
}

h1{
    font-size: 20px;
    color: #1B85D3;
    text-shadow: 0 1px 0 #dce6f8, 0 1px 0 #dce6f8, 0 4px 10px rgba(0, 0, 0, .2);
}

h2{
    font-size: 60px;
    color: #1B85D3;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 20px;
    text-shadow: 0 3px 0 #dce6f8, 0 3px 0 #dce6f8, 0 4px 10px rgba(0, 0, 0, .2);
}

h3{
    font-size: 20px;
    font-weight: 300;
}
h4{
    font-size: 1.4rem;
}


h4.title {
    font-weight: normal;
  padding: 0.5rem 0.5rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}

p{
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 0 10px 0;
    font-weight: 300;
}

footer {
    padding-top: 20px;
}

footer h4 {
    padding: 0 0 0 18px;
    margin-bottom: 3px;
}

footer h5 {
    text-align: center;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    color: #707070;
}

footer small {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #707070;
}

footer p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.txt-red{
    color: #ff4500;
}
a:link, :visited{
    text-decoration: underline dotted;
    color: #1B85D3FF;
}

/*--------------------
 TOPページの要点見出し
--------------------*/
.h4_point {
  position: relative;
  padding: 1rem 0rem;
}

.h4_point:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.h4_point span{
    font-weight: normal;
}
/*--------------------
 TOPページの要点見出し　ここまで
--------------------*/
.news_box{
    background-color: #fffbfc;
    margin-bottom: 30px;
}

.news{
    list-style-type: none;
    margin-bottom: 50px;
}

.news li{
    border-top: 1px solid #707070;
    padding: 10px 10px;
    line-height: 1.3;
    font-weight: 300;
}

.news li .day{
    font-size: 0.7em;
    font-weight: bold;
}

.index_h3{
    font-weight: bold;
    font-size: 24px;
}

.footerNav ul{
    list-style-type: none;
    margin-bottom: 30px;
    width: 100%;
}

.footerNav ul li a{
    display: block;
    padding: 15px 20px 15px 35px;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    background: #F0F0F0;
    border-top:1px solid #707070;
    text-decoration: none;
}

/*.footerNav ul li a::last-child{
    display: block;
    padding: 15px  20px;
    background: #F0F0F0;
    border-bottom:1px solid #707070;
}
*/
.footerNav ul li{
   position: relative;
  }
.footerNav ul li:before {
   content: "";
   position: absolute;
   top: 1.9em;
   left: 22px;
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background-color: #707070;
  }
.footer_txt1{
    line-height: 1.5em;
}
 
/*PC*/
.h3_title{
    font-weight: 300;
    font-size: 40px;
    border-bottom: 3px solid #1B85D3;
    color: #1B85D3;
    margin: 0 0 15px 0;
}

/*PC購入方法*/
.target h3{
    font-size: 20px;
}

.target .point{
    background: #ffefef;
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em;
    border-radius: 10px;
}

.PDFarea{
  padding: 0.5rem 1rem;
  border-top: 2px dashed #1B85D3;
  border-bottom: 2px dashed #1B85D3;
  background-color: #f4f4f4;
  mix-blend-mode: multiply;
}
  
.PDFarea__head{
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

.br_red{
    border-color:#ff4500;
}
.h3_title_shopcontact{
    font-weight: 300;
    font-size: 26px;
    border-bottom: 3px solid #1B85D3;
    color: #1B85D3;
    margin: 20px 0 15px 0;
    
}

.company_name_head{
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px;
    padding: 0;
}

.company_name{
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0;
}

.company_tel_head{
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px;
    padding: 0;
}

.company_tel{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
    padding: 0;
}

.company_mail_head{
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px;
    padding: 0;
}

.company_mail{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
    padding: 0;
}

.company-time{
    margin-bottom: 0;
}

.support{
    margin-bottom: 20px;
}

/*a[href$=".pdf"]::before {
    padding-right: 10px;
    display: inline-block;
    content: url("img/icon-pdf@2x.png");
    vertical-align: middle;
}
*/

.fRed{
    font-size: 20px;
    color: #eb5440;

}

/*ボタンデザイン*/
.btn,
a.btn,
button.btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1em 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-c {
    font-size: 24px;
    position: relative;
    color: #fff;
    background: #1B85D3;
    -webkit-box-shadow: 0 5px 0 #0F5F9A;
    box-shadow: 0 5px 0 #0F5F9A;
    margin-bottom: 20px;
    width: 100%;
}

a.btn-c span {
    font-size:1.5rem;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    width: 100%;
    padding: 0.3rem 0.5rem;
    color: #fff;
    margin-bottom: 15px;
}

a.btn-c strong {
    font-size:16px;
    display: inline-block;
    width: 100%;
    padding: 0.2rem 0.5rem;

    color: #fff;
}


a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);

    color: #fff;
    background: #0E5990;
    -webkit-box-shadow: 0 2px 0 #073E67;
    box-shadow: 0 2px 0 #073E67;
}

a.btn-c:hover:before {
    left: 2rem;
}


.btnCenter{
    text-align: center;
}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 70%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #27acd9;
	background: #fff;
}



/*--------------------
 詳細の囲み
--------------------*/
.kakomi{
padding: 10px;
background-color:#F2F6F9;
border-radius: 5px;
color: #3a73ac;
}

/*--------------------
 オリジナルのフレーム
--------------------*/
.frame {
 width: 100%;
 margin: 30px auto 20px;
 padding: 15px 20px;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 10px;
 background-color: #ffefef;
}
.frame-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.frame-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 3px;
}
.frame-red {
 border-color: #ff4500;
}

/*--------------------
 オリジナルのフレーム（販売店）
--------------------*/
.frame-shop {
 width: 100%;
 margin: 30px auto 20px;
 padding: 15px 20px 0px 20px;
 border: 3px solid #1B85D3;
 position: relative;
 border-radius: 10px;
 background-color: #F3FBFF;
}
.frame-title-shop {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.frame-title-shop .fa {
 margin-right: 5px;
}
.caution-shop {
 background-color: #1B85D3;
 border: 2px solid #1B85D3;
 color: #fff;
 border-radius: 3px;
}
.frame-blue {
 border-color: #1B85D3;
}


@media screen and (min-width:768px){
    body{
        width: 640px;
        margin: 0 auto;
    }

}

/*--------------------
 社名リストの吹き出し
--------------------*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #1B85D3;
  border-radius: 10px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1B85D3;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  color: #FFF ;
}

.balloon1-red {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #ff4500;
  border-radius: 10px;
}

.balloon1-red:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff4500;
}

.balloon1-red p {
  margin: 0;
  padding: 0;
  color: #FFF ;
}



/*--------------------
 要点の赤いスペース
--------------------*/
.point-box {
    background-color: #FF1044;
    border-radius: 20px;
    padding: 20px;
}
.point-box h4{
    color: #FFF !important;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.point-box p{
    color: #FFF !important;
}
.point-box2 {
    background-color: #5723ff;
    border-radius: 20px;
    padding: 20px;
}
.point-box2 h4{
    color: #FFF !important;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.point-box2 p{
    color: #FFF !important;
}

/*--------------------
 要点のオレンジスペースとボタン
--------------------*/
.point-box-orange {
    background-color: #ff5619;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}
.point-box-orange h4{
    color: #FFF !important;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.point-box-orange p{
    color: #FFF !important;
}

a.btn--orange {
  color: #fff;
  background-color: #FF1044;
  border-bottom: 5px solid #9f000c;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #9f000c;
  border-bottom: 2px solid #9f000c;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


/*--------------------
 テキストリンク
--------------------*/
.cp_link {
	display: inline-block;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #F4511E;
}
.cp_link:hover {
	transform: scale(1.05);
}

/*--------------------
 リストのスタイル
--------------------*/
.listsytle ul, ol {
  background: #FFFDE7;/*灰色に*/
  border-radius :8px;
  /*box-shadow :0px 0px 5px silver;*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.listsytle ul li, ol li {
  line-height: 1.5;
  padding: 0.2em 0;
  font-weight: bold;
}

/*--------------------
 ボタン　ミニマム
--------------------*/
.btn--green,
a.btn--green {
  color: #fff;
  background-color: #00B574;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #009a63;
}

a.btn--radius {
   border-radius: 100vh;
}