@charset "UTF-8";
body {
    font-family: 'メイリオ', 'MS Pゴシック', sans-serif , 'ヒラギノ角ゴ', Meiryo;
}
/* /////////////////////////////////////////
*
* Base
*
* /////////////////////////////////////////*/
* {
  box-sizing: border-box;
}

.contents {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    color: #444;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*================================================
* header
* ==============================================*/
header {
    max-width:1040px;
    margin: 0 auto;
    padding:10px;
}

header .header_logo {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

header .header_cv {
    width:40%;
    margin: 0;
    padding: 0;
    float: right;
}
header .header_cv img{
    margin:0 0 0 auto;
}

/*================================================
* mv
* ==============================================*/
.mv {
    min-height: 170px;
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-bottom: 4px solid #e03154;
}
.mv p{
    position:relative;
    overflow: hidden;
    background:#e03154;
    background: -webkit-repeating-linear-gradient(-45deg,#e03154 0,#e03154 4px,#eb7b92 4px,#eb7b92 6px);
    background: -o-repeating-linear-gradient(-45deg,#e03154 0,#e03154 4px,#eb7b92 4px,#eb7b92 6px);
    background: repeating-linear-gradient(-45deg,#e03154 0,#e03154 4px,#eb7b92 4px,#eb7b92 6px);
}
.mv p img{
    position:relative;
    z-index:+2;
}
.mv p::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 55%;
    left: 0;
    background: rgba(255, 255, 255, 0.8) ;
    z-index: +1;
}
.mv h1 {
    max-width:1040px;
    margin: 0 auto;
    padding: 10px 0;
}

.mv img {
    margin: 0 auto;
}

/*================================================
* section
* ==============================================*/
.section_1,
.section_2,
.section_3 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.section_1 h2,
.section_2 h2 {
    width: 100%;
    margin: 0;
    padding: 20px 0 5px 0;
}
.section_2 h2 {
    margin: 0 0 5% 0;
}

.section_1 .section_content_wrapper,
.section_2 .section_content_wrapper {
    margin: 0;
    padding: 0 10px;
}

.section_1 .section_content_wrapper .section_content,
.section_2 .section_content_wrapper .section_content {
    margin: 0 0 50px 0;
    padding: 20px 15px 40px 15px;
    text-align: left;
    background-color: #fdf3ee;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.section_1 .section_content_wrapper .section_content .section_content_title {
    position: relative;
    width: 100%;
    margin: 0 0 0 -20px;
    padding: 0 0.3em 0 0;
    font-size: 1.1em;
    font-weight: 700;
    color: #ffffff;
}
.section_1 .section_content_wrapper .section_content .section_content_title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #a09e94;
}

.section_1 .section_content_wrapper .section_content p,
.section_2 .section_content_wrapper .section_content p {
    margin: 15px auto;
    padding: 0;
    line-height: 1.2;
}

.section_1 .section_content_wrapper .section_product {
    width: 100%;
    margin: -20px 0 55px 0;
    padding: 0 15px 10px 15px;
    text-align: left;
    position: relative;
}


.section_2 .section_content_wrapper .section_content .section_content_title {
    position: relative;
    display: block;
    width: 36.29032258064516%;
    margin: -40px 0 0 -32px;
    padding: 0;
}

.section_2 .section_content_wrapper .section_content .section_content_title_area {
    position: relative;
    display: block;
    width: 105%;
    margin: -40px 0 0 0;
    padding: 0;
}
.section_2 .section_content_wrapper .section_content .section_content_title_area .section_content_title {
    position: relative;
    display: block;
    width: 36.29032258064516%;
    margin: 0 0 0 -32px;
    padding: 0;
    float: left;
}
.section_2 .section_content_wrapper .section_content .section_content_title_area .section_content_option {
    position: relative;
    display: block;
    width: 42.41935483870968%;
    margin: 0 5% 0 0;
    padding: 0;
    float: right;
}

.section_2 .section_content_wrapper .section_content .section_content_top_text {
    position: relative;
    display: block;
    width: 90%;
    margin: -8% auto 20px auto;
    padding: 0;
    text-align: center;
}
.section_2 .section_content_wrapper .section_content .section_content_top_text img {
    margin: 0 auto;
}

.section_2 .section_content_wrapper .section_content .inner {
    margin: 10px 5px 0 5px;
    padding: 15px 10px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
}

.section_2 .section_content_wrapper .section_content .inner .catch {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    background: #ed7547;
}

.section_2 .section_content_wrapper .section_content .inner .caption {
    margin: 0;
    padding: 0;
}

.section_2 .section_content_wrapper .section_content .inner .note {
    margin: 20px 15px;
    padding: 10px;
    background-color: #fce4d6;
    border-radius: 5px;
}
.section_2 .section_content_wrapper .section_content .inner .note ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
.section_2 .section_content_wrapper .section_content .inner .note ul li {
    margin: 0;
    padding: 0;
}
.section_2 .section_content_wrapper .section_content .inner .note ul li:before {
    content:'・';
}

.section_2 .section_content_wrapper .section_content .inner .description {
    margin: 5px 15px;
    padding: 0;
}

.section_2 .section_content_wrapper .section_content .inner .feature_top_img {
    width: 29.655172413793103%;
    float: left;
}
.section_2 .section_content_wrapper .section_content .inner .feature_top_text {
    width: 70.3448275862069%;
    float: left;
}

.cv {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}

.cv img {
    margin-left: auto;
    margin-right: auto;
}

.cv .cv_text{
    margin: 0 auto 5px auto;
    padding: 0;
}
.cv .cv_btn{
    margin: 0 auto 30px auto;
    padding: 0;
}
.cv .cv_btn2{
    margin: 0 auto 5px auto;
    padding: 0;
}
.cv .cv_tel {
    margin: 30px auto 20px auto;
    padding: 0;
}


.caution {
    margin: 5px 5px 20px;
    padding: 10px;
    border: 3px solid #ff0000;
    text-align: left;
}
.caution h3 {
    font-size: 15px;
    font-weight: 700;
    color: #ff0000;
    text-decoration: underline;
    text-align: center;
}
.caution p {
    font-size: 12px;
}


 .section_3{
    padding: 10px 20px 40px 20px;
}

.section_3 h2 {
    width: 100%;
    margin: 0;
    padding: 15px 50px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background: -moz-linear-gradient(top,  #ff3535 0%, #ff8181 3%, #ff4d4d 9%, #ff4d4d 9%, #ff3535 72%, #ff2121 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff3535 0%,#ff8181 3%,#ff4d4d 9%,#ff4d4d 9%,#ff3535 72%,#ff2121 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff3535 0%,#ff8181 3%,#ff4d4d 9%,#ff4d4d 9%,#ff3535 72%,#ff2121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3535', endColorstr='#ff2121',GradientType=0 ); /* IE6-9 */
}
.section_3 h2 img {
    width: 63.5%;
    margin: 0 auto;
}

.section_3 .section_content_wrapper{
    margin: 0 0 10px 0;
    padding: 15px;
    background: #fff0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0px 6px 20px -5px rgba(0,0,0,0.3) inset;
    position: relative;
}

.section_3 .section_content_wrapper p {
    margin: 5px auto 10px auto;
    padding: 0;
    line-height: 1.2;
}

.section_3 .section_content_wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section_3 .section_content_wrapper ul li {
    margin: 0;
    padding: 0 0 15px 0;
}
.section_3 .section_content_wrapper ul li dt {
    margin: 0;
    padding: 0;
    background: #ffcbcb;
}
.section_3 .section_content_wrapper ul li dd {
    margin: 0;
    padding: 15px 20px;
    background: #ffffff;
    text-align: left;
}


footer {
    margin: 40px 0 0;
}
footer .company {
    max-width:1040px;
    margin: 0 auto;
    padding: 10px;
}
footer .company .company_logo {
    width: 80%;
    margin: 0 0 10px 0;
}
footer .company p {
    margin: 5px 0;
}
footer .copyright {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display:block;
    color: #ffffff;
    text-align: center;
    background: #0070c0;
}

/* /////////////////////////////////////////
*
* Module
*
* /////////////////////////////////////////*/
/* 汎用モジュール
* ++++++++++++++++++++++++++++++++++++++++++++++*/
.fnt_large {
    font-size: 1.2em;
}

.fnt_large2 {
    font-size: 1.1em;
}

.fnt_large3{
    font-size:1.7em;
}

.fnt_small {
    font-size: 0.8em;
}

.fnt_bold {
    font-weight: 700;
}

.fnt_red {
    color: #ff0000;
}

.fnt_orange {
    color: #eb6112;
}

.align_left {
    text-align: left;
}
.align_center {
    text-align: center;
}
.align_right {
    text-align: right;
}

.margin_center {
    margin: 0 auto;
}
.margin_top_0 {
    margin-top: 0;
}
.margin_top_10 {
    margin-top: 10px;
}
.margin_top_15 {
    margin-top: 15px;
}
.margin_top_25 {
    margin-top: 25px;
}
.margin_bottom_0 {
    margin-bottom: 0;
}
.margin_bottom_10 {
    margin-bottom: 10px;
}
.margin_bottom_15 {
    margin-bottom: 15px;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_bottom_25 {
    margin-bottom: 25px;
}
.margin_bottom_30 {
    margin-bottom: 30px;
}
.margin_bottom_35 {
    margin-bottom: 35px;
}

.indent1 {
    text-indent: -1em;
    padding-left: 1em;
}
.indent2 {
    text-indent: -2em;
    padding-left: 2em;
}

/*================================================
* clearfix
* ==============================================*/
.clearfix:after,
header:after,
.section_3 .section_content_wrapper .tab:after {
    content: '';
    display: table;
    clear: both;
}
