@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/information/con_back.jpg");
	position: relative;
}

/* ## page title ## */
h2#kkTitle.pTitle {
	height: auto;
	padding-top: 100px;
}
h2#kkTitle.pTitle img {
	width: 268px;
}


.baseBox .inner {
	max-width: 980px;	
}
.baseBox h4 {
	font-size: 22px;
	font-family: Quicksand, "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

.imgBox {
	width: 280px;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-left: 24px;
	float: right;
}
.imgBox img {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 14px 14px 0 #d28c04;
	vertical-align: bottom;
}

/* ## index.php ## */
.ttTable table {
	width: 100%;
	border-collapse: collapse;
}
.ttTable table th {
	width: 14.285714%;
	box-sizing: border-box;
	color: #ffffff;
	border: solid 1px #F4F5FF;
	border-collapse: collapse;
	background-color: #72a7f8;
	padding: 4px;
}
.ttTable table th.sat {
	background-color: #448df9;
}
.ttTable table th.sun {
	background-color: #ffa6eb;
}
.ttTable table td {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border: solid 1px #F4F5FF;
	background-color: #ffffff;
	vertical-align: top;
	padding: 8px 4px 4px 8px;
}
.ttTable table td .ttBox {
	margin-bottom: 14px;
}
.ttTable table td.holiday {
	vertical-align: middle;
}
.ttTable table td span {
	width: 100%;
	font-size: 11px;
	background-color: #b4cff8;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	padding: 2px 8px;
}

/* ## tsubomi.php ## */
.tsubomiBox {
	width: 100%;
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}
.tsubomiBox img {
	width: 180px;
	vertical-align: bottom;
	margin-bottom: 18px;
}
.ninki {
	width: 50px;
	color: #ffffff;
	background-color: #F25659;
	border-radius: 8px;
	font-size: 9px;
	margin: 0 auto;
	padding: 1px 8px;
	display: block;
}

/* ## sahou.php ## */
#sahou .baseArticle p {
	line-height: 2;
}
p.ep {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.sahouUl li {
	margin-bottom: 34px;
}
.sahouUl li p {
	line-height: 2;
}

.ksBox {
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	border-radius: 14px;
	background-color: #ffebec;
	margin-top: 18px;
	padding: 14px 24px 18px 24px;
	overflow: hidden;
}
.ksBox .kName {
	font-size: 20px;
	font-weight: bold;
	font-family: Quicksand, "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ksBox img {
	width: 124px;
	border-radius: 8px;
	margin: 10px 0 0 24px;
	float: right;
}

.muryo {
	width: 78%;
	box-sizing: border-box;
	border-radius: 14px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	background-color: #ffebec;
	margin: 0 auto;
	padding: 24px;
}

h2.pTitle span.tkk {
	font-size: 18px;
	font-weight: bold;
	background-color: #faaf38;
	color: #fffff;
	text-shadow: none;
	border-radius: 4px;
	padding: 4px 26px;
}
.cTitle span.kodo {
	font-size: 20px;
}

/* ## 家庭教師 ## */

.ckTitle {
	font-size: 36px;
	text-align: center;
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 740;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 54px;
	padding-top: 10px;
	padding-bottom: 8px;
	clear: both;
}
.ckTitle .sub {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 18px;
	display: block;
}
.ckTitle hr {
	width: 140px;
   border-width: 1px 0 0 0;	/* 太さ */
   border-style: solid;		/* 線種 */
   border-color: #999999;		/* 線色 */
   height: 1px;					/* 高さ */
	margin: 24px auto 0 auto;
}
	
#con01 .ckTitle {
	color: #d81e52;
}
#con02 .ckTitle {
	color: #0c9e66;
}
#con03 .ckTitle {
	color: #0c5b9e;
}
#con04 .ckTitle {
	color: #f5b800;
}

#con01 .ckTitle .subsub {
	font-size: 16px;
	background-color: #d81e52;
	border-radius: 14px;
	color: #ffffff;
	padding: 4px 24px;
	margin-top: 10px;
	display: inline-block;
	font-weight: bold;
}

