@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h2.kaiketsu {
  font-size: 24pt;
  text-align: left;
	font-family: "Yu Gothic","游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

p.ceo {
  font-size: 12pt;
  text-align: left;
	width: 80%;
 line-height: 1.7;
font-family: "Yu Gothic","游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin-left: 30px

}


p.copy {
  font-size: 10pt;
   line-height: 1.7;
font-family: "Yu Gothic","游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


p.ceob {
  font-size: 12pt;
  text-align: center;
	
 line-height: 1.7;
font-family: "Yu Gothic","游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #333;
	font-size: 14pt;
  text-align: center;
  
}




h1.midashi {
  font-size: 30pt;
  text-align: center;
 color: #333;
	
}


h1.midashi2 {
  color: #333;
  text-align: center;
	font-size: 30pt;
  padding: 0.25em;
	width: 90%;
  border-top: solid 3px #333;
  border-bottom: solid 3px #333;
 /* background: -webkit-repeating-linear-gradient(-45deg, #cacaca, #cacaca 3px,#fff 3px, #fff 7px);
  background: repeating-linear-gradient(-45deg, #cacaca, #cacaca 3px,#fff 3px, #fff 7px);*/
}

h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  
}



@media screen and (max-width: 640px) {/* 640px以下*/

  

    h1.midashi2 {  font-size: 2.0rem;/* 24px*/ 
		font-family: "Yu Gothic","游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
    h2.kaiketsu {  font-size: 1.8rem;/* 20px*/
		font-family: "Yu Gothic","游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
	}


.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ffba73;
  border: solid 2px #ffba73;
	font-size: 1.6em;
  border-radius: 3px;
  transition: .4s;
	width: 140px;
}

.btn-flat-border:hover {
  background: #ffba73;
  color: white;
}


body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* Change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* Change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
/* Change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/*
Company
*/
*, *:before, *:after {
    box-sizing: border-box
}
html {
    box-sizing: border-box;
    font-size: 10px;
}
body {
    background: #fff;
    color: #383635;
    font-family: "Yu Gothic","游ゴシック", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
}
/* header */
header {
    background: url("../media/co_header_bg.pn") repeat-x;
    text-align: center;
}
@media screen and (max-width: 768px) {
    header img {
        margin: 0 0 60px;
        max-width: 100%;
    }
}
/* nav */
.menu_icon, .menu_icon span {
    display: inline-block;
    transition: all 0.3s;
}
.menu_icon {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 200;
    background: none !important;
    border: none !important;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.menu_icon span {
    position: absolute;
    background: #cacaca;
    border-radius: 2px;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 4px;
}
.menu_icon span:nth-of-type(1) {
    top: 0px;
}
.menu_icon span:nth-of-type(2) {
    top: 15px;
}
.menu_icon span:nth-of-type(3) {
    bottom: 0px;
}
.menu_icon.active span:nth-of-type(1) {
    background: #cacaca;
    transform: translateY(15px) rotate(45deg);
}
.menu_icon.active span:nth-of-type(2) {
    opacity: 0;
}
.menu_icon.active span:nth-of-type(3) {
    background: #cacaca;
    transform: translateY(-15px) rotate(-45deg);
}
#nav_box {
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    border-radius: 30px;
    margin: 160px auto;
    max-width: 1220px;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
}
#nav_box.active {
    right: 0;
    left: 0;
    margin: 160px auto 0;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
#nav_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
    padding: 30px 30px 10px;
}
#nav_box ul li {
    background: #cacaca;
    border: 3px solid #cacaca;
    border-radius: 50px;
    margin: 0 0 20px;
    width: 48%;
    font-size: 3.2rem;
    text-align: center;
    line-height: 60px;
}
#nav_box ul li:last-child {
    background: #333;
    border: 3px solid #FFF;
    color: #333;
}
#nav_box ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
#nav_box ul li:last-child a {
    color: #FFF;
}
#nav_box ul li:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1112px) {
    #nav_box {
        width: 98%;
    }
    #nav_box.active {
        width: 98%;
    }
}
@media screen and (max-width: 1024px) {
    .menu_icon.active span:nth-of-type(1) {
        background: #cacaca;
    }
    .menu_icon.active span:nth-of-type(3) {
        background: #cacaca;
    }
    #nav_box {
        width: 98%;
    }
    #nav_box.active {
        margin: 30px auto 0;
        padding: 60px 0 0;
        width: 98%;
    }
    #nav_box ul li {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 896px) {
    #nav_box {
        width: 97%;
    }
    #nav_box.active {
        margin: 0 auto;
        width: 97%;
    }
    #nav_box ul {
        display: block;
    }
    #nav_box ul li {
        width: 100%;
        font-size: 2.8rem;
        line-height: 60px;
    }
}
@media screen and (max-width: 480px) {
    #nav_box {
        margin: 110px auto;
        width: 95%;
    }
    #nav_box.active {
        margin: 0 auto;
        padding: 50px 0 0;
        width: 95%;
    }
    #nav_box ul {
        display: block;
    }
    #nav_box ul li {
        width: 100%;
        font-size: 2.0rem;
        line-height: 60px;
    }
    .menu_icon {
        top: 15px;
        right:15px;
    }
	
	.menu_icon {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 200;
    background: none !important;
    border: none !important;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
	
.menu_icon span {
    position: absolute;
    background: #cacaca;
    border-radius: 0.5px;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 3px;
}
.menu_icon span:nth-of-type(1) {
    top: 0px;
}
.menu_icon span:nth-of-type(2) {
    top: 11px;
}
.menu_icon span:nth-of-type(3) {
    bottom: 0px;
}
.menu_icon.active span:nth-of-type(1) {
    background: #cacaca;
    transform: translateY(11px) rotate(45deg);
}
.menu_icon.active span:nth-of-type(2) {
    opacity: 0;
}
.menu_icon.active span:nth-of-type(3) {
    background: #cacaca;
    transform: translateY(-11px) rotate(-45deg);
}
	
	
	
	
	
	
	
}
/* content */
.txt_marker {
    background: linear-gradient(transparent 50%, #f6a968 50%);
}
/* co */
.co_copy {
    margin: -60px auto 60px;
    max-width: 960px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .co_copy {
        margin: -60px auto 40px;
        padding: 0 10px;
        font-size: 1.6rem;
        text-align: left;
    }
}
.bg_yellow {
    background: #f2d800;
    padding: 60px 0;
    width: 100%;
}

.bg_red {
    background: #eee;
    padding: 60px 0;
    width: 100%;
}




.bg_gray {
    background: #333;
    padding: 20px 0;
    width: 100%;
}

.bg_gray1 {
    background: #333;
    padding: 10px 0;
    width: 100%;
}


/* mission */
.co_mission {
    background: #fff;
    border-radius: 30px;
    margin: 40px auto;
    padding: 40px;
    max-width: 1140px;
}

.co_mission1 {
    background: #fff;
    border-radius: 30px;
    margin: 40px ;
    padding: 40px;
    max-width: 1140px;
}

.co_mission h3 {
    margin: -120px 0 40px;
    text-align: center;
}



.co_mission h3 img {
    max-width: 100%;
}
.co_mission_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 810px;
}
.co_mission_inner img {
    width: 40%;
    height: 40%;
}
.co_mission_inner p {
    width: 53%;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
    .co_mission {
        margin: 15px auto;
        padding: 15px;
    }
    .co_mission h3 {
        margin: -50px 0 40px;
    }
    .co_mission_inner {
        display: inline;
    }
    .co_mission_inner img {
        margin: 0 0 40px;
        width: 100%;
        height: auto;
    }
    .co_mission_inner p {
        width: 100%;
        font-size: 1.6rem;
    }
}
/* spirits */
/* policy */
.co_spirits {
    background: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin: 100px auto 10px;
    padding: 60px;
    max-width: 1140px;
}
.co_spirits h3 {
    margin: -100px 0 40px;
    text-align: center;
}
.co_spirits h3 img {
    max-width: 100%;
}
.co_spirits_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 810px;
}
.co_spirits_inner p {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.75;
}
.co_spirits_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
}
.co_spirits_list li {
    background: #fff;
    padding: 10px 10px 20px;
    width: 19.12%;
    list-style: none;
}
.co_spirits_list li img {
    margin: 0 0 20px;
    width: 100%;
}
.co_spirits_list li p {
    font-size: 1.6rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .co_spirits {
        margin: 80px auto 10px;
        padding: 20px;
    }
    .co_spirits h3 {
        margin: -50px 0 30px;
    }
    .co_spirits_inner p {
        font-size: 1.6rem;
    }
    .co_spirits_list {
        display: inherit;
    }
    .co_spirits_list li {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 0 10px;
        padding: 10px;
        width: 100%;
    }
    .co_spirits_list li:last-child {
        margin: 0;
    }
    .co_spirits_list li img {
        margin: 0;
        width: 40%;
        height: 40%;
    }
    .co_spirits_list li p {
        width: 55%;
    }
}
.co_spirits p {
        font-size: 1.6rem;
    }

