/*****************************************************************************
CSS only for shop/ippan/ippan.css
*****************************************************************************/
.mod_section_box_main img{
	vertical-align:top;
}

.case_section img {
	max-width: 100%;
	height: auto;
	}

/*マージンパーツ*/
.m-bs {margin-bottom: 5px !important;}
.m-bss {margin-bottom: 10px !important;}
.m-bm {margin-bottom: 15px !important;}
.m-bmm {margin-bottom: 20px !important;}
.m-bl {margin-bottom: 30px !important;}

.m-ts {margin-top: 5px !important;}
.m-tss {margin-top: 10px !important;}
.m-tm {margin-top: 15px !important;}
.m-tmm {margin-top: 20px !important;}
.m-tl {margin-top: 30px !important;}

.m-ls {margin-left: 5px !important;}
.m-lss {
	margin-left: 8px !important;
}
.m-lm {margin-left: 15px !important;}
.m-lmm {margin-left: 20px !important;}
.m-ll {margin-left: 30px !important;}

/*パディングパーツ*/
.p-bs {padding-bottom: 5px !important;}
.p-bss {padding-bottom: 10px !important;}
.p-bm {padding-bottom: 15px !important;}
.p-bmm {padding-bottom: 20px !important;}
.p-bl {padding-bottom: 30px !important;}

.p-ts {padding-top: 5px !important;}
.p-tss {padding-top: 10px !important;}
.p-tm {padding-top: 15px !important;}
.p-tmm {padding-top: 20px !important;}
.p-tl {padding-top: 30px !important;}

.p-rs {padding-right: 5px !important;}
.p-rss {padding-right: 10px !important;}
.p-rm {padding-right: 15px !important;}
.p-rmm {padding-right: 20px !important;}
.p-rl {padding-right: 30px !important;}

/* Spshow
-----------------------------------------*/
.Spshow {
  display: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Spshow {
    display: inline-block;
  }
}

/* Pcpshow
-----------------------------------------*/
.Pcpshow {

}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Pcpshow {
    display: none;
  }
}
/* caseList
-----------------------------------------*/
.caseList{
	margin-bottom: 50px;

}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.caseList{
  margin: 0 10px 50px;
}
}
.caseList h3{
  margin: 50px 0 20px;
  font-size: 24px;
	color: #ce5b16;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.caseList h3{
  font-size: 18px;
}
}

.caseList .mob_coltwobnr{
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
.caseList .mob_coltwobnr_entry_text{
  display: table-cell;
  background-color: #FFF;
  vertical-align: middle;
  box-sizing:border-box;
  width: 375px;
  padding:0 10px 0 40px;
  /* border-radius */
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  background:transparent url('../img/bg_arrow03.png') no-repeat 16px center;
}
#sectionContents .mob_coltwobnr_entry_text p.coltwobnrTitle span{
  font-size: 14px;
  margin: 0;
	font-weight: bold;
	color: #ce5b16;
}
/* libraryList
-----------------------------------------*/
.libraryList{
	margin-bottom: 50px;

}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.libraryList{
  margin: 0 10px 50px;
}
}
.libraryList h3{
  margin-top: 50px;
  font-size: 24px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.libraryList h3{
  font-size: 18px;
}
}
.libraryList a{
  margin-top: 20px;
  font-size: 18px;
	border: 1px solid #367c36;
	padding: 15px 10px;
	border-radius: 4px;
	background: #f4f9e8;
	color: #000;
	position: relative;
}

.libraryList a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

.libraryList a:hover {	color: #367c36;}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.libraryList a{
  font-size: 16px;
}
}

/* ImgBnr
-----------------------------------------*/
.ImgBnr{
  margin-bottom: 70px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.ImgBnr{
  margin:0 10px 40px 10px;
}
}

.ImgBnr a{
  display: block;
  box-sizing:border-box;
  overflow: hidden;
}
.ImgBnr a img{
  width: 100%;
  height: auto;
}
.ImgBnr a:hover   { opacity: 0.9;}
.ImgBnr a:focus   { opacity: 0.9;}
.ImgBnr a:active  { opacity: 0.9;}

