@charset "utf-8";

@media screen and (max-width: 768px){
/* ---------------------------------------------------------------------------------------------------*/
/* base style */
/* ---------------------------------------------------------------------------------------------------*/
#wrapper{
    padding-top: 60px;
    min-width: 100%;
}
.inner{
    width: 100%;
}
.contentBlock{
    padding-top: 40px;
    padding-bottom: 80px;
}
.pc_hide{
    display: block;
}
.sp_hide{
    display: none;
}
/* ---------------------------------------------------------------------------------------------------*/
/* linkButton */
/* ---------------------------------------------------------------------------------------------------*/
.linkButton{
    margin: 0;
    width: 100%;
    height: 60px;
}
.linkButton a{
    font-size: 15px;
    line-height: 52px;
}
.linkButton i{
    font-size: 16px;
    top: calc(50% - 8px);
}

/* ---------------------------------------------------------------------------------------------------*/
/* linkButtonOrange */
/* ---------------------------------------------------------------------------------------------------*/
.linkButtonOrange{
    margin: 0;
    width: 100%;
    height: 60px;
}
.linkButtonOrange a{
    font-size: 15px;
    line-height: 56px;
}
.linkButtonOrange i{
    font-size: 16px;
    top: calc(50% - 8px);
}

/* ---------------------------------------------------------------------------------------------------*/
/* miniButton */
/* ---------------------------------------------------------------------------------------------------*/
.miniButton{
}

/* ---------------------------------------------------------------------------------------------------*/
/* header */
/* ---------------------------------------------------------------------------------------------------*/
#campaignHeader {
    min-width: auto;
}
#campaignHeader i {
    margin-right: 12px;
    font-size: 14px;
}
/* ---------------------------------------------------------------------------------------------------*/
header {
    padding: 0 16px;
    width: 100%;
    min-width: auto;
    height: 60px;
}
header .logo{
    padding-left: 0;
}
header .logo img{
    height: 32px;
}
header .logo img:hover,
header .logo img.hover{
    opacity: 0.6;
}
header .catch{
    display: none;
}
header .nav{
    display: none;
}
header .spNav{
    margin-left: auto;
    display: block;
    width: 40px;
    height: 40px;
	cursor: pointer;
}
header .spNav i{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: rgba(0, 0, 0, .88);
}
.spMenu{
    position: fixed;
    top: 60px;
    z-index: 9998;
    width: 100%;
    height: calc(100% - 60px);
    background: #FFF;
}
.spMenu ul{
    padding-top: 8px;
}
.spMenu li{
    border-bottom: 1px solid #DDD;
}
.spMenu li a{
    display: flex;
    width: 100%;
    color: rgba(0, 0, 0, .88);
    padding: 0 24px;
    line-height: 40px;
    position: relative;
    transition: all 0.2s ease-out;
    border: 4px solid #FFF;
}
.spMenu li.normal a{
    line-height: 52px;
    font-weight: 600;
    background: linear-gradient(135deg, #f6ab00 50%, #FFF 50%);
    background-position: 87% 0;
    background-size: 240% auto;
}
.spMenu li.orange a{
    line-height: 52px;
    font-weight: 600;
    background: linear-gradient(135deg, #f6ab00 50%, #fffc00 50%);
    background-position: 87% 0;
    background-size: 240% auto;
}
.spMenu li a i{
    margin-left: auto;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 22px;
    transition: all 0.2s ease-out;
}
.spMenu li.normal a:hover,
.spMenu li.normal a.hover,
.spMenu li.orange a:hover,
.spMenu li.orange a.hover{
    background-position: 0 0;
    text-decoration: none;
}
.spMenu li a:hover i,
.spMenu li a.hover i{
    right: 14px;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------*/
/* breadlist */
/* ---------------------------------------------------------------------------------------------------*/
.breadList{
}
.breadList ul{
    padding-top: 0;
    width: 100%;
    padding: 0 24px;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    overflow-scrolling: touch;
}
.breadList li{
    white-space: nowrap;
}

/* ---------------------------------------------------------------------------------------------------*/
/* backTopButton */
/* ---------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------*/
.backTopButton{
    bottom: 40px;
    right: 24px;
}
.backTopButton a{
    padding-top: 0;
    display: block;
    width: 56px;
    height: 48px;
}
.backTopButton a i{
    font-size: 24px;
    line-height: 44px;
}
.backTopButton a span{
    display: none;
}

/* ---------------------------------------------------------------------------------------------------*/
/* footer */
/* ---------------------------------------------------------------------------------------------------*/
footer{
    background-size: 200px 200px;
}
footer .inner{
    padding: 40px 24px 24px;
    flex-direction: column;
}
footer .inner > div{
    order: 2;
}
footer p.attention{
    font-size: 12px;
    line-height: 1.6em;
    color: #888;
}
footer nav{
}
footer nav ul{
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .24);
    border-bottom: none;
}
footer nav ul li{
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}
footer nav ul li a{
    display: block;
    padding: 0 16px;
    font-size: 13px;
    line-height: 48px;
    color: #FFF;
}
footer nav ul li a:hover,
footer nav ul li a.hover{
    background: rgba(0,0,0,.24);
    text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------------*/
.thanks{
    padding: 16px;
}
.thanks .inner{
    margin: 32px auto 40px;
    padding: 16px;
    width: 100%;
}
.thanks .inner h1{
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
}
.thanks .inner p{
    text-align: left;
}

/* ---------------------------------------------------------------------------------------------------*/
.common .inner{
    margin: 0;
    padding: 24px 24px 40px;
    width: 100%;
}
.common h1{
    font-size: 18px;
}
.common table tr:nth-of-type(2n) {
    background: #FFF;
}
.common table tr{
    display: flex;
    flex-direction: column;
}
.common table th{
    background: #F5F5F5;
}

/* ---------------------------------------------------------------------------------------------------*/
.form{}
.form .form_row{
	padding: 16px 0;
	flex-direction: column;
}
.form .form_row > label{
	padding-right: 0;
	padding-bottom: 8px;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.form .form_row #age{
	width: 40%;
}
.form .form_row .tellcell{
	width: 4.5em;
}
/* ---------------------------------------------------------------------------------------------------*/
}