@import url(https://fonts.googleapis.com/css?family=Lato);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: top;
}
.btn_wrap a{background:#e43236;color:#fff!important;}
.btn_wrap a::after {
    border-top: 2px solid #fff!important;
    border-right: 2px solid #fff!important;
}
.youtube_btn .img_anchor::before {
    background: rgba(0,0,0,0.1)!important;
}
.youtube_btn .img_anchor:hover::before {
    background: rgba(0,0,0,0.0)!important;
}

.製品案内 img{
display:block;
width:100%;
}
.製品案内 .wf_blog_li_date_date{
display:none;
}

.columns,.column{
box-sizing:border-box;
}
.wrap>.inner{
padding-top:5px;
padding-bottom:5px;
}
.top01.wrap{
padding-top:0px;
}
.top01.wrap>.inner{
padding-top:0px;
padding-bottom:0px;
}
.top01.wrap>.inner .column{
padding:1px;
}
.gallery_wrap,.gallery_wrap .inner{
padding:0px;
margin:0px auto;
margin-bottom:0px!important;
}
.gallery_wrap .cont{
padding:1px;
margin:0px;
}
.gallery_wrap img{
vertical-align:top;
}
body{
	color:#444444;
	line-height:1.7;
}
a,
a:visited,
a:hover{
	color:#333333;
}
.wrap{
	width:100%;
	box-sizing:border-box;
}
.wrap .inner{
	max-width:1000px;
	margin:0 auto;
}
.main_image,.main_image img{
	width:100%;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/* header */
#header h1 {
    float: left;
    margin-top: 30px;
}
#header .info {
    float: right;
    width: 48.9%;
    margin-top: 30px;
    max-width: 489px;
    margin-bottom: 15px;
}
#header .info img{
	width:100%;
}
.header_tel {
	text-align:right;
	margin-bottom:18px;
}
.header_tel span {
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    background: #a01a2a;
    color: #ffffff;
    padding: 10px 35px;
}
.header_tel img {
	vertical-align:bottom;
	margin-right:7px;
}

/* nav */
#nav {
    width: 100%;
    float: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#nav li {
    float: left;
    list-style: none;
    width: 11.11%;
    height: 80px;
    box-sizing: border-box;
	position:relative;
}
#nav li:before{
	content:"";
	position:absolute;
	height:25px;
	width:1px;
	background:#e7e7e7;
	left:0;
	top:50%;
	margin-top:-12px;
}
#nav li a {
	display:block;
	height:80px;
	line-height:80px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-size:18px;
}
#nav li a:hover {
	color:#e43236;
}

/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
}
.top #content {
	margin-bottom:0;
}

#content .wrap p {
	margin-bottom:1.2em;
}

/* メイン */

.carousel {
	padding-bottom:40px;
	width:100%;
	overflow:hidden;
}
.carousel > div {
	width:1000px;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#fdcc07;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:47px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	background:#f5f6f0;
	padding-top:30px;
}
#footer {
}
#footer .footertop{
	background:url(/images/contact_bg.png) no-repeat center top;
	background-size:cover;
}
#footer .footertop .contact_box{
	width:45%;
	float:right;
	box-sizing:border-box;
	background:rgba(0,0,0,0.8);
	padding:50px 40px;
	color:#fff;
}
#footer .footertop .inner{
	padding:0;
}
#footer .footertop .ttl_p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    border-bottom: 1px solid #979898;
    line-height: 1.3;
    padding-bottom: 7px;
    position: relative;
    color: #fe6366;
}
#footer .footertop .ttl_p::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -2px;
}
#footer .footertop p.p01{
	margin:0 0 30px;
}
#footer .footertop p.p02 {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
}
#footer .footertop p.p02 a{
	color:#fff;
}
#footer .contact_box02{
	background:#111;