.gray_box{
	padding: 2em 2em;
	background: #ececec;
	margin-bottom: 50px;
}

.gray_box h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.4;
}
.gray_box h4 {
	font-size: 138%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.4;
	color: #ce5b16;
}

.green_box{
	padding: 2em 2em;
	border: 1px solid #8fc320;
	margin-bottom: 50px;
}

p.copy{
	font-size: 125%;
	line-height: 1.8!important;
}
@media screen and (max-width: 640px) {
p.center_copy,
p.copy{
	font-size: 4vw;
}
}
p.sub_copy {
	font-size: 88%;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em!important;
	}
@media screen and (max-width: 640px) {
p.sub_copy{
	font-size: 3vw!important;
}
}
.green_box h5 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
@media screen and (max-width: 640px) {
.green_box h5 {
	font-size: 4vw;
}
}
.green_box h6 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0.4em;
}
@media screen and (max-width: 640px) {
.green_box h6 {
	font-size: 4vw;
}
}
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column,
.two_one_column .column_inner{
    width: 48%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 640px) {

.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_one_column .column,
.two_one_column .column_inner{
    width: 100%;
}
}

.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column{
    width: 48%;
	display: flex;
	flex-direction: column;
}

.three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_column::after{
    content:"";
    display: block;
    width: 32%;
}

.three_column .column{
    width: 32%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.mob_bnrbox{
  margin:0 10px 20px 10px;
  display: block;
}
}
.three_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_one_column::after{
    content:"";
    display: block;
    width: 32%;
}

.three_one_column .column{
    width: 32%;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.three_one_column::after{
    width: 100%;
}

.three_one_column .column{
    width: 100%;
}
}

.index_kv{
	background: url("../img/bg_index_kv.jpg");
	content: "";
	width: 770px;
	height: 900px;
	margin-bottom: 2em;
	position: relative;
}

.index_kv h2{
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 225%;
	font-weight: bold;
	line-height: 1.8;
	text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
}

.index_kv p{
	position: absolute;
	top: 220px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 125%;
	z-index: 1;
	line-height: 1.6!important;
}

.index_kv img{
	position: absolute;
	top: 420px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.index_kv{
	background: url("../img/bg_index_kv_sp.jpg");
	content: "";
	width: auto;
	height: auto;
	aspect-ratio: 750 / 1200;
	margin-bottom: 2em;
	position: relative;
	background-size: cover;
}
	
.index_kv h2{
	top: 6vw;
	font-size: 4.8vw;
}
.index_kv p{
	top: 36vw;
	font-size: 4.8vw;
}
	
.index_kv img{
	position: absolute;
	top: 80vw;
	width: 60vw;
}
}
.case_section h3{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1em;
}
.case_section h4{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
	color: #ce5b16;
	border-bottom: 1px solid #ce5b16;
	padding-bottom: 6px;
	position: relative;
}
.case_section h4::after{
	position: absolute;
	bottom: 0;
	right: 10px;
	background: url("../img/bg_h4.png");
	width: 45px;
	height: 27px;
	content: "";
    display: inline-block;
}
.case_section h5{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.case_section p{
	font-size: 118%;
	line-height: 1.6!important;
}

.case_section p.explanation{
	font-size: 100%;
	line-height: 1.6!important;
}
.case_section p.caption{
	margin-top: 15px !important;
	font-size: 88%;
}
.case_section p.caption_zero{
	font-size: 88%;
}
.case_section p+h4{
	margin-top: 2em;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.case_section h3{
	font-size: 5.4vw;
	line-height: 1.2;
}
.case_section h4{
	font-size: 4.6vw;
}
.case_section h5{
	font-size: 4vw;
}
.case_section p.caption_zero{
	margin-top: 15px !important;
}
}


.case_img{
	position: relative;
}

.case_img_no{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ce5b16;
	color: #FFF;
	padding: 6px 12px;
}

.before_box{
	width: 100%;
	border: 1px solid #ce5b16;
	padding: 1em;
	display: table;
	box-sizing: border-box;
	line-height: 1.6!important;
	margin-bottom: 3em;
}

.before_box_title{
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	text-align: center;
	font-size: 118%;
	color: #ce5b16;
}

.before_box_img{
	display: table-cell;
}
.before_box_img img{
	width: 200px;
}
.before_box_text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 1em 0 2em;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.before_box_title{
	width: auto;
}
.before_box_img img{
	width: 30vw;
	padding: 0 1em 0 1em;
}
.before_box_text{
	display: table-cell;
	vertical-align: middle;
	width: 36vw;
	padding: 0 0 0 1em;
}
}


