@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.primary {
    font-family: 'Noto Sans JP', sans-serif;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#container {
    width: 100%;
    margin: 0 auto;
}
.column2R #main {
    float: none;
    width: auto;
}
.boxShadow {
    box-shadow: 0 0 8px 0px #000;
}
.dropShadow {
    filter: drop-shadow(0 0 4px #161616);
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.lsPlus {
    letter-spacing: 1px;
}
.lsMinus {
    letter-spacing: -1px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.pt20_0 {
    padding-top: 20px;
}
.mt40_0 {
    margin-top: 40px;
}
.mb100_60 {
    margin-bottom: 100px;
}
.pcOnly {
    display: block;
}
.pcOnlyIn {
    display: inline-block;
}
.spOnly {
    display: none;
}
.pc_br {
    display: block;
}
.sp_br {
    display: none;
}

@media screen and (max-width:479px) {
.lsPlus {
    letter-spacing: 0;
}
.lsMinus {
    letter-spacing: 0;
}
.pt20_0 {
    padding-top: 0;
}
.mt40_0 {
    margin-top: 0;
}
.mb100_60 {
    margin-bottom: 60px;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.pcOnly {
    display: none !important;
}
.pcOnlyIn {
    display: none !important;
}
.spOnly {
    display: block !important;
}
.pc_br {
    display: none;
}
.sp_br {
    display: block;
}
.txtLeft {
    text-align: left;
}
.primary {
    width: 98% !important;
	margin: 0 auto !important;
}
}

/*-------------------------------------
　基本セクション
---------------------------------------*/
section {
    margin: 0 auto 100px;
}
section img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:479px) {

}
/*-------------------------------------
　メインタイトル
---------------------------------------*/
section.titleSection .titleBox1col {
    position: relative;
}
section.titleSection h2 img {
    position: absolute;
    bottom: 30px;
    left: 18%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 3px rgba(255, 255, 255, 0.8));
}
section.titleSection h2 img:hover {
	bottom: 28px;
	filter: drop-shadow(0px 3px rgba(255, 255, 255, 0));
}

@media screen and (max-width:479px) {
section.titleSection {
    margin-bottom: 30px;
}
section.titleSection h2 img {
    position: absolute;
	bottom: 16px;
	left: 50%;
	transform : translateX(-50%);
	filter: drop-shadow(0px 2px rgba(255, 255, 255, 0.8));
	width: 40%;
}
section.titleSection h2 img:hover {
	bottom: 14px;
}
}
/*-------------------------------------
　コンテンツ
---------------------------------------*/
.boxTitle {
    margin-bottom: 90px;
	text-align: center;
}
.boxTitle2 {
    margin-bottom: 30px;
	text-align: center;
}
.boxTitle h3, .boxTitle2 h3 {
    font-size: 45px;
    text-align: center;
    color: #0062b0;
    letter-spacing: 0.4rem;
    padding: 0.2em 40px;
    border-top: solid 3px #0062b0;
    border-bottom: solid 3px #0062b0;
    display: inline-block;
    margin-bottom: 30px;
}
.boxTitle2 h3 {
	margin-bottom: 0;
}
.boxTitle p {
   font-size: 20px;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    text-align: center;
    color: #0062b0;
}
.boxTitle p:last-of-type {
	margin-bottom: 30px;
}
.priceBox {
    margin-bottom: 60px;
	border: 2px solid #00a5ee;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.priceBox h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
	background-color: #00a5ee;
	padding: 4px 0 10px;
}
.priceBox p {
	font-size: 20px;
	margin-bottom: 10px;
}
.priceBox p.priceTxt {
	font-size: 60px;
	color: #f00;
	font-weight: bold;
}
.priceBox p.priceTxt span {
	font-size: 28px;
}
.priceBox p:last-child{
	font-size: 16px;
	margin-bottom: 30px;
}
.box1col {
	margin-bottom: 90px;
}
.box1col h4 {
	color: #fff;
	background-color: #00a5ee;
	font-size: 20px;
	padding: 2px 0 6px;
	font-weight: normal;
	    height: 30px;
	margin-bottom: 20px;
}
.box1col h4 span {
	background-color: #084d9b;
	text-align: center;
	padding: 2px 60px 6px;
	margin-right: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	    height: 30px;
}
.box1col p {
	font-size: 18px;
	margin-bottom: 30px;
}
.box1col ul li {
	list-style-type: disc;
	font-size: 16px;
	margin-left: 2em;
}
.box1col p.caution {font-size:20px !important; margin-bottom:10px;}
@media screen and (max-width:479px) {
.boxTitle {
    margin-bottom: 60px;
}
.boxTitle2 {
    margin-bottom: 20px;
}
.boxTitle h3, .boxTitle2 h3 {
    font-size: 4.6vw;
	padding: 0.3em 15px;
    letter-spacing: 0.2rem;
}
.boxTitle h3 {
	margin-bottom: 20px;
}
.boxTitle p {
    font-size: 3.2vw;
}
.boxTitle p:last-of-type {
    margin-bottom: 20px;
}
.priceBox {
    margin-bottom: 30px;
	width: 100%;
}
.priceBox h4 {
	font-size: 6vw;
	margin-bottom: 20px;
}
.priceBox p {
	font-size: 3.6vw;
	margin-bottom: 0;
}
.priceBox p.priceTxt {
	font-size: 12vw;
}
.priceBox p.priceTxt span {
	font-size: 6vw;
}
.priceBox p:last-child{
	font-size: 2.6vw;
	margin-bottom: 20px;
}
.box1col {
	margin-bottom: 30px;
}
.box1col h4 {
	font-size: 4vw;
	height: auto;
}
.box1col h4 span {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	height: auto;
}
.box1col p {
	font-size: 3.6vw;
}
.box1col ul {
	list-style: inherit !important;
	font-size: 3vw;
}
.box1col ul li {
	font-size: 3vw;
}
}
/*---------------------------
　共通パーツ
---------------------------*/
.recommendBox {
	margin: 0 auto;
	width: 730px;
}
.recommendBox .cont-inner {
    width: 100%;
    margin: 15px auto 28px;
    font-size: 16px;
}
.recommendBox .point-list {
	margin-bottom: 60px;
}
.recommendBox .point-list li {
    width: 355px;
}
.recommendBox .point-list li.odd {
    margin-right: 15px;
}
.recommendBox .fs-s {
	font-size: 16px;
	margin-bottom: 28px;
}
@media screen and (max-width:479px) {
.recommendBox {
	width: 96%;
}
.recommendBox .point-list {
	margin-bottom: 30px;
}
.recommendBox .point-list li {
	display: block;
    width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.recommendBox .point-list li.odd {
    margin-right: auto;
}
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
}
#pagetop a {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.pagetop {
    display: none;
}
/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft, .sidebannerRight {
    display: none;
}
/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
    font-size: 10px;
    padding: 20px 110px 0 0;
    word-break: break-all;
}

/*.scroll {
	width: 610px;
}*/




/*---------------------------
　以下スマホ対応 
---------------------------*/
/* ウィンドウ幅が481〜768pxの場合に適用するCSS */				
@media screen and (max-width:769px) {
#menuBottomBox {
    left: 103%;
}
.pc {
    display: none;
}
}