transition-property: background-color;
transition-duration:200ms;
transition-timing-function:ease-in-out;
}
#footer .contact_box02:hover{
	background:#e43236;
}
#footer .contact_box02 .inner{
	padding:0;
}
#footer .contact_box02 a:hover {
text-decoration:none;
}
#footer .contact_box02 a {
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 18px 0px;
}
#footer .contact_box02 a:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 8px;
}
#footer .contact_box02 a:after{
    content:"";
	position:absolute;
	width:34px;
	height:25px;
	left:10px;
	top:50%;
	margin-top:-13px;
	background:url(/images/contact_icon.png) no-repeat center top;
}
#footer .footerbottom{
	background:#f4f4f4;
	padding:50px 0;
}
.footerbottom .f_box01{
	float:left;
	width:50%;
}
.footerbottom .f_box02{
	float:right;
	width:45%;
}
.footerbottom .f_box02 .f_menu01{
	float:left;
	width:40%;
}
.footerbottom .f_box02 .f_menu02{
	float:left;
	width:58%;
}
.footerbottom .f_box02 ul:first-child{
	margin-right:2%;
}
.footerbottom .ttl_p {
    font-size: 18px;
    margin: 0 0 15px;
    color: #333;
    border-left: 2px solid #e43236;
    padding: 0px 0 0px 20px;
}
#footer .inner {
	padding:1em 0;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0 0 8px;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer ul li a {
    color: #666666;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
    font-size: 14px;
    display: inline-block;
}
#footer ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer ul li a:before{
    content: "";
    display: block;
    height: 2px;
    width: 8px;
    position: absolute;
    left: 0px;
    top:9px;
	background:#666666;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
	padding:0;
}

/* table */

.menu_table {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #e8e9e3;
}
.menu_table th,
.menu_table td {
	padding:14px 14px;
	border-bottom:1px solid #e8e9e3;
}
.menu_table th {
	text-align:left;
}
.menu_table td {
	text-align:right;
}

table.news {
	border-top:1px solid #3b3b3a;
	max-width:800px;
	margin:0 auto;
	width: 100%;
}
table.news th,
table.news td {
	padding:15px 10px 14px ;
	border-bottom:1px dotted #c5c5c5;
	}
table.news th {
	width:20%;
	padding:15px 0 14px 20px;
}

.top table.info {
	border-top:none;
	width: 100%;
}
.top table.info th {
	padding:8px 5px 3px ;
	text-align:left;
	display:block;
	width:100%;
	box-sizing: border-box;
	color:#a01a2a;
}
.top table.info td {
	padding:3px 5px 7px ;
	border-bottom:1px dotted #cccccc;
	text-align:left;
	display:block;
	width:100%;
	box-sizing: 
}



/* BTN */

.anchor_wrap a {
	width: 180px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background: #a01a2a;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2px;
    font-family: 'EB Garamond', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.anchor_wrap a:hover {
	opacity:0.7;
}

/*TOP*/

h3 {
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	letter-spacing:0.1em;
}
.top .h3,.under h3 { 
	text-align:center; 
	display:block;
	padding-bottom:30px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing:0.1em;
	padding-top:2.5em;
}
.top h3.title,.under h3 {
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 15px;
    display: block;
    font-size: 30px;
    letter-spacing: 0;
    color: #333;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #cccccc;
    line-height: 1.3;
	margin:0 0 35px;
}
.top h3.title::before,.under h3:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background: #e43236;
    left: 50%;
    bottom: -2px;
    margin-left: -110px;
}
.top .sub {
	border:none;
	font-weight:bold;
	font-size:16px;
	padding:12px 0 0 0;
	display:block;
	color: #959595;
}

.top h4,.under h4 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:1em;
	border-bottom: 1px solid #cccccc;
    line-height: 1.3;
	padding-bottom:15px;
	position:relative;
}
.top h4:before,.under h4:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    background: #e43236;
    left:0;
    bottom: -2px;
}
.under h4 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.under h5 {
    background: #e43236;
    color: #fff;
    padding: 3px 0 3px 10px;
    font-size: 16px;
    border-radius: 5px;
}
.top  .bg_block {
	background:#f5f6f0;
}
.top .concept-block,
.top  .item-block {
	padding-bottom:2.5em;
}
.top  .info-block {
	margin-bottom:2.5em;
}
.top .concept-block img {
	margin-right:20px;
}
.top .concept-block h4,
.top .concept-block p ,
.top .concept-block .btn-style{
	padding-left:52%;
}

.top .shop-block p.entry_p {
	width:48%;
}
.top .shop-block .anchor_wrap {
	padding-top:1em;
}
.top .shop-block .fl{
	width:30%;
}
.top .shop-block .fr{
	width:66%;
}

.top dl.info { margin-bottom:20px;}

/* item */	