/* accordion */
.tgtBox {
	width: 100%;
	max-width: 780px;
	margin: 24px auto 10px auto; 	
}
.tgtBox .accordion_header {
	background-color: #fff2fe;
	border: solid 1px #fcdbf9;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
	z-index: +1;
	transition-duration: 0.2s;
	overflow: hidden;
}
.tgtBox .accordion_header img {
	width: 22px;
	vertical-align: top;
	opacity: 0.74;
}
.tgtBox .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.tgtBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.tgtBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.tgtBox .accordion_header .i_box .one_i:before, .tgtBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.tgtBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 8px;
}
.tgtBox .accordion_header.open .i_box .one_i:before {
  content: none;
}
.tgtBox .accordion_header .qtex {
	width: 95%;
	box-sizing: border-box;
	line-height: 1.4;
	margin: 0;
	float: left;
}
.tgtBox .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tgtBox .accordion_inner {
	width: 100%;
	background-color: #ffffff;
	border-left: 1px solid #fcdbf9;
	border-right: 1px solid #fcdbf9;
	border-bottom: 1px solid #fcdbf9;
}
.tgtBox .accordion_inner:after {
}
.tgtBox .accordion_inner .box_one {
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.5;
	padding: 18px 44px;
}
.tgtBox .accordion_inner .box_one:after {
  content: "";
  clear: both;
  display: block;
}
.tgtBox .accordion_inner p.txt_a_ac {
	box-sizing: border-box;
	line-height: 1.8;
	margin: 0;
	float: left;
}


.nymBox {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto 24px auto;
	clear: both;
	position: relative;
}
.nymBox:after {
  content: "";
  clear: both;
  display: block;
}
.nymBox .boxF {
	width: 100%;
}
.nymBox .boxF .imgBox2 {
	width: 100%;
	max-width: 380px;
}
.nymBox #nyIb02.imgBox2 {
	padding-top: 18px;
	padding-bottom: 14px;
}
.nymBox .imgBox2 img {
	width: 100%;
	max-width: 600px;
	vertical-align: bottom;
}

.nymBox .boxS {
	width: 100%;
	max-width: 840px;
	background-color: #ffffff;
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	border-radius: 14px;
	margin: 0 auto;
	padding: 44px 44px 44px 44px;
}
.nymBox h5 {
	color: #d81e52;
	font-size: 28px;
	font-weight: 740;
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	border-bottom: solid 3px #d81e52;
	margin-bottom: 24px;
	display: inline-block;
}
.nymBox h6 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 24px 0;
}
.nymBox .tex p {
	font-size: 16px;
	line-height: 1.8;
	margin: 14px 0;
}

/* FAQ */
.faqBox {
	padding-bottom: 24px;
}
.faqBox .fbWrapp {
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}
.faqBox .faqIco {
	color: #ffffff;
	font-size: 24px;
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	background-color: #0c9e66;
	border-radius: 25px;
	margin-right: 24px;
	padding-top: 6px;
	float: left;
}
.faqBox .faqIco.icoAns {
	background-color: #ffbb19;
}
.faqBox h3 {
	width: 90%;
	box-sizing: border-box;
	line-height: 1.5;
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	background-color: #ffffff;
	border-radius: 10px;
	text-align: left;
	padding: 14px 14px 14px 24px;
	float: left;
}
.faqBox p {
	width: 90%;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	border-radius: 10px;
	line-height: 1.58;
	font-weight: bold;
	text-align: left;
	padding: 14px 14px 14px 24px;
	float: left;
}

/* 料金 */
.kkBan {
	width: 100%;
	max-width: 580px;
	box-sizing: border-box;
	margin: 0 auto 44px auto;
}
.kkBan img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

