@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');


.en{
  font-family: "Montserrat", sans-serif;
}

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
 * { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0; padding: 0; }

html { height:100%;font-family: 'Zen Kaku Gothic New',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-weight: 400;}
@font-face{
	font-family: "MyYuGothicM";
	font-weight: normal;
	src:local("YuGothic-Medium"),
		local("Yu Gothic Medium"),
		local("YuGothic-Regular");
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight:bold;
	src:local("YuGothic-Bold"),
		local("Yu Gothic");
}
body { margin:0 auto;padding:0px;text-align:left;color: #000; font-size:18px; height:100%;-webkit-text-size-adjust: 100%;letter-spacing:0.5px; /*min-width:1080px; */}
@media print{
body { min-width:1300px;}
}
img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}
strong{font-weight: 600;}

sup {vertical-align: text-top; font-size: 8px;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {padding:2px;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}    
select::-ms-expand {
    display: none;
}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
    font-family: 'Zen Kaku Gothic New',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p{
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 300;
}

section p{
	margin-bottom:30px;
}
* html div#container{
	height:100%;
}

/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; font-size:18px; }

a{text-decoration: none; color:#000; font-weight: 500; }
a:hover img{opacity: 0.6;}
a:hover strong,a:hover span{opacity:1;}

/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/

.sp,.sp320,.sp_inline{ display: none !important; }
.pc { display: block; }
.pc_inline{display: inline-block;}

/*set inline-block*/
.one_phrase{display: inline-block; white-space: nowrap;}

/* set color */
.cRed{ color: #ff0000;}
.cBlue { color: #0084f3; }
.cWhite { color: #FFFFFF; }
.cGreen{color:#569d45; }

/* set position */
.tCenter {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }
/* set block contents */
.disp-b{display: block;}

/* set text */
.txSmall  { font-size: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 2rem; font-weight: 500;margin-bottom:30px;color: #007fb1;/*font-family:游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif; */}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }


.bold { font-weight: bold; }
.mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif;
}
/*.en{font-family: 'Poppins', sans-serif;}*/

/* set float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

/* set kadomaru box */
.rad {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* set drop shadow */
.sh {
	box-shadow: 2px 4px 2px rgba(0,0,0,0.05);
}
/* set border */
.border{border:1px solid #AAA4B0;}
.bb{border-bottom: 1px solid rgba(0, 0, 0, 0.3);}


/* set width for float items */
.w10 { width: 8%; }
.w20 { width: 18%; }
.w30 { width: 28%; }
.w40 { width: 38%; }
.w50 { width: 48%; }
.w60 { width: 58%; }
.w70 { width: 68%; }
.w80 { width: 78%; }
.w90 { width: 88%; }
.w100{width: 100%; }

.w10 img, .w20 img, .w30 img, .w40 img, .w50 img, .w60 img, .w70 img, .w80 img, .w90 img, .w100 img { width: 100%; }


/* set flex-box wrapp */
.flexNormal {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexBetween {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}


/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}

/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden;}

.scale_up img {
  position: relative;
  overflow:hidden;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
  width:auto;
}
.scale_up a:hover img,
a:hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
/*========================================
    :img-背景画像を動かす
==========================================*/
.bg-scale{
  position: relative;
  overflow: hidden;
}
.bg-scale:after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity:1;
}
/*each selector set up
.bg-scale:after{
  background:url(../img/sample.png) no-repeat top center;
}*/
.bg-scale:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-scale .bg-scale-inner {
  z-index:9999 ;
  position: relative;
}

/*========================================
    :js-loader
==========================================*/
.loading{
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loading-animation{
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/*loader visual*/
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9999999999999;
}
#loader {
	position: fixed;
  left: calc(50% - 170px);
	top: calc(50% - 38px);
	width: 340px;
	height: 76px;
	text-align: center;
	font-size: .9em;
	z-index: 9999999999999;
}
#loader .loader_Wrap{
	position: relative;
}
#loader .icon{
	width: 340px;
	margin:0 auto;
}

/*---------------------------------------------------------------------------
/* items
 --------------------------------------------------------------------------*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}

/*ul,ol*/
.normal ol,
.cms_decoration ol {
    margin:0 0 0 1em;
    padding:0;
} 
.normal ol li,
.cms_decoration ol li {
    list-style-image:none;
    list-style-type:decimal;
    margin:0 0 0.5em 0em;
    padding:0 0 0 0.5em;
    list-style-position:inside;
    font-size:18px;
    text-indent: -1.2em;
    line-height:1.8em;
}
.normal ol li p,
.cms_decoration ol li p{text-indent: 0;}
.normal ul li,
.cms_decoration ul li {
    list-style-type:none;
    padding:0 0 0.5em 1em;
    list-style-position:inside;
    font-size:18px;
    text-indent: 0em;
    line-height:1.8em;
    position:relative;
}
.normal ul li a,
.cms_decoration ul li a{margin-left: -0.5em; color: #000;}
.normal ul li::after,
.cms_decoration ul li::after{
  position: absolute;
  top:14px;
  left:0px;
  content: "";
  width:8px;
  height:8px;
  background:#F36B30;
  border-radius: 50%;
}
.normal ul li a,
.normal ol li a{
  padding-left:8px;
  color: #31424E;
  font-weight: 400;
  text-decoration: underline;
}
.normal ul li a:hover,
.normal ol li a:hover{
  color: #f8b500;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.linknext ul{
  margin:0;
}
.linknext ul li {
  margin:0;
  list-style-image:none;
  text-indent: 0;
}
.linknext ul li:first-child{border-top:1px solid rgba(0, 0, 0, 0.16);} 
.linknext ul li a{
  position:relative;
  display:block;
  width:auto;
  padding:16px 0 16px 24px;
  width:auto;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  border-bottom:1px solid rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
}
.linknext ul li a:after {
  position:absolute;
  top:calc(50% - 6px);
  left: 2px;
  content:"";
  vertical-align: middle;
  width: 8px;
  height: 16px;
  background: url(../img/common/arrow01.svg) no-repeat;
  background-size: 100%;
  transition: all .2s;
}
.linknext ul li a:hover{  
  background:rgba(0, 0, 0, 0.05);
  opacity:1;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}
.linknext ul li a:hover::after{
  left:8px;
}
/* set icon-mark  */
.linknext ul li a.blank,
.linknext ul li a.pdf,
.linknext ul li a.word,
.linknext ul li a.excel,
.linknext ul li a.ppt{
  position: relative;
  padding-left:3em;
}

.linknext ul li a.blank::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height:14px;
  content: "";
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.pdf::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height:20px;
  content: "";
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.word::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height:18px;
  content: "";
  background: url(../img/common/icon_word.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.excel::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height:18px;
  content: "";
  background: url(../img/common/icon_excel.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.ppt::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height:18px;
  content: "";
  background: url(../img/common/icon_ppt.svg) no-repeat;
  background-size: 100%;
}

.linknext ul li a.pdf::before{left:1.5em;top:34%;}
.linknext ul li a.blank::before{ left:1.6em; top:36%;}
.linknext ul li a.word::before{ left:1.5em; top:36%;}
.linknext ul li a.excel::before{ left:1.5em; top:36%;}
.linknext ul li a.ppt::before{ left:1.5em; top:36%;}

.linknext ul li.nolink a:hover{
 background:rgba(0, 0, 0, 0);
}
.linknext ul li.nolink a:hover::after{
  left:2px;
}

/*他ページ*/
span.pdf,
span.blank{
	position: relative;
	display: inline-block;
	width:20px;
  height: 20px;
}
span.pdf::after{
	position: absolute;
	top:6px;
	right:5px;
	width: 14px;
  height:18px;
	content: "";
	background: url(../img/common/icon_pdf.svg) no-repeat;
	background-size: 100%;
}
span.blank:after{
	position: absolute;
	top:3px;
	right:6px;
	width: 16px;
  height:20px;
	content: "";
	background: url(../img/common/external-link.svg) no-repeat;
	background-size: 100%;
}

/* =======================================
   2: button styles
========================================== */
/*btn_viewmore*/
.btn_viewmore{margin-left: 30px;}
.btn_viewmore *{
  position: relative;
  display: inline-block;
}
.btn_viewmore:hover{cursor: pointer;}
.btn_viewmore a,
.btn_viewmore p{
  margin-bottom: 0;
  padding-right: 30px;
}
.btn_viewmore a::before,
.btn_viewmore p::before{
  position: absolute;
  top:5px;
  right: 0;
  content:"";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border:1px solid #A4A4A4;
}
.btn_viewmore.white a::before,
.btn_viewmore.white p::before{
  border:1px solid rgba(255,255,255,1);
}
.btn_viewmore:hover a::before,
a:hover .btn_viewmore p::before{
  border:1px solid #F8B500;
  transition: 0.3s;
}
.btn_viewmore a::after,
.btn_viewmore p::after{
  position: absolute;
  top:calc(50% - 4px);
  right: 8px;
  content:"";
  width: 6px;
  height: 12px;
  background: url(../img/common/arrow01.svg) no-repeat;
  background-size: 100%;
}
/*
.btn_viewmore p::after{top:calc(50% - 5px);}*/
dl .btn_viewmore p::after{top:calc(50% - 5px);}
.btn_viewmore.white a::after,
.btn_viewmore.white p::after{
  background: url(../img/common/arrow_white.svg) no-repeat;
  background-size: 100%;
}

.btn_viewmore span{
  font-size: 24px;
  font-weight: 300;
  color: #31424E;
}
.btn_viewmore.white span{
  color: #fff;
}
.btn_viewmore span::before,
.btn_viewmore span::after{
  position: absolute;
  bottom:0;
  left:0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
}
.btn_viewmore.white span::before,
.btn_viewmore.white span::after{background: rgba(255,255,255,0);}
.btn_viewmore a span::after,
.btn_viewmore p span::after{
  width: 0;
}
.btn_viewmore:hover a span::after,
a:hover .btn_viewmore p span::after{
  width: 100%;
  background: #F8B500;
  transition: 0.3s;
}

/*button -ver.normal*/
.button a,
.button p{
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 200px;
    padding:16px 40px 16px 24px;
    text-align:center;
    line-height: 1.2em;
    border:1px solid #31424E;
}
.button a:hover,
a:hover .button p{
    transition: 0.2s;
    border:1px solid #F8B500;
}
.button a::after,
.button p::after{
    position: absolute;
    right:18px;
    top:calc(50% - 9px);
    content: ""; 
    width: 8px;
    height: 18px;
    background: url(../img/common/arrow01.svg) no-repeat center;
    background-size: 100%;
    transition: 0.2s;
}
.button a:hover::after,
a:hover .button p::after{
    transition: 0.2s;
    right:8px;
}
.button.pginner_link a::after,
.button.pginner_link p::after{
    right:18px;
    background-size: 100%;
    transform: rotate(90deg);
    transition: 0.2s;
}
.button.pginner_link a:hover::after,
a:hover .button.pginner_link p::after{
    transition: 0.2s;
    right:18px;
    top:calc(50% - 4px);
}
.button a span,
.button p span{
    display: block;
    color: #31424E;
    font-weight:500;
}

/*2or3-buttons */
.btn p{height: 40px;}
.btn p a,
div.btn-backpage p a{
  position: relative; 
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 30px;
  padding:8px 12px;
  text-align: center;
  font-size:18px;
  background:#31424E;
  z-index: 2;
}
.btn p a:hover,
div.btn-backpage p a:hover,
.btn p a.hover,
div.btn-backpage p a.hover{
  background:#688aa2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn p a strong,
div.btn-backpage p a strong{
  position: relative;
  color: #fff; 
  font-weight: 500; 
  z-index: 2;
}
/*もどるボタン*/
div.btn-formback p a{
    position: relative; 
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center; 
    align-items: center;
    max-height: 30px;
    padding:8px 12px;
    text-decoration: none;
    font-size:18px;
    text-align: center;
    background:#444;
    cursor:pointer;
}
div.btn-formback p a.hover,
div.btn-formback p a:hover{
  opacity:1;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;
  background:#b9b9b9;
}
div.btn-formback p a strong{
  color:#fff;
  font-weight: 500;
}
div.nonext p, div.nonext:active p, div.nonext:hover p{
  height:18px;
  padding:6px 14px 20px;
    font-size:18px;
    text-align: center;
    cursor:default;
    opacity:1;    
    border:1px solid #cacaca;
}
div.nonext p strong, div.nonext:active p strong, div.nonext:hover p strong{
  color:#9f9f9f;
  font-weight:500;
}
/* set pagenation */
.pagenation {
  margin: 5px 0 auto;
  text-align: center;
}
.pagenation a {
  display: inline-block;
  width: 30px;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 30px;
  color: #31424E;
  border:1px solid rgba(6,38,100,0);
  font-weight: 400;
  font-family: 'Schibsted Grotesk', sans-serif;
}
.pagenation a.current{
  text-decoration: none;
  border:1px solid rgba(6,38,100,0.4);;
  color: #2B2F36;
}
.pagenation a.hover,
.pagenation a:hover {
  opacity:1;
  text-decoration: none;
  background: #F8B500;
  color:#fff !important;
}


/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  clear: both;
}

.h2_type01,
.h2_type02{
  width: 100%;
  margin-bottom: 50px;
}
.h2_type01 span{
  font-size: 40px;
  font-weight: 600;
  color: #31424E;
}
body.sub .h2_type01 span{font-size: 46px;}
.h2_type02 span{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.h2_type03{
  width: 100%;
  margin-bottom: 30px;
}
.h2_type03 .category{
  display: inline-block;
 padding: 6px 30px;
 margin: 0 20px 20px 0;
 font-size: 30px;
 font-weight: 300;
 white-space: nowrap;
 letter-spacing: -0.05em;
 color: #31424E;
 border: 1px solid #31424E;
}
.h2_type03 .en{
  font-size: 24px;
  color: #4B4B4B;
}
.h2_type03 strong{
  display: block;
  width: 100%;
  font-size: 36px;
}

.h3_type01{
  margin-bottom: 40px;
  border-bottom: 1px solid #F36B30;
}
.h3_type01 span{
  font-size: 36px;
  font-weight: 600;
  color: #515151;
}

.h4_type01{
  position: relative;
  padding: 0 0 0 24px;
  margin-bottom: 30px;
}
.h4_type01::before{
  position: absolute;
  top:16px;
  left: 0;
  content:"";
  width: 16px;
  height: 6px;
  border-top: 1px solid #F8B500;
  border-bottom: 1px solid #F8B500;
}
.h4_type01 span{
  font-size: 26px;
  font-weight: 600;
  color: #31424E;
}


/*---------------------------------------------------------------------------
/* spacer
 --------------------------------------------------------------------------*/
.pt00 {padding-top: 0 !important;} 
.pt05 {padding-top:5px!important;}
.pt10 {padding-top:10px!important;}
.pt15 {padding-top:15px!important;}
.pt20 {padding-top:20px!important;}
.pa10 {padding:10px!important;}
.pa20 {padding:20px!important;}
.pa30 {padding:30px!important;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}

.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}



/*---------------------------------------------------------------------------
/* corner box
 --------------------------------------------------------------------------*/
.b-type00,
.b-type01,
.b-type02,
.b-type03{
  width: auto;
  margin: 0 0 30px;
  background: #fff;
}
.b-type_inner{
  padding: 30px;
  width: auto;
}
.b-type01{background-color: #F2ECE8;}
.b-type02{background-color: #e7efee;}



/*---------------------------------------------------------------------------
/* : table
 --------------------------------------------------------------------------*/
table       { margin:0 0 0 0.7em;padding:0 0 0 0.7em; }
table ul    { margin:0 !important; padding:0 !important; }
table li    { line-height:1.8em;margin:0; font-size:16px !important; }
table p     { line-height:1.6em;margin:5px 0; }
table caption{text-align: right;}
table thead tr th,table thead tr td,table tbody tr th,table tbody tr td{text-indent: 0!important;}


/* =======================================
   : normal style
========================================== */
table.table01     { border-color:#F1EBE7;border-style:solid;border-width:1px 1px 0 0px;border-collapse: collapse;margin:0 0 20px; font-size:18px; }
table.table01 th  { border-color:#F1EBE7; background-color:#E8E1DC; border-style:solid; border-width:0 1px 1px 0;color:#432a00;font-weight:600;padding:16px 14px;line-height:1.5em;text-align:left; vertical-align: top;letter-spacing: 0.1em;}
table.table01 td  { border-color:#F1EBE7; border-style:solid; border-width:0 0px 1px 1px;color:#000;font-weight:400; padding:16px 14px;line-height:1.5em; }
table.table01 thead th,table.table01 thead td{background-color: #a8a099; color: #fff; font-weight: 500;  }

/* =======================================
   : yokokei style
========================================== */
table.table02       { border-color:#CFCFCF; border-style:solid;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:18px;}
table.table02 th    { border-color:#CFCFCF;border-style:solid;border-width:0 0 1px 0; color:#31424E;padding:20px 16px;line-height:1.6em;vertical-align:top;text-align:left; font-weight: 600;}
table.table02 td    {position: relative; border-color:#CFCFCF;border-style:solid;border-width:0 0 1px 0px;color:#000; padding:20px 16px; line-height:1.8em;vertical-align:top;  font-weight: 300;}
table.table02 td::before{
  position: absolute;
  top: 10%;
  left:0px;
  content: "";
  width: 1px;
  height: 80%;
  border-left: #E8E1DC solid 1px;
}


/* =======================================
   : for inner table
========================================== */
table.table01 table   { border:none;margin:0;padding:0; }
table.table01 table th{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500;  color: #666;}
table.table01 table td{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }

table th.c, td.c  { text-align:center !important; }
table th.m, td.m  { vertical-align:middle !important; }
table th.r, td.r  { text-align:right !important; }



/*---------------------------------------------------------------------------
/* : height
 --------------------------------------------------------------------------*/
.h100 { height:100px; }
.h200 { height:200px; }
.h300 { height:300px; }
.h400 { height:400px; }
.h500 { height:500px; }
.h600 { height:600px; }

.h150{height:150px;}
.h250{height:250px;}
.h350{height:350px;}
.h450{height:450px;}

.h1em{height: 1em;}
.h2em{height: 2em;}

/* photo gallery */
.photogallery {
  width: auto;
  overflow: hidden;
  margin: 0;
}
.photogallery .photo {
  margin: 0 5px 20px;
  float: left;
}
.photogallery .photo img{
  width:100%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 10px);
}
@media all and (-ms-high-contrast:none){
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 11px);
}
}
@supports (-ms-ime-align:auto) {
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 11px);
}
}
.photogallery .clm2 .photo {
  width: calc(100% / 2 - 20px);
  margin: 0 10px 20px;
}
.photogallery .clm4 .photo {
  width: calc(100% / 4 - 10px);
}
.photogallery p{overflow: hidden;
  margin-bottom: 0;
  position: relative;
  width:100%;
  z-index: 0;
}
.photogallery .clm2 p,
.photogallery .clm2 p img{height: 360px;}
.photogallery .clm3 p,
.photogallery .clm3 p img{height: 280px;}
.photogallery .clm4 p,
.photogallery .clm4 p img{height: 200px;}
.photogallery .clm2 p a{max-height: 360px;}
.photogallery .clm3 p a{max-height: 280px;}
.photogallery .clm4 p a{max-height: 200px;}
@media screen and (min-width:1221px) and ( max-width:1360px) {
.photogallery .clm2 p,
.photogallery .clm2 p img{height: 320px;}
.photogallery .clm3 p,
.photogallery .clm3 p img{height: 250px;}
.photogallery .clm4 p,
.photogallery .clm4 p img{height: 180px;}
.photogallery .clm2 p a{max-height: 320px;}
.photogallery .clm3 p a{max-height: 250px;}
.photogallery .clm4 p a{max-height: 180px;}
}
@media screen and (max-width: 1220px) {
.photogallery .clm2 p,
.photogallery .clm2 p img{height: 240px;}
.photogallery .clm3 p,
.photogallery .clm3 p img{height: 200px;}
.photogallery .clm4 p,
.photogallery .clm4 p img{height: 160px;}
.photogallery .clm2 p a{max-height: 240px;}
.photogallery .clm3 p a{max-height: 200px;}
.photogallery .clm4 p a{max-height: 160px;}
}
.photogallery p a{
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  z-index: 2; 
  background: #fafafa;
}
.photogallery span {
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  padding: 10px 0 0;
  line-height: 1.6em;
}
.photogallery a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .6;
  -webkit-opacity: .6;
}

/*iframe入りMAP*/
/*map_wrap*/
.map_wrap{
  position: relative;
  width: 100%;
}
.map_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    background-repeat: repeat-x;
    text-align:left;
    z-index: 0;
}
body > div#container {
    height: auto;
    min-height: 100%;
}
div#main {
  padding-bottom: 360px;
}
.contents_inner{
  position: relative;
  width: calc(100% - 60px);
  max-width: 1300px;
  margin:0 auto;
}
section.section{
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.content{margin-bottom: 60px;}

.bg00{background-color: rgba(0, 0, 0, 0)!important;}

.bg01{background-color: #f9f9f9!important;}
.bg02{background-color: #fcfaf6!important;}
/**/
/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
  margin-top:-100px;
  padding-top:100px;
}



/* =======================================
   4-2: header section
========================================== */
header{
	position:relative;
	width:100%;
	height:100px;
	background:#fff;
}

header img{display:block; width:100%;}

header .logo{
    position: relative;
    left: 30px;
    top: 12px;
    z-index: 999999999;
    width: 340px;
}
header .logo a:hover img{opacity:1;}

header .header_right{
	position: absolute;
    right: 30px;
    top: 36px;
    z-index: 999999999;
    width:60%;
    max-width:560px;
}

/* =======================================
   4-3:navigation
========================================== */
/* g-menu-wrapp
---------------------------------------- */
.navi_wrap{position: relative; width: 100%; z-index: 99999999999999999999;}
/*
.header_wrap.fixed .navi_wrap{position: fixed;}
*/
.navi_wrap .mobile{display: none;}
.navi_wrap .pc_navi{display: block;}


#g-menu-wrapp{
    position: absolute;
    right:20px;
    top: -30px;
    padding: 0;
    margin: 0;
    z-index: 111111;
}
#g-menu-wrapp .menu{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    height:100px;
}
#g-menu-wrapp .menu li{
  width:auto;
}
#g-menu-wrapp .menu li a.first-level{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content:center;
  -webkit-align-items: center;
  align-items: center;
  width:auto;
  height:60px;
  padding:4px 0px;
  text-align:center;
  z-index:11111;
}

#g-menu-wrapp .menu li a.first-level strong{
  position: relative;
  display: inline-block;
  padding: 0 12px;
  color: #31424E;
  font-weight: 400;
}
#g-menu-wrapp .menu li.show a.first-level strong,
#g-menu-wrapp .menu li a.first-level:hover strong{
  color:#F8B500;
  transition: 0.3s;
}

/* =======================================
   4-4:footer
========================================== */
footer{
    position:absolute;
    bottom:0;
    width:100%;
    margin:0;
    padding:0;
    height: 360px;
}

.footer_inner{
	position:relative;
	margin-top:10px;
	padding: 60px 0;
	border-top:1px solid #E6E6EA;
	border-bottom:1px solid #E6E6EA;	
}
.footer_box{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.footer_box .logo{
  width: 30%;
  max-width: 340px;
}
.footer_box .footer_menu{
  width: 68%;
  max-width: 800px;
}
.footer_menu ul *{
  position: relative;
  display: inline-block;
}
.footer_menu ul a{
  padding: 16px;
}
.footer_menu ul a strong{
  padding-left: 20px;
  font-weight: 300;
}
.footer_menu ul a:hover strong{
  color: #F8B500;
  transition: 0.3s;
}
.footer_menu ul a strong::before{
  position: absolute;
  top:10px;
  left: 0;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/common/arrow_small.svg) no-repeat;
  background-size: 100%;
}
.footer_menu ul a:hover strong::before{
  left: 6px;
  transition: 0.3s;
}

.copyright{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	width:100%;
  padding: 40px 0;
}
.copyright p small{
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color:#31424E
}

/* pagetop
---------------------------------------- */
.pagetop{
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999999999;
}
.pagetop a{
	position:relative;
	width:20px;
	height:90px;
}
.pagetop a::before{
	position:absolute;
	bottom:0;
	right:-4px;
	content:"";
	width:1px;
	height:100%;
	background:#31424E;
}
.pagetop a::after{
	position:absolute;
	bottom:0;
	right:-4px;
	content:"";
	width:1px;
	height:0%;
	background:#F8B500;
	transition:0.3s;
}
.pagetop a:hover::after{
	height:100%;
	transition:0.3s;
}
.pagetop a img{
	display:block;
	width:19px;
}


/* =======================================
   HOME
========================================== */
/* HOME:MainVisual
---------------------------------------- */
.mainVisual_Wrap{
	overflow:hidden;
    position: relative;
    width: 100%;
    max-height:800px;
    margin-bottom:100px;
    z-index: 0;
}

#index_slide {
	overflow:hidden;
	position: relative;
	top:0px;
    left: 0%;
	width: 100%;
	z-index:1;
}
#index_slide ul li{
	position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    width: 100%;
    height:100%;
 }
 #index_slide ul li img{
 	display:block;
 	width:100%;
 	object-fit:cover !important;
 	height:100%;
 }