.item-list li {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 2% 2%;
	text-align:center;
}
.item-list li img {
	width:100%;
	margin-bottom:10px;
}
.item-list li span.item-price {
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
	color: #e43236;
	display:block;
}

/* under */

.page_title {
	background:#f5f6f0;
	text-align:center;
	margin-bottom:30px;
	padding:2em 0;
}
.page_title h2.title {
	max-width:1000px;
	margin:0 auto;
	font-size:40px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* template */

.under .wrap {
	margin-bottom:10px;
}
form .wrap {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.type_basic_fl img {
	width:30%;
	margin-right:2%;
	float:left;
}
.type_basic_fr img {
	width:30%;
	margin-left:2%;
	float:right;
}
.img-half .type_basic_fl img {
	width:48%;
	margin-right:2%;
}
.img-half .type_basic_fr img {
	width:48%;
	margin-left:2%;
}

/* 画像 */

.wrap img {
	max-width:100%;
}

.img_list1 img {
	margin:0 0 2%;
}
.img_list3 li {
	width:32%;
	margin:0 0 2% 2%;
	float:left;
	display:block;
}
.img_list3 li:first-child {
	margin-left:0;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none;}

.map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (max-width: 1010px) {
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
    margin-left: auto;
	margin-right:auto;
    width: 94%;
	float:none;
}
#nav li {
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (max-width: 767px) {

.sp { display:block;}
.pc { display:none;}

img {
	max-width:100%;
}

#header {
	height:90px;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:20px;
	left:10px;
	max-width:45%;
}
#header .info {
	position:absolute;
	top:20px;
	right:10px;
	margin-top:0;
	width:166px;
	max-width:36%;
	padding-top:0;
	float:right;
}
#header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
	border-top:none;
	border-bottom:none;
}
#menu { display:none;}
#toggle {
	display: block;
	position: absolute;
	top:20px;
	right:10px;
	max-width:50px;
	width:11%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(255,255,255,.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav ul li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}
#nav ul li.nav01 { border-left:none;}
#nav ul li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}

.item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
}

#content {
	width:100%;
}

/* top */
.top .concept-block img,
.top .shop-block img {
    margin:0 0 20px;
    max-width: 100%;
}

.top .concept-block h4,
.top .concept-block p,
.top .concept-block .anchor_wrap {
	padding-left:0;
}
.top .shop-block .anchor_wrap,
.top .concept-block .anchor_wrap {
	text-align:center;
}
.top .shop-block p.entry_p {
	width:100%;
}

/* template */

.type_basic_fl img,
.type_basic_fr img ,
.img-half .type_basic_fl img,
.img-half .type_basic_fr img,
.img_list3 img ,
.img_list3 a {
	float:none;
	width:100%;
	margin:0 0 20px ;
}


.top .shop-block .fr {
    width: 100%;
	float:none;
}
.top .shop-block .fl {
    width: 100%;
	float:none;
}
.top table.info {
	margin-bottom:20px;
}
.map {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
}

@media only screen and (max-width: 480px) {
#nav ul { top: 88px;}
.top .recommend-block .block-inner {
	background-size:20px;
	background-position:0 0;
}
.top .recommend-block .block-inner .fl {
	padding-left:0;
}

table.news th,
table.news td,
.info_dt,
.info_dd {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th,
.info_dt {
	padding:15px 2px 4px;
}
table.news td,
.info_dd {
	padding:4px 2px 15px;
}
table.news th,
.info_dt {
	border-bottom:none;
}

.menu_table th,
.menu_table td {
	display:block;
}
.menu_table th {
	border-bottom:none;
	padding-bottom:4px;
}
.menu_table td {
	padding-top:4px;
}

}
@media only screen and (max-width: 320px) {
#header .info {
	top:15px;
}
#toggle {
	top:15px;
}
#nav ul { top:65px;}

}
/***********BLOG************/
.wrap>.inner{
}
.wf_blog_ul{
}

.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
}

.wf_blog_ul .wf_blog_li_thumb img{
}
.wf_blog_ul li{
	border-bottom:1px solid #e7e7e7;
}
.wf_blog_ul  li a{
}
.wf_blog_ul li:after{
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
}
.wf_blog_ul .wf_blog_li_title {
    color: #e43236;
}
.wf_blog_ul .wf_blog_li_date {
	margin-left:0;
}
.wf_bread_ul li{
}
.wf_bread_ul {
}
.radius_wrap .wf_blog_ul{
}
.radius_wrap .wf_blog_ul li{
}

