﻿/*====================
 - 1280px～：大型PC
 - 960px～1279px：小型PC
 - 600px～959px：タブレット
 - 480px～599px：SP横
 - ～479px：SP縦
====================*/

@charset "UTF-8";
@import "style.css";
p.head_txt {margin:0 4%;width:92%;line-height:2;text-align:left;font-weight:normal;float:left;clear:both;font-size:0.875rem;}

/* privacy
------------------------------------------- */
.contentsbox {margin:50px 3% 20px;width:96%;float:left;clear:both;font-size:1rem;line-height:1.5rem;font-size:1rem;line-height:1.5rem;font-weight:normal;}
.c_title {margin:40px 2% 20px;width:96%;float:left;clear:both;font-size:1.25rem;font-weight:bold;}
.c_title:before { content: "●";color:#CC0000; }
.txt {margin:0 2% 20px;width:96%;float:left;clear:both;font-size:1rem;line-height:1.75rem;}
.txt-right { text-align: right; float: left; clear: both; width: 100%; }

.contentsbox ol li{ list-style:outside lower-roman; margin-left:40px; text-indent:0em;width:100%;float:left;clear:both; }
.contentsbox ol{ margin:20px 0 0 60px; }
.contentsbox ol li{ list-style:outside decimal; font-size:0.95rem; line-height:140%; margin:10px 0 0 0; }
.contentsbox ol li ol{ margin-bottom: 20px; }
.contentsbox ol li ol li{ font-size: 100%; }

/* sitemap
------------------------------------------- */
ul.sitemap{ margin:0 0 50px;width:100%;float:left;clear:both; }
ul.sitemap li{ margin:0px 2% 0 4%;padding:0 0 5px 0;width:44%;float:left;list-style:inside square;}




/* ------------------------------ */
/* 1280px～：大型PC
/* ------------------------------ */
@media screen and (min-width:1280px) {


}



/* ------------------------------ */
/* 960px～1279px：小型PC
/* ------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
.planMenu02-02 {margin: 0;padding:0;width:100%;}
.planMenu02-02 .wrap96-nl{margin:20px 0 0 0;padding:0 1%;width:calc(100% / 3);display:inline-block;}
.planMenu02-02 .wrap96-nl .article_txt{height:80px;}

}




/* ------------------------------ */
/* 600px～959px：タブレット
/* ------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {

}


/* ------------------------------ */
/* 480px～599px：SP横
/* ------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 

}



/* ------------------------------ */
/* ～479px：SP縦
/* ------------------------------ */
@media screen and (max-width:479px) {
.contentsbox {margin:40px 3% 0px;width:96%;float:left;clear:both;font-size:1rem;line-height:1.5rem;font-size:1rem;line-height:1.5rem;font-weight:normal;}


/* privacy 
------------------------------------------- */
.c_title {margin:30px 1% 20px;width:98%;float:left;clear:both;font-size:1rem;font-weight:bold;display:block;}
.contentsbox ol{ margin:20px 0 0 1.5rem; }


/* sitemap
------------------------------------------- */
ul.sitemap{ margin:0 0 30px;width:100%;float:left;clear:both;display:block; }
ul.sitemap li{ margin:0 5%;padding:0 0 5px 0;width:90%;float:left;list-style:inside square;}

}



 


