@charset "UTF-8";

/* CSS Document */

body {
    background: url(/milky-pop/images/bg_pattern.svg) #e5dff9;
    background-size: 80px;
}

/*====================================

    wrap_new

====================================*/  

.tabs{
    width: 100%;
    margin: 10px auto;
    position: relative;
}
.tab-buttons span {
    cursor: pointer;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    padding: 20px 0;
}
.tab-buttons span img {
    height: 60px;
}
.tab-buttons .content1 {
    background: #fce6e9;
}
.tab-buttons .content2 {
    background: #fffccb;
}
#lamp {
    width: 50%;
    height: 2px;
    background: #ff4cb3;
    display: block;
    position: absolute;
    top: 100px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    z-index: 1;
}
#lamp.content2 {
    left:50%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
#lamp.content1 {
    left:0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
.tab-content {
    display:inline-block;
}
.tab-content .tab_content_inner {
    padding: 60px;
}
.tab-content .box {
    margin-bottom: 10px;
}
.tab-content .ph_list {
    margin-top: 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 40px;
}
.tab-content .ph_list .ttl {
    display: block;
    margin-bottom: 20px;
}
.tab-content .ph_list .ttl img {
    width: 300px;
}
/* --------- */
.tab-content .content1 {
    background: #fce6e9;
}
.tab-content .content1 .box h5 {
    font-size: 140%;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #e74255;
}
.tab-content .content1 .ph_list ul {
}
.tab-content .content1 .ph_list ul li {
    float: left;
    width: 25%;
}
@media screen and (max-width: 1000px){ 
    .tab-content .content1 .ph_list ul li {
        float: left;
        width: 48%;
    }
    .tab-content .content1 .ph_list ul li:nth-child(odd) {
        float: left;
    }
    .tab-content .content1 .ph_list ul li:nth-child(even) {
        float: right;
    }
}
.tab-content .content1 .ph_list ul li p {
    width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 1.5em;
}
/* --------- */
.tab-content .content2 {
    background: #fffccb;
}
.tab-content .content2 .box h5 {
    font-size: 140%;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #e74255;
}
.tab-content .content2 .ph_list ul li {
    width: 100%;
    display: table;
    border-top: 1px solid #eee;
    padding: 20px 0;
}
.tab-content .content2 .ph_list ul li:last-child {
    border-bottom: 1px solid #eee;
}
.tab-content .content2 .ph_list ul li .ph {
    display: table-cell;
    width: 160px;
    vertical-align: middle;
}
.tab-content .content2 .ph_list ul li p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.tab-content .content2 .ph_list ul li p span {
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
    font-weight: 600;
}
