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

/*レイアウト*/
.wrap_01 {
    background: url("../img/bg_technosac.png") no-repeat;
    background-position: top right;
    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;
}

.lead {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 20px 0;
}

.lead em {
    font-weight: bold;
}

.lead2 {
    font-size: 1.1em;
    margin: 1.5em 0;
}

.moushikomi_text {
    margin-bottom: 30px;
}

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

.function_debut {
    margin-bottom: 40px;
}

.function_debut_wrap {
    background-color: #f7ffcb;
    padding: 35px;
    border-radius: 15px;
    font-size: 1.2em;
}

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

.function_debut_wrap .itemBox02-inner_col1 {
    background-image: url(../img/bg_function_debut.png);
    background-repeat: no-repeat;
    background-size: 222px;
    background-position: center top;
}

.itemBox02{
    align-items: center;
}

.attwaku {
    border: 3px solid #ccc;
    padding: 20px;
    margin: 0 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;
}

.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: #b8cc00;
}

.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: 30px 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;
}

/*ボタン*/
.bt_debut {
    display: inline-block;
    color: #fff;
    font-size: 0.9em;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #b8cc00;
    border-radius: 20px;
}

.bt_debut:hover {
    filter: alpha(opacity=68);
    -moz-opacity: 0.68;
    opacity: 0.68;
}

.moushikomi {
    box-sizing: border-box;
    background-color: #faa500;
    border-radius: 15px;
    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: #ffbf43;
}

.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 {
    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;
}