form .wrap{
}
@media screen and (max-width: 768px) {
form .wrap{
}
}





/* --追記-- */
a:focus,
*:focus {
 outline: none;
}
a {
color: #333333;
text-decoration: none;
}
a:hover {
color: #333333;
 text-decoration: underline;
}
a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha( opacity=100 )";
}
.mb0 {
 margin-bottom: 0!important;
}
.mb_h3 {
 margin-bottom: 20px !important;
}
.mb_h4 {
 margin-bottom: 18px!important;
}
.mb_h5 {
 margin-bottom: 10px!important;
}
.mb_01 {
 margin-bottom: 27px!important;
}
.mb_02 {
 margin-bottom: 60px!important;
}
.mb_03 {
 margin-bottom: 75px!important;
}
ul.list_dot {
 list-style: none;
}
ul.list_dot li {
 padding: 0 0 5px 22px;
 position: relative;
 word-wrap: break-word;
}
.list_dot li:before {
 background: none repeat scroll 0 0 #e43236;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 6px;
 position: absolute;
 top: 10px;
 width: 5px;
}
.float_ul01 li {
 margin: 0 20px 0 0;
 float: left;
 width: 40%;
}
ul.ul_check li {
 padding: 5px 0px 5px 24px;
 position: relative;
}
ul.ul02 {
 list-style: none;
}
ul.ul02 li {
 padding: 0 0 5px 14px;
 position: relative;
}
ul.ul02.float_ul01 li {
 box-sizing: border-box;
 float: left;
 margin: 0 2% 0 0;
 padding: 0 0 5px 14px;
 position: relative;
 width: 48%;
}
ul.ul02 li a {
 font-weight: bold;
}
.ul02 li:before {
 display: block;
 content: "";
 position: absolute;
 top: 8px;
 left: 3px;
 width: 0;
 height: 0;
 border: 5px solid transparent;
 border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
 background: none repeat scroll 0 0 #6a91c4;
 border: 1px solid #e43236;
 border-radius: 3px;
 content: "";
 height: 17px;
 left: 0;
 position: absolute;
 top: 9px;
 width: 17px;
 z-index: 0;
}
ul.ul_check li:after {
 position: absolute;
 top: 9px;
 left: 3px;
 content: "";
 width: 11px;
 height: 4px;
 border: transparent 4px solid;
 border-left: 2px solid #FFFFFF;
 border-bottom: 2px solid #FFFFFF;
 transform: rotate(-40deg);
 -webkit-transform: rotate(-40deg);
 -ms-transform: rotate(-40deg);
 z-index: 10;
}
p.point_p {
 color: #cab52c;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.3;
 padding: 7px 5px 8px 16px;
 position: relative;
 text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
 z-index: 1;
}
p.point_p:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 25px;
 height: 25px;
 border: 9px solid #d7f0f9;
 border-radius: 50%;
 z-index: -1;
}
.number_p {
 font-size: 19px;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 10px;
 padding: 0 0 0 110px;
 text-indent: -110px;
}
.number {
 background: none repeat scroll 0 0 #cab52c;
 border-radius: 5px;
 box-shadow: 3px 3px 0 #ccc;
 color: #fff;
 font-size: 23px;
 margin: 0 10px 0 0;
 padding: 0 8px;
}
.arrow_box {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow_box:before {
 content: "";
 position: absolute;
 background: none;
 top: 10px;
 left: 0px;
 height: 0;
 border-top: dotted #E6DDB8 2px;
 width: 100%;
}
.arrow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 16px solid #faeaa9;
}
.merit01 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #cdb827;
 font-size: 20px;
 color: #fff;
 margin: 0 0 8px;
 display: inline-block;
}
.merit02 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 margin: 0 0 8px;
 background: #6a91c4;
 font-size: 20px;
 color: #fff;
 display: inline-block;
}
.text_box {
 float: right;
 width: 62%;
}
.border_box01 {
 background-color: #f4f4f4;
 border: 1px solid #ddd;
 border-radius: 7px;
 padding: 10px;
}
.border_box02 {
 background-color: #f8f8f8;
 border: 1px solid #ddd;
 border-radius: 7px;
 padding: 10px;
}
.text_01 {
 color: #cdb827;
 font-size: 24px;
 font-weight: bold;
 letter-spacing: 0;
 line-height: 1.6 !important;
 padding: 0;
 text-align: center;
}

