@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
#content_wrapper {
    max-width: 62em;
    width: 100%;
    margin: auto;
}

.cl {
    clear: both;
}

.cl_space {
    border-bottom: 1em;
}

.product_title_static {
    font-size: 1.3em;
    color: rgba(62, 0, 1, 1.00);
    font-weight: 800;
}

.img_shadow {
    box-shadow: 3px 3px 3px -2px #343832;
    -moz-box-shadow: 3px 3px 3px -2px #343832;
    -webkit-box-shadow: 3px 3px 3px -2px #343832;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #cccccc;
}

.width100 {
    width: 100%;
}

.main_title_img {
    max-width: 64em;
    width: 100%;
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.image_width_full {
    max-width: 64em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.image_width_half {
    max-width: 32em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.image_margin {
    margin: 1em;
}

/* 画像真ん中配置caption含む */

.image_width_half_ver01 {
    max-width: 32em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    margin-left: auto;
    margin-right: auto;
}

.image_width_full_ver01 {
    max-width: 64em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(47, 47, 47, 1.00);
}

.image_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img_caption_center {
    text-align: center;
}

/* ここまで */

/* youtube埋め込みifarame用 */

.youtube_include_ver01 {
    max-width: 40em;
    width: 100%;
    height: 22em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ここまで */

p {
    font-family: 'Noto Sans JP', sans-serif!important;
    line-height: 180%;
    margin-left: 1em;
    margin-right: 1em;
}

/* 基本的なテーブル */

.standard_table_ver01 {
    text-align: left;
    max-width: 64em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-top: 1px solid #ABABAB;
    /* コンテンツのカラーリングによって変更 */
}

.standard_table_ver01 tr {
    border-bottom: 1px solid #ABABAB;
    /* コンテンツのカラーリングによって変更 */
    vertical-align: middle;
}

.standard_table_ver01 td {
    padding: 1em;
    vertical-align: middle;
}

.tr_midashi {
    /* 見出しのtrやtdに使うデザイン要素 */
    font-weight: 800;
    padding-top: 15px;
    background-color: rgba(252, 230, 231, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.play_btn
/* 再生系のボタンなどに */

    {
    max-width: 10em;
    width: 100%;
    height: auto;
}

/* ここまで */

/* プルダウンサイドメニュー */

.pulldown_lead {
    color: black;
    text-align: center;
    margin: 1em 0em 0em 0em;
    font-size: 1em;
}

.side_menu_block {
    background-color: rgba(233, 212, 184, 1.00);
    /* コンテンツのカラーリングによって変更 */
    width: 100%;
    padding: 0.1em;
    margin-bottom: 1em;
}

.cp_ipselect {
    overflow: hidden;
    max-width: 40em;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(88, 48, 48, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl05 {
    position: relative;
    border-radius: 2px;
    border-radius: 50px;
    padding: 0.3em;
    background: rgba(88, 48, 48, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.cp_ipselect.cp_sl05::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.cp_ipselect.cp_sl05 select {
    padding: 8px 38px 8px 8px;
    color: #ffffff;
}

.side_menu_block_v2 {
    background-color: rgba(236, 234, 255, 1.00);
    /* コンテンツのカラーリングによって変更 */
    width: 100%;
    padding: 0.1em;
    margin-bottom: 1em;
}

.cp_ipselect_v2 {
    overflow: hidden;
    max-width: 40em;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.cp_ipselect_v2 select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(10, 117, 119, 1.00);
    /*コンテンツのカラーリングによって変更 */
}

.cp_ipselect_v2 select::-ms-expand {
    display: none;
}

.cp_ipselect_v2.cp_sl05_v2 {
    position: relative;
    border-radius: 2px;
    border-radius: 50px;
    padding: 0.3em;
    background: rgba(10, 117, 119, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.cp_ipselect_v2.cp_sl05_v2::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.cp_ipselect_v2.cp_sl05_v2 select {
    padding: 8px 38px 8px 8px;
    color: #ffffff;
}

/* 2カラム */

.col_2 *, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_2>div {
    width: 50%;
    padding: 10px;
}

@media screen and (max-width: 640px) {
    .col_2>div {
        width: 100%;
    }
}

/* 3カラム */

.col_3 *, *:before, *:after {
	box-sizing: border-box;
}

.col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_3>div {
    width: 33.33333%;
    padding: 10px;
    border: 1px solid rgba(232, 232, 232, 1.00);
    /* ボーダー色設定など */
    background-color: rgba(255, 253, 244, 1.00);
    /* 背景色 */
}

@media screen and (max-width: 1090px) {
    .col_3>div {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .col_3>div {
        width: 100%;
    }
}

/* 1カラム */

.col_1 *, *:before, *:after {
	box-sizing: border-box;
}

.col_1 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_1>div {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(232, 232, 232, 1.00);
    /* ボーダー色設定など */
    background-color: rgba(255, 253, 244, 1.00);
    /* 背景色 */
}

@media screen and (max-width: 1090px) {
    .col_1>div {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .col_1>div {
        width: 100%;
    }
}

/* 画像回り込み */

p.img_text {
    margin-bottom: 1em;
    line-height: 1.2em;
    text-align: left;
    margin-top: 20px;
}

figure {
    float: left;
    margin: 10px 10px 10px 0;
    width: 40%;
}

figure img {
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    p.img_text {
        margin-bottom: 1em;
        line-height: 1.2em;
        text-align: left;
        margin-top: 30px;
    }
    figure {
        float: left;
        margin: 10px 10px 10px 0;
        width: 20%;
    }
    figure img {
        max-width: 100%;
    }
}

/* 　囲み記事パターンの基本設計  */

/* 角丸　radiusなくすとシンプル囲みに　*/

.ad_box00 {
    vertical-align: middle;
    padding: 0.5em 1em;
    font-weight: bold;
    color: #6091d3;
    /*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
}

.ad_box00 p {
    margin: 0;
    padding: 0;
}

/* 破線 */

.ad_box01 {
    padding: 0.5em 1em;
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;
    /*点線*/
}

.ad_box01 p {
    margin: 0;
    padding: 0;
}

/* 吹き出し系　要カスタマイズ */

.ad_box02 {
    position: relative;
    padding: 0.5em 0.7em;
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
}

.ad_box02:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}

.ad_box02 p {
    margin: 0;
    padding: 0;
}

/* 左にだけ太線で付箋風 */

.ad_box03 {
    padding: 0.5em 1em;
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}

.ad_box03 p {
    margin: 0;
    padding: 0;
}

/* めくれたテープ風 */

.ad_box04 {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
}

.ad_box04:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ad_box04 p {
    margin: 0;
    padding: 0;
}

/* 基本テキストCSS */

.title_big {
    font-size: 1.5em!important;
    font-weight: 800;
    margin: 0.2em;
}

.title_middle {
    font-size: 1.2em!important;
    font-weight: 800;
    margin: 0.2em;
}

.title_normal {
    font-size: 1em!important;
    font-weight: 800;
    margin: 0.2em;
}

.lead_st {
    font-weight: 800;
    line-height: 180%;
    margin: 1em;
}

.lead01 {
    line-height: 180%;
    margin: 1em;
}

.lead02 {
    line-height: 180%;
    margin: 1em;
    font-size: 0.8em;
}

.font_size15 {
    font-size: 1.5em
}

.font_size13 {
    font-size: 1.3em
}

.font_size11 {
    font-size: 1.1em
}

.font_size09 {
    font-size: 0.9em
}

.font_size08 {
    font-size: 0.8em
}

.line_height150 {
    line-height: 150%;
}

.line_heigh120t {
    line-height: 120%;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.font_st {
    font-weight: 800;
}

/* spanのみで使用 */

.font_red {
    color: red;
}

/* spanのみで使用 */

.font_blue {
    color: blue;
}

/* spanのみで使用 */

.font_green {
    color: green;
}

/* spanのみで使用 */

/*======================================================================================*/

/* 以下page unique */

.image_width_full_prof {
    width: 18em;
    width: 50%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bar_img {
    max-width: 64em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* 追加テキストCSS */

.features_hilight {
    font-size: 16px;
    font-weight: 700;
    color: #63C;
}.col_2_button *, *:before, *:after {
	box-sizing: border-box;
}

.col_2_button {
    width: 80%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    /* background-color: #FFF; */
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_2_button>div {
    width: 50%;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .col_2_button>div {
        width: 100%;
    }
}

.btn_menu_01 {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 10px;
	background: #26aa57;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 0px auto;
	width: 70%;
}

.btn_menu_02 {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 10px;
	background: #287bbb;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 0px auto;
	width: 70%;
}