@charset "utf-8";

/*
=====================================================================
	common
=================================================================== 
*/

body {
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

.gray_common_btn{
    color: #333;
    background: #F7F7F7;
    border: 1px solid #CCCDCE;
    border-radius: 4px;
    display: block;
    padding: 12px 40px;
    text-decoration: none;
}

.red_common_btn {
    background: #EF5763;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 12px 40px;
    text-decoration: none;
    width: 100%;
}

input[type=radio] {
    vertical-align: middle;
}

.red_common_btn,
.gray_common_btn {
    margin: 0 auto;
    width: 400px;
}

.red_common_btn:hover,
.gray_common_btn:hover {
    opacity: .7;
}


/*
=====================================================================
	header, footer
=================================================================== 
*/

/* header */
#site_header {
    background: #fff;
    border-bottom: 3px solid #ec5763;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1;
    height: 64px;
    padding: 0 10px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.service_logo {
   font-family: "FC2 Sans Bold";
   margin: 12px;
   float: left;
}

.fc2_logo img {
    vertical-align: top;
}

.blog_logo {
    color: #000;
    font-size: 26px;
    text-decoration: none;
    vertical-align: bottom;
}

.lang_select {
    -webkit-align-self: center;
    align-self: center;
    margin: 0 20px 0 0;
}

.lang_select select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
}

/* footer */
.footer {
    background: #f4f4f4;
    color: #808080;
    font-size: 12px;
    padding: 32px;
    text-align: center;
}

.footer a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin: 0 0 8px;
}

.footer a:hover {
    text-decoration: underline;
}

.topic_path {
    font-size: 13px;
    margin: 10px 0 0 20px;
}


/*
=====================================================================
	main_img, title
=================================================================== 
*/
.import_tool_main_img {
    width: 820px;
    height: auto;
    line-height: 1;
    margin: 40px auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.import_tool_main_img img {
    width: 443px;
}

.import_tool_title {
    border-left: 5px solid #EC5863;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 0 0 8px;
    width: 820px;
}

.process_title {
    font-size: 16px;
    margin: 36px auto 16px;
    padding: 0 0 0 32px;
    position: relative;
    width: 820px;
}

.process_title:after {
    background: #EC5863;
    border-radius: 48px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 24px;
    transform: translate(0, -50%);
    width: 24px;
}

.no1:before,
.no2:before,
.no3:before {
    color: #fff;
    display: block;
    position: absolute;
    font-weight: bold;
    z-index: 10;
}

.no1:before {
    content: "1";
    top: 0px;
    left: 7px;
}

.no2:before {
    content: "2";
    top: 0px;
    left: 7px;
}

.no3:before {
    content: "3";
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
}

.enqute {
    padding: 0 0 0 16px;
    font-size: 14px;
}

.enqute:after {
    width: 10px;
    height: 10px;
}

/* bredclumb */
.bredclumb_container {
    margin: 30px auto 0;
    width: 640px;
}

.bredclumb {
    border: 1px solid #ccc;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bredclumb_item {
    font-weight: bold;
    list-style: none;
    padding: 12px 12px;
    text-align: center;
    width: 100%;
}

.bredclumb_item.current_item {
    background: #EF5763;
    color: #fff;
    position: relative;
}

.bredclumb_item:first-child {
    position: relative;
}

.bredclumb_item:first-child::after {
    border: 24px solid transparent;
    border-left: 12px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    bottom:0;
    right: -36px;
    z-index: 10;
}

.bredclumb_item.current_item::after {
    border: 24px solid transparent;
    border-left: 12px solid #EF5763;
    content: "";
    position: absolute;
    top: 0;
    bottom:0;
    right: -36px;
}


/*
=====================================================================
	contents
=================================================================== 
*/

.input_area,
.regist_area,
.attention_area {
    margin: 0 auto 40px;
    width: 820px;
}

.input_main {
    display: none;
}

.read_txt {
    font-weight: bold;
    margin: 16px auto;
}

.regist_btn {
    text-align: center;
    margin: 20px 3%;
}

.faq_btn {
    margin: 40px 3%;
    text-align: center;
}

.attention {
    margin: 16px 0;
}

.attention li {
    color: #333;
    font-size: 13px;
    list-style-type: none;
    margin: 0 0 12px;
}

.attention_important span {
    color: #FF0000;
}


/* service list radio btn */
.service {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 20px 40px;
    margin: 0 auto 40px;
    width: 820px;
}

.service_list {
    display: inline-block;
    width: 180px;
}

.service_list > label {
    display: inline-block;
    padding: 4px 0;
    vertical-align: middle;
}

.service_list label > input[type=radio] {
    margin: 0 4px 0 0;
}

.service_list label a {
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

/* service attention */
.serv_aten_area {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    margin: 0 auto 20px;
    width: 820px;
}

.serv_aten_title {
    background: #f4f4f4;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.serv_aten_detail {
    padding: 16px;
}

.serv_aten_detail strong {
    color: #C61023;
    display: block;
    margin: 0 0 12px;
}

.serv_aten_detail ul li {
    list-style: none;
    margin: 0 0 12px;
}

/* service form */
.main_menu {
    display: none;
}

.aten_box_em {
    font-weight: bold;
}

.serv_input_area {
    margin: 0 3%;
    margin: 0 auto;
    width: 820px;
}

.serv_input_item {
    margin: 0 0 20px;
}

.serv_input_title {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
}

.serv_input_title label {
    padding: 0;
}

.serv_input input[type=text],
.serv_input input[type=password]{
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px;
    width: 50%;
}

.serv_input textarea {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-sizing: border-box;
    height: 150px;
    padding: 8px;
    width: 520px;
}

.serv_input.radio1 label{
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px 0 4px;
}

#set_setting_row ul {
    margin: 8px 0 0;
}

#set_setting_row ul li {
    list-style: none;
    font-size: 12px;
    color: #808080;
}

/* enqute form */
dd.serv_input.radio1,
.age_area {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 20px;
    width: 520px;
}

.age_list {
    overflow: hidden;
}

.age_list li {
    float: left;
    list-style: none;
    margin: 4px 0;
    width: 120px;
}

.age_list li label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}


.formbutton {
    margin: 0 auto 60px;
    text-align: center;
}
.formbutton p {
    font-size: 12px;
    margin: 0 0 12px;
    text-align: center;
}

/*
=====================================================================
	complete page
=================================================================== 
*/

.complete_txt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin: 60px auto 40px;
    text-align: center;
    width: 820px;
}

.complete_attention {
    font-size: 14px;
    font-weight: bold;
    margin: 40px auto;
    text-align: center;
    width: 600px;
}

.top_btn_area {
    width: 820px;
    text-align: center;
}

.top_btn_area .gray_common_btn {
    width: 200px;
}



/* complete form */
.complete_table {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 auto;
    width: 80%;
}

.complete_table .table_title {
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    font-weight: bold;
    padding: 8px 20px;
}

.complete_table .table_input {
    border: 1px solid #d2d2d2;
    padding: 8px 20px;
}