.entpBox {
	width: 100%;
	text-align: center;
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.entPrice {
	font-size: 30px;
	font-weight: 740;
	text-align: center;
	margin-bottom: 8px;
	display: inline-block;
}
.entPrice .etp {
	font-size: 18px;
	color: #ffffff;
	border-radius: 20px;
	text-align: center;
	background-color: #0c5b9e;
	margin-right: 10px;
	padding: 8px 24px;
	vertical-align: middle;
}
.entPrice .eTax {
	font-size: 14px;
}

.jex {
	color: #0c5b9e;
	font-weight: bold;
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	text-align: center;
	border-radius: 4px;
	background-color: #bfe2ff;
	margin-bottom: 8px;
	padding: 4px 14px;
}

.prBox {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.05);
	font-family: "proxima-nova", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	margin-bottom: 14px;
	overflow: hidden;
}
.prBox .box1 {
	width: 35%;
	height: 100px;
	box-sizing: border-box;
	color: #0c5b9e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	float: left;
	position: relative;
	z-index: 2;
}
.prBox .box1:after {
	content: "";
	position: absolute;
	top: 0;
	right: -24px;
	height: 100px;
	box-sizing: border-box;
	border-top: solid transparent;
	border-bottom: solid transparent;
	border-left: solid #ffffff;
	border-left-width: 24px;
	border-top-width: 50px;
	border-bottom-width: 50px;
}
.prBox .box2 {
	width: 65%;
	height: 100px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #0c5b9e;
	padding-top: 8px;
	float: left;
	position: relative;
	z-index: 1;
}
.prBox .box1 p {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.2;
	position: absolute;
	top: 33%;
	left: 0;
}
.prBox .box2 p.exp {
	font-size: 14px;
	font-weight: normal;
}
.prBox .box2 p.kkPrice {
	font-size: 24px;
}
.prBox .box2 p.kkPrice span {
	font-size: 16px;
}
.prBox .box2 p.kkPrice .kksub {
	font-size: 10px;
}
.prBox .box2 p.kkpSub {
	font-size: 16px
}
.prBox .box2 p.kkpSub s {
	color: #bbbbbb;
}
.prBox .box2 p.kkpSub span.pEnt {
	font-size: 12px;
	color: #0c5b9e;
	background-color: #ffffff;
	text-align: center;
	border-radius: 10px;
	margin-right: 10px;
	padding: 4px 14px;
}

.prBox.op {
}
.prBox.op .box1 {
	width: 35%;
	height: 66px;
	font-size: 20px;
	background-color: #bfe2ff;
}
.prBox.op .box1:after {
	top: 0;
	right: -20px;
	height: 50px;
	border-left-width: 20px;
	border-top-width: 33px;
	border-bottom-width: 33px;
	border-left-color: #bfe2ff;
}
.prBox.op .box2 {
	height: 66px;
	background-color: #2273b8;
	padding-top: 8px;
}
.prBox.op .box1 p {
	line-height: 1.2;
	top: 30%;
	left: 0;
}
.prBox.op .box2 p.kkPrice {
	font-size: 16px;
}
.prBox.op .box2 p.kkPrice span {
}
.prBox.op .box2 p.kkpSub {
	font-size: 16px
}
.prBox.op .box2 p.kkpSub span.pEnt {
	font-size: 12px;
	border-radius: 10px;
	margin-right: 10px;
	padding: 4px 14px;
}

.nButton a {
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	line-height: 1.5;
	border: none;
	box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.24);/*影の色(rgbaの値を変更)*/
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	margin: 14px auto;
	padding: 12px 4px;
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 0.84;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.nButton a::after {
	content: '';
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.84) 100%, rgba(255, 255, 255, 0) 0%);

	/* アニメーション */
	animation-name: shiny;
	animation-duration: 3.4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.kbshu {
	width: 100%;
	max-width: 580px;
	box-sizing: border-box;
	margin: 44px auto 0 auto;
}
.kbshu img {
	width: 100%;
	vertical-align: bottom;
}

.lineBox {
	width: 100%;
	box-sizing: border-box;
	max-width: 780px;
	margin: 44px auto 0 auto;
}
.lineBox img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	vertical-align: bottom;
}
.lineBox a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cautionLine {
	color: #54b636;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## 家庭教師 ## */
/* ## page title ## */
h2#kkTitle.pTitle {
	padding-top: 4px;
}
h2#kkTitle.pTitle img {
	width: 114px;
}
	
