/* PC用CSS */
@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f1f3f5;
    margin: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

a:link { color: #b52020; }
a:hover { color: #ff6161; }

.weight100	 {
	font-weight:100
	}
 
.weight300	 {
	font-weight:300
	}
 
.weight400	 {
	font-weight:400
	}
 
.weight500	 {
	font-weight:500
	}
 
.weight600	 {
	font-weight:600
	}
 
.weight700	 {
	font-weight:700
	}
 
.weight900	 {
    font-weight: 900;
	}
.header_logo {
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 37px;
    padding-right: 37px;
    padding-bottom: 37px;
    padding-left: 37px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logo { 
	width: 90%;
	max-width: 334px;
	height: auto;
}

.title {
    background-color: #154584;
    width: 100%;
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.title_txt {
    width: 80%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.1em;
    float: left;
}
.title_left {
    background-image: url(img/head_left_top.svg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 10%;
    height: 220px;
    float: left;
    background-size: 60px 60px;
}
.title_right {
    background-image: url(img/head_right_bottom.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 10%;
    height: 220px;
    float: left;
    background-size: 60px 60px;
}
.caption_txt {
    font-size: 17px;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    color: #393a3b;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.05em;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
}
.box_center {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.white_frame {
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 40px;
}
.caption_txt_s {
    font-size: 18px;
    font-weight: 600;
    color: #393a3b;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-right: 25px;
}
.form_input {
    background-color: #f7f8f9;
    height: 60px;
    width: 520px;
    border-radius: 10px;
    border: 1px solid #E6E9EC;
    padding-bottom: 2px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #393A3B;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
	display: inline-block;
}
.hyphen {
    width: 15px;
    height: 13px;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    background-image: url(img/dev.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 1px;
}
.form_btn {
    background-color: #b52020;
    height: 60px;
    width: 130px;
    border-radius: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-left: 25px;
}
.form_btn:hover {
    background-color: #ff6161;
    cursor: pointer;
}
.supplement_in {
    font-size: 15px;
    text-align: left;
    color: #808184;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 0.05em;
}
.supplement_out {
    font-size: 14px;
    color: #808184;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.08em;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 60px;
}
.attention {
    font-size: 16px;
    color: #b52020;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 22px;
    padding-bottom: 10px;
    background-image: url(img/icon_attension.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    padding-left: 26px;
}
.copyright {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #dde1e5;
    text-align: center;
    color: #808184;
    font-size: 14px;
    line-height: 100px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 5px;
}
.search_no_title {
    text-align: center;
    color: #707073;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}
.search_no {
    text-align: center;
    color: #393a3b;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 600;
	padding-bottom: 50px;
    border-bottom: 1px solid #E6E9EC;
    margin-bottom: 30px;
}
.result_title {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 600;
    width: 100%;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #707073;
}
.result_box {
    background-color: #f1f3f5;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}
.result_category {
    text-align: center;
    vertical-align: middle;
    color: #393a3b;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    width: 150px;
    height: 80px;
    border-right: 1px solid #dde1e5;
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result_txt {
    text-align: left;
    width: 550px;
    height: 80px;
	vertical-align: middle;
    color: #393a3b;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-right: 1px solid #dde1e5;
    display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result_support_x {
    text-align: center;
    width: 100px;
    height: 80px;
	vertical-align: middle;
    color: #b52020;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result_support_o {
    text-align: center;
    width: 100px;
    height: 80px;
	vertical-align: middle;
    color: #154584;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_back {
    font-size: 18px;
    letter-spacing: 0.15em;
    font-weight: 500;
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 25px;
    color: #393a3b;
    border-radius: 10px;
    border: 1px solid #DDE1E5;
    padding-top: 28px;
    padding-bottom: 30px;
    display: block;
}
.btn_back:hover {
    border: 1px solid #b52020;
    color: #b52020;
    cursor: pointer;
}
.btn_contact {
    width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #B52020;
	padding-top: 30px;
	padding-bottom: 32px;
}
.btn_contact:hover {
    background-color: #ff6161;
    cursor: pointer;
}
.btn_contact_txt {
	text-align: left;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    background-image: url(img/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px 15px;
}
.copyright_B {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #808184;
    font-size: 14px;
    line-height: 100px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: -40px;
    margin-bottom: 5px;
}
.error {
    color: #c62828;
}
/* ポップアップのスタイル */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.popup-header {
    background-color: #154584;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
}
.popup-body {
    padding: 20px 40px;
    color: #393a3b;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.05em;
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.popup-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.advice-section {
    margin-bottom: 15px;
}
.advice-title {
    color: #154584;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.advice-content {
    margin-bottom: 20px;
    padding-left: 20px;
}
.example-text {
    background-color: #f7f8f9;
    padding: 5px 15px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 14px;
    border-left: 4px solid #154584;
}
.example-divider {
    border: none;
    border-top: 1px solid #ddd;
}

/* 結果画面のお詫びメッセージ用 */
.result-message {
    background-color: #fff8f8;
    border: 2px solid #b52020;
    margin: 40px 20px 0 20px;
    border-radius: 8px;
    padding: 20px;
    font-size: 15px;
    color: #393a3b;
    line-height: 180%;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: left;
}