/*
Theme Name: cuddle-ship
Theme URI: cuddle-ship.com
Author: cuddle-ship.com
Author URI: cuddle-ship.com
Description: cuddle-ship.com
*/

/*-------------------------------------------
	基本スタイル
--------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
    background-color: #ff7c21;
    background-image: url("../../../img/body_bg.png");
    background-repeat: repeat;
}

		* {
font-family: 'Noto Sans JP', sans-serif;
}

* html body{  
    overflow: hidden;
}

a:hover img{
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
}

html {
	overflow-y:scroll;
	height:100%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*-----position: relative;-------*/
}

form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:12px;
	line-height:18px;
}

/*----p {
margin:0px;
padding:0px;
}-----*/

ul {
margin:0px;
padding:0px;
list-style:none;
}

/*--------------------------------------------
	リンクスタイル
--------------------------------------------*/

a:link {
	color: #04739b;
	text-decoration: none;
}

a:visited {
	color: #04739b;
	text-decoration: none;
}

a:hover {
	color: #F90;
}

a:active {
	color: #000;
}


/*--------------------------------------------
	clear
--------------------------------------------*/

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

/*--------------------------------------------
	全体
--------------------------------------------*/

/* pagetop --------------------- */
#pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	margin-top: -80px;
	padding-top: 80px;
	z-index: 9999999999;
}
#pagetop img {
	width: 100%;
	height: auto;
}

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .8s;
}

.inviewfadeInUp2 {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .50s;
}

.inviewfadeInUp3 {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .20s;
}



/* fadeInUp */ 

.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/* fadeInUp2 */ 

/*-------------------------------------------
　side-menu-btn
--------------------------------------------*/

.side-menu-btn {
	position: static;
	top: 0;
	z-index: 999999;
	right: 0;
	cursor: pointer;
}
.close-menu-btn {
	cursor: pointer;
	text-align: right;
}
.side-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: left;
	font-size: 13px;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
	overflow: auto;
	text-align: right;
	text-align: left;
	z-index: 999999;
}
.side-menu nav {
	padding: 20px 0 0 20px;
}
.side-menu a:hover {
	color: #ccc;
}
.side-menu .fnt18 {
	font-size: 18px;
	line-height: 1.0em;
}
.side-open .side-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 3;
}
.side-open .overlay {
	visibility: visible;
}
#toggle {
	display: none;
}
.head_menu_btn {
	display: none;
}
.form_set {
	padding: 20px;
	background-color: #ececec;
}
.form_set select {
	font-size: 16px;
	padding: 4px 10px;
}
.entry_cart_souryou {
	width: 50px;
	float: left;
	padding: 10px;
}
.entry_cart_souryou_text {
	width: 400px;
	float: left;
	padding: 10px 0;
}
.entry_cart_zaiko {
	display: inline-block;
	padding: 4px 20px;
	color: #FFF;
	background-color: #F60;
	border-radius: 4px;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;
}
	

/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

header{
	width:100%;
    padding: 30px 0;
	}
	
.h1_logo{
	width:240px;
	float:left;
    padding: 0 60px 0 50px;
	}

.head_copy01{
	width:419px;
	float:left;
	}

.head_contact{
	width:217px;
	float:right;
    padding: 0 50px 0 0;
	}
	
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/

nav{
	width:100%;
	
	}

nav ul{
	padding:0 0 20px;
	text-align:center;
	}

nav li{
	display:inline-block;
	padding:0 20px;
	}

/*--------------------------------------------
	トップページ
--------------------------------------------*/

.slider_wrap{
    background-repeat: no-repeat;
    padding: 0 0 40px 0;
	}

.top_sec01{
    background-color: #c4f2f5;
    background-image: url("../../../img/top_sec01_bg.png");
    background-repeat: no-repeat;
	background-position: center left;
    background-size: auto 100%;
}

.top_sec01_right{
    text-align: left;
    width: 60vw;
    float: right;
    padding: 0 50px 0 0;
    
}

.top_sec01_copy01{
    font-size: 40px;
    line-height: 1.6em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 40px 0 10px 0;
}