/* FAQ */
.faqBox h3 {
	width: 80%;
}
.faqBox p {
	width: 80%;
}
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## 家庭教師 ## */
/* ## page title ## */
h2#kkTitle.pTitle {
	padding-top: 8px;
}
h2#kkTitle.pTitle img {
	width: 124px;
}
	
/* FAQ */
.faqBox h3 {
	width: 84%;
}
.faqBox p {
	width: 84%;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## 家庭教師 ## */
/* ## page title ## */
h2#kkTitle.pTitle {
	padding-top: 24px;
}
h2#kkTitle.pTitle img {
	width: 138px;
}
	
/* FAQ */
.faqBox h3 {
	width: 90%;
}
.faqBox p {
	width: 90%;
}

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

.baseBox h4 {
	font-size: 18px;
	margin-bottom: 6px;
}

.imgBox {
	width: 140px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 18px;
}
.imgBox img {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 8px 8px 0 #d28c04;
	vertical-align: bottom;
}
	
/* ## index.php ## */
.ttTable table th {
	width: 14.285714%;
	padding: 2px;
}
.ttTable table td {
	font-size: 10px;
	padding: 4px 2px 2px 2px;
}
.ttTable table td .ttBox {
	margin-bottom: 8px;
}
.ttTable table td span {
	font-size: 9px;
	padding: 2px 4px;
}
	
/* ## access.php ## */
.access iframe {
	height: 250px;
}
.access address {
	font-size: 14px;
	margin: 10px 0;
}
	
/* ## sahou.php ## */
.sahouUl li {
	margin-bottom: 18px;
}
.sahouUl li p {
	line-height: 1.84;
}
p.ep {
	font-size: 16px;
}
	
.ksBox {
	margin-top: 18px;
	padding: 8px 14px 10px 14px;
}
.ksBox .kName {
	font-size: 16px;
}
.ksBox img {
	width: 84px;
	margin: 8px 0 0 14px;
}

.muryo {
	width: 90%;
	border-radius: 10px;
	font-size: 15px;
	padding: 14px;
}
	
.cTitle span.kodo {
	font-size: 14px;
}

h2.pTitle span.tkk {
	font-size: 11px;
	padding: 1px 14px;
}
	
	
/* ## 家庭教師 ## */
/* 料金 */
.kkBan {
	width: 90%;
	margin: 0 auto 34px auto;
}
.ckTitle {
	font-size: 22px;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}
.ckTitle .sub {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 14px;
}
.ckTitle hr {
	width: 58px;
	margin: 14px auto 0 auto;
}

#con01 .ckTitle .subsub {
	font-size: 12px;
	border-radius: 12px;
	padding: 2px 18px;
	margin-top: 8px;
}
	
.nymBox {
	width: 94%;
	margin: 0 auto 18px auto;
}
.nymBox #nyIb02.imgBox2 {
	padding-top: 14px;
	padding-bottom: 10px;
}
.nymBox .imgBox2 img {
}

.nymBox .boxS {
	width: 100%;
	max-width: 780px;
	padding: 18px;
}
.nymBox h5 {
	font-size: 18px;
	font-weight: 740;
	margin-bottom: 14px;
}
.nymBox h6 {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 14px 0;
}
.nymBox .tex p {
	font-size: 14px;
	line-height: 1.8;
	margin: 8px 0;
}
.nymBox .boxF .imgBox2 {
	width: 100%;
	max-width: 214px;
	margin: 0 auto;
}

/* accordion */
.tgtBox {
	margin: 14px auto 8px auto; 	
}
.tgtBox .accordion_header {
	font-size: 12px;
	text-align: left;
	padding: 8px 34px 8px 14px;
}
.tgtBox .accordion_header img {
	width: 18px;
}
.tgtBox .accordion_header:active {
	color: #537d68;
  opacity: .84;
}
.tgtBox .accordion_header:active .i_box .one_i:before, .tgtBox .accordion_header:active .i_box .one_i:after {
	background-color: #537d68;
}
.tgtBox .accordion_header .i_box {
  right: 0.4%;
}
.tgtBox .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.tgtBox .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.tgtBox .accordion_header .i_box .one_i:before, .tgtBox .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #545454;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.tgtBox .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 6px;
}
.tgtBox .accordion_inner .box_one {
	font-size: 10px;
	padding: 8px 14px 8px 14px;
}

