@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, main {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select, textarea {
	vertical-align:middle;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: .2s;
    transition: .2s; 
}
a:hover {
	-webkit-transition: .2s;
    transition: .2s; 	
}
.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*&yen;*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:400;
	color:#333;
	overflow-x: hidden;
}
.center{
	text-align: center;
	margin: 0 auto;
}
#wrapper {
	overflow: hidden;
}
.header_logo {
	width: 187px;
    padding: 11px;
}
.alc {
	text-align: center;
}
.sec08 .inner {
	margin-bottom:40px;
}
.col_orange {
    color: #ed8702;
}
.bld {
	font-weight:700;
}
.arrow_box{
	position: relative;
    background: #FFFFFF;
    padding: 10px 137px;
    text-align: center;
    border: 3px solid #555555;
    font-size: 30px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(85, 85, 85, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color:#555555;
}
.sec01 {
    background: #efcf0b;
    padding: 30px 0;
    box-shadow: 6px 6px 0px 1px #c4a905;
}
.parenthesis::before, .parenthesis::after {
    position: absolute;
    top: 0;
    content: '';
    width: 11px;
    height: 84%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.parenthesis {
    width: 94%;
    padding: 0 7%;
    line-height: 1;
}
.sec01 .box p {
    font-size: 0.9rem;
    line-height: 1.8;
}
.sec01 h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 0.9rem;
    text-align: center;
	line-height: 1.2;
	position: relative;
	width:100%;
}
.parenthesis::before {
    left: 0;
    border-left: 2px solid #fff;
}
.parenthesis::after {
    right: 0;
    border-right: 2px solid #fff;
}
section {
	margin-bottom:50px;
}
.title-04 {
    text-align: center;
    position: relative;
    border-bottom: 2px solid #efcf0b;
    padding: 30px 0 15px;
    margin: 0 auto 40px;
}
.title-04:before,
.title-04:after {
    content: "";
    position: absolute;	
}
.title-04:before {
    bottom: -38px;
    left: 50%;
    margin-left: -2px;
    border: 22px solid transparent;
    border-top: 22px solid #fff;
    z-index: 2;
}
.title-04:after {
    border: 20px solid transparent;
    border-top-color: #efcf0b;
    border-bottom-width: 0;
    bottom: -20px;
    left: 50%;
    z-index: 1;
}
.sec02 .bg_mark {
    background: linear-gradient(transparent 51%, #f3af55 0%);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.sec02 .right img {
	margin-bottom:40px;
}
.under_dotted {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px dotted #1f5f8b;
    width: 50%;
    margin: 0 auto 34px;
}
.sec02 .col_orange {
    font-size: 1.2rem;
    padding: 4% 0;
    display: block;
}
.bg_gray {
	background:#f5f5f5;
    padding: 60px 0;
}
.line {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 700px;
    margin: 0 auto 30px;
}
.sec03 li {
    width: 815px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    background: #fff;
    padding: 0.25em 0.5em;
    border-left: solid 2em #efcf0b;
    border-top: 2px solid #efcf0b;
    border-right: 2px solid #efcf0b;
    border-bottom: 2px solid #efcf0b;
    margin-bottom: 10px;
}
.sec03 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    padding: 0em;
    color: #fff;
    left: -1.41em;
}
.att {
    color: #a4a3a3;
}
.title-04:before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 43%;
    margin-left: -2px;
    border: 22px solid transparent;
    border-top: 22px solid #fff;
    z-index: 2;
}
.title-04:after {
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #efcf0b;
    border-bottom-width: 0;
    bottom: -20px;
    content: "";
    left: 43%;
    z-index: 1;
}
.sec05 .title-04:before {
    border-top: 22px solid #f5f5f5;
}
.sec05 .switch-inner {
    margin: 0 auto;
}
.sec05 .switch-inner h2 {
	padding-left: 6%;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 83px;
    position: relative;
    background-color: #1f608a;
    cursor: pointer;
}
.switch {
    background: url(../images/open.png) no-repeat 50px;
}
.sec05 .half-box {
    background: #fff;
    position: relative;
    padding: 20px;
    border: 1px solid #1f608a;
    display: none;
}
.sec05 table {
    background: #fff;
    padding: 10px;
    font-weight: 400;
}
.sec05 table th {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 15px 0 0px;
}
.sec05 table td {
    border-bottom: 1px dotted #eee;
    padding: 15px 0 15px;
}
.sec05 table ul li {
    text-indent: -1em;
    padding-left:1em;	
}
.tel a {
    color: #1f608a;
}
.question {
    border: 2px solid #004c79;
    padding: 5px 25px;
}
.question h1 {
    left: 20%;
    position: relative;
    top: -23px;
}
.question img {
	width:60%;
}
.sec06 .question p {
    font-size: 0.8rem;
    margin-bottom: 6%;
    line-height: 1.2rem;
}
.sec06 .left {
    margin-bottom: 20px;
    width: 100%;
    float: none;
}
.sec06 .right {
    width: 100%;
    float: none;	
}
.question .left li, .question .right li, .sec09 .left li, .sec10 li {
    text-indent: -1em;
    padding-left: 1em;
}
.question ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #adbfcd;
}
.sec07 {
    padding-bottom:0;
}
.sec07 .heading {
    position: relative;
    padding: 34px 0;
    background-image: url(../images/mark01.gif), url(../images/mark02.gif);
    background-repeat: no-repeat, no-repeat;
    background-position: 200px 62px, 714px 62px;
    background-color: #efcf0b;
}
.sec07 .heading:after {
    border: 20px solid transparent;
    border-top-color: #efcf0b;
    border-bottom-width: 0;
    bottom: -19px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
}
.sec07 .heading .bottom {
	width: 67%;
	font-size: 1.2rem;
	background: linear-gradient(transparent 63%, #fff 14%);
	letter-spacing: 0;
}
.sec07 .heading .top {
    font-size: 1.2rem;
}
.sec07 .heading h1 {
    position: relative;
    text-align: center;
    width: 400px;
    margin: 0 auto 34px;
    line-height: 1.2;
}
.sec07 .heading .bld {
    line-height: 1.2;
    padding: 0 1em;
}
.line_02 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 350px;
    margin: 0 auto 30px;
}
.sec08 .box {
    float: none;
    padding: 15px 0 4% 76px;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #555;
    box-shadow: 4px 5px 0px 1px #f2f2f2;
}
.sec08 .box::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #1f5f8b;
    position: absolute;
    z-index: 100;
}
.sec08 .box::after {
    display: block;
    top: 8px;
    color: #fff;
    left: 15px;
    position: absolute;
    z-index: 101;
    font-size: 26px;
    font-weight: 400;
}
.sec08 .box.box_01::after {
    content: "1";
}
.sec08 .box.box_02::after {
    content: "2";
}
.sec08 .box.box_03::after {
    content: "3";
}
.sec08 .box.box_04::after {
    content: "4";
}
.sec08 .box.box_05::after {
    content: "5";
}
.like_h3 {
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.flow p {
    position: relative;
    background: #FFFFFF;
    padding: 6px;
    text-align: center;
    border: 2px solid #1F5F8B;
    color: #1F5F8B;
    font-size: 20px;
    margin-bottom: 20px;
}
.flow p:before {
    border-color: rgba(31, 95, 139, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #1F5F8B;
}
.flow p:after, .flow p:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 49%;
}
.line_02 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 350px;
    margin: 0 auto 30px;
}
footer .logo {
    margin: 0 auto 20px;
    width: 44%;
    display:block;
}
#page_top img {
    position: fixed;
    right: 3%;
    width: 11%;
    bottom: 20px;
}
.message {
    line-height:1.4;
}
.sec03 h1 {
    margin:0 auto 22px;
}
.sec03 h1 img {
    width: 33%;
    margin: 0 auto;
    display: block;
}




