@charset "utf-8";

/*=============================================================
 Common Layout
=============================================================*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC / TUBLET 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (min-width: 768px), print {
/*=============================================================
 Common Layout
=============================================================*/
#header nav #gbMenu li:nth-of-type(2) a {
 background-color: #ce3164;
}
#pageBody {
 padding-bottom: 0;
}
.cmnMv01 {
 background-image: url(../img/history_mv_bg01.jpg)
}
.sec01 {
 background: #ff99ba;
 color: #fff;
 margin: 41px 0 0;
 padding: 110px 20px 85px;
}
.sec01 .inner {
 position: relative;
 padding: 0 342px 0 20px;
 text-align: center;
}
.sec01 .inner p {
 font-size: 16px;
}
.sec01 dl {
 margin: 30px 0 0;
}
.sec01 dt {
 font-size: 22px;
 text-align: center;
 position: relative;
 padding: 0 0 0;
}
.sec01 dt:before {
 content: "";
 display: block;
 width: 34px;
 height: 2px;
 background: #fff;
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -17px;
}
.sec01 dd li {
 font-size: 22px;
 text-align: center;
 margin: 20px 0 0;
 line-height: 1.57 !important;
}
.sec01 .inner .txt01 {
 font-size: 14px;
 margin: 50px 0 0;
}
.sec01 .inner figure {
 width: 322px;
 height: 432px;
 background: url(../img/history_img01.png) no-repeat center;
 position: absolute;
 right: 0;
 top: 0;
 white-space: nowrap;
 overflow: hidden;
}
.sec01 .inner figure img {
	display:none;
}
.sec02 {
 padding: 180px 0 0;
 background: url(../img/history_bg02.png) no-repeat center top;
}
.sec02 h2 {
 width: 296px;
 margin: 0 0 0 82px;
}
.sec02 section {
 margin: 52px 0 0;
}
.sec02 h3 {
 width: 99px;
 margin: 0 0 14px 173px;
}
.sec02 .tblWrap {
 background: url(../img/history_bg01.png) repeat-y 224px top;
 padding: 30px 0;
 position: relative;
}
.sec02 .tblWrap:before {
 content: "";
 display: block;
 width: 11px;
 height: 11px;
 background: #ce3164;
 border-radius: 6px;
 position: absolute;
 top: 0;
 left: 219px;
}
.sec02 table {
 width: 100%;
}
.sec02 table th,
.sec02 table td {
 text-align: left;
 vertical-align: top;
 font-size: 15px;
 line-height: 2.26;
}
.sec02 table th {
 width: 263px;
 padding: 0 60px 0 43px;
 box-sizing: border-box;
}
.sec02 table td figure {
 margin: 15px 0;
}
.sec02 table td figure span {
 display: block;
 width: 380px;
}
.sec02 table td figure figcaption {
 font-size: 11px;
 margin: 5px 0 0;
}
.sec02 #tbl2010 {
 position: relative;
}
.sec02 #tbl2010 .layout th,
.sec02 #tbl2010 .layout td {
 padding-bottom: 10px;
}
.sec02 #tbl2010 #pickup th,
.sec02 #tbl2010 #pickup td {
 padding-top: 25px;
 padding-bottom: 25px;
}
.sec02 #tbl2010 #pickup td {
 line-height: 1.73;
}
.sec02 #tbl2010 #pickup ul {
 margin: 10px 0 0;
 float: left;
 width: 405px;
}
.sec02 #tbl2010 #pickup li {
 font-size: 13px;
 text-indent: -2em;
 padding-left: 2em;
 line-height: 2.3;
}
.sec02 #tbl2010 #pickup figure {
 width: 260px;
 float: right;
 margin: 0 18px 0 0;
}
.sec02 #tbl2010 #pickupBg {
 width: 100%;
 background: rgba(255,153,186,0.20);
 position: absolute;
 top: 0;
 left: 0;
}
.sec02 #tbl2017 td span {
 display: inline-block;
 font-size: 13px;
 line-height: 2;
 margin: 5px 0 0;
}
.sec02 #tbl2017 td figure {
 width: 185px;
 margin: 15px 0 30px;
}
.sec02 #tbl2017 tr:last-child th,
.sec02 #tbl2017 tr:last-child td {
 padding-bottom: 50px;
}
.sec02 #tbl2017 tr:last-child td {
 line-height: 1.86;
}
.sec02 #tbl2017 tr:last-child td strong {
 display: inline-block;
 font-size: 25px;
 line-height: 1.36;
 margin: 0 0 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 767px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
