@charset "utf-8";
/* CSS Document */

.main_contents {
    margin: 0 auto;
    display: block;/*IE用*/
    box-sizing: border-box;
    background:transparent !important;
    padding: 0!important;
}
.main_contents img {
    width: 100%;
    height: auto;
}
/*-------------------------------------------フォントサイズ*/
.main_contents h3 {
    font-size: 1.3750em; /* 22px */
    line-height: 1.5; /* 24px */
    margin-top: 0;
    margin-bottom: 0.5em;
}
.main_contents p {
    font-size: 1em; /* 16px */
    line-height: 1.5000em; /* 24px */
    margin: 0 0 1.5000em 0;
    font-weight: 400;
}
.main_contents li {
    font-weight: 400;
}
/*------------------------------------------------リンク*/
.main_contents a {
    color: #666;
    transition: 0.3s ease 0s;
   text-decoration: underline;
}
.main_contents a:hover {
    opacity: 0.5;
}


/*レイアウト*/
.wrap_01 {
	background: url("") no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-size:cover;

}

.wrap_01 .section_wrapper{
	max-width:none;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
.wrap_01 .section_contentswidth{
	max-width:1040px;
	box-sizing: content-box;
	margin:0 auto;
}
.send{
	max-width:1040px;
	margin:0 auto;
}
#Contents_type02 {
	font-size:115%;
	line-height:1.5em;
	padding:0;
}
#main_contents{
	padding:40px 120px;
}
.social{
	margin:20px 0 40px;
}
.tweet{
	position:static;
	margin-right:5px;
	float:left;
}
.facebook{
	position:static;
	margin-right:5px;
	width:70px !important;
	float:left;
}
.line{
	position:static;
	width:82px;
	float:left;
}
.main_contents .lead {
	font-size:1.4em;
	line-height:1.6em;
	margin: 20px 0;
}

.main_contents .lead em{
	font-weight: bold;
}

.main_contents .lead2{
	font-size:1.2em;
	margin: 1.5000em 0;
}

.moushikomi_text p{
	font-size:1.4em;
}

.function_debut{
	margin-bottom:40px;
}

.function_debut_wrap{
	background-color:#edf1f3;
	padding:40px 85px;
	border-radius:15px;
	font-size:1.2em;
}

.function_debut_wrap p:last-child{
	margin-bottom:0;
}

.attwaku{
	border:2px solid #ccc;
	padding:30px;
	margin: 30px auto 30px auto;
	border-radius: 15px;
}
.list_kome p {
	position: relative;
	margin-left: 1em;
	margin-bottom:15px;
}
.list_kome p:before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: 1em;
}
.list_kome p:last-child{
	margin-bottom:0;
}
ul.sns-icons li:nth-child(n+3){
	display:none;
}