.link_btn {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: auto;
}
.link_btn a {
    line-height: 1.4;
    display: block;
    padding: 15px 20px 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    background:#e43236;
    transition: all 0.5s ease 0s;
    text-decoration: none;

    letter-spacing: 3px;
}
.link_btn a:before {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
display: block;
height: 8px;
margin-top: -5px;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
width: 8px;
}
.link_btn a:hover {
 opacity: 0.8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}


/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
    background: #f4f4f4;
    width: 25%;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.table02 {
	border-collapse: collapse;
	background: none;
	width: 100%;
}
table.table02 th {
	padding: 1.5% 1%;
	text-align: left;
	border-bottom: solid 1px #725c4d;
	width: 22%;
	font-weight: normal;
}
table.table02 td {
	padding: 1%;
	text-align: left;
	border-bottom: solid 1px #725c4d;
}
@media screen and (max-width: 767px) {
table.table01, table .table01 {
	font-size: 85%;
}
.table01 th, .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01, table .table01 {
	font-size: 70%;
}
}
@media screen and (max-width: 767px) {
table.table01,  table .table01 {
	font-size: 85%;
}
.table01 th,  .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01,  table .table01 {
	font-size: 70%;
}
}


.columns {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
}
.top01 {
    padding: 0 0 60px;
}
.top01 .column{
	padding:0;
}
.top01 .column a,.top01 .column img{
	display:block;
}
.top02 {
    padding: 60px 0;
    background: #ebeffe;
}
.top02 p {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0 !important;
	text-align: center !important;
}
.top03{
	padding:40px 0;
}
.top .top04 {
    padding: 60px 0;
    background: url(/images/top04_bg01.png) no-repeat center;
    background-size: cover;
}
.top04 .top_ul li {
    line-height: 1.4;
    font-size: 14px;
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 40px;
    padding-top: 2px;
}
.top04 .top_ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 4px;
    left: 4px;
    margin: -4px 0 0 0;
    background: url(/images/check_icon.png) no-repeat center 0;

}
.top .top05 {
    padding: 60px 0;
    background: url(/images/top05_bg01.png) no-repeat center;
    background-size: cover;
}
.top05 .is-4 .img_span{
	display:block;
	margin-top:20px;
}
.top .top06 {
    padding: 60px 0;
}
.top .top06 p{
	margin-bottom:0!important;
}
.under .img_block{
	text-align:center;
}
.wf_form_text {
    box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1200px) {
#nav li a {
    font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
/* =====================================
 共通
===================================== */
#nav li a {
    font-size: 12px;
}
/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}
@media screen and (max-width: 768px) {
.columns {
    margin-left: auto !important;
    margin-right: auto !important;
	text-align:center;
}
.columns p,.columns ul li{
	text-align:left;
}
.img_block .columns p{
	text-align:center;
}
.top01 .column {
    margin: 0 auto 20px;
    max-width: 666px;
}
.top02 .youtube_btn{
    max-width: 480px;
    display: block;
    margin: 0 auto;
}
#mailform .column {
    padding: 0px;
    text-align: left;
}
#footer .footerbottom {
    padding: 20px 0;
}

}
@media screen and (max-width: 767px) {
.top04 h3.title{
    font-size: 22px!important;
}
.top h3.title {
    font-size: 26px;
}
.top01 {
    padding: 40px 0 20px;
}
.top01 .columns{
	max-width:94%;
}
.top02 {
    padding: 40px 0;
}
.top .top04 {
    padding: 40px 0;
}
.top .top05 {
    padding: 40px 0;
}
.top .top06 {
    padding: 40px 0;
}
#footer .footertop .contact_box {
    padding: 40px 20px;
	width: 100%;
	float: none;
}
.top05 .column.is-4{
	margin:0 0 20px;
}
.footerbottom .f_box01 {
    float: none;
    width: 100%;
	margin:0 auto 20px;
}
.footerbottom .f_box02 {
    float: none;
    width: 100%;
}
form .wrap {
    min-height: 0;
}
}