@charset "utf-8";
/* CSS Document */

/*-----font-family-----*/
html{font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.min{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;}
body{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

/* -----テキスト----- */
.fwb{font-weight: bold!important;}
.fwn{font-weight: normal!important;}
.sup{vertical-align:super; font-weight: inherit; font-size: 60%; color: inherit; text-decoration: inherit;}
.indent1 { text-indent: -1em; padding-left: 1em; }
.dip_inl{display: inline;}
.dip_inb{display: inline-block;}
.dip_block{display: block;}

/*pc */
@media print, screen and (min-width: 768px){
.txtL,.txtLPc{text-align: left;}
.txtC,.txtCPc{text-align: center;}
.txtR,.txtRPc{text-align: right;}

.fsXXXLPc {font-size: 30px; line-height: 1.4;}
.fsXXLPc {font-size: 26px; line-height: 1.4;}
.fsXL,.fsXLPc {font-size: 22px;}
.fsLL,.fsLLPc {font-size: 20px;}
.fsL,.fsLPc {font-size: 1.8rem;}
.fsM,.fsMPc {font-size: 1.4rem;}
.fsS,.fsSPc {font-size: 1.3rem;}
.fsXS,.fsXSPc {font-size: 1.1rem;}

.fs26,.fs26Pc {font-size: 2.6rem!important; line-height: 1.4!important;}
.fs24,.fs24Pc {font-size: 2.4rem!important;}
.fs22,.fs22Pc {font-size: 2.2rem!important;}
.fs20,.fs20Pc {font-size: 2.0rem!important;}
.fs18,.fs18Pc {font-size: 1.8rem!important;}
.fs16,.fs16Pc {font-size: 1.6rem!important;}
.fs15,.fs15Pc {font-size: 1.5rem!important;}
.fs14,.fs14Pc {font-size: 1.4rem!important;}
.fs13,.fs13Pc {font-size: 1.3rem!important;}
.fs12,.fs12Pc {font-size: 1.2rem!important;}

.vaM,.vaMPc{vertical-align: middle;}

.lh12,.lh12Pc{line-height: 1.2!important;}
.lh14,.lh14Pc{line-height: 1.4!important;}
.lh16,.lh16Pc{line-height: 1.6!important;}
.lh18,.lh18Pc{line-height: 1.8!important;}
.lh2,.lh2Pc{line-height: 2.0!important;}
}

/*sp*/
@media only screen and (max-width: 767px){
.txtL,.txtLSp{text-align: left;}
.txtC,.txtCSp{text-align: center;}
.txtR,.txtRSp{text-align: right;}
.fsXXL,.fsXXLSp {font-size: 22px; line-height: 1.4em;}
.fsLL,.fsLLSp {font-size: 20px; line-height: 1.4em;}
.fsXL,.fsXLSp {font-size: 20px; line-height: 1.4em;}
.fsL,.fsLSp {font-size: 18px; line-height: 1.4em;}
.fsM,.fsMSp {font-size: 15px;}
.fsS,.fsSSp {font-size: 14px;}
.fsXS,.fsXSSp {font-size: 12px;}

.fs28,.fs28Sp {font-size: 2.4rem!important; line-height: 1.4!important;}
.fs26,.fs26Sp {font-size: 2.2rem!important; line-height: 1.4!important;}
.fs24,.fs24Sp {font-size: 2.1rem!important;}
.fs22,.fs22Sp {font-size: 2.0rem!important;}
.fs20,.fs20Sp {font-size: 1.8rem!important;}
.fs18,.fs18Sp {font-size: 1.7rem!important;}
.fs16,.fs16Sp {font-size: 1.6rem!important;}
.fs15,.fs15Pc {font-size: 1.5rem!important;}
.fs14,.fs14Sp {font-size: 1.4rem!important;}
.fs13,.fs13Sp {font-size: 1.3rem!important;}
.fs12,.fs12Sp {font-size: 1.2rem!important;}

.vaM,.vaMSp{vertical-align: middle;}

.lh12,.lh12Sp{line-height: 1.2!important;}
.lh16,.lh16Sp{line-height: 1.6!important;}
.lh14,.lh14Sp{line-height: 1.4!important;}
.lh18,.lh18Sp{line-height: 1.8!important;}
.lh2,.lh2Sp{line-height: 2.0!important;}
}

/* -----画像----- */
img {image-rendering: -webkit-optimize-contrast;}/* Google chrome image rendering */
/*pc */
@media print, screen and (min-width: 768px){
.autoImg {width: auto;height: auto;}
.autoImg.fullPc {width: auto;max-width: 100%;height: auto;display: table;margin: 0 auto;}
.autoImg.lgPc {width: 80%;margin: 0 auto;display: block;}
.autoImg.mdPc {width: 50%;margin: 0 auto;display: block;}
.autoImg.smPc {width: 30%;margin: 0 auto;display: block;}
}
/*sp*/
@media only screen and (max-width: 767px){
Img {width: 100%;height: auto;}
.autoImgSp {width: 100%;height: auto;}
.autoImg.fullSp {width: auto;max-width: 100%;height: auto;display: table;margin: 0 auto;}
.autoImg.lgSp {width: 80%;margin: 0 auto;display: block;}
.autoImg.mdSp , .autoImgSp.mdSp {width: 50%;margin: 0 auto;display: block;}
.autoImg.smSp {width: 30%;margin: 0 auto;display: block;}
}

/* -----幅----- */
.fullauto {
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
}

/* PC */
@media print, screen and (min-width:768px){
.w1000Pc{width: 1000px; margin-left:auto; margin-right: auto;}
.w920Pc{width: 920px; margin-left:auto; margin-right: auto;} /*固定ページコンテンツサイズ使用*/
.w860Pc{width: 860px; margin-left:auto; margin-right: auto;} /*トップページ使用*/
.w800Pc{width: 800px; margin-left:auto; margin-right: auto;} /*固定ページコンテンツサイズ使用*/
.w700Pc{width: 700px; margin-left:auto; margin-right: auto;}/*基本情報保護で使用*/
.w680Pc{width: 680px; margin-left:auto; margin-right: auto;} /*トップページ使用*/
.w60Pc{width: 60%; margin-left:auto; margin-right: auto;}
}
 /* SP */
@media screen and (max-width:767px){
.w100Sp{width: 100%; margin-left:auto; margin-right: auto;}
.w95Sp{width: 95%; margin-left:auto; margin-right: auto;}
.w90Sp{width: 90%; margin-left:auto; margin-right: auto;}
.w80Sp{width: 80%; margin-left:auto; margin-right: auto;}
.w60Sp{width: 60%; margin-left:auto; margin-right: auto;}
.w50Sp{width: 50%; margin-left:auto; margin-right: auto;}
}


/* -----margin / padding----- */
/*pc*/
@media print, only screen and (min-width: 768px){
.m0{margin: 0px !important;}
/*.mtXS,.mtXSPc {margin-top: 5px !important;}
.mtS,.mtSPc {margin-top: 10px !important;}
.mtM,.mtMPc {margin-top: 20px !important;}
.mtL,.mtLPc {margin-top: 40px !important;}
.mtXL,.mtXLPc {margin-top: 80px !important;}
.mtXXL,.mtXXLPc {margin-top: 120px !important;;}
.mbS,.mbSPc {margin-bottom: 10px !important;}*/

.mt10,.mt10Pc {margin-top: 10px !important;}
.mt20,.mt20Pc {margin-top: 20px !important;}
.mt30,.mt30Pc {margin-top: 30px !important;}
.mt40,.mt40Pc {margin-top: 40px !important;}
.mt50,.mt50Pc {margin-top: 50px !important;}
.mt60,.mt60Pc {margin-top: 60px !important;}
.pt10,.pt10Pc{padding-top: 10px!important;}
.pt20,.pt20Pc{padding-top: 2rem!important;}


.ptbNone,.ptbNonePc {padding: 0 !important;}

.ptbS,.ptbSPc {padding: 10px 0 !important;}
.ptbM,.ptbMPc {padding: 20px 0 !important;}
.ptbL,.ptbLPc{padding: 40px 0 !important;}
.ptbXL,.ptbXLPc {padding: 60px 0 !important;}

.pS,.pSPc {padding: 10px!important;}

.ptS,.ptSPc{padding-top: 10px!important;}
.ptM,.ptMPc{padding-top: 20px!important;}
.pbLPc{padding-bottom: 40px!important;}
.ptXL,.ptXLPc{padding-top: 60px!important;}
.pbXL,.pbXLPc{padding-bottom: 60px!important;}

.mmt10Pc{margin-top: -10px;}
.mr20 , .mr20Pc{margin-right: 20px;}
.mr40Pc{margin-right: 40px;}
.mr50Pc{margin-right: 50px;}
.mr60Pc{margin-right: 60px;}
.mr70Pc{margin-right: 70px;}
.mr80Pc{margin-right: 80px;}
}
/*sp*/
@media only screen and (max-width: 767px){
.m0{margin: 0px !important;}
/*.mtXS,.mtXSSp {margin-top: 5px !important;}
.mtS,.mtSSp {margin-top: 10px !important;}
.mtM,.mtMSp {margin-top: 15px !important;}
.mtL,.mtLSp {margin-top: 20px !important;}
.mtXL,.mtXLSp {margin-top: 40px !important;}
.mtXXL,.mtXXLSp {margin-top: 80px !important;}*/

.mt10,.mt10Sp {margin-top: 0.8rem !important;}
.mt20,.mt20Sp {margin-top: 1.2rem !important;}
.mt30,.mt30Sp {margin-top: 3rem !important;}
.mt40,.mt40Sp {margin-top: 4rem !important;}
.mt50,.mt50Sp {margin-top: 5rem !important;}
.mt60,.mt60Sp {margin-top: 6rem !important;}
.pt10,.pt10Sp{padding-top: 0.8rem!important;}
.pt20,.pt20Sp{padding-top: 1.8rem!important;}


.mbS,.mbSSp {margin-bottom: 10px !important;}
.ptbNone,.ptbNoneSp {padding: 0 !important;}
.ptbS,.ptbSSp {padding: 10px 0 !important;}
.ptbM,.ptbMSp {padding: 15px 0 !important;}
.ptbL,.ptbLSp {padding: 30px 0 !important;}
.ptbXL,.ptbXLSp {padding: 40px 0 !important;}

.pS,.pSSp {padding: 10px!important;}

.ptM,.ptSp{padding-top: 20px!important;}
.ptXL,.ptXLSp {padding-top: 40px!important;}
.pbXL,.pbXLSp {padding-bottom: 40px!important;}

.mr20 , .mr20Sp{margin-right: 20px;}
}


/* -----横並びボックスサイズ----- */
.fL{float:left;}
.fR{float:right;}
.flex{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}

/* -----3個横並びの場合、最後に仮装ボックスを設けて右寄せにする----- */
.flex3box::after{
content:"";
display: block;
width:31%;
}

/*pc*/
@media print, only screen and (min-width: 768px){
.fLPc{float:left;}
.fRPc{float:right;}
.flexPc{display: -webkit-flex; display: flex;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between;
}
.flex1of2,.flex1of2Pc{width: 48%;}
.flex1of3Pc{width: 400px;}
.flex2of3Pc{width: 590px;}
.flex3Pc{width: 31%;}
.flex4Pc{width: 20%;}
}
/*sp*/
@media only screen and (max-width: 767px){
.fLSp{float:left;}
.fRSp{float:right;}
.flexSp{display: -webkit-flex; display: flex;
-webkit-flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between;
}
.flex1of2,.flex1of2Sp{width: 48%;}
}

/* 横幅に合わせてリサイズ、はみ出た分をトリミング */
/* pc */
@media print, screen and (min-width: 768px){
.trim{
position: relative;
overflow: hidden;
}
.trim img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
/* 横幅に合わせてリサイズ、はみ出た分をトリミング */
/* sp */
@media only screen and (max-width: 767px){
.trimSp{
position: relative;
overflow: hidden;
}
.trimSp img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}

/* -----各リンク設定----- */
a {
color: #267d2b;
text-decoration: underline;
}
a:hover {
transition: .3s;
filter:alpha(opacity=70);opacity:0.7;
}
a:hover div, a:hover p {
opacity: inherit;
}
.noline {
text-decoration: none;
}
a.grlink {
color: #333;
text-decoration: none;
}
a.grlink:hover {
color: #17591b;
text-decoration: underline;
transition: .3s;
filter:alpha(opacity=80);opacity:0.8;
}

/* -----白文字リンク----- */
.link_wh {
color: #fff;
text-decoration: none;
}
.link_wh:hover {
color: #fff;
text-decoration: none;
}

/* -----ボタンリンク　ホバー----- */
a.btn , a.btn img{
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
text-decoration: none;
}
a.btn:hover , a.btn:hover img{
opacity: 0.8;
}

/* -----ボタンリンク矢印[>>]----- */
.arrow {
padding: 1rem;
text-align: center;
text-decoration: none;
background-color: #267d2b;
background-image: url(./images/d_arrow.png);
background-size: 10px auto;
background-position: right 10px center;
background-repeat: no-repeat;
display: block;
}
/* -----戻るボタンリンク矢印[<<]----- */
.R-arrow {
padding: 1rem;
text-align: center;
text-decoration: none;
background-color: #267d2b;
background-image: url(./images/r_arrow.png);
background-size: 10px auto;
background-position: left 10px center;
background-repeat: no-repeat;
display: block;
}
.arrow2{
position: relative;
display: inline-block;
padding: 0 0 0 25px;
vertical-align: middle;
}
.arrow2::before,
.arrow2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto auto auto 8px;
content: "";
vertical-align: middle;
}
.arrow2::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #17591b;
}
.arrow2::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}

