@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.pconly {display: block;}
.sponly {display: none;}

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 1050px;
	color: #333333;
	font-size: 16px;
	margin: 30px auto;
    font-family: 'Noto Sans JP', sans-serif;
}

#lp_page h2 {
	border-left: 4px solid #f6cc16;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 4px 8px;
    display: none;
}
		
#lp_page #title_wrap {
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#lp_page .title_box {
    color: #fff;
    padding: 30px;
}
#lp_page .title_name {
    margin-bottom: 30px;
    text-align: center;
}
#lp_page .title_catch {
    margin-bottom: 30px;
    font-size: 30px;
    color: #4b96e6;
    text-align: center;
}
#lp_page .title_img {
    margin-bottom: 30px;
    text-align: center;
}

#lp_page .contents {
    margin: 80px 0;
}
#lp_page .contents p {
    font-size: 1rem;
}
#lp_page .contents p + p {
    margin-top: 0.75rem;
}
#lp_page h3 {
    font-size: 2rem;
    margin: 0 0 15px;
    text-align: center;
    font-weight: normal;
}
#lp_page h4{
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 10px;
    font-weight: normal;
}
#lp_page h3 span, #lp_page h4 span {
    font-size: 1rem;
}

/*----------
概要
------------*/
#lp_page .detailwrap {
    background: url(/5info/img/toastcam/bg_detail.jpg?$staticlink$) no-repeat;
    padding: 30px;
    background-size: cover;
}
#lp_page .detailbox {
    background: rgba(255,255,255,0.7);
    padding: 20px;
}
#lp_page ul + h4 {
    margin-top: 20px;
}
#lp_page ul {
    padding-left: 20px;
}
#lp_page li {
    list-style-type:disc;
}

/*----------
コンテンツ
------------*/

#lp_page figure {
    width: 100%;
    margin: 20px 0 0;
}
#lp_page figure img {
    width: 100%;
}
#lp_page .contents p{
    text-align: left;
}
#lp_page table {
}
#lp_page table th, #lp_page table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.periodbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}
.periodbox h4 {
    width: 50%;
}
.imgbox {
    display: flex;
}
.imgbox figure + figure {
    margin-left: 20px !important;
}
.imgbox div figure + figure {
    margin-left: 0 !important;
}
.imgbox div + figure {
    margin-left: 20px !important;
}
.imgbox figcaption {
    text-align: center;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
/*#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}

body {
	min-width: 320px!important;
    width: 100%!important;
}
#container, #wrapper {
	width:100% !important;
}
#container #lp_page {
	margin-top: 10px;
    width: 96%;
}
.sectionBox img , .bnrBox img{
	width: 100%;
	height: auto;
}	
.sectionBox li + li {
	margin-top: 0.5em;
}
.sectionBox p + p {
	margin-top: 0.5em;
}
*/	
/*-------------------------------------
　フッター周り
---------------------------------------*/
/*#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}*/

/*-------------------------------------
　コンテンツ
---------------------------------------*/
.pconly {display: none;}
.sponly {display: block;}
    
#lp_page .detailwrap {
    background-size: cover;
    background: url(/5info/img/toastcam/bg_detail.jpg) no-repeat 75% 0;
    padding: 1rem;
}
#lp_page .detailbox {
    padding: 1rem;
}
#lp_page .contents {
    margin: 60px auto;
    width: 97%;
}
#lp_page h3 {
    margin: 0 0 1rem;
}
#lp_page h4{
    font-size: 1.75rem;
}
#lp_page ul + h4 {
    margin-top: 1rem;
}
#lp_page h3 span, #lp_page h4 span {
    font-size: 1.4rem;
}    
.periodbox {
    flex-direction: column;
}
.periodbox h4 {
    width: 100%;
}
#lp_page .contents p {
    font-size: 1.4rem;
}
.imgbox {
    flex-direction: column;
}
#lp_page ul {
    font-size: 1.4rem;
}
#lp_page figure {
    width: 97%;
    margin: 20px auto 0;
}
.imgbox figure + figure {
    margin-top: 20px;
    margin-left: auto !important;
}
.imgbox div figure + figure {
    margin-top: 20px;
    margin-left: auto !important;
}
.imgbox div + figure {
    margin-left: auto !important;
    margin-top: 20px;
}


}/*消さない*/