/* スマホ用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: 30px;
    padding-right: 37px;
    padding-bottom: 30px;
    padding-left: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

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

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

.title_txt {
    width: 80%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 28px;
    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: 180px;
    float: left;
    background-size: 100% auto;
}
.title_right {
    background-image: url(img/head_right_bottom.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 10%;
    height: 180px;
    float: left;
    background-size: 100% auto;
}
.caption_txt {
    font-size: 16px;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    color: #393a3b;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.05em;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.box_center {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.white_frame {
    background-color: #FFFFFF;
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    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 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #393a3b;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_input {
    background-color: #f7f8f9;
    height: 60px;
    width: 100%;
    max-width: 540px;
    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;
    margin-bottom: 30px;
}
.hyphen {
    width: 3%;
    height: 13px;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(img/dev.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_btn {
    background-color: #b52020;
    height: 70px;
    width: 100%;
    max-width: 540px;
    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: 0px;
    margin-right: 0px;
	margin-bottom: 0px;
}
.form_btn:hover {
    background-color: #ff6161;
}
.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: 20px;
    padding-right: 20px;
    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: 16px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}
.search_no {
    text-align: center;
    color: #393a3b;
    font-size: 26px;
    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: left;
    vertical-align: middle;
    color: #393a3b;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 600;
    width: auto;
    height: 30px;
    border-right: 0px solid #dde1e5;
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: -30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.result_txt {
    text-align: left;
    width: 85%;
    height: 80px;
	vertical-align: top;
    color: #393a3b;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-right: 1px solid #dde1e5;
    display: table-cell;
    padding-top: 35px;
    padding-bottom: 15px;
	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: 120px;
    height: 100;
	vertical-align: middle;
    color: #b52020;
    font-size: 13px;
    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: 120px;
    height: 100;
	vertical-align: middle;
    color: #154584;
    font-size: 13px;
    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: 15px;
    letter-spacing: 0.15em;
    font-weight: 500;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #393a3b;
    border-radius: 10px;
    border: 1px solid #DDE1E5;
	padding-top: 23px;
	padding-bottom: 25px;
	display: block;
}
.btn_back:hover {
    border: 1px solid #b52020;
    color: #b52020;
}
.btn_contact {
    width: 100%;
    max-width: 450px;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #B52020;
	padding-top: 25px;
	padding-bottom: 27px;
}
.btn_contact:hover {
    background-color: #ff6161;
}
.btn_contact_txt {
	text-align: left;
	width: 225px;
	margin-left: auto;
	margin-right: auto;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    background-image: url(img/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px 13px;
}
.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;
}

.example-divider {
    border: none;
    border-top: 1px solid #ddd;
}

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