.tgtBox .faqQ {
	font-size: 16px;
	padding-right: 10px;
}
.tgtBox .faqA {
	font-size: 16px;
	padding-right: 10px;
}

.tgtBox .accordion_header .qtex {
	line-height: 1.4;
}
	
/* FAQ */
.faqBox {
	padding-bottom: 14px;
}
.faqBox .faqIco {
	font-size: 18px;
	width: 38px;
	height: 38px;
	box-sizing: border-box;
	border-radius: 19px;
	margin-right: 8px;
	padding-top: 4px;
	float: left;
}
.faqBox h3 {
	border-radius: 10px;
	padding: 10px 10px 10px 18px;
}
.faqBox p {
	border-radius: 10px;
	padding: 10px 10px 10px 18px;
}
	
/* 料金 */
.entpBox {
	margin-top: 24px;
}
.entPrice {
	font-size: 20px;
	margin-bottom: 8px;
}
.entPrice .etp {
	font-size: 14px;
	border-radius: 18px;
	margin-right: 8px;
	padding: 4px 14px;
}
.entPrice .eTax {
	font-size: 12px;
}

.jex {
	border-radius: 2px;
	margin-bottom: 8px;
	padding: 2px 8px;
}

.prBox {
	margin-bottom: 8px;
}
.prBox .box1 {
	width: 28%;
	height: 70px;
	font-size: 16px;
}
.prBox .box1:after {
	top: 0;
	right: -18px;
	height: 40px;
	border-left-width: 18px;
	border-top-width: 35px;
	border-bottom-width: 35px;
}
.prBox .box2 {
	width: 72%;
	height: 70px;
	padding-top: 5px;
}
.prBox .box1 p {
	line-height: 1.2;
	top: 33%;
}
.prBox .box2 p.exp {
	font-size: 10px;
}
.prBox .box2 p.kkPrice {
	font-size: 16px;
}
.prBox .box2 p.kkPrice span {
	font-size: 11px;
}
.prBox .box2 p.kkpSub {
	font-size: 13px;
	line-height: 1.24;
}
.prBox .box2 p.kkpSub span.pEnt {
	font-size: 10px;
	border-radius: 10px;
	margin-right: 8px;
	padding: 2px 10px;
}
	
.prBox.op {
}
.prBox.op .box1 {
	width: 28%;
	height: 44px;
	font-size: 15px;
}
.prBox.op .box1:after {
	top: 0;
	right: -16px;
	height: 44px;
	border-left-width: 16px;
	border-top-width: 22px;
	border-bottom-width: 22px;
}
.prBox.op .box2 {
	width: 72%;
	height: 44px;
	padding-top: 5px;
}
.prBox.op .box1 p {
}
.prBox.op .box2 p.kkPrice {
	font-size: 11px;
}
.prBox.op .box2 p.kkPrice span {
	font-size: 9px;
}
.prBox.op .box2 p.kkpSub {
}
.prBox.op .box2 p.kkpSub span.pEnt {
	font-size: 12px;
	border-radius: 10px;
	margin-right: 10px;
	padding: 4px 14px;
}
	
.kbshu {
	width: 78%;
	max-width: 580px;
	margin: 24px auto 0 auto;
}
	
.lineBox a:active {
	opacity: 0.84;
}

.cautionLine {
	font-size: 12px;
	line-height: 1.4;
}

	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## page title ## */
h2#kkTitle.pTitle {
	padding-top: 80px;
}
h2#kkTitle.pTitle img {
	width: 164px;
}

.pBox {
	width: 50%;
	box-sizing: border-box;
	margin-top: 14px;
	padding-right: 14px;
	float: left;
}
	
.lineBox a:hover {
	opacity: 0.84;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## page title ## */
h2#kkTitle.pTitle {
	padding-top: 90px;
}
h2#kkTitle.pTitle img {
	width: 214px;
}

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* ## page title ## */
h2#kkTitle.pTitle {
	padding-top: 100px;
}
h2#kkTitle.pTitle img {
	width: 268px;
}


}