body {
    font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
a {
    text-decoration: none;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.container {
    max-width: 100%;
    overflow: hidden;
}
/* ヘッダー */
.hdr_wrap {
    width: 100%;
}
.header {
    width: 458px;
    margin: 20px auto 35px;
}
.header img {
    float: left;
    margin-right: 10px;
}
.header h1 {
    font-size: 32px;
    padding-top: 20px;
    font-weight: bold;
}
.header_menu {
    width: 100%;
    background-color: #00B1EC;
    padding: 0 50px;
}
ul.main_menu {
    list-style: none;
    display: flex;
   justify-content: space-around;
}
ul.main_menu li {
    width: 150px;
    text-align: center;
    padding: 25px 0;
} 
ul.main_menu li span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
/* ヘッダー */
/* メイン */
.main {
    max-width: 880px;
    height: 400px;
    margin: 50px auto;
    background-image: url(../img/top_1.png);
    background-size:cover;
    background-position:50%;
    position: relative;
}
.main::after {
    content: '';
    background-color: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.main h2 {
    padding: 85px 0 10px;
    font-size: 2.6rem;
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-align: center;
    text-shadow: 1px 3px 1px #000000;
}
.main p {
    padding: .2em;
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-align: center;
    text-shadow: 1px 3px 1px #000000;
    font-size: 17px;
}
.main a.btn_01,
.driver_support a.btn_01,
.income_example a.btn_01,
.application_form button.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 30px auto 0;
	padding: 15px 0;
	font-weight: bold;
	border: 2px solid #00B1EC;
	background: #00B1EC;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
    position: relative;
    z-index: 1;
}
a.btn_04:hover {
	color: #27acd9;
	background: #fff;
}
.business_content {
    width: 880px;
    margin: 0 auto;
    display: flex;
}
h3 {
    font-size: 36px;
    font-weight: bolder;
    border-bottom: 3px solid #00B1EC;
    text-align: center;
    width: 156px;
    margin: 50px auto;
    letter-spacing: 3px;
}
.business_content .business_content_item .image{
    max-width: 100%;
    height: auto;
}
.business_content .business_content_item {
    flex-grow: 1;
    position: relative;
}
.business_content .business_content_item h4 {
    font-size: 20px;
    padding: 20px 60px;
}
.business_content .business_content_item h4::before {
    content: '\25A0';
    position: absolute;
    left: 35px;
    font-size: 20px;
    color: #000;
}
.business_content .business_content_item p {
    padding-left: 35px;
}
.business_content_wrap {
    width: 980px;
    margin: 50px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.business_content_detail  {
    width: 425px;
}
.business_content_detail h4 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 20px;
}
.business_content_detail h4::before {
    content: '\25A0';
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 25px;
    color: #000;
}
.business_content_detail:nth-child(2) h4::before {
    left: 555px;
}
.business_content_detail p {
    margin: 10px 0 25px;
}
.driver_support {
    max-width: 100%;
    position: relative;
    border-top: 50px solid #D4F0F9;
    border-bottom: 50px solid #D4F0F9;
    padding: 20px 0;
}
.driver_support h3 {
    width: 430px;
    font-size: 24px;
    padding-bottom: 3px;
}
.driver_support .driver_support_content ul {
    display: flex;
    width: 960px;
    margin: 10px auto;
}
.driver_support .driver_support_content ul li {
    background: #00B1EC;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-weight: bold;
}
.driver_support .driver_support_content ul li p {
    font-size: 10px;
    margin: 0;
}
.driver_support a.btn_01 {
    margin: 50px auto 65px;
}
.member_introduction {
    width: 880px;
    margin: 0 auto;
}
.member_introduction h3 {
    width: 280px;
}
.member_introduction div {
    background-image: url(../img/driver_k.png);
    max-width: 880px;
    height: 450px;
    margin: 50px auto;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.member_introduction div p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 880px;
    background-color: #00B1EC;
    color: #FFF;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
}
.member_introduction section {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}
.member_introduction section h4 {
    color: #00B1EC;
    font-size: 25px;
    font-weight: bold;
    padding-left: 70px;
}
.member_introduction section h4::before {
    content: '';
    background-image: url(../img/logo_icon_blue.png);
    width: 58px;
    height: 48px;
    position: absolute;
    left: 0;
    top: -10px;
}
.member_introduction section p {
    margin: 30px 0 50px;
}
.outline_income_example {
    max-width: 100%;
    background-color: #D4F0F9;
    padding: 20px 0;
}
.income_example {
    width: 880px;
    margin: 50px auto;
    padding: 50px 100px;
    background-color: #FFF;
}
.income_example h3 {
    width: 234px;
}
.income_example section {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 50px 0;
}
.income_example h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 50px;
}
.income_example section h5 {
    padding-left: 25px;
    padding-top: 3px;
}
.income_example section:nth-child(5) h5 {
    padding-top: 15px;
}
.income_example section h5::before {
    content: '\25A0';
    position: absolute;
    top: -4px;
    left: -1px;
    font-size: 25px;
    color: #000;
}
.income_example section:nth-child(5) h5::before {
    top: 9px;
}
.income_example section p:nth-child(2) {
    width: 100px;
    height: 5px;
    line-height: 100px;
    background-color: #00B1EC;
    border-radius: 100vh;
    position: absolute;
    top: 13px;
    left: 320px;
}
.income_example section:nth-child(5) p:nth-child(2) {
    top: 24px;
}
.income_example section p {
    width: 240px;
    font-size: 1.5em;
}
.income_example section:nth-child(5) p:last-child {
    width: 240px;
    font-size: 2em;
    font-weight: bold;
}
.income_example a.btn_01 {
    margin: 50px auto;
}
.work_flow {
    width: 770px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
h3.work_flow_title {
    width: 460px;
}
h3.work_flow_title span {
    font-size: 20px;
}
.work_flow section {
    counter-reset: item;
}
.work_flow section h4,
.work_flow section ul {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
} 
.work_flow section ul li {
    padding: 20px 0 20px 60px;
}
.work_flow section ul li::before {
    content: counter(item);
    counter-increment: item;
    display: inline-block;
    width: 70px; 
    height: 70px; 
    line-height: 70px; 
    text-align: center;
    background-color: #00B1EC;
    color: #fff; 
    font-weight: bold;
    border-radius: 50%;
    margin-right: 30px;
}
.question {
    width: 880px;
    margin: 0 auto;
}
.question h3 {
    width: 234px;
}
.question section h4 {
    font-size: 20px;
    font-weight: bold;
    color: #00B1EC;
}
.question h4::before {
    content: 'Q';
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00B1EC;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 10px;
}
.question section{
    margin-bottom: 50px;
}
.question p {
    margin-bottom: 15px;
}
.question section p:nth-child(n+3),
.question section p span {
    padding-left: 50px;
}
.question p:nth-child(2):before {
    content: 'A';
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #8D8D8D;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    margin-top:  30px;
    margin-right: 10px;
}
/* 問い合わせフォーム */
h2.application_form_title {
    background-color: #00B1EC;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 100px 0 50px;
}
.application_form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 880px;
    margin: 0 auto 50px;
}
label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
input, select, textarea {
    width: calc(100% - 16px);
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #E6E6E6;
}
input[type="radio"] {
    display: none;
}
.radio-group label {
    display: inline-block;
    margin-left: 80px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.radio-group label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}
input[type="radio"]:checked+label:before {
    background-color: #000;
}
button {
    background-color: #00B1EC;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
button:hover {
    background-color: #0089bf;
}
.application_form label.required::after {
    content: '*';
    color: #ff0000;
    margin-left: 5px;
}
#otherSource,#message:last-child {
    background-color: #fff;  /* 具体的な媒体の入力欄の背景を白に変更 */
    border: 1px solid #ccc;
    padding: 8px;
    width: calc(100% - 16px);
    margin-bottom: 15px;
    box-sizing: border-box;
}
#message {
    width: calc(100% - 16px);
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    height: 230px;
}
/* 問い合わせフォーム */
.footer {
    color: #FFF;
    background-color: #00B1EC;
}
.footer img {
    width: 74px;
}
.footer div:nth-child(1) {
    width: 360px;
    margin: 0 auto;
    display: flex;
    font-size: 20px;
    padding-top: 10px;
}
.footer div:nth-child(1) p {
    line-height: 64px;
    font-weight: bold;
    padding-left: 10px;
}
.footer div:nth-child(2) {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    font-weight: bold;
}
.copyright {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
.sp_menu {
    display: none;
}
/* confirm.php CSS */
.completion_title {
    width: 700px;
}
.completion_wrap .form_text {
    position: relative;
}
.completion_wrap .form_text::before {
    content: '\25A0';
    position: absolute;
    top: -3px;
    left: -20px;
    font-size: 20px;
    color: #000;
}
.form_area {
    width: 880px;
    margin: 0 auto;
}
.form_area button:first-child {
    width: 300px;
    border-radius: 20px;
    background-color: #8D8D8D;
}
.form_area button:last-child {
    width: 300px;
    border-radius: 20px;
    background-color: #00B1EC;
}
.flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
/* confirm.php CSS */
/* SP画面用CSS */
@media screen and (max-width:480px){
    .container {
        max-width: 480px;
    }
    .sp_menu {
        display: block;
    }
    /* SP画面メニュー */
    #menuToggle {
        position: fixed;
        top: 40px;
        right: 20px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: none;
        border: none;
        padding: 0;
        z-index: 3;
        transition: transform 0.3s ease-in-out;
    }

    #menuToggle span {
        width: 30px;
        height: 4px;
        background-color: #4B4B4B;
        transition: transform 0.3s ease-in-out;
    }

    #menuToggle.open {
        transform: rotate(45deg);
    }

    #menuToggle.open span:nth-child(1) {
        transform: translateY(10px) rotate(0deg);
        background-color: #FFF;
    }

    #menuToggle.open span:nth-child(2) {
        transform: scaleY(0);
    }

    #menuToggle.open span:nth-child(3) {
        transform: translateY(-16px) rotate(90deg);
        background-color: #FFF;
    }

    /* メニュー本体 */
    #mobileMenu {
        position: fixed;
        top: 0;
        right: -235px;
        width: 235px;
        height: 100%;
        background-color: #00B1EC;
        color: #fff;
        z-index: 2;
        transition: right 0.3s ease-in-out;
    }
    #mobileMenu.open {
        right: 0;
        height: 375px;
        padding-top: 50px;
    }
    #mobileMenu a {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }

    #mobileMenu a:last-child {
        border-bottom: none;
    }
    /* SP画面メニュー */
    .header_menu {
        display: none;
    }
    .header {
        width: 380px;
        margin-left: 20px;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .header h1 {
        font-size: 14px;
        line-height: 40px;
        padding-top: 0;
    }
    .header img {
        width: 47.55px;
        height: 40px;
    }
    .main {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
        margin-top: 30px;
    }
    .main h2 {
        padding: 35px 0 5px;
        font-size: 16px;
    }
    .main p {
        font-size: 9px;
    }
    .main a.btn_01,
    .driver_support a.btn_01,
    .income_example a.btn_01,
    .application_form button.btn_01 {
        width: 160px;
        margin: 30px auto 0px;
        padding: 3px 0;
        font-size: 9px;
    }
    h3 {
        font-size: 16px;
        width: 76px;
        border-bottom: 2px solid #00B1EC;
        margin: 20px auto;
    }
    .business_content {
        display: block;
        max-width: 275px;
        font-size: 11px;
    }
    .business_content .business_content_item h4 {
        font-size: 11px;
        font-weight: bold;
        padding: 10px 13px;
        padding: 20px 13px 10px;        
    }
    .business_content .business_content_item h4::before {
        left: 0;
        font-size: 11px;
    }
    .business_content .business_content_item p {
        padding-left: 0;
    }
    .business_content_wrap {
        display: block;
        max-width: 100%;
    }
    .business_content_detail {
        width: 325px;
        margin: 0 auto 30px;
        font-size: 11px;
        position: relative;
    }
    .business_content_detail h4{
        font-size: 11px;
        font-weight: unset;
        padding-left: 15px;
        margin-bottom: 10px;
    }
    .business_content_detail h4::before {
        font-size: 11px;
        top: 0;
    }
    .business_content_detail:nth-child(2) h4::before {
        left: 0;
    }
    .driver_support {
        max-width: 480px;
        margin: 0 auto;
        border: 25px solid #D4F0F9;
    }
    .driver_support h3 {
        font-size: 12px;
        width: 240px;
    }
    .driver_support .driver_support_content ul {
        max-width: 270px;
        flex-wrap: wrap;
    }
    .driver_support .driver_support_content ul li {
        width: 100px;
        height: 100px;
        margin: 10px 15px;
        font-size: 10px;
    }
    .driver_support .driver_support_content ul li p {
        font-size: 8px;
    }
    .member_introduction {
        max-width: 325px;
    }
    .member_introduction h3 {
        width: 140px
    }
    .member_introduction div {
        max-width: 325px;
        height: 166px;
    }
    .member_introduction div p {
        max-width: 325px;
        font-size: 14px;
        padding: 10px 0;
    }
    .member_introduction section h4 {
        font-size: 13px;
        padding-left: 32px;
    }
    .member_introduction section h4::before {
        background-size: 50%;
        background-repeat: no-repeat;
        top: 0;
    }
    .member_introduction section p {
        font-size: 11px;
        margin: 15px 0 30px;
    }
    .outline_income_example {
        max-width: 480px;
    }
    .income_example {
        max-width: 325px;
        padding: 30px;
    }
    .income_example h3 {
        width: 114px;
    }
    .income_example h4 {
        font-size: 11px;
        text-align: center;
    }
    .income_example section {
        display: block;
        position: relative;
        padding-bottom: 20px;
    }
    .income_example section h5 {
        font-size: 11px;
    }
    .income_example section h5::before {
        top: -4px;
        left: 2px;
        font-size: 20px;
    }
    .income_example section p {
        font-size: 20px;
        position: absolute;
        top: 27px;
        left: 125px;
    }
    .income_example section p:nth-child(2) {
        top: 40px;
        left: 15px;
    }
    .income_example section:nth-child(5) p:last-child {
        font-size: 20px;
        top: 37px;
    }
    .income_example section:nth-child(5) p:nth-child(2) {
        top: 50px;
    }
    .work_flow {
        max-width: 325px;
    }
    h3.work_flow_title {
        width: 240px;
    }
    h3.work_flow_title span {
        font-size: 11px;
    }
    .work_flow section h4,
    .work_flow section ul {
        font-size: 11px;
        padding-bottom: 10px;
    }
    .work_flow section ul li {
        font-size: 11px;
        padding-left: 20px;
    }
    .work_flow section ul li::before {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        line-height: 20px;
    }
    .question {
        width: 480px;
    }
    .question h3 {
        width: 114px;
    }
    .question {
        width: 325px;
    }
    .question section h4 {
        font-size: 11px;
    }
    .question section p {
        font-size: 11px;
    }
    .question h4::before,
    .question p:nth-child(2):before {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .question section p:nth-child(n+3) {
        padding-left: 10px;
    }
    .question + h2 {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .application_form {
        width: 325px;
        padding: 0;
    }
    .application_form input,
    .application_form select {
        height: 40px;
    }
    .footer {
        max-width: 480px;
    }
    .footer img {
        width: 47.55px;
        height: 40px;
    }
    .footer div {
        width: 212px;
    }
    .footer div:nth-child(1) {
        width: 212px;
    }
    .footer div:nth-child(1) p {
        font-size: 14px;
        line-height: 48px;
    }
    .footer div:nth-child(2) {
        width: 480px;
    }
    ul.main_menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 20px 0;
    }
    ul.main_menu li {
        padding: 0;
        width: 120px;
    }
    ul.main_menu li span {
        font-size: 9px;
    }
    .copyright {
        font-size: 9px;
    }
    #message {
        height: 180px;
    }
    .completion_title {
        width: 342px;
    }
}
/* 問い合わせ完了画面 */
.completion_wrap h2 {
    background-color: #00B1EC;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 0 50px;
}
.completion_wrap section {
    width: 640px;
    margin: 0 auto;
    text-align: center;
}
.completion_wrap section h4 {
    font-size: 32px;
    padding: 20px 0;
    font-weight: bold;
}
.completion_wrap section p {
    padding: 10px 0 50px;
}
.completion_wrap section .btn_top {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 300px;
    margin: 50px auto 0;
    padding: 15px 0;
    font-weight: bold;
    border: 2px solid #00B1EC;
    background: #00B1EC;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
}
/* SP画面用CSS */
@media screen and (max-width:480px) {
    body {
        width: 480px;
        max-width: 100%;
    }
    .completion_wrap {
        max-width: 100%;
    }
    .completion_wrap h2 {
        font-size: 16px;
        margin: 0 0 10px;
        height: 40px;
        line-height: 40px;
    }
    .completion_wrap section h4 {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .completion_wrap section {
        max-width: 400px;
    }
    .completion_wrap section p {
        font-size: 10px;
        margin: 10px 0;
        padding: 0;
    }
    .completion_wrap section img {
        width: 140px;
    }
    .completion_wrap section .btn_top {
        width: 160px;
        font-size: 10px;
        margin-top: 10px;
        padding: 5px 0;
    }
}