/*=============================================================
 Common Layout
=============================================================*/
#pageBody {
 padding-bottom: 0;
}
.cmnMv01 {
 background-image: url(../img/history_mv_bg01.jpg);
}
.cmnMv01 img {
 max-width: 113px;
}
.sec01 {
 background: #ff99ba;
 color: #fff;
 margin: 30px 0 0;
 padding: 45px 0;
}
.sec01 dl {
 margin: 30px 0 0;
}
.sec01 dt {
 font-size: 19px;
 text-align: center;
 position: relative;
 padding: 0 0 6px;
}
.sec01 dt:before {
 content: "";
 display: block;
 width: 34px;
 height: 2px;
 background: #fff;
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -17px;
}
.sec01 dd li {
 text-align: center;
 margin: 12px 0 0;
}
.sec01 .txt01 {
 font-size: 12px;
 margin: 25px 0 0;
}
.sec01 figure {
 max-width: 270px;
 margin: 25px auto 0;
}
.sec02 {
 padding: 215px 0 0;
 background: url(../img/history_bg02_sp.png) no-repeat right top 30px;
 background-size: 268px auto;
}
.sec02 h2 {
 max-width: 198px;
 margin: 0 0 0 17px;
}
.sec02 section {
 margin: 20px 0 0;
}
.sec02 h3 {
 max-width: 63px;
 margin: 0 0 10px 93px;
}
.sec02 .tblWrap {
 background: url(../img/history_bg01.png) repeat-y 127px top;
 padding: 20px 0;
 position: relative;
}
.sec02 .tblWrap:before {
 content: "";
 display: block;
 width: 7px;
 height: 7px;
 background: #ce3164;
 border-radius: 4px;
 position: absolute;
 top: 0;
 left: 124px;
}
.sec02 table th,
.sec02 table td {
 text-align: left;
 vertical-align: top;
 font-size: 12px;
 line-height: 1.95;
}
.sec02 table th {
 width: 145px;
 padding: 0 38px 0 0;
 box-sizing: border-box;
}
.sec02 table td figure {
 margin: 10px 0;
}
.sec02 table td figure span {
 display: block;
 max-width: 190px;
}
.sec02 table td figure figcaption {
 font-size: 9px;
}
.sec02 #tbl2010 {
 position: relative;
}
.sec02 #tbl2010 .layout th,
.sec02 #tbl2010 .layout td {
 padding-bottom: 15px;
}
.sec02 #tbl2010 #pickup th,
.sec02 #tbl2010 #pickup td {
 padding-top: 15px;
 padding-bottom: 15px;
}
.sec02 #tbl2010 #pickup ul {
 margin: 10px 0 0;
}
.sec02 #tbl2010 #pickup li {
 font-size: 9px;
 text-indent: -2em;
 padding-left: 2em;
}
.sec02 #tbl2010 #pickupBg {
 width: 100%;
 background: rgba(255,153,186,0.20);
 position: absolute;
 top: 0;
 left: 0;
}
.sec02 #tbl2017 td span {
 display: inline-block;
 font-size: 9px;
 line-height: 1.83;
 margin: 10px 0 0;
}
.sec02 #tbl2017 td figure {
 max-width: 145px;
 margin: 15px 0;
}
.sec02 #tbl2017 tr:last-child th,
.sec02 #tbl2017 tr:last-child td {
 padding-bottom: 60px;
}
.sec02 #tbl2017 tr:last-child td strong {
 display: inline-block;
 font-size: 16px;
 line-height: 1.4;
 margin: 0 0 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 374px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px) {
}