.fnt_red01{
    color: #cc0066;
     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top_sec01_copy02{
    padding: 0 0 40px 0;
    
}

.top_sec02{
    text-align: center;
    padding: 40px 0;
    margin: 0 0 0 0;
}

.top_sec02_mds{
    text-align: center;
}

.top_sec02_inner{
    background-color: #fff;
    width: 820px;
    padding: 30px 40px;
    margin: 0 auto;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
    font-size: 20px;
    
}

.top_sec02_wrap01{
    width: 50%;
    float: left;
}

.top_sec02_wrap02{
    width: 50%;
    float: left;
}

.top_sec02_inner li{
       background-image: url("../../../img/top_icon01.png");
    background-repeat: no-repeat;
	background-position: center left;
    text-align: left;
    padding: 10px 0 10px 40px;
    
}

.top_sec02_arow{
    text-align: center;
    padding: 0 0 0 0;
    
}

.top_sec03{
     background-image: url("../../../img/foot_service_bg.png");
    background-repeat:repeat;
    padding: 30px 0;
}

.top_sec03_ttl{
    text-align: center;
    padding: 0 0 40px 0;
    
}

.top_sec03 ul{
    width: 1100px;
    margin: 0 auto;
    
}

.top_sec03 li{
    width: 50%;
    float: left;
    text-align:center;
    padding: 10px 0;
    
}

.top_sec03 li img{
     width: 515px;
    height: auto;
    
}

/*--------------------------------------------
	フッターブログ
--------------------------------------------*/

.foot_blog{
    background-color: #fff;
    padding: 50px 0;
}

.foot_blog_inner{
    width: 1000px;
    margin: 0 auto;
}

.foot_blog_logo{
    width: 260px;
    float: left;
    text-align: center;
    padding: 40px 0 40px 0;
    
    
}

.foot_blog_right{
     width: 730px;
    float: right;
    text-align: left;
    
    
}

.foot_blog_date{
    width: 160px;
    float: left;
    padding: 4px 0;
}

.foot_blog_ttl{
    width: 570px;
    float: right;
    text-align: left;
    padding: 4px 0;
}
	
/*--------------------------------------------
	フッターコンタクト
--------------------------------------------*/

.foot_contact{
     background-image: url("../../../img/foot_contact.png");
    background-repeat: no-repeat;
	background-position: center center;
    background-size:cover;
    padding: 80px 0;
    
}

.foot_contact_inner{
    width: 850px;
    margin: 0 auto;
    
}

.foot_contact_btn{
    width: 50%;
    float: left;
    text-align: center;
    
}

/*-------------------------------------------
	フッター
--------------------------------------------*/

footer{
    text-align: center;
    padding: 40px 0;
    
    
}

.footer_inner{
    width: 580px;
    margin: 0 auto;
    
}

.footer_logo{
    width: 189px;
    float: left;
    padding: 3px 20px 0 0;
    
}

.footer_copy01{
    color: #fff;
    width: 340px;
    float: left;
    text-align: left;
    line-height: 1.4em;
}

.copyright{
    background-color: #ea5413;
    text-align: center;
    color: #fff;
    padding: 30px 0;
        
    
}

/*--------------------------------------------
	CTA
--------------------------------------------*/

.cta_sec01{
    width: 1015px;
    height: 371px;
    background-image: url("../../../img/top_bnr_bg.png");
    background-repeat: no-repeat;
	background-position: center center;
    background-size:cover;
    margin: 0 auto 60px;
    
}

.cta_sec01_tel{
    width: 361px;
    float: left;
    padding: 295px 0 0 260px;
    
}

.cta_sec01_mail{
     width: 350px;
    float: left;
    padding: 285px 0 0 20px;
}

.cta_sec01_sp{
    display: none;
    
}

/*-------------------------------------------
	フォーム
--------------------------------------------*/

input[type="text"],
input[type="tel"],
input[type="email"],
textarea
{
padding:4px 0;
font-size:16px;
width: 80%;
}

#sp-field{
width: 80%;
}

span.wpcf7-list-item {
display: block;
}

span.wpcf7-list-item {
display: block!important;
}

.contact_form_btn{
	text-align:center;
	padding:30px 0;
	}

input.wpcf7-submit {
	padding: 5px 30px;
	background: #bfd420;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.wpcf7-submit:hover {
opacity: 0.8;
cursor:pointer;
}

/*-------------------------------------------
	会社紹介
--------------------------------------------*/


.sub_h2{
   background-image: url("../../../img/sub_mds_bg.png");
    background-repeat: repeat-x;
	background-position: center center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background-color: #ff6600;
    padding: 25px 0;
    width: 90%;
    margin: 0 auto 50px;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
    letter-spacing: 0.6em;
}

.sub_wrap01{
    width: 1000px;
    margin: 0 auto 50px;
    padding: 30px;
     border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
    background-color: #fff;
    
}