/* co_media */
h2.co_h2 img {
    margin: 40px auto 20px;
}
.co_media_inner {
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    padding: 60px;
    max-width: 1140px;
    text-align: center;
}
.co_media_inner img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .co_media_inner {
        padding: 20px;
    }
}
/* co_contents */
.co_contents {
    background: #fff;
    border-radius: 30px;
    margin: 100px auto 10px;
    padding: 60px;
    max-width: 1140px;
}
.co_contents h3 {
    margin: -100px 0 40px;
    text-align: center;
}
.co_contents h3 img {
    max-width: 100%;
}
.co_contents_inner {
    margin: 0 auto;
    max-width: 1020px;
    text-align: center;
}
.co_contents_inner h4 {
    background: #40a138;
    border-radius: 30px;
    margin: 0 0 20px;
    padding: 0 40px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
.co_contents_inner p {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
}
.co_contents_inner img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .co_contents {
        padding: 20px;
    }
    .co_contents h3 {
        margin: -50px 0 40px;
    }
    .co_contents_inner h4 {
        padding: 20px;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .co_contents_inner p {
        font-size: 1.6rem;
        text-align: left;
    }
}
/* co_user */
.co_user {
    background: #fff;
    border-radius: 30px;
    margin: 100px auto 10px;
    padding: 60px 0;
    max-width: 1140px;
}
.co_user h3 {
    margin: -100px 0 40px;
    text-align: center;
}
.co_user h3 img {
    max-width: 100%;
}
.co_user h4 {
    border-bottom: solid 2px #40a138;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
}
.co_user h4 img {
    max-width: 610px;
}
.co_user_inner {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1060px;
    text-align: center;
}
.co_user_inner p {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
}
.co_user_inner img {
    max-width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .co_user {
        padding: 60px 0 20px;
    }
    .co_user h3 {
        padding: 0 20px;
    }
    .co_user h4 img {
        padding: 0 20px;
        max-width: 100%;
    }
    .co_user_inner {
        padding: 0 20px;
    }
    .co_user_inner p {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
    }
}
/* co_market */
.co_market {
    background: #fff;
    border-radius: 30px;
    margin: 100px auto 10px;
    padding: 60px 0;
    max-width: 1140px;
}
.co_market h3 {
    margin: -100px 0 40px;
    text-align: center;
}
.co_market h3 img {
    max-width: 100%;
}
.co_market_inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1060px;
    text-align: center;
}
.co_market_inner p {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.75;
    text-align: center;
}
.co_market_inner img {
    max-width: 100%;
    text-align: center;
}
.co_button a {
    display: block;
    background: #fff;
    border: none;
    border-radius: 30px;
    margin: 60px auto 0;
    max-width: 500px;
    color: #000;
    font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック" ,  "MS PGothic", sans-serif;
    font-size: 2.4rem;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}