/* 下向きページ内リンク */
.arrow-u{
padding: 0.5rem 2rem 1.8rem;
text-align: center;
text-decoration: none;
border: 2px solid #fff;
border-radius: 5px;
background-color: #267d2b;
box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
display: block;
position: relative;
}
.arrow-u::before {
content: "";
display: block;
position: absolute;
bottom: 8px;
left: 50%;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: translateX(-50%) rotate(135deg);
}

.arrow-u2{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #17591b;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow-u2::before,
.arrow-u2::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto auto auto 8px;
content: "";
vertical-align: middle;
}
.arrow-u2::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fff;
}
.arrow-u2::after{
left: 3px;
top: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-top: 5px solid #17591b;
}

/* ブランク用リンク */
.arrow_blank{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #17591b;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow_blank::before,
.arrow_blank::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto auto auto 8px;
content: "";
vertical-align: middle;
}
.arrow_blank::before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fff;
}
.arrow_blank::after{
left: 4px;
top: 0;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 5px solid #17591b;
}

.green_bnr a {
margin-left: auto;
margin-right: auto;
padding: 1rem;
text-align: center;
color: #fff;
border: 2px solid #fff;
border-radius: 5px;
background-color: #267d2b;
box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
display: block;
}
.red_bnr a {
margin-left: auto;
margin-right: auto;
padding: 1rem;
text-align: center;
color: #fff;
border: 2px solid #fff;
border-radius: 5px;
background-color: #c92c46;
box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
display: block;
}

