@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.font_min {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "Sawarabi Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
body {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 1.75;
    color: #333333;
    margin: 0px;
    background-color: #ffffff;
    padding: 0;
    /*text-align: justify;*/
}


/* header(midashi) */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    display: block;
}


/* paragraph */

p {
    margin: 0;
    padding: 0;
}


/* anchor */

a {
    color: #F97771;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #E73F2E !important;
}

a img:hover {
    filter: Alpha(Opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    transition: opacity 0.3s;
}

div {
    margin: 0px;
    padding: 0px;
}

area {
    outline: none;
}


/* list */

dl,
ul,
ol,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style-type: none;
}


/* image */

img {
    border: 0;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}


/* address */

address {
    font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
    color: #666666;
    font-size: 11px;
    display: inline;
    line-height: 1;
}


/* emphasis */

em {
    font-style: normal;
    color: #d43339;
}


/* strong */

strong {
    font-weight: bold;
    font-style: normal;
}

form {
    margin: 0;
    padding: 0;
}

pre {
    margin: 0px;
    padding: 0px;
}

hr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

select {
    font-size: 18px;
    margin-bottom: 15px;
}

textarea {
    font-size: 15px;
}

fieldset {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
}

input {
    /* [disabled]font-size: 18px; */
    /* [disabled]display: block; */
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
    line-height: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    overflow: hidden;
    zoom: 1;
    /*for IE 5.5-7*/
}


/* Hides from IE-mac \*/

.clearfix {
    display: block;
}


/* End hide from IE-mac */

.img_left {
    float: left;
    margin-right: 45px;
    margin-bottom: 15px;
}

.img_right {
    float: right;
    margin-left: 45px;
    margin-bottom: 20px;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.txt_center {
    text-align: center;
}

.v_align_bottom {
    vertical-align: bottom;
}

.table_a {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table_a td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.table_b {
    border-collapse: collapse;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}

.table_b td {
    border: 1px solid #999;
    background-color: #FFFFFF;
    color: #666;
    padding: 8px;
}

.table_b .td_01 {
    background-color: #CBC0D9;
    color: #FFF;
    border-left-color: #FFF;
    border-right-color: #FFF;
}

.table_b .td_02 {
    background-color: #E8E8E8;
}

.table_b .td_03 {
    background-color: #E96093;
    color: #FFF;
}

.table_c {
    border-collapse: collapse;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table_c td {
    font-size: 18px;
    border: 1px solid #999;
    background-color: #FFFFFF;
    color: #666;
    text-align: center;
    padding: 8px;
}

.table_c .td_01 {
    background-color: #B6ACC3;
    color: #FFF;
    border-left-color: #FFF;
    border-right-color: #FFF;
}

.table_c .td_02 {
    background-color: #E8E8E8;
}

.table_c .td_03 {
    background-color: #E96093;
    color: #FFF;
}

.list_a li {
    margin-bottom: 1em;
}

.list_b {
    padding-left: 25px;
}

.list_b li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}

.list_c {
    padding-left: 25px;
}

.list_c li {
    list-style-type: upper-roman;
    list-style-position: inside;
    margin-bottom: 10px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_100 {
    margin-bottom: 100px;
}

.mb_150 {
    margin-bottom: 150px;
}

.mb_200 {
    margin-bottom: 200px;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_75 {
    margin-top: 75px;
}

.mt_100 {
    margin-top: 100px;
}

.mr_0 {
    margin-right: 0px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_50 {
    margin-right: 50px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_20 {
    padding-left: 20px;
}

.pl_30 {
    padding-left: 30px;
}

.pl_50 {
    padding-left: 50px;
}

.pl_75 {
    padding-left: 75px;
}

.pl_100 {
    padding-left: 100px;
}

.font_sss {
    font-size: 8px;
}

.font_ss {
    font-size: 10px;
    line-height: 1.5em;
}

.font_s {
    font-size: 13px;
}

.font_m {
    font-size: 15px;
}

.font_l {
    font-size: 18px;
}

.font_ll {
    font-size: 20px;
}

.font_3l {
    font-size: 25px;
}

.font_4l {
    font-size: 30px;
}

.font_5l {
    font-size: 50px;
    line-height: 1.3em;
}

.font_it {
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
}

.font_l_pink {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #333333;
}

.font_cap {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 20px;
}

.line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin-top: 25px;
    margin-bottom: 25px;
}

.none {
    display: none;
}

.ptop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 11;
}

.ptop img {
    filter: Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.ptop img:hover {
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

#fb-root {
    display: none;
}

.spCont {
    display: none;
}

@media screen and (max-width:750px) {
    .pcCont {
        display: none;
    }
    .spCont {
        display: block;
    }
    .img_fit {
        width: 100% !important;
        height: auto;
    }
}