/* ウィンドウ幅が770px〜の場合に適用するCSS */				
@media screen and (min-width:770px) {
.sp {
    display: none;
}
.w70 {
    width: 70%;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
/*--------------------------
 レスポンシブ対応ヘッダ
----------------------------*/
body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
}
#Globalnavi, #Header #head_navi_menu, #Header #head_navi_menu_g, #Header .keyword, #Header #headsearchBox, #Header .wishBtn, #Header .btn, .leadSection .recomWin_black, .leadSectionInner {
    display: none;
}
#Header, #Header .inner, #Header h1 {
    width: 100%;
    height: auto;
}
#Header {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}
#Header .logo {
    width: 90%;
    position: relative;
    top: 0px;
    padding: 0px 0px 12px 3px;
}
#Header h1 {
    display: none;
}
/*--------------------------
	 レスポンシブ対応フッタ
----------------------------*/
#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;
}
.footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}
#footer {
    padding: 9px 0px 7px 0px;
}
#footerLinks {
    display: none;
}
#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%;
}
body #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%;
}
body #footerCopy {
    min-width: 100%;
}
}

.caption_windows {
    font-size: 35px;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0062b0;
}

.p_about {
    margin: 20px 0 0 0;
}

.fv_pic {
    margin: auto;
    width: 60%;
}

.info_pic_ul {
    display: flex;
    flex-wrap: wrap;
}

.info_pic_li {
    width: 48%;
    margin: 0 5px 20px;
}
.setting_example {
    font-weight: normal;
    font-size: 35px;
    color: #0062b0;
}
@media screen and (max-width: 479px){
.info_pic_li {
    width: 100%;
}
 
 .caption_windows, .setting_example {
    font-size: 15px;
 }
 
 section {
    margin: 0 auto 40px;
}
}