/* -----テキストリンク----- */
.underline{text-decoration: underline;}
a.underlineH:hover{text-decoration: underline;}

/* -----PDFリンク----- */
.pdf_link a {
background: url(./images/ico_pdf.png) no-repeat 0 0;
background-size: auto;
background-size: 20px auto;
padding: 0 0 0 27px;
text-decoration: underline;
color:#066;
}
.pdf_biglink a {
background: url(./images/ico_pdf.png) no-repeat 0 0;
background-size: auto;
background-size: 32px auto;
padding: 5px 0 10px 35px;
text-decoration: underline;
color:#066;
display: inline-block;
}

/* -----テキストカラー----- */
.red {color: #ff0000;}
.egreen {color: #009966;}
.orange {color: #ff6633;}
.orange2 {color: #ff6600;}
.mblue {color: #003366}
.c_white{color: #fff;}
.c_black{color: #000;}
.c_red{color: #F00;}
.c_green{color: #17591b;}
.c_green2{color: #267d2b;}
.c_orange{color: #db7a00;}

/* -----背景カラー----- */
.bg_wh {background-color: #fff;}

/* -----線カラー ------*/
.bdGray{border: 1px solid #afafa9;}
.bdnone{border: none !important;}

/* -----その他----- */
.db{display: block;}
.dinb{display: inline-block;}
.d_link {margin: 0; padding: 0; height: 0; position: relative; pointer-events: none;}
.kadomaru{border-radius: 5px;}
.no-wrap {white-space: nowrap;}
.shadow {
box-shadow: 0 0 10px 0 #dedede;
-moz-box-shadow: 0 0 10px 0 #dedede, 0 0 10px 0 #dedede, 0 0 10px 0 #dedede;
-webkit-box-shadow: 0 0 10px 0 #dedede, 0 0 10px 0 #dedede, 0 0 10px 0 #dedede;
}
/* -----通常リストスタイル用----- */
.disc li {
list-style: disc;
}

/*埋込動画*/
.movie_frame {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
}
.movie_frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* pc */
@media print, screen and (min-width: 768px){
.dinbPc{display: inline-block;}
.d_link p {
top: -130px;
left: 0;
position: absolute;
}
.sp_link {
pointer-events: none;
}
}

.hidden{visibility:hidden}
.cf:after {
content:"";
display:block;
clear:both;
height: 0px;
}

/* ----- ClearFix ----------	*/
.clr:after {content:" "; display:block; clear:both;}

/*-------トップへ戻るボタン-----*/
#page_top {
z-index: 100;
}
#page_top a.f_pt{
width: 60px;
height: 60px;
background-color: #267d2b;
border-radius: 50%;
display: block;
position: fixed;
right: 15px;
bottom: 0.2rem;
opacity: 0.7;
}
#page_top a.f_pt:hover{
cursor: pointer;
opacity: 0.5;
transition: 0.3s;
}
#page_top a.f_pt::before,
#page_top a.f_pt::after{
position: absolute;
top: 15px;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#page_top a.f_pt::before{
width: 50px;
height: 50px;
border-radius: 50%;
}
#page_top a.f_pt::after{
left: 19px;
width: 20px;
height: 20px;
border-left: 3px solid #fff;
border-top: 3px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.fix_contact {
width: 100%;
padding: 1rem 0;
background-color: rgba(255, 255, 255, 0.7);
position: fixed;
left: 0;
bottom: 0;
}
.fix_contact .fix_contact_inner {
width: 960px;
margin: 0 auto;
}
.fix_contact p {
width: 450px;
}
.fix_contact a {
width: 100%;
height: 100%;
padding: 0;
text-align: center;
line-height: 45px;
background-color: #db7a00;
}
.fix_contact a.fixlink02 {
background-color: #17591b;
}
.fix_contact a:hover {
color: #fff;
text-decoration: none;
}
/*　問い合わせページ下記のIDでは問合せバーは非表示 */
.page-id-1069 #page_top .fix_contact {display: none;}
.page-id-1076 #page_top .fix_contact {display: none;}
.page-id-188 #page_top .fix_contact {display: none;}
.page-id-351 #page_top .fix_contact {display: none;}
.page-id-1044 #page_top .fix_contact {display: none;}
.page-id-1052 #page_top .fix_contact {display: none;}


/* sp */
@media only screen and (max-width: 767px){
  #page_top {
  width: 100%;
  height: 45px;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  }
  #page_top a.f_pt{
  width: 6rem;
  height: 6rem;
  right: 5%;
  bottom: 8rem;
  border-radius: 100%;
  opacity: 0.9;
  }
  #page_top a.f_pt::before,
  #page_top a.f_pt::after{
  top: 10px;
  }
  #page_top a.f_pt::after{
  left: 35%;
  width: 1.5rem;
  height: 1.5rem;
  }
  .fix_contact .fix_contact_inner {width: 90%;}
  .fix_contact .fix_contact_inner p {width: 49%;}
  .fix_contact .fix_contact_inner a {
  width: 100%;
  padding: .5rem 5% .5rem 1rem;
  line-height: 1.4;
  font-size: 1.3rem;
  background-position: right 3% center;
  }
  /*　問い合わせページ下記のIDではトップボタン位置調整 */
  .page-id-1069 #page_top a.f_pt{bottom: 1.5rem;}
  .page-id-1069 #page_top a.f_pt{bottom: 1.5rem;}
  .page-id-1076 #page_top a.f_pt{bottom: 1.5rem;}
  .page-id-188 #page_top a.f_pt{bottom: 1.5rem;}
  .page-id-351 #page_top a.f_pt{bottom: 1.5rem;}
  .page-id-1044 #page_top a.f_pt{bottom: 1.5rem;}
  .page-id-1052 #page_top a.f_pt{bottom: 1.5rem;}
}


/* sp */
@media only screen and (max-width: 767px){
  .cfSp:after {
  content:"";
  display:block;
  clear:both;
  height: 0px;
  }
  /* スマホ用表の横スクロール */
  .slide-wrap {
  overflow-x: auto;
  white-space: nowrap;
  }
}

.posiR{position: relative;}
.dot_title {
padding: 15px;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
}

/* 404ページ */
.serchform input[type="search"]{
border: 1px solid #999;
padding: 3px 10px;
border-radius: 3px;
height: 3rem;
overflow: hidden;
}
.serchform input[type="search"]:focus {
outline: 0;
height: 2.0em;
}
.serchform input[type="submit"]{
cursor: pointer;
font-family: FontAwesome;
font-size: 1.5rem;
border: none;
background: #267d2b;
border-radius: 3px;
color: #fff;
outline : none;
width: 3.5em;
height: 3rem;
display: inline-block;
vertical-align: middle;
}

/* 項目の非表示 */
.non {display: none!important;}

/* pc */
@media print, screen and (min-width: 768px){
.sp{display: none !important;}
}
/* sp */
@media only screen and (max-width: 767px){
.pc{display: none !important;}
}
/* printのみ表示 */
@media screen and (min-width: 768px){
.sp2 {display: none !important;}
}
