@charset "utf-8";

p {
    width: 100%;
    margin-bottom: 0px;
    float: left;
}

.p_midashi {
    width: 100%;
    font-size: 150%;
    float: left;
    margin-top: 10px;
}

.p_text {
    float: left;
    line-height: 23px;
    margin-top: 8px;
    border-bottom: 1px dotted #555555;
    font-size: 95%;
    width: 100%;
}
.p_midashi {
	width: 100%;
	float: left;
	line-height: 23px;
	margin-top: 8px;
	font-size: 110%;
	text-align: justify;
}

.p_pernext {
    float: left;
    line-height: 23px;
    margin-top: 30px;
    font-size: 95%;
    width: 100%;
}


.p_text01 ul {
	list-style-type: none;
	text-indent: -10px;
	margin-left: 10px;
}

.privacy il {
	list-style-type: none;
	text-indent: -10px;
	margin-left: 10px;
}


.news_tit  {
    border-bottom: 1px dotted #999999;
    float: left;
    width: 97%;
    margin-top: 35px;
    padding-left: 25px;
    text-align: left;
    background-image: url(../images/p_orange.jpg);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.news_tit .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(../images/icon_info.jpg) no-repeat right bottom;
}
.news_tit .ttl-work {
	display: block;
	padding-right: 55px;
	background: url(../images/icon_work.jpg) no-repeat right bottom;
}


.day_date {
    width: 100%;
    font-size: 90%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news_txt {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    text-align: left;
    line-height: 23px;
    color: #555555;
    margin-top: 20px;
}
.previous {
    width: 90%;
    float: left;
    font-size: 95%;
    height: 0px;
}
.next {
    width: auto;
    margin-bottom: 30px;
    float: right;
    clear: both;
}
.wakuwaku {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    border-bottom: 50px solid #FFFFFF;
    float: left;
    position: fixed;
    bottom: 0px;
}

.contents {
    width: 70%;
    float: right;
    margin-left: 160px;
}


.icon_all{
    width: 65px;
    float: right;
    margin-right: 1px;
}
.icon{
    width: 100%;
    height: 17px;
    background-image: url(../images/icon_info_b.jpg);
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: right top;
    float: right;
    margin-top: -40px;
}
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　小イントロ・ヒーロー ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:1200px) {
.page_tit_article {
    width: 100%;
    font-size: 240%;
    font-family: 'Orbitron', sans-serif;
    color: #e95513;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0px;
    line-height: 40px;
    margin-top: 41px;
    float: left;
}
.page_sub_article{
    width: 100%;
    font-size: 95%;
    text-align: center;
    position: relative;
    margin-left: 0px;
    line-height: 33px;
    font-weight: bold;
    color: #555555;
    font-family: "M PLUS Rounded 1c", serif;
    letter-spacing: 0.5px;
    float: left;
}
}
@media only screen and (min-width:1201px) {
.page_tit_article {
    width: 90%;
    font-size: 280%;
    font-family: 'Orbitron', sans-serif;
    color: #e95513;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-bottom: auto;
    line-height: 43px;
    margin-top: auto;
    top: 39%;
    margin-right: auto;
}
.page_sub_article{
    width: 90%;
    font-size: 95%;
    text-align: center;
    position: relative;
    margin-left: auto;
    line-height: 40px;
    margin-top: auto;
    top: 39%;
    font-weight: bold;
    color: #555555;
    font-family: "M PLUS Rounded 1c", serif;
    letter-spacing: 0.5px;
    margin-right: auto;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　タイトル部分の背景 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@keyframes move-stripe2 {
    0% {  background-position-x: 0;  }
    100% {  background-position-x: -34px;  }
}

@media only screen and (max-width:650px) {
.tit_bg_article {
    background: url("../images/01.png");
    animation: move-stripe2 1s infinite linear;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 130px;
    margin-right: 5%;
    margin-bottom: 20px;
}
}

@media only screen and (min-width:650px)  and (max-width:1200px){
.tit_bg_article {
    background: url("../images/01.png");
    animation: move-stripe2 1s infinite linear;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-top: 130px;
    margin-right: 10%;
    margin-bottom: 20px;
}
}

@media only screen and (min-width:1201px) {
.tit_bg_article {
    background: url("../images/01.png");
    animation: move-stripe2 1s infinite linear;
    float: left;
    width: 310px;
    height: 310px;
    position: fixed;
    top: 0px;
    margin-top: 150px;
    z-index: 1;
    margin-left: 70px;
}
}

@media only screen and (max-width:1200px) {
.icon_all_waku{
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    clear: right;
}
}
@media only screen and (min-width:1201px) {
.icon_all_waku{
    width: 100%;
    height: auto;
    float: right;
    margin-top: 90px;
    clear: right;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　タイトル部分の背景 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */







.box-inner ul.news_list {
    counter-reset: list;
    list-style-type: disc;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.box-inner ul.news_list li{
    position: relative;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 100%;
    width: 100%;
    float: left;
    line-height: 20px;
    padding-bottom: 5px;
}


.box-inner ul.news_list_b {
    counter-reset: list;
    list-style-type: disc;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.box-inner ul.news_list_b li{
    position: relative;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 110%;
    width: 100%;
    float: left;
    line-height: 25px;
    padding-bottom: 5px;
}

.box-inner ul.news_list_c {
    counter-reset: list;
    list-style-type: filled-circled-decimal;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}
.box-inner ul.news_list_c li{
    position: relative;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 110%;
    width: 100%;
    float: left;
    line-height: 25px;
    padding-bottom: 5px;
}


.box-inner {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.box-inner h3{
	margin-bottom: 10px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
	background: url(../images/p_orange.jpg) no-repeat left 2px;
	font-size: 140%;
}
.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(../images/icon_info.jpg) no-repeat right bottom;
}
.box-inner h3 .ttl-work {
	display: block;
	padding-right: 55px;
	background: url(../images/icon_work.jpg) no-repeat right bottom;
}










/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　カッコ01　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */








 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サービス ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サービス ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サービス ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:650px) {
.contents_txt{
    font-size: 95%;
    text-align: left;
    width: 90%;
    float: left;
    color: #555555;
    height: auto;
    margin-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
}
}
@media only screen and (min-width:651px)  and (max-width:1200px){
.contents_txt{
    font-size: 95%;
    text-align: left;
    width: 80%;
    float: right;
    color: #585858;
    height: auto;
    padding-bottom: 100px;
    margin-left: 10%;
    margin-right: 10%;
    top: 0px;
}
}
@media only screen and (min-width:1201px)  and (max-width:1500px){
.contents_txt{
    font-size: 95%;
    text-align: left;
    width: 50%;
    float: right;
    color: #585858;
    height: auto;
    padding-bottom: 100px;
    margin-right: 10%;
}
}
@media only screen and (min-width:1500px) {
.contents_txt{
    font-size: 95%;
    text-align: left;
    width: 60%;
    float: right;
    color: #585858;
    height: auto;
    padding-bottom: 100px;
    margin-right: 10%;
}
}