.h3_ttl{
    font-size: 24px;
    letter-spacing: 0.6em;
    background-color: #ff7c21;
    text-align: center;
    color: #fff;
    padding: 25px;
    padding: 20px 0;
    margin: 0 0 50px 0;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
}

.company_sec01{
    padding: 0 0 50px 0;
    
}

.company_copy01{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 60px;
    letter-spacing: 0.2em;
}

.company_li01 ul{
    width: 800px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    
}

.company_li01 li{
     background-image: url("../../../img/company_li_icon.png");
    background-repeat: no-repeat;
	background-position: left 4px;
    padding: 0 0 10px 25px;
    font-size: 18px;
    
}

.company_imgwrap01{
    width: 85%;
    margin: 0 auto;
    
}

.company_calm3{
    width: 33.33%;
    float: left;
    text-align: center;
    
}

.company_tbl table{
	border: 1px solid #ccc;
	border-collapse: collapse;
text-align:left;
padding:0;
background-color:#FFF;
width:800px;
margin:0 auto;

}

.company_tbl th{
background-color:#f1f1f1;
font-weight:normal;
	border: 1px solid #ccc;
	padding:8px;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
    width: 130px;
}

.company_tbl td{
	border: 1px solid #ccc;
	padding:8px;
	
}

.sp_br{
    display: none;
    
}

/*-------------------------------------------
	採用情報
--------------------------------------------*/

.recruitment_btn{
    text-align: center;
    padding: 40px 0;
    
}

.recruitment_sec01{
    padding: 0 0 40px 0;
    
}


.recruitment_tbl table{
	border: 1px solid #ccc;
	border-collapse: collapse;
text-align:left;
padding:0;
background-color:#FFF;
width:800px;
margin:0 auto;

}

.recruitment_tbl th{
background-color:#f1f1f1;
font-weight:normal;
	border: 1px solid #ccc;
	padding:8px;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
    width: 130px;
}

.recruitment_tbl td{
	border: 1px solid #ccc;
	padding:8px;
	
}


/*-------------------------------------------
	採用情報申し込み
--------------------------------------------*/

.recruitment_entry_copy01{
    width: 730px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    
}


.recruitment_entry_tbl table{
	border-collapse: collapse;
text-align:left;
padding:0;
background-color:#FFF;
width:800px;
margin:0 auto;

}

.recruitment_entry_tbl th{
font-weight:normal;
	padding:8px;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
    width: 240px;
}

.recruitment_entry_tbl td{
	padding:8px;
	
}