.co_button:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
    .co_market {
        padding: 60px 0 20px;
    }
    .co_market h3 {
        margin: -120px 0 40px;
        padding: 0 20px;
    }
    .co_market_inner p {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.5;
    }
    .co_button a {
        margin: 40px auto 0;
    }
}
/* co_service */
.co_service h2 img {
    margin: 40px auto 20px;
}
.co_service_box {
    background: #fff;
    border-radius: 30px;
    margin: 40px auto 10px;
    padding: 60px 0;
    max-width: 1140px;
}
.co_service_box h3 {
    margin: -100px 0 40px;
    text-align: center;
}
.co_service_box h3 img {
    max-width: 100%;
}
.co_service_inner {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 1060px;
    text-align: center;
}
.co_service_inner .ceo {
    margin: 0 0 40px;
    font-size: 4rem;
    font-weight: bold;
}
.co_service_inner .ceo span.ceo_title {
    font-size: 2.8rem;
    line-height: 2;
}
.co_service_inner .ceo span.ceo_en {
    font-size: 2.4rem;
    font-weight: normal;
}
.co_service_inner p {
    margin: 10 0 20px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.75;
    text-align: center;
}
.co_service_inner img {
    max-width: 100%;
    text-align: center;
}
.ceo_detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20 20 60px;
    max-width: 1024px;
}
.ceo_detail img {
    width: 44.33%;
    height: 44.33%;
}
.ceo_profile {
    width: 51.56%;
}
.ceo_profile dl dt {
    background: #cacaca;
    border-radius: 23px;
    margin: 20 20 20px;
    width: 250px;
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 46px;
}
.ceo_profile dl dd {
    margin: 20 20 20px;
    font-size: 1.5rem;
    text-align: left;
	width: 64%;
    font-weight: normal;
    line-height: 1.7;
}
.co_service_inner h4 {
    background: #333;
    border-radius: 30px;
    margin: 40px 20 20px;
    padding: 10 40px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .co_service_box {
        padding: 60px 0 20px;
    }
    .co_service_box h3 {
        padding: 0 20px;
    }
    .co_service_inner {
        padding: 0 20px;
    }
    .co_service_inner .ceo {
        font-size: 2.8rem;
    }
    .co_service_inner .ceo span.ceo_title {
        font-size: 1.4rem;
    }
    .co_service_inner .ceo span.ceo_en {
        font-size: 1.4rem;
    }
    .co_service_inner p {
        font-size: 1.4rem;
    }
    .ceo_detail {
        display: inherit;
    }
    .ceo_detail img {
        width: 64%;
    }
    .ceo_profile {
        width: 100%;
    }
    .ceo_prhttps://shigemoto-music.kagoyacloud.com/recruit/ofile dl {
        margin: -2px auto 0;
        width: 80%;
    }
    .ceo_profile dl dt {
        width: 100%;
        font-size: 1.6rem;
    }
    .ceo_profile dl dd {
        font-size: 1.6rem;
        text-align: center;
		 width: 60%;
    }
    .co_service_inner h4 {
        padding: 20px;
        font-size: 2.0rem;
        line-height: 1;
    }
}
/* battery */
.battery_header {
    position: relative;
    background: url("../media/header_bg_pc.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 768px;
}
.battery_copy {
    position: absolute;
    top: 119px;
    left: 50%;
    transform: translateX(-50%);
}
.battery_screenshot {
    position: absolute;
    top: 502px;
    left: 50%;
    transform: translateX(-50%);
}
.battery_phone {
    display: none;
}
.battery_menu {
    position: absolute;
    top: 60px;
    right: 60px;
}
.battery_menu img {
    width: 60px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .battery_header {
        background: url("../media/header_bg_sp.jpg") no-repeat;
        background-size: cover;
        height: 750px;
    }
    .battery_copy {
        top: 132px;
    }
    .battery_copy img {
        max-width: 294px;
    }
    .battery_screenshot {
        top: 360px;
    }
    .battery_screenshot img {
        max-width: 236px;
    }
    .battery_phone {
        display: inherit;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        height: 90px;
    }
    .battery_phone a {
        display: block;
        background: #fff url("../media/header_phone.png") no-repeat 10px center;
        background-size: auto 34px;
        border-radius: 25px;
        margin: 20px auto;
        padding: 0 0 0 34px;
        max-width: 320px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #40a138;
        font-size: 1.6rem;
        text-decoration: none;
    }
}
.bg_green {
    background: #40a138;
    padding: 60px 0 30px;
    width: 100%;
}
.bg_white {
    background: #fff;
    padding: 60px 0 30px;
    width: 100%;
}
.wrapper {
    padding: 0 10px;
}
.box_white {
    background: #fff;
    border: 6px solid #fff;
    border-radius: 30px;
    margin: 0 auto 40px;
    max-width: 1140px;
    overflow: hidden;
}
.box_white_02 {
    background: #fff;
    border: 6px solid #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 auto 10px;
    max-width: 1140px;
    overflow: hidden;
}
.box_white_03 {
    background: #fff;
    border: 6px solid #fff;
    margin: 0 auto 10px;
    max-width: 1140px;
    overflow: hidden;
}
.box_green {
    background: #40a138;
    border: 6px solid #40a138;
    border-radius: 30px;
    margin: 0 auto 10px;
    max-width: 1140px;
    overflow: hidden;
}

.box_red {
    background: #333;
    border: 6px solid #333;
    border-radius: 30px;
    margin: 0 auto 10px;
    max-width: 1140px;
    overflow: hidden;
}


.box_transparent {
    margin: 0 auto 40px;
    max-width: 1140px;
}
.box_inner {
    padding: 30px;
}
h2 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin: 0;
    padding: 30px 10px;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
}
.h2_green {
    background: #40a138;
    color: #fff;
}
.h2_white {
    background: #fff;
    color: #333;
}
@media screen and (max-width: 480px) {
    .box_inner {
        padding: 30px 20px;
    }
    h2 {
        font-size: 2.4rem;
    }
    h2 span {
        display: block;
        font-size: 2.0rem;
    }
}
/* faq */
#faq {
    position: relative;
}
#faq dl {
    float: right;
    background: #f3d800;
    border: 6px solid #40a138;
    border-radius: 20px;
    margin: 0 0 30px;
    padding: 20px 20px 0;
}
#faq dl dt {
    background: url("../media/faq_q.png") no-repeat;
    background-size: 40px 40px;
    margin: 0 0 10px;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 40px;
}
#faq dl dd {
    background: url("../media/faq_a.png") no-repeat;
    background-size: 40px 40px;
    margin: 0 0 30px 50px;
    padding: 0 0 0 50px;
    font-size: 2.0rem;
    line-height: 40px;
}
.faq_inner {
    padding: 30px;
}
.faq_img01 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 300px;
}
@media screen and (max-width: 1024px) {
    #faq dl {
        float: none;
    }
    #faq dl dd {
        margin: 0 0 30px 30px;
    }
    #faq dl dt:nth-last-child(2) {
        width: 70%;
    }
    #faq dl dd:last-child {
        width: 70%;
    }
    .faq_inner {
        padding: 30px 30px 100px;
    }
    .faq_img01 {
        position: absolute;
        right: 50px;
        bottom: 10px;
        left: auto;
    }
}
@media screen and (max-width: 896px) {
    #faq dl dt {
        font-size: 2.0rem;
    }
    #faq dl dt:nth-last-child(2) {
        width: auto;
    }
    #faq dl dd {
        font-size: 1.6rem;
    }
    #faq dl dd:last-child {
        margin: 0 0 120px 30px;
        width: auto;
    }
    .faq_inner {
        padding: 30px 20px 220px;
    }
    .faq_img01 {
        position: absolute;
        right: 10px;
        bottom: 10px;
        left: auto;
        max-width: 280px;
    }
}
@media screen and (max-width: 480px) {
    #faq dl dt {
        line-height: 1.5;
    }
    #faq dl dt:nth-last-child(2) {
        line-height: 1.5;
    }
    #faq dl dd {
        line-height: 1.5;
    }
    #faq dl dd:last-child {
        line-height: 1.5;
    }
}
/* result */
#result .box_inner img {
    width: 100%;
}
/* sns */
#sns {
    padding: 0 0 20px;
}
.sns_icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sns_icons img {
    width: 181px;
    height: 181px;
}
@media screen and (max-width: 1024px) {
    .sns_icons {
        flex-wrap: nowrap;
    }
    .sns_icons img {
        width: 15.8%;
        height: 15.8%;
    }
}
@media screen and (max-width: 896px) {
    .sns_icons {
        flex-wrap: nowrap;
    }
    .sns_icons img {
        width: 15.8%;
        height: 15.8%;
    }
}
@media screen and (max-width: 480px) {
    .sns_icons {
        flex-wrap: wrap;
    }
    .sns_icons img {
        margin: 0 0 10px;
        width: 48.5%;
        height: 48.5%;
    }
}
/* voice */
.voice_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px;
}
.voice_balloon {
    display: inline-block;
    background: #f3d800;
    border: 6px solid #40a138;
    border-radius: 20px;
    padding: 30px;
    width: 340px;
    height: 220px;
    font-size: 2.0rem;
    line-height: 1.5;
}
.voice_balloon_arrow {
    margin: -6px;
    text-align: center;
}
.voice_profile {
    display: flex;
    flex-wrap: nowrap;
}
.voice_profile {
    position: relative;
    height: 113px;
}
.voice_profile_img {
    position: absolute;
    bottom: 0;
}
.voice_profile_txt {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .voice_balloon {
        width: 288px;
        height: 280px;
    }
}
@media screen and (max-width: 896px) {
    .voice_box {
        display: block;
    }
    .voice_inner {
        margin: 0 0 20px;
    }
    .voice_balloon {
        width: 100%;
        height: auto;
    }
}
/* contact */
.box_inner {
    color: #fff;
    font-size: 2.0rem;
}
.contact_table {
    width: 100%;
}
.contact_table tr th {
    padding: 10px 30px 10px 0;
    width: 33.3%;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
}
.contact_table tr td {
    padding: 5px 0;
    width: 66.6%;
}
.contact_table tr td input {
    border: 1px solid #fff;
    padding: 0 10px;
    width: 50%;
    height: 40px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_table tr td select::-ms-expand {
    display: none;
}
.contact_table tr td select {
    background: #40a138 url("../media/contact_arrow.png") no-repeat right 20px center;
    ;
    background-size: 15px auto;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 0 10px;
    width: 50%;
    height: 40px;
    color: #fff;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_table tr td textarea {
    border: 1px solid #fff;
    width: 100%;
    height: 160px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.0rem;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_table tr td.contact_button {
    text-align: center;
}
.contact_table tr td button {
    background: #eee;
    border: none;
    border-radius: 30px;
    margin: 30px 0 0;
    width: 500px;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact_table tr td button:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
.contact_error {
    margin: 10px 0 0;
    font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
    .contact_table tr th {
        display: block;
        width: 100%;
        text-align: left;
    }
    .contact_table tr td {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }
    .contact_table tr td input {
        width: 100%;
    }
    .contact_table tr td select {
        width: 100%;
    }
    .contact_table tr td textarea {
        width: 100%;
    }
    .contact_table tr td button {
        width: 100%;
    }
}
/* footer */
footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: url("") repeat-x center bottom;
    padding: 120px 10px 200px;
    width: 100%;
}
.footer_logo {
    margin: 0 40px 0 0;
}
.footer_logo img {
    width: 340px;
}
.footer_com {
    font-size: 1.8rem;
    line-height: 1.2;
	color: #FFF;
}
.footer_com address {
    margin: 30px 0 0;
    font-size: 1.4rem;
    font-style: normal;
	color: #FFF;
}
.footer_com address a {
    color: #fff;
}
@media screen and (max-width: 1024px) {
    footer {
        display: block;
        padding: 100px 10px 200px;
        text-align: center;
    }
    .footer_logo {
        margin: 0 0 100px;
    }
    .footer_com {
        font-size: 2.0rem;
		color: #FFF;
    }
    .footer_com address {
        font-size: 1.6rem;
		color: #FFF;
    }
}


.ribbon6 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 28px;
  background: #cacaca;
  color: #FFF;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.ribbon6 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.ribbon6:before, .ribbon6:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon6:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #febcbc;
  border-style: solid;
}

.ribbon6:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #febcbc transparent transparent;
  border-style: solid;
}


.stripe{ 
  position: relative;
  padding: 0.3em;
}

.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #f6a968, #f6a968 2px, white 2px, white 4px);
}



/* 2カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #FFF; /* 背景の色 */
color: #333; /* 文字の色 */
text-align: center; /* 内容は中央配置 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 640px) {
	.col_2 > div{
		width: 100%;
	}
}



.underline {
   border-bottom: dashed 3px #cacaca;
}

.kaiketsutext{
flex-wrap:nowrap;
font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.75;
margin-left: 20px;
}
