@charset "utf-8";
/* CSS Document */
body{
	margin:0;
}
p{
	margin:0;
}
img{
	border:0;
}
#header{
	width:1000px;
	margin:0 auto;
	padding: 5px 0 5px 0;
	background-color:#fff;
}
#header img{
	margin: 0 0 0 110px;
	display:block;
}
#header_form{
	width:1000px;
	margin:0 auto;
	padding:56px 0 35px 0;
	background-image:url(../images/form_head_01.png);
	background-repeat:no-repeat;
	background-color:#00af97;
	text-align:center;
}
#header_form p{
	color:#FFFFFF;
	font-size:48px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header_def{
	width:1000px;
	margin:0px auto 0 auto;
	padding:30px 0 0px 0;
	background-color: #fffbea;
	text-align:center;
}
#header_def p{
	width: 480px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-color:#1f4d92;
	color:#fff;
	font-size:36px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/**/
#main{
	width: 1000px;
	margin: 0 auto;
}
#main img{
	display: block;
}
.bg{
	background-color: #fffbea;
	overflow: hidden;
}
#midashi{
	overflow: hidden;
	margin: 0 0 50px 0;
}
#midashi1{
	width: 360px;
	padding: 28.5px 0 28.5px 140px;
	background-image: url("../images/lp_02.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#midashi1 img{
	margin: 0;
}

.content1{
	width: 800px;
	padding: 0 90px;
	margin: 0 0 50px 0;
}

h4{
	width: 40%;
	line-height: 1.2;
	margin: 15px auto 0 ;
	text-align: center;
	font-size: 30px;
	border-spacing: 20px;
    border-image: linear-gradient(to left, #fff 0%, #1566a9 100%) 1/0 0 2px 0;;
	border-style: solid;
}
.yokonarabe{
	display:flex;
	justify-content: center;
}

.feature{
	width: 100%;
	margin: 20px;
}

.feature img{
	margin: 15px auto;
}

h5{
	margin: 20px auto 10px;
	text-align: center;
	font-size: 19px;
	color: #1568ab;
	border-bottom: 2px dotted #ccc;
}

.komozi{
	font-size: 14px;
}

.subtitle{
	text-align: center;
	position: relative;
    width: 25%;
	margin: auto;
    padding: 5px;
    border-radius: 40px;
    background: #1568ab;
    color: #fff;
    font-size: 18px;
}

.subtitle:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #1568ab;
}

.content2 ul{
	margin: auto;
	padding: 30px 0% 10px 40%;	
	background-image: url("../images/lp_21.png"),url("../images/lp_22.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom 50px left 140px,bottom 50px right 140px;
	background-size: 10%;
}

.content2 ul li{
	font-size: 22px;
}

.content3{
	margin: 0 0 40px 0;
}
.content3 h4{
	margin: 20px auto 20px auto;
}
.content3 ul{
	margin: auto;
	padding: 0;	
}
.content3 ul li {
    display: flex;
    align-items: center;
    justify-content: start;
	width: 35%;
	margin: 0 auto;
    padding: 10px 0;
    color: #222;
    font-size: 22px;
}
.round_btn {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff0000;
}
.round_btn::before, .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 5px;
    background: #fff;
}
.round_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.round_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.text{
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	margin: 60px 0;
}

.text2{
	font-weight: normal;
	font-size: 24px;
	line-height: 0.5;
}

.orange{
	font-size: 42;
	color: #ff6000;
}