@media all and (-ms-high-contrast:none){
#index_slide {left:0;}
}


/*catch_area*/
.mainVisual_inner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.mainVisual_inner .catch{
    position: absolute;
    left:0px;
    bottom:0;
    z-index: 0;
    width:100%;
    height:100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(49,66,78,0) 50%,rgba(49,66,78,0.4) 100%); 
    z-index:50;
}
.mainVisual_inner .catch img{display:block; width:100%;}
.mainVisual_inner .catch .catch_inner{
	position: absolute;
	left:30px;
	bottom:60px;
	max-width:1440px;
}
.catch02 p{
  position: relative;
  left: 10px;
  top:-20px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*loading*/
.catch .catch_inner .catch01,
.catch .catch_inner .catch02{
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: 1s;
  transition-timing-function:ease-in-out;
}
@media print{
.catch.act .catch_inner .catch01,
.catch.act .catch_inner .catch02{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}
}
.catch.act .catch_inner .catch01,
.catch.act .catch_inner .catch02{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.catch.act .catch_inner .catch01{transition-delay: 100ms;}
.catch.act .catch_inner .catch02{transition-delay: 300ms;}



/* HOME:aboutus_store_wrap & .recruit_news_wrap
---------------------------------------- */
.aboutus_store_wrap,
.recruit_news_wrap{
  position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	margin-bottom:60px;
}
.sec_outer{
	position:relative;
	width:40%;
	padding:80px 5% 100px;
}
.sec_outer.sec_aboutus{
	background:#F1EBE7;
}
.sec_outer.sec_store{
	background:#E8E1DC;
}
.sec_outer.sec_recruit{
	background:#FAFAFA;
}

.sec_outer .en_title,
.sec_news .en_title{
	position:absolute;
	top:6px;
	right:30px;
	width:320px;
  text-align: right;
}
.sec_outer .en_title p,
.sec_news .en_title p{
  font-size: 60px;
  font-weight: 100;
  color: #F36B30;
}
.sec_outer .ph_wrap{
  overflow: hidden;
  position: relative;
  margin-top:10px;
	width:100%;
	height:560px;
}
.sec_outer .ph_wrap::before{
  position: absolute;
  top:0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(156,170,183,0.36);
  z-index: 1;
}
.sec_outer a:hover .ph_wrap::before{
  background: rgba(49, 94, 136, 0.4);
  transition: 0.3s;
}

.sec_outer .sec_box{
	position:absolute;
  left: 50%;	
	bottom:30px;
	transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width:80%;
  max-width:718px;
  z-index: 5;
}
.sec_outer .sec_box dl{
  padding: 50px 30px 40px;
  background: rgba(255,255,255,0.9);
  box-shadow:3px 3px 6px -6px rgba(157,171,184,0.3);
}
.sec_outer .sec_box dt{
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.sec_outer .sec_box dt span{
  font-size: 40px;
  font-weight: 600;
  color: #31424E;
}
.sec_outer .sec_box .text{
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.sec_outer .sec_box .button_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
}

/*sec_news*/
.sec_news{
	position:relative;
	width:50%;
	padding-top:80px;
}
.sec_news .sec_inner{
	width:98%;
	max-width:880px;
	margin:0 auto;
}
.sec_news .info_list{margin-bottom: 50px;}

.sec_news .button_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/*下層ページも同様*/
.info_list li{
  border-bottom: 1px solid #E6E6EA;
}
.info_list li a{
  display: block; 
  width: 100%;
  color: #000 !important;
  text-decoration: none !important;
}
.info_list li a:hover {
  display: block;
  background-color: rgb(255, 254, 228);
  -webkit-transition: .5s;
  transition: .5s;
}
.info_list li dl{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
}
.info_list li dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 320px;
}
.info_list li dl dt .date{
  width: 100px;
  margin: 0 0 0 30px;
  text-align: center;
  font-size: 18px;
  color: #4B4B4B;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;  
}
.info_list li dl dd{  
  width: calc(100% - 300px);
}
.info_list li dl .category{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 130px;
  height: 28px;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: -0.05em;
  color: #31424E;
  border:1px solid #31424E;
}
.info_list li dl .text{
  font-weight: 300;
}
.info_list li dl dd .new{
  display: inline-block;
  margin: 0 2px;
  padding: 1px 6px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Montserrat',Arial, Helvetica, sans-serif;
  color: #DE5511;
  border: 1px solid #DE5511;
}

/* HOME:sec_shomen
---------------------------------------- */
.sec_shomen{
  overflow: hidden;
  width: 100%;
  height: 380px;
}
.sec_shomen .bg-scale:after{
  background:url(../img/home/bg_shomen.jpg) no-repeat top center;
}
.sec_shomen .sec_inner{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(49, 66, 78, 0.5);
  z-index: 10;
}
.sec_shomen a:hover .sec_inner{
  background: rgba(30, 45, 56, 0.6);
}
.sec_shomen .button_wrap{
  max-width: 300px;
  margin-left: 30px;
  padding: 10px 20px 10px 0;
  border:1px solid #fff;
}

/* =======================================
   SUB : COMMON
========================================== */
article{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pagetitle_wrap{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  margin:0 auto 20px;
  background-size: cover;
}
.pagetitle_wrap.type_s{
  height: 240px;
}
body.sub .pagetitle_wrap{
  background: url(../img/common/bg_pagetitle.jpg) no-repeat center;
}
body.sub.news .pagetitle_wrap{
  background: url(../img/news/bg_pagetitle.jpg) no-repeat center;
}
body.sub.store .pagetitle_wrap{
  background: url(../img/store/bg_pagetitle.jpg) no-repeat center;
}
body.sub.aboutus .pagetitle_wrap{
  background: url(../img/aboutus/bg_pagetitle.jpg) no-repeat center;
}
body.sub.recruit .pagetitle_wrap{
  background: url(../img/recruit/bg_pagetitle.jpg) no-repeat center;
}
body.sub.shomen .pagetitle_wrap{
  background: url(../img/shomen/bg_pagetitle.jpg) no-repeat center;
}


.pagetitle_inner{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(49,66,78,0.4) 0%,rgba(125,185,232,0) 100%);
}
.pagetitle_wrap.type_s .pagetitle_inner{
  background: linear-gradient(to right,  rgba(49,66,78,0.6) 0%,rgba(125,185,232,0.5) 100%);
}

.h1_type01 *{
  display: block;
  margin-left: 30px;
  color: #fff;
}
.h1_type01 strong{
  position: relative;
  font-weight: 200;
  font-size: 40px;
}
.h1_type01 span{
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.pagevisual.news_detail{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0px 0 40px;
}




/*pankuzu*/
.pankuzu{
  position: relative;
  width: calc(100% - 60px);
  margin:0 auto;
}
ul#pankuzu {
  position: relative;
  width: auto;
  padding: 0;
  list-style-type: none;
}
ul#pankuzu li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  zoom: 1;
  font-size: 16px;
  font-weight: 400;
}
ul#pankuzu li a, ul#pankuzu li:last-child {
  width: auto;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 10px 20px 10px 0;
}
ul#pankuzu li:first-child{margin-left: 1em;}
ul#pankuzu li:last-child{padding-right:0!important;}
ul#pankuzu li a span{color:#f8b500; font-weight:600; text-decoration: underline;}
ul#pankuzu li a:hover span{
  text-decoration:none;
}
ul#pankuzu li a::after {  
  position: absolute;
  top: calc(50% - 14px);
  right: -4px;
  content: ">";
  width: 16px;
  height: 16px;
  font-size: 16px;
}