/*小型スマホ縦*/
@media screen and (max-width: 320px) {
html {
	font-size:20px;
}
body {
	width:100%;
	line-height:1.2;
	font-size:0.9rem;
}
.spnone {
	display:none;
}
.pcnone {
	display:block;
}
img {
	width:100%;
}
section {
	width: 92%;
    margin: 0 auto;
    padding: 50px 0;
}
.main_visual {
    background-image: url(../images/sp_mv.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main_visual .pcnone {
    width: 60%;
    padding-bottom: 20px;
    padding-top: 50px;
}
header {
    margin-bottom: 16%;
}
.arrow_box {
    padding: 2% 16%;
}
.arrow_box:after {
    margin-top: -1px;
}
.arrow_box {
    position: relative;
    background: #FFFFFF;
    padding: 3% 26%;
    text-align: center;
    border: 3px solid #555555;
    font-size: 30px;
}
.arrow_box:before {
    border-color: rgba(85, 85, 85, 0);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color: #555555;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}
.sec01 {
    padding: 4%;
}
.sec01 h1 {
     position: relative;
    top: -28px;   
}
.title-04 {
    font-size: 1.3rem;
    padding: 0 0 7px;
}
.sec02 .bg_mark {
    font-size: 1rem;
    line-height: 1.2rem;
}
.sec02 .left {
    margin-bottom:20px;
}
.under_dotted {
    width:100%;
}
.sec03 h1 {
    margin-bottom:20px;
}
.line,
.sec03 li {
    width:100%;
}
.att {
    font-size: 0.6rem;
}
.switch {
    background-position: 9% 51%;
    background-size: 31px;
}
.sec05 .p_wrap {
    margin-bottom: 30px;
}
.sec05 table th, .sec05 table td {
    display: block;
}
.sec05 table th {
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 15px 0 0px;
}
.sec05 table td {
    border-bottom: 1px dotted #eee;
    padding: 15px 0 15px;
}
.sec06 .right {
    margin-bottom:30px;
}
.sec07 .heading h1 {
    width:100%;
}
.sec07 .heading {
    background-position: 5% 9%, 97% 10%;
    background-size: 9%;
}
.sec07 .heading:after {
background-size: 9%;
}
.line_02 {
    width:100%;
}
.sec08 {
    padding-bottom:0;
}
.sec08 .box::before {
    border-bottom: 3.8em solid transparent;
}
.sec08 .box {
    padding: 13px 0 4% 37px;
}
.flow p:before {
    border-color: rgba(31, 95, 139, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #1F5F8B;
}
.flow p:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}
.flow {
    margin-bottom: 30px;
}
.bottom_btn img{
    width: 92%;
    margin: 0 auto 30px;
}
}


/*スマホ縦*/
@media screen and (min-width: 321px) and (max-width: 559px) {
html {
	font-size:20px;
}
body {
	width:100%;
	line-height:1.2;
	font-size:1rem;
}
.spnone {
	display:none;
}
.pcnone {
	display:block;
}
img {
	width:100%;
}
section {
	width: 92%;
    margin: 0 auto 50px;
}
.main_visual {
	background-image: url(../images/sp_mv.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main_visual .pcnone {
	width: 60%;
    padding-bottom: 20px;
    padding-top: 50px;
}
header {
	margin-bottom: 10%;	
}
main {
	overflow: hidden;
	padding-top: 8%;
}
.sec01 h1 {
	top: -35px;
}
.arrow_box {
	padding: 2% 16%;
}
.sec01 {
	padding: 4%;
}
.parenthesis {
    padding: 0 7%;
    line-height: 1;
}
.sec01 .box,
.sec02 .box .left,
.under_dotted,
.sec02 .box .right,
.p_wrap,
.sec03 h1,
.sec04 .title-04,
.sec05 .switch-inner,
.line_02,
.sec07 .heading h1,
.sec08 .box_outer {
	width:100%;
}
.title-04 {
	width:100%;
	font-size: 30px;
}
.sec02 .box .left,
.sec02 .box .right {
	float:none;
}
.line {
	width:100%;
	font-size:16px;
	line-height: 18px
}
.sec03 li {
	width:100%;
	font-size: 1rem;
    line-height: 1.2rem;
}
.sec03 ul {
    margin-bottom: 20px;
}
.btn {
	width:100%;
	background: none;
}
.btn:hover {
	box-shadow:none;
	top: 0;
}
.sec05 table {
	font-size:20px;
}
.sec05 table th,
.sec05 table td {
	display:block;
}
.sec05 table th {
	width:100%;
	text-align: center;
	font-weight:700;
	padding: 15px 0 0px;
}
.sec05 table td {
	border-bottom:1px dotted #eee;
}
.sec06 .left,
.sec06 .right {
	width:100%;
	float:none;
}
.question {
	margin-bottom: 30px;
	padding: 5px 25px 10px;
}
.question h1 {
	left:20%;
}
.question p {
	line-height:26px;
}
.sec07 .heading .top {
	font-size: 1.5rem;
}
.sec07 .heading {
	margin-bottom: 34px;
	background-position: 5% 38px, 96% 38px;
}
.sec07 .heading .bld {
	line-height: 1.2;
	padding: 0 1em;
    font-size: 0.9rem;
}
.sec07 .heading:after {
	left: 45%;	
}
.sec08 .box {
	float:none;
	padding:15px 0 4% 76px;
	margin-bottom: 20px;
	margin-right: 0;
}
.sec09, .sec10, .sec11, .sec12 {
    width: 96%;
    margin: 0 2% 2em;
    box-sizing: border-box;
}
.sec09 .left,
.sec09 .right {
	float:none;
	width:100%;
}
.sec09 .left {
	margin-bottom:20px;
}

#page_top {
	bottom:0;
}
.sec02 .under_dotted {
    line-height: 23px;
    padding-bottom: 10px;
}
.sec02 ul li {
	float:none;
	margin-right: 0;
}
.wrapper {
	padding: 2% 0 2px;
}
.sec04 .att {
	font-size:16px;
	line-height: 20px;
}
.sec09 .right a {
	padding: 8px 23px 6px 41px;
    width: auto;
}
.sec02 .bg_mark {
	font-size:20px;
	letter-spacing: 0;
}
.sec03 .point {
	width: 68%;
    margin: 0 auto 16px;
}
.sec02 ul {
	width: 75%;
    margin: 0 auto;
}
.sec04 .title-04 {
	letter-spacing: -0.1em;
}
.sec05 .title-04 {
	letter-spacing: 0;
}
.sec05 .p_wrap {
	margin-bottom: 26px;
}
.sec06 .left {
	margin-bottom:20px;
}
.sec05 .switch {
	background-size: 1.5rem;
}
.sec05 .switch-inner h2 {
	padding-left:6%;
}
.question ul li {
	line-height:1.2rem;
	padding: 3% 0;
}
.sec06 .question p {
	font-size:16px;
	margin-bottom: 6%;
	line-height: 1.2rem;
}
.sec06 .right {
	margin-bottom: 6%;
}
.bottom_btn {
	width: 98%;
    padding: 0 2%;
    margin-bottom:20px;
}
.flow img {
	margin-bottom: 2em;
}
.arrow_box:before {
	margin-top:1px;
}
.arrow_box:after {
	margin-top:-1px;	
}
.arrow_box {
    padding: 2% 16%;
}
.arrow_box {
    position: relative;
    background: #FFFFFF;
    padding: 3% 30%;
    text-align: center;
    border: 3px solid #555555;
    font-size: 30px;
}
.sec01 h1 {
    margin: 0 auto;
    position: relative;
    font-size: 30px;
}
.flow p:before {
    border-color: rgba(31, 95, 139, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #1F5F8B;
}
.flow p:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}
}
/*タブレット縦 / スマホ横*/
@media screen and (min-width: 560px) and (max-width: 1023px) {
.pcnone {
    display: none;
}
html {
    font-size:20px;
}
body {
    line-height:30px;
    font-size:1rem;
}
section {
    width:92%;
    margin:0 auto;
    padding:66px 0;
    box-sizing: border-box;
}
footer {
    padding-bottom:20px;
}
footer .logo {
    margin: 0 auto;
    width: 23%;
    display: block;
}
#page_top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 16px
}
.main_visual {
    background:url(../images/pc_mv.jpg) no-repeat;
    width:100%;
    background-size:cover;
    margin-bottom: 70px;
    background-position: center;
}
.main_visual .spnone {
    max-width: 713px;
    margin: 0 auto;
    display: block;
    padding:260px 0px 20px;
}
section h1 {
    letter-spacing: 0.2em;
}
.sec01 {
    background:#efcf0b;
    padding: 30px 0;
    box-shadow:6px 6px 0px 1px #c4a905;
}
.sec01 h1 {
    margin: 0 auto;
    position: relative;
    top: -50px;
    font-size:30px;
}
.sec01 .box {
    width:92%;
    margin:0 auto;
    text-align: center;
}
.sec01 .box p {
    margin-bottom:20px;
    font-size:20px;
}
.sec01 h2 {
    color:#fff;
    margin-bottom:40px;
    font-weight:700;
    font-size: 24px;
}
.parenthesis {
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    text-align: center;
}
.arrow_box{
    position: relative;
    background: #FFFFFF;
    padding: 10px 137px;
    text-align: center;
    border: 3px solid #555555;
    font-size: 30px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(85, 85, 85, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color:#555555;
}
.sec02 p,
.sec03 p,
.sec04 p,
.sec05 p,
.sec06 p {
    font-size:20px;
    line-height:40px;
}
.title-04 {
    font-size:36px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #efcf0b;
    padding: 30px 0 15px;
    margin: 0 auto 40px;
    width: 440px;
}
.title-04:before{
    content: "";
    position: absolute;
    bottom: -38px;
    left: 45%;
    margin-left: -2px;
    border: 22px solid transparent;
    border-top: 22px solid #fff;
    z-index: 2;
}
.title-04:after {
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #efcf0b;
    border-bottom-width: 0;
    bottom: -20px;
    content: "";
    left: 45%;
    z-index: 1;
}
.sec02 .bg_mark {
    background: linear-gradient(transparent 57%, #f3af55 0%);
    font-size:30px;
    line-height:40px;
    font-weight:700;
}
.sec02 .box {
    margin-bottom:44px;
}
.under_dotted {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px dotted #1f5f8b;
    width: 100%;
    margin: 0 auto 34px;
}
.sec02 ul li{
    float: left;
    margin-right: 14px;
    width: 130px;
}
.sec02 ul li img {
    width:100%;
}
.sec02 ul li:last-child {
    margin-right:0;
}
.sec02 ul {
    margin-bottom:35px;
}
.sec02 .col_orange {
    font-size:30px;
    color:#ed8702;
}
.sec02 .left {
    margin-bottom:30px;
}
.sec02 .box .right {
    margin: 0 auto;
    width: 68%;
}
.wrapper{
    width: 100%;
    background:#f5f5f5;
    padding:0;
    margin-bottom: 20px;
}
.sec03 h1 {
    margin:0 auto 22px;
}
.sec03 h1 img {
    width: 33%;
    margin: 0 auto;
    display: block;
}
.line {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 700px;
    margin: 0 auto 30px;
}
.line_02 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 350px;
    margin: 0 auto 30px;
}
.sec03 ul {
    margin-bottom: 64px;
}
.sec03 li {
    width:100%;
    margin:0 auto;
    font-size:24px;
    font-weight:700;
    position: relative;
    background: #fff;
    padding: 0.25em 0.5em;
    border-left: solid 2em #efcf0b;
    border-top:2px solid #efcf0b;
    border-right:2px solid #efcf0b;
    border-bottom:2px solid #efcf0b;
    margin-bottom: 10px;
}
.sec03 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    padding: 0em;
    color: #fff;
    left: -1.41em;
}
.bottom_btn img,
.btn.spnone img {
    width: 23%;
    top: -25px;
    position: absolute;
    z-index: 2;
}
.btn p {
    width: 90%;
    font-size: 1.28em;
    margin: 0 0 0 10%;
    padding-left: 103px;
    background: url(../images/btn_arrow.png) no-repeat 95% 44px;
    background-color: #db5752;
    position: relative;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 8px 0 #be4945;
    text-shadow: 0 -2px 1px #be4945;
    line-height: 113px;
    height: 113px;
    font-weight: 700;
}
.btn a{
    color:#fff;
}
.btn p:hover {
  top: -4px;
  box-shadow: 0 10px 0 #be4945;
}
.button p:active {
  top: 3px;
  box-shadow: none;
}
.sec04 .title-04 {
    width:572px;
}
.att {
    font-size:16px;
    color:#a4a3a3;
}
.sec05 .title-04:before {
    border-top: 22px solid #f5f5f5;
}
.sec05 .p_wrap {
    margin-bottom:50px;
}

.sec05 .switch-inner h2 {
    color:#fff;
    font-size:30px;
    letter-spacing: 0.2em;
    text-align: center;
    line-height:83px;
    position: relative;
    background-color: #1f608a;
    cursor: pointer;
}
.sec05 .half-box {
    background:#fff;
    position: relative;
    padding:20px;
    border:1px solid #1f608a;
    display: none;
}
.switch {
    background:url(../images/open.png) no-repeat 50px;
    background-size: 33px;
}
.sec05 table {
    background:#fff;
    padding:10px;
    font-size:18px;
    font-weight: 400;
    font-size:16px;
}
.sec05 table tr {
    border-bottom:1px dotted #eee;
}
.sec05 table th {
    font-weight: 400;
    width: 226px;
    text-align: left;
    padding: 15px 0 15px;
}
.sec05 table td {
    padding: 15px 0 15px;
}
.tel a {
    color:#1f608a;
}
.sec06 .right img{
    width:100%;
    margin:0 auto;
    display:block;
}
.sec06 {
    padding-bottom:0;
}
.sec06 .box {
    margin-bottom:37px;
}
.question {
    border:2px solid #004c79;
    padding: 5px 25px;
}
.question img {
   width: 30%;
    margin: 0 auto;
    display: block;
}
.question h1 {
    position: relative;
    top: -23px;
    left: 0;
}
.question ul {
    font-weight:400;
    font-size:16px;
}
.question .left {
    float:left;
    width:48%;
}
.question .right {
    float:right;
    width:48%;
}
.question p {
    font-size:16px;
}
.sec07 .heading {
    position: relative;
    padding: 34px 0;
    background-image: url(../images/mark01.gif), url(../images/mark02.gif);
    background-repeat: no-repeat, no-repeat;
    background-position:  10% 62px, 91% 62px;
    background-color:#efcf0b;
}
.sec07 .heading h1{
    position: relative;
    text-align: center;
    width: 400px;
    margin: 0 auto 74px;
    line-height: 1.2;
}
.sec07 .heading .bottom {
    font-size:40px;
    position: absolute;
    display:block;
    background: linear-gradient(transparent 66%, #fff 0%);
    width: 100%;
}
.sec07 .heading .bld {
    text-align: center;
    font-size:18px;
    line-height:1.6;
}
.sec08 .box_outer {
    margin:0 auto 20px;
}
.sec08 .box {
    position: relative;
    font-weight: 700;
    font-size: 0.8rem;
    border: 1px solid #555;
    float: left;
    margin-right: 17px;
    box-shadow: 4px 5px 0px 1px #f2f2f2;
    padding: 23px;
    box-sizing: border-box;
}
.sec08 .box:last-child {
    margin-right:0;
}
.sec08 .box::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #1f5f8b;
    position: absolute;
    z-index: 100;
}
.sec08 .box::after {
    display: block;
    top: 8px;
    color: #fff;
    left: 15px;
    position: absolute;
    z-index: 101;
    font-size: 26px;
    font-weight: 400;
}
.sec08 .box.box_01::after {
    content: "1";
}
.sec08 .box.box_02::after {
    content: "2";
}
.sec08 .box.box_03::after {
    content: "3";
}
.sec08 .box.box_04::after {
    content: "4";
}
.sec08 .box.box_05::after {
    content: "5";
}
.sec09, .sec10, .sec11, .sec12 {
    width:815px;
    margin:0 auto 50px;
    font-size:18px;
    font-weight:400;
} 
.sec09 .left {
    width:48%;
    float:left;
}
.sec09 .right {
    width:40%;
    float:right;
    line-height:2;
}
.sec09 .right a {
    color: #fff;
    background: #db5752;
    padding: 6px 39px 6px 47px;
    width: 81%;
    display: block;
    margin-bottom: 13px;
}
.sec09 .right a:hover {
    background:#e60012;
}
.fa-external-link-alt {
    padding-right:20px;
}
.like_h3 {
    font-size: 18px;
    margin-bottom:20px;
}
.flow p {
    position: relative;
    background: #FFFFFF;
    padding: 6px;
    text-align: center;
    border: 2px solid #1F5F8B;
    color: #1F5F8B;
    font-size: 20px;
    margin-bottom: 20px;
}
.flow p:after,.flow p:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:49%;
}
.flow p:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.flow p:before{
    border-color: rgba(31, 95, 139, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#1F5F8B;
}
.flow img {
    width:100%;
    margin-bottom: 50px;    
}
.sec07 .heading .top {
    font-size:32px;
}
.btn {
    position: relative;
}
.bottom_btn {
    width:92%;
    margin: 0 auto 70px;
} 
}

/*pc*/
@media screen and (min-width: 1024px) {
.pcnone {
	display: none;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height:30px;
	font-size:20px;
}
section {
	width:995px;
	margin:0 auto;
	padding:66px 0;
	box-sizing: border-box;
}
footer {
	padding-bottom:20px;
}
footer .logo {
	margin: 0 auto;
    width: 13%;
    display: block;
}
#page_top img{
    position: fixed;
    right: 28px;
    width: 70px;
	bottom: 16px
}
.main_visual {
	background:url(../images/pc_mv.jpg) no-repeat;
	width:100%;
	background-size:cover;
	margin-bottom: 70px;
	background-position: center;
}
.main_visual .spnone {
	max-width: 998px;
    margin: 0 auto;
    display: block;
	padding:260px 0px 20px;
}
section h1 {
	letter-spacing: 0.2em;
}
.sec01 {
	background:#efcf0b;
	padding: 30px 0;
	box-shadow:6px 6px 0px 1px #c4a905;
}
.sec01 h1 {
    margin: 0 auto;
    position: relative;
    top: -50px;
    font-size:30px;
}
.sec01 .box {
	width:815px;
	margin:0 auto;
	text-align: center;
}
.sec01 .box p {
	margin-bottom:20px;
	font-size:20px;
}
.sec01 h2 {
	color:#fff;
	margin-bottom:40px;
	font-weight:700;
	font-size: 24px;
}
.parenthesis {
	margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    text-align: center;
}
.arrow_box{
	position: relative;
    background: #FFFFFF;
    padding: 10px 137px;
    text-align: center;
    border: 3px solid #555555;
    font-size: 30px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(85, 85, 85, 0);
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-top: 3px;
    border-top-color:#555555;
}
.sec02 p,
.sec03 p,
.sec04 p,
.sec05 p,
.sec06 p {
	font-size:20px;
	line-height:40px;
}
.title-04 {
	font-size:36px;
	text-align: center;
	position: relative;
    border-bottom: 2px solid #efcf0b;
    padding: 30px 0 15px;
    margin: 0 auto 40px;
    width: 440px;
}
.title-04:before{
	content: "";
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -2px;
	border: 22px solid transparent;
	border-top: 22px solid #fff;
	z-index: 2;
   }
.title-04:after {
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #efcf0b;
    border-bottom-width: 0;
    bottom: -20px;
    content: "";
    left: 50%;
    z-index: 1;
}
.sec02 .box .left {
	float:left;
	width:53%;
}
.sec02 .box .right {
	float:right;
	width:45%;
}
.sec02 .bg_mark {
	background: linear-gradient(transparent 57%, #f3af55 0%);
	font-size:30px;
	line-height:40px;
	font-weight:700;
}
.sec02 .box {
	margin-bottom:44px;
}
.under_dotted {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px dotted #1f5f8b;
    width: 50%;
    margin: 0 auto 34px;
}
.sec02 ul li{
	float:left;
	margin-right:17px;
}
.sec02 ul li:last-child {
	margin-right:0;
}
.sec02 ul {
	margin-bottom:35px;
}
.sec02 .col_orange {
	font-size:30px;
	color:#ed8702;
}
.p_wrap {
	width:815px;
	margin:0 auto;
}
.wrapper{
	width: 100%;
	background:#f5f5f5;
	padding:66px 0;
	margin-bottom: 20px;
}
.sec03 h1 {
	margin:0 auto 22px;
}
.sec03 h1 img {
    width: 33%;
    margin: 0 auto;
    display: block;
}
.line {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 700px;
    margin: 0 auto 30px;
}
.line_02 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0.2em 0;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    width: 350px;
    margin: 0 auto 30px;
}
.sec03 ul {
	margin-bottom: 64px;
}
.sec03 li {
	width:815px;
	margin:0 auto;
	font-size:24px;
	font-weight:700;
	position: relative;
	background: #fff;
	padding: 0.25em 0.5em;
	border-left: solid 2em #efcf0b;
	border-top:2px solid #efcf0b;
	border-right:2px solid #efcf0b;
	border-bottom:2px solid #efcf0b;
    margin-bottom: 10px;
}
.sec03 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	position: absolute;
	padding: 0em;
	color: #fff;
	left: -1.41em;
}
.btn.spnone {
	position: relative;
}
.btn.spnone img {
	position: absolute;
	z-index: 2;
	top: -38px;
}
.btn p{
	background: url(../images/btn_arrow.png) no-repeat 95% 44px;
    background-color: #db5752;
    position: relative;
    width: 902px;
    margin: 0 auto;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 8px 0 #be4945;
    text-shadow: 0 -2px 1px #be4945;
    padding-left: 182px;
    font-size: 30px;
    line-height: 113px;
    height: 113px;
    font-weight: 700;
    font-size: 35px;
}
.btn a{
	color:#fff;
}
.btn p:hover {
  top: -4px;
  box-shadow: 0 10px 0 #be4945;
}
.button p:active {
  top: 3px;
  box-shadow: none;
}
.sec04 .title-04 {
	width:572px;
}
.att {
	font-size:16px;
	color:#a4a3a3;
}
.sec05 .title-04:before {
	border-top: 22px solid #f5f5f5;
}
.sec05 .p_wrap {
	margin-bottom:50px;
}
.sec05 .switch-inner {
	width: 855px;
	margin:0 auto;
}
.sec05 .switch-inner h2 {
	color:#fff;
	font-size:30px;
	letter-spacing: 0.2em;
	text-align: center;
	line-height:83px;
	position: relative;
    background-color: #1f608a;
    cursor: pointer;
}
.sec05 .half-box {
	background:#fff;
	position: relative;
	padding:20px;
	border:1px solid #1f608a;
	display: none;
}
.switch {
    background:url(../images/open.png) no-repeat 50px;
    background-size: 33px;
}
.sec05 table {
	background:#fff;
	padding:10px;
	font-size:18px;
	font-weight: 400;
	font-size:16px;
}
.sec05 table tr {
	border-bottom:1px dotted #eee;
}
.sec05 table th {
	font-weight: 400;
    width: 226px;
    text-align: left;
    padding: 15px 0 15px;
}
.sec05 table td {
	padding: 15px 0 15px;
}
.tel a {
	color:#1f608a;
}
.sec06 .left {
	width:48%;
	float:left;
}
.sec06 .right {
	width:46%;
	float:right;
}
.sec06 .right img {
    width:100%;
}
.sec06 .box {
	margin-bottom:37px;
}
.question {
	border:2px solid #004c79;
	padding: 5px 25px;
}
.question img {
	width:20%;
}
.question h1 {
	position: relative;
	top: -23px;
    left: 40%;
}
.question ul {
	font-weight:400;
	font-size:16px;
}
.question .left {
	float:left;
	width:48%;
}
.question .right {
	float:right;
	width:48%;
}
.question p {
	font-size:16px;
}
.sec07 .heading {
	position: relative;
	padding: 34px 0;
	background-image: url(../images/mark01.gif), url(../images/mark02.gif);
	background-repeat: no-repeat, no-repeat;
	background-position:  200px 62px, 714px 62px;
	background-color:#efcf0b;
}
.sec07 .heading h1{
    position: relative;
    text-align: center;
    width: 400px;
    margin: 0 auto 74px;
    line-height: 1.2;
}
.sec07 .heading .bottom {
    font-size:40px;
	position: absolute;
	display:block;
	background: linear-gradient(transparent 66%, #fff 0%);
    width: 100%;
}
.sec07 .heading .bld {
	text-align: center;
	font-size:18px;
    line-height:1.6;
}
.sec08 .box_outer {
	margin:0 auto 20px;
}
.sec08 .box {
	position: relative;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #555;
    float: left;
    margin-right: 27px;
    box-shadow: 4px 5px 0px 1px #f2f2f2;
    padding: 56px;
}
.sec08 .box:last-child {
	margin-right:0;
}
.sec08 .box::before {
	content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #1f5f8b;
    position: absolute;
    z-index: 100;
}
.sec08 .box::after {
    display: block;
    top: 8px;
    color: #fff;
    left: 15px;
    position: absolute;
    z-index: 101;
    font-size: 26px;
    font-weight: 400;
}
.sec08 .box.box_01::after {
    content: "1";
}
.sec08 .box.box_02::after {
    content: "2";
}
.sec08 .box.box_03::after {
    content: "3";
}
.sec08 .box.box_04::after {
    content: "4";
}
.sec08 .box.box_05::after {
    content: "5";
}
.sec09, .sec10, .sec11, .sec12 {
	width:815px;
	margin:0 auto 50px;
	font-size:18px;
	font-weight:400;
} 
.sec09 .left {
	width:48%;
	float:left;
}
.sec09 .right {
	width:40%;
	float:right;
	line-height:2;
}
.sec09 .right a {
	color: #fff;
    background: #db5752;
    padding: 6px 39px 6px 47px;
    width: 81%;
    display: block;
    margin-bottom: 13px;
}
.sec09 .right a:hover {
	background:#e60012;
}
.fa-external-link-alt {
	padding-right:20px;
}
.like_h3 {
	font-size: 18px;
	margin-bottom:20px;
}
.flow p {
	position: relative;
    background: #FFFFFF;
    padding: 6px;
    text-align: center;
    border: 2px solid #1F5F8B;
    color: #1F5F8B;
    font-size: 20px;
    margin-bottom: 20px;
}
.flow p:after,.flow p:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:49%;
}
.flow p:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.flow p:before{
    border-color: rgba(31, 95, 139, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#1F5F8B;
}
.flow img {
	width:100%;
	margin-bottom: 50px;	
}
.bottom_btn {
	width:995px;
	margin:0 auto 150px;
}
.sec07 .heading .top {
	font-size:32px;
}
}