.example{
    padding: 5% 2.5% 0% 2.5%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff7e00), color-stop(1.00, #ff4800));
    background: -webkit-linear-gradient(top, #fff 0%, #d5fdff 2.64%, #d5fdff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #d5fdff 2.64%, #d5fdff 100%);
    background: -o-linear-gradient(top, #fff 0%, #d5fdff 2.64%, #d5fdff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #d5fdff 2.64%, #d5fdff 100%);
    background: linear-gradient(top, #fff 0%, #d5fdff 2.64%, #d5fdff 100%);
    overflow: hidden;
}

.example_content {
    margin: 0 0 5% 0;
    border: solid 1px #7fe1df;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0 #7fe1df;
}

.example_content_click {
    padding: 8% 10% 3% 10%;
}

.example_content_open {
    padding: 0 10% 5% 10%;
    display: none;
}

.diagnosis1{
	width: 298px;
}
.diagnosis1 a{
	display: block;
}
.diagnosis2{
	width: 700px;
	margin: 0 auto;
}
.diagnosis2 a{
	display: block;
}
.diagnosis3{
	margin: 0 auto 80px auto;
	width: 585px;
}
.diagnosis2 a{
	display: block;
}
.diagnosis_back{
	padding: 0 0 70px 0;
	background-image: url("../images/lp_02.png");
	background-repeat: no-repeat;
}
.diagnosis_back img{
	margin: 0 auto;
}
.animate2{
	/*margin:0 auto 0 auto;*/
	-webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate2;
    -moz-animation-name: animate2;
    -o-animation-name: animate2;
    animation-name: animate2;
}
@-moz-keyframes animate2{
	0% { -moz-transform: scale(0.92); }
    40% { -moz-transform: scale(0.97); }
    60% { -moz-transform: scale(0.86); }
    80% { -moz-transform: scale(1.05); }
    100% { -moz-transform: scale(0.92); }
}
@-o-keyframes animate2{
	0% { -o-transform: scale(0.92); }
    40% { -o-transform: scale(0.97); }
    60% { -o-transform: scale(0.86); }
    80% { -o-transform: scale(1.05); }
    100% { -o-transform: scale(0.92); }
}
@-webkit-keyframes animate2{
	0% { -webkit-transform: scale(0.92); }
    40% { -webkit-transform: scale(0.97); }
    60% { -webkit-transform: scale(0.86); }
    80% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(0.92); }
}
@keyframes animate2{
	0% { transform: scale(0.92); }
    40% { transform: scale(0.97); }
    60% { transform: scale(0.86); }
    80% { transform: scale(1.05); }
    100% { transform: scale(0.92); }
}
.animate3{
	/*margin:0 auto 0 auto;*/
	-webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate3;
    -moz-animation-name: animate3;
    -o-animation-name: animate3;
    animation-name: animate3;
}
@-moz-keyframes animate3{
	0% { -moz-transform: skewX(5deg); }
	10% { -moz-transform: skewX(-4.44deg); }
	20% { -moz-transform: skewX(3.88deg); }
	30% { -moz-transform: skewX(-3.32deg); }
	40% { -moz-transform: skewX(2.76deg); }
	50% { -moz-transform: skewX(-2.2deg); }
	60% { -moz-transform: skewX(1.64deg); }
	70% { -moz-transform: skewX(-1.08deg); }
	80% { -moz-transform: skewX(0.52deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}
@-o-keyframes animate3{
	0% { -o-transform: skewX(5deg); }
	10% { -o-transform: skewX(-4.44deg); }
	20% { -o-transform: skewX(3.88deg); }
	30% { -o-transform: skewX(-3.32deg); }
	40% { -o-transform: skewX(2.76deg); }
	50% { -o-transform: skewX(-2.2deg); }
	60% { -o-transform: skewX(1.64deg); }
	70% { -o-transform: skewX(-1.08deg); }
	80% { -o-transform: skewX(0.52deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}
@-webkit-keyframes animate3{
	0% { -webkit-transform: skewX(5deg); }
	10% { -webkit-transform: skewX(-4.44deg); }
	20% { -webkit-transform: skewX(3.88deg); }
	30% { -webkit-transform: skewX(-3.32deg); }
	40% { -webkit-transform: skewX(2.76deg); }
	50% { -webkit-transform: skewX(-2.2deg); }
	60% { -webkit-transform: skewX(1.64deg); }
	70% { -webkit-transform: skewX(-1.08deg); }
	80% { -webkit-transform: skewX(0.52deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}
@keyframes animate3{
	0% { transform: skewX(5deg); }
	10% { transform: skewX(-4.44deg); }
	20% { transform: skewX(3.88deg); }
	30% { transform: skewX(-3.32deg); }
	40% { transform: skewX(2.76deg); }
	50% { transform: skewX(-2.2deg); }
	60% { transform: skewX(1.64deg); }
	70% { transform: skewX(-1.08deg); }
	80% { transform: skewX(0.52deg); }
	90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}
/**/
.diagnosis_page{
	padding:20px 5px 0px 5px;
	background-color:#fffbea;
	overflow: hidden;
}
.diagnosis_form{
	width:700px;
	margin:0 auto 20px auto;
	padding:30px 48px 30px 48px;
	border:solid 2px #ffd5a4;
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.diagnosis_form p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.diagnosis_information{
	margin:20px 0 0 0;
	padding:5px 0 5px 0;
	text-align:center;
	background-color:#00af97;
}
.diagnosis_information p{
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
}
.diagnosis_form table{
	width:100%;
	/*border-collapse:collapse;*/
	border-spacing:0 20px;
    border:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.diagnosis_form table th{
	width:340px;
	height:45px;
	padding:0px 0 0 40px;
	background-image:url(../images/required_ng.png);
	background-repeat:no-repeat;
	background-position:left 50%;
	text-align:left;
	color:#313131;
}
.diagnosis_form table th.w1{
	width:280px;
}
.diagnosis_form table th.checked{
	width:340px;
	height:45px;
	padding:0px 0 0 40px;
	background-image:url(../images/required_ok.png);
	background-repeat:no-repeat;
	background-position:left 50%;
	text-align:left;
	color:#313131;
}
.diagnosis_form table th.w1.checked{
	width:280px;
}
.diagnosis_form table td{
	margin:0;
	padding:0;
	font-size:16px;
}
.diagnosis_form table td ul{
	margin:0 0 -5px 0;
	padding:0;
	overflow:hidden;
}
.diagnosis_form table td ul li.radio{
	margin:0px 0 5px 0;
	list-style:none;
	background-image:url(../images/radio_off.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:25px 25px;
	color:#313131;
}
.diagnosis_form table td ul li.radio label{
	padding:14.5px 0 14.5px 35px;
	border:solid 1px #cacaca;
	display:block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.diagnosis_form table td ul li.radio.checked{
	margin:0px 0 5px 0;
	list-style:none;
	background-image:url(../images/radio_on.png);
	background-color:#fffee5;
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:25px 25px;
	color:#313131;
}
.diagnosis_form table td ul li.radio.checked label{
	padding:13.5px 0 13.5px 34px;
	border:solid 2px #ff8a00;
	display:block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.diagnosis_form table td ul li.radio.radio_yes{
	width:49%;
	text-align:center;
	float:left;
}
.diagnosis_form table td ul li.radio.radio_yes label{
	padding:14.5px 0 14.5px 0;
}
.diagnosis_form table td ul li.radio.radio_yes.checked label{
	padding:13.5px 0 13.5px 0;
}
.diagnosis_form table td ul li.radio.radio_no{
	width:49%;
	text-align:center;
	float:right;
}
.diagnosis_form table td ul li.radio.radio_no label{
	padding:14.5px 0 14.5px 0;
}
.diagnosis_form table td ul li.radio.radio_no.checked label{
	padding:13.5px 0 13.5px 0;
}
.diagnosis_form table td ul li.checkbox{
	width:100%;
	margin:0px 0 5px 0;
	list-style:none;
	background-image:url(../images/check_off.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:25px 25px;
	color:#313131;
}
.diagnosis_form table td ul li.checkbox label{
	padding:14.5px 0 14.5px 35px;
	border:solid 1px #cacaca;
	display:block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.diagnosis_form table td ul li.checkbox.checked{
	width:100%;
	margin:0px 0 5px 0;
	list-style:none;
	background-image:url(../images/check_on.png);
	background-color:#fffee5;
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:25px 25px;
	color:#313131;
}
.diagnosis_form table td ul li.checkbox.checked label{
	padding:13.5px 0 13.5px 34px;
	border:solid 2px #ff8a00;
	display:block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
select{
	width:100%;
	height:55px;
	margin:0px 0px 0 0px;
	padding:0 0px 0 5px;
	border:solid 1px #cacaca;
	background-color:#FFFFFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color:#313131;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
select.selected{
	width:100%;
	height:55px;
	margin:0px 0px 0 0px;
	padding:0 0 0 5px;
	border:solid 2px #ff8a00;
	background-color:#fffef1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color:#313131;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type=radio]{
	display:none;
}
input[type=checkbox]{
	display:none;
}
input[type=text]{
	width:308px;
	height:53px;
	margin:0px 0 0 0;
	padding:0 5px 0 5px;
	border:solid 1px #cacaca;
	background-color:#FFFFFF;
	font-size:16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type=text].entered{
	width:306px;
	height:51px;
	margin:0px 0 0 0;
	padding:0 4px 0 4px;
	border:solid 2px #ff8a00;
	background-color:#fffef1;
	color:#313131;
	font-size:16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type=text].validation-error.entered{
	width:306px;
	height:51px;
	margin:0px 0 0 0;
	padding:0 4px 0 4px;
	border:solid 2px #ff8a00;
	background-color:#fffef1;
	color:#313131;
	font-size:16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type=tel]{
	width:82.5px;
	height:53px;
	margin:0px 0 0 0;
	padding:0 5px 0 5px;
	border:solid 1px #cacaca;
	background-color:#FFFFFF;
	font-size:16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type=tel].entered{
	width:82.5px;
	height:51px;
	margin:0px 0 0 0;
	padding:0 4px 0 4px;
	border:solid 2px #ff8a00;
	background-color:#fffef1;
	font-size:16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
input[type=tel].validation-error.entered{
	width:82.5px;
	height:51px;
	margin:0px 0 0 0;
	padding:0 4px 0 4px;
	border:solid 2px #ff8a00;
	background-color:#fffef1;
	font-size:16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.btn_next{
	width:441px;
	margin:10px auto 0 auto;
}
input[type=submit]{
	width:441px;
	height:102px;
	margin:0;
	padding:0px 0 0px 0;
	border:none;
	background-image:url(../images/form_01.png);
	background-repeat:no-repeat;
	background-color:#FFF;
}
.protection{
	width: 800px;
	margin: 0px auto 20px auto;
}
.protection p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.concern{
	font-weight: bold;
}
/**/
.complet{
	width:800px;
	margin:30px auto 5px auto;
	padding:40px 0px 0px 0px;
	box-sizing: border-box;
	border:solid 2px #ffd5a4;
	background-color:#FFF;
	text-align:center;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.complet p{
	margin:0 0 40px 0;
	color:#313131;
	font-size:30px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.complet_text{
	color:#ff3000;
	font-size:38px;
}
.complet img{
	margin:0 auto 40px auto;
	display:block;
}
.complet p.lawyer_name{
	font-size: 16px;
	font-weight: normal;
}
.annotation{
	width: 800px;
	margin: 0px auto 30px auto;
	overflow: hidden;
}
.annotation p{
	color: #5b5b5b;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/**/
.company{
	padding: 0px 0 0px 0;
	background-color: #fffbea;
	overflow: hidden;
}
.company table{
	width:800px;
	margin: 30px auto 30px auto;
	border-collapse:collapse;
    border:0px;
	border-top: solid 1px #1f4d92;
	border-left: solid 1px #1f4d92;
	color: #313131;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.company table th{
	width: 200px;
	padding: 10px;
	border-right: solid 1px #1f4d92;
	border-bottom: solid 1px #1f4d92;
	background-color: #d6eefe;
	font-weight: normal;
}
.company table td{
	padding: 10px;
	border-right: solid 1px #1f4d92;
	border-bottom: solid 1px #1f4d92;
	background-color: #fff;
}
/**/
#footer{
	width: 1000px;
	margin: 0px auto 0 auto;
	padding: 20px 0 20px 0;
	background-color: #1f4d92;
	text-align: center;
}
#footer p{
	color: #fff;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#footer p a{
	color: #fff;
}
#footer p a:hover{
	text-decoration: none;
}