.hissu{
    color: #FF0000
    
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea
{
padding:4px 0;
font-size:16px;
width: 80%;
border: 1px solid #ccc;
}

select, textarea {
padding:4px 0;
font-size:16px;
width: 80%;
border: 1px solid #ccc;
}

/*-------------------------------------------
	ブログ
--------------------------------------------*/

.blog_wrap{
	margin: 0 auto 50px;
    width: 1100px;
}

.blog_left{
	width:800px;
	float:left;
	}
	
.blog_con{
	width:700px;
	padding: 20px;
	margin:0 auto 40px;
    background-color: #fff;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px; 
	}

.blog_con_ttl{
	font-size:22px;
	padding:10px 10px 10px 10px;
    line-height: 1.5em;
	}

.blog_con_date{
	background-color:#f1f1f1;
	padding:5px 20px;
	color:#999;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px; 
	}

.blog_con_body{
	padding:20px 10px;
	word-wrap: break-word;
	}

.blog_con_body img{
         max-width: 100%;
         height: auto;
         
     }

.blog_side{
	width:270px;
	float:left;
	padding:10px;
	float:right;
    background-color: #fff;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;
	}

.blog_side_ttl{
	background-color:#ff7c21;
	color:#FFF;
	text-align:center;
	padding:2px 10px;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;
	}
	
.blog_side_li ul{
	padding:20px 10px;
	}

.blog_side_li li{
	padding: 4px 0 4px 30px;
	background-image: url(../../../img/blog_icon.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	}

/*-------------------------------------------
	お問い合わせ
--------------------------------------------*/

.h2_contact{
	background-image: url(../../../img/ttl_contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height:165px;
	}

.h2_contact_ttl{
	font-size:24px;
	text-align:center;
	padding:75px 0 0 0;
	color:#FFF;
	}

.contact_sec01{
	width:1100px;
	margin:0 auto;
	padding:50px 0;
	}

/*-------------------------------------------
	介護用品
--------------------------------------------*/

.nursingcare_copy01{
    font-size: 48px;
    color: #009fd8;
    text-align: center;
    padding: 30px 0 40px;
    font-weight: bold;
    
}

.nursingcare_img01{
    text-align: center;
    background-color: #84d4db;
    
}

.nursingcare_copy02{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0;
    line-height: 1.4em;
 
}

.nursingcare_fnt_pnk{
    color: #e4007f;
    
}

.nursingcare_left01{
    width: 480px;
    float: left;
    padding: 20px 34px 34px 34px;
    
}

.nursingcare_right01{
    width: 433px;
    float: right;
    padding: 0 0 34px 0;
}

.nursingcare_img02{
    text-align: center;
    padding: 34px 0;
}

.nursingcare_btn01{
    padding: 20px 0;
    text-align: center;
    
}

/*-------------------------------------------
	通販代行
--------------------------------------------*/

.ieagency_img01{
    text-align: center;
    padding: 0 0 40px 0;
    
}

.ieagency_img01 img{
         max-width: 100%;
         height: auto;
         
     }

.ieagency_left01{
    width: 460px;
    float: left;
    font-size: 24px;
    line-height: 1.6em;
    padding: 40px 0 0 50px;
    
}

.ieagency_pink{
    color: #e4007f;
    
}

.ieagency_right01{
    width: 407px;
    float: right;
    padding: 0 0 30px 0;
    
}

.ieagency_img02{
    text-align: center;
    padding: 0 0 20px 0;
    
}

.ieagency_img03{
    text-align: center;
    padding: 0 0 40px 0;
    
}

.ieagency_left02{
    width: 460px;
    float: left;
    font-size: 18px;
    line-height: 1.6em;
    padding: 40px 0 0 50px;
}



.ieagency_right02{
    width: 407px;
    float: right;
    padding: 0 0 30px 0;
}

.ieagency_copy01{
    font-size: 18px;
    line-height: 1.8em;
    padding: 0 0 10px 0;
    
}

.ieagency_cta{
	background-image: url(../../../img/ieagency_img06.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size: auto 100%;
    height: 300px;
    text-align:right;
    background-color: #d2e0e3;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
	}

.ieagency_cta_right{
    width: 70%;
    float:right;
    padding: 0 30px 0 0;
    
}

.ieagency_cta_copy01{
    background-color: #0068b7;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px 30px;
    margin: 30px 0 20px 0;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
}

.ieagency_cta_btn{
    width: auto;
}

/*-------------------------------------------
	鳩よけ撃退
--------------------------------------------*/

.pigeonrepel_copy01{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0 50px 0;
    
}

.pigeonrepel_pink{
    color: #d31176;
}

.pigeonrepel_img01{
    width: 100%;
    height: auto;
    
}

.pigeonrepel_img01 img{
         max-width: 100%;
         height: auto;
     }

.pigeonrepel_sec01{
    padding: 30px 0;
}

.pigeonrepel_sec01_img01{
    text-align: center;
    
}

.pigeonrepel_sec01_area{
    width: 850px;
    padding: 30px 20px;
    border: 3px #ff9900 solid;
    margin: 0 auto;
    
}

.pigeonrepel_sec01_area ul{
    padding: 0 30px;
    
}

.pigeonrepel_sec01_area li{
    background-image: url(../../../img/pigeonrepel_img_check.png);
	background-repeat: no-repeat;
	background-position: left 5px;
    font-size: 24px;
    padding: 10px 0 10px 45px;
    
}

.pigeonrepel_red{
    color: #e60012;
    
}

.pigeonrepel_sec02_area{
    background-color: #cbdbfc;
    width:auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    
}

.pigeonrepel_sec02_mds{
      background-image: url(../../../img/pigeonrepel_sec01_img01.png);
	background-repeat: no-repeat;
	background-position: left top;
    background-color: #5287f6;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 40px 0;
    letter-spacing: 0.3em;
}

.pigeonrepel_sec02_inner{
    width: 96%;
    margin: 0 auto;
    
    
}

.pigeonrepel_sec02_katuyaku100{
    width: 100%;
    padding: 10px 0 10px 0;
}

.pigeonrepel_sec02_katuyaku50{
    width: 50%;
    float: left;
      padding: 10px 0 10px 0;
}

.pigeonrepel_sec02_katuyaku_copy01{
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    
}

.pigeonrepel_sec02_katuyaku_calm01{
    width: 25%;
    float: left;
    
}

.pigeonrepel_sec02_katuyaku_calm02{
    width: 50%;
    float: left;
    
}

.pigeonrepel_sec02_katuyaku_set{
    background-color: #fff;
    width: 211px;
    margin: 0 auto;
    padding: 10px;
    
}

.pigeonrepel_sec02_katuyaku_set_copy01{
     text-align: center;
    font-size: 18px;
    padding: 0 0 5px 0;
}


.pigeonrepel_sec03{
    padding: 50px 0;
    
}


.pigeonrepel_sec03_copy{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 390px;
    margin: 0 auto 10px auto;;
    background-color: #5b8dfb;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
    padding: 20px 0;
    
}

.pigeonrepel_sec03_yellow{
    color: #fff100;
}

.pigeonrepel_sec03_inner01{
    width: 850px;
    margin: 0 auto;
    padding: 0 0;
    
}

.pigeonrepel_sec03_icon{
    width: 80px;
    float: left;
    text-align: center;
    padding: 20px 0;
    
}

.pigeonrepel_sec03_copy02{
    font-size: 24px;
    font-weight: bold;
    width: 750px;
    float: right;
    text-align: left;
    padding: 30px 0 0;
    
}

.pigeonrepel_sec03_img01{
    text-align: center;
    padding: 0 0 30px 0;
    
}

.pigeonrepel_sec04_copy01{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 40px 0;
    
}

.pigeonrepel_sec04_pink{
    color: #e4007f;
    
}

.pigeonrepel_sec04_left{
    width: 50%;
    float: left;
    padding: 0 0 50px 0;
    
}

.pigeonrepel_sec04_left_copy{
    font-size: 20px;
    line-height: 1.6em;
    padding: 30px 0 30px 30px;
}

.pigeonrepel_sec04_left_img{
    padding: 0 0 0 30px;
    
}

.pigeonrepel_sec04_right{
    width: 50%;
    float:right;
    
}

.pigeonrepel_sec04_right_img{
    width: 456px;
    margin: 0 auto;
    
}

.pigeonrepel_bnr01{
    text-align: center;
    padding: 30px 0 20px;
    
}


.pigeonrepel_btn{
    text-align: center;
    padding: 0 0;
    
}

.pigeonrepel_copy02{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 40px 0;
    line-height: 1.4em;
    
}

/*-------------------------------------------
	ゴミステーション
--------------------------------------------*/

.garbage_copy01{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 40px 0;
    line-height: 1.6em;
}

.garbage_pink{
    color: #e4007f;
}

.garbage_green{
    color: #12814c;
}

.garbage_img01{
    text-align: center;
    padding: 0 0 30px 0;
    
}

.garbage_copy02{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 40px 0;
    line-height: 1.6em;
}

.garbage_img02{
    text-align: center;
    padding: 0 0 0 0;
    
}

.garbage_img03{
    text-align: center;
    padding: 0 0 0 0;
    
}

.garbage_img04{
    width: 707px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    
}

.garbage_point_wrap{
    width: 870px;
    margin: 0 auto;
    
}

.garbage_point_calm{
    width: 50%;
    float: left;
    
}

.garbage_point_set{
    width: 375px;
    margin: 0 auto 20px;
    background-color: #8fc31f;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
    padding: 16px;
    
}

.garbage_point_copy01{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    padding:10px 0 20px 0;
    text-align: center;
}

.garbage_point_inner{
    background-color: #fff;
    border-radius: 10px;          
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
    padding: 25px;
    height: 90px;
    
}

.garbage_point_copy02{
    font-size: 18px;
    line-height: 1.6em;
}

.garbage_img05{
    width: 940px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    
}

.garbage_btn{
    width: 516px;
    margin: 20px auto;
    
}

.blog_archive_ttl{
	text-align:center;
	padding:0 0 20px;
	font-size:20px;
	color:#fff;
	}

.blog_con_body h2{
  
  color: #155e8f;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size: 22px;
	margin:20px 0 20px 0;
	padding: 0.6em 0.8em;
	line-height: 1.6em;
}

.blog_con_body h3{
  color: #155e8f;/*文字色*/
  background: #f4f4f4;/*背景色*/
	font-size: 20px;
	margin:20px 0 20px 0;
	padding: 0.6em 0.8em;
	line-height: 1.6em;
}

.wp-block-list li ul{
	padding: 0.6em 0.8em;
}

.wp-block-list li{
	 list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	
}

.wp-block-list li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #F44336;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

.blog_con_body p{
    padding: 8px 0;
}