.title_block{
    display : flex;
    flex-wrap : wrap;
	align-items:flex-start;
	justify-content: center;
	margin-bottom: 2em;
	border-top: 4px solid #ce5b16;
}

.title_block_no{
    width: 18%;
	background: #f5ded1;
	text-align: center;
	padding: 0 1em 1em;
	box-sizing: border-box;
}
.title_block_no_box{
	background: #ce5b16;
	font-weight: bold;
	font-size: 200%;
	color: #FFF;
	position: relative;
	padding: 0.4em 0;
}
.title_block_no_box::before{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: url("../img/bg_h2.png");
	width: 26px;
	height: 18px;
	content: "";
    display: inline-block;
}
.title_block_no_box span{
	font-size: 75%;
	padding-top: 1.6em;
	display: block;
}
.title_block_text{
    width: 82%;
	padding: 0 0 0 4%;
	box-sizing: border-box;
}


.title_block_text .sub {
   margin: 0 auto; 
   padding: 0.6em 1.4em 0.4em; 
   position: relative;
	display: inline-block;
	background: #f5ded1;
	margin-top: 1em;
	font-size: 125%;
	color: #ce5b16;
	font-weight: bold;
}

.title_block_text .sub:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   border-bottom: 15px solid transparent;
   border-left: 15px solid #FFF; 
}

.title_block_text .sub:after {
   content: '';
   position: absolute;
   bottom: 0;
   right: 0;
   display: block;
   border-left: 15px solid transparent; 
   border-bottom: 15px solid #FFF; 
}
.title_block_text h2{
	font-weight: bold;
	font-size: 225%;
	margin-top: 0.6em;
	letter-spacing: 0.04em
}


@media only screen and (max-width:640px) and (max-device-width:1280px){
.title_block_no{
    width: 28%;
	background: #f5ded1;
	text-align: center;
	padding: 0 1em 1em;
	box-sizing: border-box;
}
.title_block_no_box{
	font-size: 6vw;
	padding: 3vw 0 5vw;
}
.title_block_text{
    width: 72%;
	padding: 0 0 0 4%;
	box-sizing: border-box;
}
.title_block_text .sub {
	font-size: 4vw;
	margin-top: 0.6em;
}

.title_block_text h2{
	font-size: 6vw;
	line-height: 1.2;
}
}

.date_box {
   position: relative;
   margin: 0 auto 4em;
   border: 2px solid #000;
	line-height: 1.8;
	font-size: 118%;
}

.date_box .box-title {
   position: absolute; 
   top: -0.5em; 
   left: 1em;
   background-color: #fff; 
   color: #000; 
   padding: 0 .5em; 
   font-weight: bold; 
   line-height: 1;
   display: inline-block; 
   width: auto;
   max-width: calc(100% - 2em); 
   white-space: nowrap; 
   overflow: hidden;
   text-overflow: ellipsis; 
}

.date_box .box-content {
   padding: 1em 2em; 
}

.date_box .name {
	text-align: center;
	border-bottom: 1px solid;
	margin-bottom: 1em;
}

.beige_box{
	padding: 2em 2em 1em;
	background: #e5dfa8;
}