/*リンク*/
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/*見出し*/
h1 {
	margin-bottom:10px;
}
h1.image {
	line-height:normal;
	margin:0;
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
h3 {
	font-size:105%;
}
.send h3 {
	font-size:1.5em;
	line-height:1.5em;
	padding:50px 0 25px 0px;
}
.send h3 .h3_br{
	display:block;
}
h4{
	font-size:1.2em;
	line-height:1.5em;
}
div.h {
	margin-top:40px;
}
div.h h3,
div.h h2 {
	font-size:150%;
}


/*Parts*/
.font110 {
	font-size:110%;
}
.font_green01 {
	color:#BFDD72;
}
.font_green02 {
	color:#839C00;
}
.font_family_h {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.list_kome li {
	padding-left:15px;
	text-indent:-15px;
	line-height: 1.4em;
}
.list_inner {
	list-style-type:none !important;
}
.list_inner li {
	padding-bottom:0;
	list-style:none;
	position:relative;
	margin-left:24px;
}
.list_inner li span {
	position:absolute;
	top:0;
	left:-1.5em;
}
.dec_list
.dec_list li{
	padding:0;
	margin:0px;
}
.dec_list li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.list0 li{
	position:relative;
	padding-left:0px;
	padding-bottom:10px;
}
.list0 li i.fa{
	color:#56c5d0;
}


.dec_arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 0px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin: 10px 0 0 10px;
}


.box_type02 {
	background-color:#fff;
	background-image:none;
	border:3px double #D63037;
}
.box_type02 h4 {
	padding-top:2px;
	font-size:110%;
}

/*クリア*/
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/*テーブル*/
table tr th {
	text-align:left;
	padding:15px 10px 12px;
	color:#666;
}
.oubo{
	margin: 20px auto;
}
.oubo th,
.oubo td{
	line-height:1.5em;
	padding: 20px;
	border:1px solid #4d4d4d;
}
.oubo th{
	background: #333333;
	color:#fff;
	width:18%;
	vertical-align:middle;
}


/*ボタン*/
.color_green02 a,
a.color_green02{
	background-color:#A1B829;
	border-color:#A1B829;
}
a.bt_debut{
	display:inline-block;
	color:#fff;
	font-size:0.9em;
	padding:8px 70px;
	text-align:center;
	text-decoration:none;
	background-color:#56c5d0;
	border-radius:20px;
}
a.bt_debut:hover{
	filter: alpha(opacity=68);
	-moz-opacity:0.68;
	opacity:0.68;
}
.moushikomi{
	box-sizing: border-box;
	background-color: #731821;
	background-position: left bottom;
	background-repeat:repeat-x;
	border-style: solid;
	border-width:1px 2px 3px 1px;
	border-color:#5A0014;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	max-width:1040px;
	margin: 0 auto;
	font-size:180%;
	transition:0.3s ease 0s;
}
.moushikomi a{
	color:#FFF !important;
	text-decoration: none;
	display:block;
	padding: 20px;
}
.moushikomi:hover {
	/*filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;*/
	background-color: #9b3237;
}
.moushikomi a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.moushikomi.gray {
	background: #b1b1b1;
	border:1px solid #ababab;
	border-bottom:1px solid #888;
}
.moushikomi.gray:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*余白*/
.mar_top3{
	margin-top: 3px !important;
}
.mar_top5{
	margin-top: 5px !important;
}
.mar_top10{
	margin-top: 10px !important;
}
.mar_btm0{
	margin-bottom: 0px !important;
}
.mar_btm10{
	margin-bottom: 10px !important;
}
.mar_btm15{
	margin-bottom: 15px !important;
}
.mar_btm20{
	margin-bottom: 20px !important;
}
.mar_btm30{
	margin-bottom: 30px !important;
}
.mar_btm40{
	margin-bottom: 40px !important;
}
.mar_top40{
	margin-top: 40px !important;
}
.pad_top20{
	padding-top: 20px !important;
}
.pad_top60{
	padding-top: 60px !important;
}
.pad_top80{
	padding-top: 80px !important;
}
.pad_top100{
	padding-top: 100px !important;
}
.pad_btm20{
	padding-bottom: 20px !important;
}
.pad_btm60{
	padding-bottom: 60px !important;
}
.pad_btm80{
	padding-bottom: 80px !important;
}
.pad_btm100{
	padding-bottom: 100px !important;
}

/*下のSNSボタン*/
 .sns-icons {
    background-color: #e6e9ea !important;
	 padding: 30px 0;
}
.sns-icons a{
	text-decoration: none;
}



/*微調整*/
.bt_toparea_w450{display:none;}
.bt_toparea_w980{display:inline;}
.about_debut_w620{display:none;}
.about_debut_w980{display:inline;}

.dec_maxw740{
	max-width:740px;
	margin: 0 auto;

}

.dec_maxw1000{
	max-width:1000px;
	margin: 0 auto;
}

.dec_maxw1100{
	max-width:1100px;
	margin: 0 auto;
}
.dec_maxw1200{
	max-width:1200px;
	margin: 0 auto;
}

.paint-pro {
	color: #56c5d0;
}