
body {
	background: #fff;
	letter-spacing:0.08rem;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,"Yu Gothic Medium","游ゴシック Medium","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;/** 文字の拡大防止 **/
}

#contents {/*外枠*/
    width: 860px;
    margin: 40px auto;
}
#contact>div {
    margin-bottom: 0;
    padding: 30px 0 0 0;
}

.oaweb_form .wpcf7-not-valid-tip {
    font-weight: bold;
    background: #FDEDEC;
    padding: 0.3em;
    border-color: #F44336;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    margin: .3em 1em;
}
.oaweb_form .wpcf7-not-valid-tip:before {
    content: '※';
}

@media screen and (max-width: 640px) {
    #contents {
        width: 100%;
    }   
}
.oaweb_form {
    width: 100%;
}
.oaweb_form h1 {
    padding-bottom: 6px;
    border-bottom: 4px solid #000;
    margin-bottom: 30px;
}
.oaweb_form h1:before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 70px;
    margin-right: 5px;
    background: url(img/logo_oaweb_form.png) center center no-repeat;
    background-size: contain;
    vertical-align: -20px;
}
.oaweb_form h2 {
    border-left: 7px solid #E74C3C;
    border-bottom: 2px solid #000;
    padding: 10px 15px;
    font-size: 18px;
    margin-top: 50px;
}

.oaweb_form h3 {
    border-left: 4px solid #5DADE2;
    border-bottom: 2px solid #aaa;
    font-size: 1.4em;
    font-weight: bold;
    margin: 1em 0 1em;
    padding: 0.3em 0 0.3em 0.5em;
}
.oaweb_form h4 {
    margin-top: 2em;
    margin-bottom: .5em;
    font-size: 1.2em;
}

.oaweb_form .intro_box {
    padding: 1em;
    margin: 1.5em 0 3em;
    font-weight: bold;
    font-size: 16px;
    background: #F0F0F0;/*背景色*/
    border: dotted 1px #D62395;
    line-height: 1.4;
}
.oaweb_form .intro_box p {
    margin: 0; 
    padding: 0;
    text-align: center;
}
.oaweb_form .intro_box .box_t {
    font-size: 19px;
    display: block;
    margin-bottom: 6px;
    text-align: center;
    color: #D62395;
}
.oaweb_form .br_sp,
.oaweb_form .br_ssp{
    display: none !important;
}
.oaweb_form .form_box {
    margin-bottom: 100px;
    line-height: 1.6;
}
.oaweb_form .form_box .form_area {
    padding: 0 10px;
    margin: 25px 0;
    font-size: 14px;
    color: #444;
}
.form_area input,
.form_area textarea,
.form_area select {
    padding: 5px 8px 1px 8px;
    line-height: 1.5;
    border-radius: 3px;
    border: solid 1px #ccc;
    margin: 5px 0;
}
.form_area input,
.form_area textarea{    
    max-width: 90%;
}
.form_area input:focus,
.form_area textarea:focus,
.form_area select:focus {
    outline: solid 1px #ccc;
  }
.form_area .button_file{
    border: 0;
}

.oaweb_form .require:before,
.oaweb_form .option:before {
    width: 45px;
}
.oaweb_form .short {
    width: 40px;
}
.oaweb_form .require:before {
    content: "必須";
    display: table-cell;
    float: left;
    color: white;
    width: 35px;
    height: 18px;
    font-size: 12px;
    background-color: #FD0C00;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    line-height: 20px;
    margin: 0 10px 0 5px;
}
.oaweb_form .option:before {
    content: "任意";
    display: table-cell;
    float: left;
    color: white;
    width: 35px;
    height: 18px;
    font-size: 12px;
    background-color: #9d8e87;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    line-height: 20px;
    margin: 0 10px 0 5px;
}