/*pginner_link_wrap*/
.pginner_link_wrap{
  padding: 40px 0 30px;
  background: #f5f5f5;
}
.pginner_link_wrap .button{
  margin-right: 10px;
}

/* =======================================
   SUB : STORE
========================================== */
/*店舗一覧リスト*/
.storeslist_wrap{
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.storeslist_wrap ul li{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*
.storeslist_wrap ul li a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}
.storeslist_wrap ul li a:hover{
  transition: 0.3s;
  background: #fff8e0;
}
*/
.storeslist_wrap ul li dl{
  position: relative;
  width: 68%;
  margin-left: 2%;
}
.storeslist_wrap .store_name{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #31424E;
}
.storeslist_wrap dl .store_detail{
  margin-left: 10px;
  font-size: 18px;
}
.storeslist_wrap dl .store_detail p{margin-bottom: 6px; font-weight: 300;}

.storeslist_wrap .store_info{
  width: 28%;
  margin-right: 2%;
}
.storeslist_wrap .button,
.storeslist_wrap .store_contact p{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.storeslist_wrap .store_contact p{
  width: 100%;
  margin-bottom: 4px;
  text-align: right;
}
.storeslist_wrap .store_contact span{
  position: relative;
  font-size: 20px;
}
.storeslist_wrap .store_contact .tel{
  padding-left: 28px;
  font-size: 26px;
}
.storeslist_wrap .store_contact .tel::before{
  position: absolute;
  left:0;
  top:6px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_phone.svg) no-repeat center;
  background-size: 100%;
}
.storeslist_wrap .store_contact .fax{font-weight: 400;}

/*詳細ページ*/
.store_intro_wrap{
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-height: 560px;
  margin-top: 20px;
  padding-bottom: 0;
}
.store_intro_wrap .storemap_wrap,
.store_intro_wrap .storephoto_wrap{
  position: relative;
  width: 46%;
  padding: 2% 2% 0%;
}
.store_intro_wrap .storemap_wrap{background: #F1EBE7;}
.store_intro_wrap .storephoto_wrap{background: #E8E1DC;}
.storephoto_wrap .photo_wrap{ height: 92%; }
.storephoto_wrap .photo_wrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*contentlist_wrap*/
.contentlist_wrap ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.contentlist_wrap li p{
  width: calc(100% - 22px);
  padding: 4px 10px;
  margin-bottom: 0;
  text-align: center;
  color:#AAA4B0;
  border: 1px solid #AAA4B0;
}
.contentlist_wrap li.li_check p{
  color: #fff;
  background: #F36B30;
}
.contentlist_wrap li a{
  position: relative;
  display: block;
  width: calc(100% - 22px);
  padding: 6px 10px;
  text-align: center;
  color:#fff;
  background: #f8b500;
  border: 1px solid #e6aa05;
}
.contentlist_wrap li a::before{
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/external-link_white.svg) no-repeat;
  background-size: 100%;
}
.contentlist_wrap li a:hover{
  transition: 0.2s;
  background: #daa000;
  border-color: #f4b404;
}

/*LINE「つながる薬局」の友達追加登録*/
.line_register_wrap{
  width: calc(100% - 2px);
  padding: 30px 0;
  margin-bottom: 60px;
  border:1px solid #4cc764;
}
.line_register_wrap .inner{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.line_register_wrap .inner .text_wrap{width: calc(100% - 180px);}
.line_register_wrap .title{
  margin: 0 0 20px;
}
.line_register_wrap .title strong{
  font-size: 24px;
  font-weight: 600;
  color: #432a00;
}
.line_register_wrap .inner .text_wrap p:not(.title){
  width: 100%;
  margin-bottom: 0;
} 
.line_register_wrap .inner .link_wrap{
  width: 135px;
}
.line_register_wrap .inner .link_wrap .qr_wrap img{
  display: block;
  width: 100%;
}

/* =======================================
   SUB : ABOUT US
========================================== */
.aboutus_layout01{
  position: relative;
  width: 100%;
}
.aboutus_layout01 .ph_wrap{
  position: absolute;
  top:0;
  width: calc(50% - 60px);
  height: 280px;
}
.aboutus_layout01 .ph_wrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutus_layout01.box01 .ph_wrap{
  left:0;
}
.aboutus_layout01.box02 .ph_wrap{
  right:0;
}
.aboutus_layout01 .text_box{
  position: relative;
  width: 50%;
  min-height: 280px;
}
.aboutus_layout01.box01 .text_box{
  left: 50%;
}
.aboutus_layout01 .text_box .inner{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*flow_wrap*/
.flow_wrap li{
  position: relative;
  margin-bottom: 30px;
}
.flow_wrap dl p{margin-bottom: 0;}
.flow_wrap dt{
  position: relative;
  display: block;
  width: calc(100% - 100px);
  min-height: 48px;
  padding-left: 80px;
  margin-bottom: 10px;
}
.flow_wrap dt .number{
  position: absolute;
  left: 0;
  top:0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #F8B500;
}
.flow_wrap dt .process_title{
  display: block;
  padding: 10px 20px;
  font-size: 32px;
}
.flow_wrap dd{
  position: relative;
  width: calc(100% - 100px);
  margin: 0 0 0 100px;
  padding: 10px 10px 10px 0px;
  border-left: 1px solid #F8B500;
}
.flow_wrap dd p{padding-left: 30px;}

/*formula_wrap*/
.formula_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.formula_wrap .plus{
  width: 60px;
  margin:38px 20px;
}
.formula_wrap .plus img{
  display: block;
  width: 100%;
}
.formula_wrap .text_box{
  width: calc(50% - 100px);
}
.formula_wrap .text_box p{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 128px;
  margin-bottom: 0;
  font-size: 30px;
  color: #3D2D00;
  background: #fff;
  border: 1px solid #FEC034;
}


/* =======================================
   SUB : Recruit ENTRY
========================================== */

/* step_navigation
---------------------------------------- */
div.contact-step-navi{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
  width:100%;
  margin-bottom:40px;
}
div.contact-step{
  overflow: hidden;
    position: relative;
    width: 30.5%;
    width: calc(100% / 3 - 12px);
    height: 60px;
    background: #e3dfdb;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:normal;
    color:#666;
    font-size:10px;
    margin:0 0 0 20px;
}
div.contact-step dd{
    font-weight:400;
    color:#666;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #96897d;
}
div.contact-current dt{
  margin-bottom: -3px;
  margin-left: 20px;
  padding-top: 12px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12px;
}
div.contact-current dd{
  margin-left: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
}


/*-----------------
form
------------------*/
table.form{
   width: 100%;  
}
table.form *{font-size:18px !important;}

p.form-button{
    width:95%;
    height: 30px;
    margin:0 !important;
    padding-top:20px;
    padding-bottom: 30px;
}

table.form .bg01{background:#e5ede9;}
table.form th,table.form td{
  position: relative !important; 
  line-height:2em;
}
table.form th{padding-right: 30px;}
.form th span.required,
.form th span.any{
  position: absolute;
  right:0;
  padding: 3px 6px;
  font-size: 0.9em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  behavior:url("/common/cssnew/PIE.htc"); /* for IE7 */
  zoom:1;
}

.form span.required {
  background-color: #ff3e3e;
}
.form span.any {
  background-color: #0083f4;
}

.form th small {font-weight: normal;}



table.form input{
   width: 98%;
   display: inline;
   line-height:2em;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-small{
    width:50%;
    display: inline;
}
/*
table.form .calendar{
    position:relative;
    display:inline-block;
    width:30%;
}
table.form .calendar::before{
    position:absolute;
    left:6px;
    top:2px;
    font-family: FontAwesome;
    font-size:18px;
    content:"\f073";
    color:#22c3b4;
    z-index:9999;
}*/
table.form .text01{
    display:inline-block; 
    width:1em;
    margin:0 10px;
}
table.form .calendar input{
    position:relative;
    display:inline-block;
    width:90%;
    padding-left:30px;
}


.select_wrap {
  position: relative;
  display: inline-block;
  /*width:calc(100% - 10px);*/
  margin-right: 10px;
  border:1px solid rgba(0, 0, 0, 0.4);
}
.select_wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
  color: #000 !important;
}
table.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 40px 0 10px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 36px;
}
table.form option{
  width: auto;
  line-height:2em;
}
.birthdate_wrap input.birthdate-input{
  display: inline-block !important;
  width: auto;
  max-width: 5rem;
}


table.form textarea{
   width: 98%;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}
/**/
table.form input[type="checkbox"]{
   width: auto;
   display: inline-block;
}
input[type="checkbox"] {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 4px solid #f8b500;
  border-bottom: 4px solid #f8b500;
  content: '';
}
.policy_guide_check label{font-size:18px;}

table.form input[type="radio"]{display: none;}
table.form label.r_label{
position: relative; /* ボックスの位置を指定する */
padding: 0 0 0 24px; /* ボックス内側の余白を指定する */
}
table.form label.r_label:after, table.form label.r_label:before {
position: absolute; /* ボックスの位置を指定する */
content: ""; /* ボックスのコンテンツ */
display: block; /* ブロックレベル要素化する */
top: 50%; /* 上部から配置の基準位置を決める */
}
table.form label.r_label:after {
left: 0px; /* 左から配置の基準位置を決める */
margin-top: -10px; /* チェック枠の位置 */
width: 16px; /* ボックスの横幅を指定する */
height: 16px; /* ボックスの高さを指定する */
border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
}
table.form label.r_label:before {
left: 5px; /* 左から配置の基準位置を決める */
margin-top: -5px; /* チェックマークの位置 */
width: 10px; /* ボックスの横幅を指定する */
height: 10px; /* ボックスの高さを指定する */
background: #f8b500;/* ボックスの背景色を指定する */
border-radius: 50%; /* ボックスの角丸を指定する */
opacity: 0; /* 要素を透過指定する */
}
input[type=radio]:checked + label.r_label:before {
opacity: 1; /* 要素を表示する */
}
table.form label.r_label:hover:after {
border-color: #f8b500; /* ボックスの境界線を実線で指定する */
}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

form .button ,form .button-formback{ width:90%; text-align:center; cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;   font-family: "Zen Kaku Gothic New", Arial, "Arial Narrow","游ゴシック", "メイリオ", Meiryo, sans-serif;}

form .button:hover ,form .button-formback:hover{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;  
}

form .button{
  padding: 20px 10px !important;
  font-size: 18px;
  background: #31424E;
  color: #fff;
}
form .button:hover{
  opacity: 1;
  background:#688aa2;
  transition: 0.3s;
}
form .button-formback{
  padding: 20px 10px !important;
  font-size: 18px;
  background: #959595;
  color: #fff;
}
input[type="submit"] {
/*    border-color: #ffa600;box-shadow:none;*/
    border:none; 
/*
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );  
*/
    font-family: "Zen Kaku Gothic New", Arial, "Arial Narrow","游ゴシック", "メイリオ", Meiryo, sans-serif;
}


p.error {
  width: 98%;
  padding: 4px;
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  background: #f78b8b;
}