.oaweb_form .input_annotation {
    color: #77315d;
}
.oaweb_form .b{
    font-weight: bold;
}
.oaweb_form .domain-line{
    background: linear-gradient(transparent 70%, #ff99ab 70%);
}
.oaweb_form .sample_design{
    margin: 5px 0 3px 2px;
    font-weight: bold;
}
.oaweb_form .sample_design:before {
    content: "▼";
    color: #ea5532;
}
.oaweb_form .sample_img{
    margin-bottom: 5px;
}
.oaweb_form .sample_img img{
    width: 600px;
    height: auto;
    border: solid 1px #ccc;
}
.oaweb_form .list_sub:before {
    content: "●";
    color: #ea5532;
    font-size: 18px;
    margin-right: 2px;
}
.oaweb_form .list_sub2 {
    display: flex;
}
.oaweb_form .list_sub2:before {
    content: "◇";
    font-size: 12px;
    margin-right: 3px;
}
.oaweb_form .top_sp {
    margin-top: 12px;
}
.oaweb_form .line_dot {
    margin-top: 20px;
    border-top: #ccc dashed 1px;
    padding-top: 20px;
}
.oaweb_form .button input {
    width: 225px;
    height: 54px;
    text-align: center;
    display: block;
    margin: 10px auto;
    color: #fff;
    background: #555;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.oaweb_form .button input:hover {
    background: #D62395;
}
.oaweb_form button {
    width: 400px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 30px auto 50px;
    color: #fff;
    background: #aaa;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.oaweb_form button:hover {
    background: #ff6d00;
}
.oaweb_form .l_blue{
    color: #008bb6;
}
.oaweb_form .l_red{
    color: #ea5532;
}
.oaweb_form .area_red {
    border: dotted 2px #ff5353;
    margin: 7px 0;
    padding: 1px 5px;
}
.oaweb_form .area_blue {
    border: dotted 2px #008bb6;
    margin: 7px 0;
    padding: 1px 5px;
}
.oaweb_form .area_green {
    border: dotted 2px #18bd09;
    margin: 7px 0;
    padding: 1px 5px;
}
.oaweb_form .area_orange {
    border: dotted 2px #ff6d00;
    margin: 7px 0;
    padding: 1px 5px;
}
.oaweb_form .area_yellow {
    border: dotted 2px #ffc000;
    margin: 7px 0;
    padding: 1px 5px;
}
.oaweb_form .area_gray {
    border: solid 1px #ccc;
    margin: 7px 0;
    padding: 1px 5px;
    text-align: center;
}
.oaweb_form .intro_txt{
    padding: 5px 8px;
    font-size: 16px;
    background-color: #fffed0;
}
.oaweb_form .lower-option-wrap {
    display: none;
}
.oaweb_form .lower-option-wrap.show {
    display: block;
}
.oaweb_form .about-lower{
    text-align: center;
    background-color: #999;
    padding: 10px;
    line-height: 1.5;
    margin: 20px 100px;
    color: #fff;
    font-weight: bold;
}
.oaweb_form .lower-option{
    line-height: 1.5;
    margin-bottom: 20px;
}
.oaweb_form .lower-option .wpcf7-list-item{
    margin-left: 0;
}
.oaweb_form .lower-option input{
    margin: auto 5px auto 10px;
}
.oaweb_form .lower-option input{
    margin: auto 5px auto 10px;
}


.sns .sns-link {
    display: flex;
    align-items: center;
}
.sns .sns-link .sns-name {
    width: 130px;
}

@media screen and (max-width: 640px) {
    .oaweb_form h1 {
        padding-bottom: 12px;
    }
    .oaweb_form h2 {
        border-left: none;
    }
    .oaweb_form h2:before {
        content: "●";
        color: #D62395;
        font-size: 24px;
        margin-right: 4px;
    }
    .oaweb_form .intro_box {
        padding: 0.7em 1em;
        margin: 20px 0.5em 30px;
        font-size: 15px;
    }
    .oaweb_form .intro_box p {
        text-align: left;
    }
    .oaweb_form .intro_box .box_t {
        font-size: 18px;
    }    
    .oaweb_form .br_sp{
        display: block !important;
    }
    .oaweb_form h1{
        text-align: center;
        font-size: 24px;
    }
    .oaweb_form h1:before {
        width: 100%;
        margin-bottom: 5px;
    }
    .form_area input,
    .form_area textarea{    
        max-width: 95%;
    }
    .oaweb_form .sample_img img{
        width: 100%;
    }
    .oaweb_form .about-lower{
        margin: 10px;
        width: auto;
    }
}
@media screen and (max-width: 380px) {        
    .oaweb_form .br_ssp{
        display: block !important;
    }
}


/**
 * 独自ドメイン利用依頼フォーム
 */

.oaweb_form .note-box {
    padding: 0.7em 1em;
    margin: 20px 0.5em 30px;
    font-size: .9em;
    border: solid 1px #ccc;
}

.oaweb_form .note-box-sub {
    margin-left: 5em;
}

.oaweb_form .emphasis {
    border-bottom: 1px dashed #333;
}
