@charset "uft-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1c:wght@100;300;400;500;700;800;900&display=swap');

@media screen and (min-width: 913px) {
  html, body {
    margin: 0;
    font-size: 16px;
    font-family: "M PLUS 1c", sans-serif;
    background: #fff;
    color: #404040;
	min-height: 100vh;
	font-weight: 500;
	background: #ffffff;
	display: flex;
	flex-direction: column;
  }

  a {
    text-decoration: none;
    color: #0000cd;
  }

  .pl {
    padding-top: 60px;
    margin-top: -60px;
  }

  /* ページリンク */
  .pl {
    padding-top: 60px;
    margin-top: -60px;
  }

  ul.dd_menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding-left: 0;
	border-bottom: 1px solid #a9a9a9;
	z-index: 1;
  }

  ul.sub_menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
  }

  ul.sub_menu li a {
	background: #a9a9a9;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #dcdcdc;
	text-align: left;
	text-indent: 10px;
	font-size: 14px;
  }

  ul.dd_menu li:hover ul {
    display: block;
	border-top: 1px solid #a9a9a9;
  }

  header {
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 2px solid #6495ed;
  }

  header .contents_header {
    display: flex;
    align-items: center;
	justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    height: 60px;
  }
  
  header .contents_header .header_logo {
	width: 250px;
  }
  
  header .contents_header .header_logo a img {
    width: 100%;
  }
  
  header .contents_header .header_pc a {
	padding: 7px 15px;
	color: #000;
  }
  
  header .contents_header .header_pc a:hover {
	background: #ff7f50;
	border-radius: 3px;
	color: #fff;
  }
  
  header .contents_header .header_pc a.btn {
	padding: 7px 15px;
	background: #6495ed;
	border-radius: 3px;
	color: #fff;
  }
  
  header .contents_header .header_pc a.btn:hover {
	background: #000080;
  }
  
/* ファースト画像pc */
#first_graphics {
	width: 100%;
	height: 400px;
	padding: 0;
	margin: 0;
	background-image: url('/common/lp_images/background1280.jpg');
	background-size: cover;
}
	
#first_graphics .first_area {
	display: flex;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
	
#first_graphics .first_area .left50 {
	width: 55%;
}
	
#first_graphics .first_area .left50 .balloon1 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 24px;
	font-weight: 900;
	background: #fff;
	border-radius: 30px;
}

#first_graphics .first_area .left50 .balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
	margin: 0;
		padding: 0;
}

#first_graphics .first_area .left50 .color_white32 {
	margin: 30px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
}
	
#first_graphics .first_area .left50 .color_white48 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
	
#first_graphics .first_area .left50 a.btn_radius50 {
	display: block;
	margin: 0;
	width: 380px;
	padding: 15px 20px;
	border-radius: 10px;
	background: #ff69b4;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}
	
#first_graphics .first_area .left50 a.btn_radius50:hover {
	background: #db7093;
}

#first_graphics .first_area .right50 {
	width: 45%;
}
	
#first_graphics .first_area .right50 img {
	width: 100%;
	border-radius: 5px;
}

  .block_menu {
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }

  .block_menu_ {
    width: 1000px;
    margin: 0 auto;
  }

  .block_menu_pr {
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }

  .block_menu a {
    display: block;
    width: calc(1000px / 6 - 1px);
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #fff;
    color: #fff;
  }

  .block_menu a.border_left {
    border-left: 1px solid #fff;
  }

  .block_menu a:hover {
    background: #fff;
    color: #000;
  }

  .block_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    padding-top: 60px;
    background-image: url('../img/index/image_index1000.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .block_title {
    width: 200px;
    height: 150px;
    margin-right: 20px;
  }

  .block_title .contents_video {
    position: relative;
    width: 360px;
    height: 200px;
    border: 20px solid #b0c4de;
    border-radius: 5px;
    overflow: hidden;
  }

  .block_title .contents_video #youtube {
    content: '';
    width: 360px;
    position: absolute;
    top: -60px;
    left: 0;
  }

  .block_title .contents_title_text {
    width: 400px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
  }

  .block_title .contents_title_text span {
    margin: 0 5px;
    color: pink;
    font-size: 40px;
  }

  .block {
    width: 100%;
    border-top: 1px solid #c0c0c0;
  }

  .background_white {
    background: #fff;
  }

  .background_blue {
    background: #eff7ff;
  }

  .background_green {
    background: #efffef;
  }

  .background_purple {
    background: #efefff;
  }

  .background_gray {
    background: #f5f5f5;
  }

  .block .contents {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
  }

  .block .contents h1 {
    display: block;
    background: #fff;
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    border-radius: 3px;
  }

  .block .contents h1.blue {
    border: 1px solid #7fbfff;
    border-left: 10px solid #7fbfff;
  }

  .block .contents h1.green {
    border: 1px solid #66cc99;
    border-left: 10px solid #66cc99;
  }

  .block .contents h1.purple {
    border: 1px solid #cc99ff;
    border-left: 10px solid #cc99ff;
  }

  .block .contents h1.gray {
    border: 1px solid #999999;
    border-left: 10px solid #999999;
  }

  .block .contents h2 {
    display: inline-block;
    background: #fff;
    font-size: 16px;
    margin: 10px 0 0 0;
    padding: 7px 20px;
    border-radius: 3px;
  }

  .block .contents h2.blue {
    background: #7fbfff;
    color: #fff;
  }

  .block .contents h2.gray {
    background: #999999;
    color: #fff;
  }

  .block .contents h2.back_gray {
    background: #f5f5f5;
  }

  .block .contents h2.green {
    background: #66cc99;
    color: #fff;
  }

  .block .contents h2.purple {
    background: cc99ff;
    color: #fff;
  }

  .contents_flex {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .w490px {
    width: 490px;
  }

  .link_btn {
    display: block;
    width: 350px;
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #2e8b57;
    color: #fff;
    border-radius: 3px;
  }

  .link_btn:hover {
    background: #2f4f4f;
  }

  /* -- 共通要素 --*/
  #container {
    min-height: 100vh;
    width: 100%;
    min-width: 1050px;
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  #header_title {
    min-width: 900px;
    margin: 0 auto;
    padding: 10px 40px;
  }

  #header_title .title_img {
    width: 240px;
    padding: 0;
  }

  #index_title {
    position: absolute;
    top: 130px;
    width: 500px;
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
    font-weight: bold;
    padding: 0;
    font-size: 10px;
  }

  #index_title .index_title_main {
    font-size: 5em;
    margin: -15px 0;
  }

  #index_title .index_title_sub {
    font-size: 2.5em;
    margin: 15px 0;
  }

  #index_btn {
    position: absolute;
    top: 320px;
    width: 400px;
    padding: 0;
    font-size: 20px;
  }

  #index_btn a {
    display: block;
    margin: 15px 0;
    padding: 18px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
  }

  #index_btn a.start_btn {
    background: #cd853f;
  }

  #index_btn a.contact_btn {
    background: #c0c0c0;
  }

  #index_btn a:hover {
    background: #ffa500;
  }

  #center_btn {
    width: 400px;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
  }

  #center_btn a {
    display: block;
    margin: 15px 0;
    padding: 18px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
  }

  #center_btn a.start_btn {
    background: #cd853f;
  }

  #center_btn a.contact_btn {
    background: #c0c0c0;
  }

  #center_btn a:hover {
    background: #ffa500;
  }

  #pagetoplink a {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 0px;
    padding: 15px 40px;
    font-size: 1.0em;
    color: #fff;
    text-align: center;
    background-color: #c71585;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    color: #fff;
    border-radius: 10px 0 0 10px;
  }

  #pagetoplink a:hover {
    opacity: 1.0;
    background-color: #dc143c;
  }

  #title_text {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #title_text p {
    width: 780px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }

  #title_text p.maintext {
    font-size: 36px;
  }

  #title_text p.subtext {
    font-size: 24px;
  }

  .content {
    max-width: 1000px;
    flex: 1 1 auto;
    background-color: #fff;
  }
  
  #content {
    max-width: 1000px;
    flex: 1 1 auto;
    background-color: #fff;
  }

  nav.globalMenuSp {
    display: none;
  }
  
  .navToggle {
    display: none;
  }
   
  footer {
	background: #727171;
  }
  
  footer a {
    display: block;
	width: 300px;
	margin: 10px 0;
	color: #fff;
  }
  
  footer .copyright {
    text-align: center;
	color: #fff;
  }

  /* -- 画像エリア [#gra_guide] --*/
  .index_gra_100 img {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }

  .gra_100 img {
    width: 100%;
	vertical-align: top;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }

  h3.step_title {
    width: 200px;
    margin: 10px 0 20px 0;
    padding: 10px;
    font-size: 24px;
    background-color: #778899;
    border-radius: 3px;
    text-align: center;
    color: #fff;
  }

  a .link_button {
    width: 300px;
    font-size: 18px;
    text-align: center;
    color: #4169e1;
    padding: 10px;
    margin: 5px auto;
    border: 1px solid #4169e1;
    border-radius: 0.2em;
  }

  a .link_button:hover {
    color: #ffffff;
    background: #4169e1;
  }

  /* -- テキストエリア [#text_] --*/
  #area_pr {
    padding: 30px 0;
    margin: 0;
  }

  .main_pr {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #777e41;
    border-top: 0px solid #2792c3;
  }

  .text_pr {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 18px;
  }

  .text_gray_right {
    width: 100%;
    color: gray;
    padding: 0 10px;
    font-size: 14px;
    text-align: right;
  }

  .text_gray_left {
    color: gray;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
  }

  .text_center {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .text_center a {
    color: #fff;
  }

  .text_expain {
    margin: 5px 0 5px 0;
    padding: 20px;
    color: white;
    font-size: 16px;
    background-color: #2e8b57;
    border-radius: 3px;
  }

  .text_situation {
    margin: 5px 0 15px 0;
    padding: 20px;
    font-size: 16px;
    background-color: #d6e9ca;
    border-radius: 2px;
  }

  .text_midnightblue {
    color: midnightblue;
  }

  /* -- emタグ --*/
  em {
    font-weight: bold;
    font-style: normal;
    color: #2a83a2;
  }

  /* -- iタグ --*/
  i {
    font-style: normal;
    color: gray;
    font-size: 14px;
  }

  /* -- タイトルエリア [#gra] --*/
  .main_title {
    width: calc(100% - 30px);
    height: auto;
    margin: 50px 0 0 0;
    padding: 7px 0 7px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #2c4f54;
    border-left: 20px solid #2792c3;
    border-bottom: 1px solid #2792c3;
  }

  .block .contents h1.sub_title {
    height: 38px;
    padding: 10px 0 0 15px;
    margin: 20px 0;
    font-size: 20px;
    background: #bbdbf3;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  /* -- caseエリア [#flex_case] --*/
  #flex_case {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #flex_case .case_box {
    width: 320px;
    margin: 0 10px 30px 0;
    border: 1px solid #808080;
    background: #fff;
    border-radius: 5px;
  }

  #flex_case .case_box .case_photo img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }

  #flex_case .case_box .case_title {
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }

  #flex_case .case_box .case_text {
    padding: 10px;
    font-size: 16px;
  }

  /* -- linkエリア [#flex_link] --*/
  #flex_link {
    width: 100%;
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #flex_link .link_box {
    width: 320px;
    margin: 0;
    border: 1px solid #808080;
    background: #fff;
    color: #696969;
  }

  #flex_link a:hover .link_box {
    background: #ffd6ea;
  }

  #flex_link .link_box .link_photo img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
  }

  #flex_link a:hover .link_box .link_photo img {
    opacity: 0.5;
  }

  #flex_link .link_box .link_title {
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }

  #flex_link .link_box .link_text {
    padding: 10px;
    font-size: 16px;
  }

  /* -- newsエリア [.news] --*/
  .news {
    display: flex;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px dashed #85acde;
  }

  .news .news_date {
    width: 100px;
    padding: 5px;
    color: #808080;
  }

  .news .news_mark {
    width: 80px;
    height: 20px;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #85acde;
    color: #85acde;
    font-size: 14px;
    text-align: center;
    background: #fff;
  }

  .news .news_mark_error {
    width: 80px;
    height: 20px;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #ee82ee;
    color: #ee82ee;
    font-size: 14px;
    text-align: center;
    background: #fff;
  }

  .news .news_text {
    width: calc(90% - 180px);
    padding: 5px;
  }

  /* -- howtoエリア [#howto] --*/
  .flow_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flow_row .flow_column {
    display: flex;
    flex-direction: column;
    width: 160px;
    margin: 0 0 10px 0;
    border: 1px solid #85acde;
	background: #fff;
  }

  .flow_row .flow_column h2.step_title {
    font-size: 20px;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #85acde;
  }

  .flow_row .flow_column p {
    margin: 0;
    padding: 10px;
    font-size: 15px;
  }

  /* -- hikaku_tableエリア [.plan_area] --*/
  .hikaku_table table {
    width: 490px;
    margin: 20px auto;
    border-spacing: 1px;
    color: #404040;
    background: #a0a0a0;
    font-size: 15px;
  }

  .hikaku_table table tr th {
    padding: 7px;
    background: #d4dcda;
  }

  .hikaku_table table tr td {
    text-align: center;
    background: #fff;
    padding: 7px;
  }

  /* -- plan_areaエリア [.plan_area] --*/
  .plan_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .plan_area {
    width: 320px;
    border: 1px solid #84a2d4;
    margin: 10px 0 10px 0;
    border-radius: 0.2em;
    background: #eaf4fc;
  }

  .plan_area h3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    background: #84a2d4;
  }

  .plan_area h5 {
    margin: 0;
    color: #404040;
    font-size: 32px;
    padding: 20px 0 20px 0;
    font-weight: normal;
    text-align: center;
  }

  .plan_area h5 em {
    margin: 0;
    color: #404040;
    font-size: 16px;
  }

  .plan_area table {
    width: 280px;
    margin: 0 auto 5px auto;
    border-spacing: 1px;
    color: #404040;
    background: #a0a0a0;
    font-size: 15px;
  }

  .plan_area table tr th {
    font-weight: normal;
    text-align: left;
    padding: 7px;
    background: #d4dcda;
  }

  .plan_area table tr td {
    padding: 7px;
    background: #fff;
  }

  a.plan_button {
    display: block;
    width: 100px;
    margin: 5px auto;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    background: #e6afcf;
    border-radius: 0.2em;
    text-decoration: none;
  }

  a.plan_button:hover {
    color: #ffffff;
    background: #941f57;
  }

  #plan_guide {
    clear: both;
    color: #404040;
  }

  #plan_guide p {
    font-size: 18px;
    margin: 5px;
  }

  #plan_guide p img {
    vertical-align: -0.5em;
    margin: 0 7px 0 0;
  }

  /* -- faqエリア [#faq_quest] --*/
  .faq_menu {
    width: 500px;
    margin: 20px 0 0 0;
	padding: 0 20px;
    border: 3px dashed #b0c4de;
    background: #f0f8ff;
  }
  
  .faq_menu ol li {
	padding: 5px 0;
  }

  .faq_menu ol li a {
    color: #191970;
  }

  .faq_menu ol li a:hover {
    color: #ff7f50;
	text-decoration: underline;
  }

  .faq_quest {
    display: flex;
    align-items: center;
    margin: 10px 0 10px 10px;
    font-size: 1.0em;
    color: #00008b;
    border-bottom: 1px dashed #6495ed;
  }

  .faq_quest .img {
    width: 30px;
    margin-right: 10px;
  }

  .faq_quest .img img {
    width: 30px;
  }

  .faq_quest .question_text {}

  .faq_answer {
    margin: 15px 0 50px 10px;
  }
  
  /* -- topicsエリア [.topics] --*/
  .topics {
    width: calc(100% - 50px);
    margin: 20px 0;
	padding: 0 20px;
    border: 3px dashed #b0c4de;
    background: #f0f8ff;
  }
  
  .topics ul {
    color: #191970;
	margin: 5px 0;
	padding: 5px 15px;
  }

  .topics ul li {
	list-style-type: square;
    color: #191970;
	margin: 5px 0;
  }

  /* -- table_lowエリア [.table_low] --*/
  .table_low table {
    width: 100%;
    margin: 10px 0;
	border-collapse: collapse;
    font-size: 15px;
	border: 1px solid #8c8c8c;
  }

  .table_low table tr th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
    background: #f5f5f5;
	border: 1px solid #8c8c8c;
  }

  .table_low table tr td {
    padding: 10px;
    font-weight: normal;
    text-align: left;
	border: 1px solid #8c8c8c;
    background: #fff;
  }

  /* -- table_contactsエリア [.table_contacts] --*/
  #container_contact {
    width: 800px;
    min-height: calc(100vh - 50px);
    margin: 0 auto;
  }

  .step_bar {
    position: relative;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    *zoom: 1;
  }

  .step_bar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 60px;
    padding: 0 120px 0 30px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .step_bar .step:before, .step_bar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 30px;
    height: 30px;
  }

  .step_bar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }

  .step_bar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }

  .step_bar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .step_bar .step:first-child:before, .step_bar .step:first-child:after {
    content: none;
  }

  .step_bar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .step_bar .step.current {
    color: #FFF;
    background-color: #26bfa1;
  }

  .step_bar .step.current:before, .step_bar .step.current:after {
    background-color: #26bfa1;
  }

  .step_text {
    font-size: 18px;
    font-weight: bold;
  }

  .form_table {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
  }

  .title_area {
    width: 100%;
    height: 40px;
    margin: 30px 0 20px 0;
    padding: 5px 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    border-left: solid 10px #6495ed;
  }

  .item_title {
    width: 285px;
    padding: 15px 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    background: #efefff;
    border: solid 1px #a9a9a9;
    margin: 2px 0;
  }

  .item_input {
    width: 667px;
    min-height: 60px;
    padding: 0 15px;
    border-top: solid 1px #a9a9a9;
    border-right: solid 1px #a9a9a9;
    border-bottom: solid 1px #a9a9a9;
    margin: 2px 0;
  }

  .item_title_bottom {
    width: 185px;
    padding: 15px 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    background: #efefff;
    border-left: solid 1px #a9a9a9;
    border-right: solid 1px #a9a9a9;
    border-bottom: solid 1px #a9a9a9;
  }

  .item_input_bottom {
    width: 567px;
    min-height: 60px;
    padding: 0 15px;
    border-right: solid 1px #a9a9a9;
    border-bottom: solid 1px #a9a9a9;
  }

  .item_input .check-radio ul {
    list-style: none;
    padding: 0;
  }

  .item_input .check-radio ul li {
    margin: 5px 0;
  }

  .item_input .check-radio ul li label .event_div {
    margin: 0 15px 0 0;
  }

  table.money_plan {
    width: 100%;
    margin: 20px auto;
    color: #404040;
    border-spacing: 0;
  }

  table.money_plan tr {
    background: #fff;
  }

  table.money_plan tr.big_font {
    font-size: 18px;
    background: #fff;
    font-weight: 900;
  }

  table.money_plan tr.gray {
    background: #f5f5f5;
  }

  table.money_plan tr.cell_title {
    height: 80px;
    font-size: 18px;
    font-weight: 900;
    background: #d3d3d3;
  }

  table.money_plan tr.cost {
    font-weight: 900;
  }

  table.money_plan tr th {
    padding: 7px 20px;
    font-weight: normal;
    text-align: left;
  }

  table.money_plan tr td {
    text-align: center;
    padding: 7px;
  }

  table.money_plan tr td.recommend_title {
    text-align: center;
    background: #4169e1;
    font-size: 24px;
    color: #fff;
  }

  table.money_plan tr td.recommend {
    text-align: center;
    padding: 7px;
    background: #87cefa;
  }

  table.money_plan tr td span.recommend1 {
    font-size: 24px;
    font-weight: 900;
    color: #000080;
  }

  table.money_plan tr td span.recommend2 {
    font-size: 24px;
    font-weight: 900;
  }

  table.money_plan tr td.select_border {
    border-left: 2px solid #4169e1;
    border-right: 2px solid #4169e1;
  }

  table.money_plan tr td.select_border_bottom {
    border-bottom: 2px solid #4169e1;
  }

  table.annotation {
	  color: gray;
	  font-size: 15px;
  }
  
  table.annotation tr td {
	  vertical-align: top;
  }

  .form_textbox {
    max-width: 100%;
    height: 35px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 5px 10px;
    font-size: 15px;
    font-family: "M PLUS 1c", sans-serif;
  }

  .form_select {
    border-radius: 0.2em;
    font-size: 15px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    font-family: "M PLUS 1c", sans-serif;
    margin: 1px;
    padding: 10px;
    border: 1px solid #6C6C6C;
  }

  .form_textbox120 {
    width: 120px;
    height: 35px;
    margin-right: 20px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 0 0 0 10px;
    font-size: 15px;
  }

  .form_textbox400 {
    width: 400px;
    height: 35px;
    margin-right: 20px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 0 0 0 10px;
    font-size: 15px;
  }

  .form_textbox_long {
    max-width: 100%;
    height: 100px;
    margin-right: 20px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 10px;
    font-size: 15px;
    font-family: "M PLUS 1c", sans-serif;
  }

  .form_textbox_agree {
    width: 100%;
    height: 150px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 10px;
    font-size: 15px;
    font-family: "M PLUS 1c", sans-serif;
  }

  span.hissu {
    margin: 0 10px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    background: #ff6347;
  }

  .form_textbox:focus, .form_textbox120:focus, .form_textbox400:focus, .form_textbox_long:focus, .form_textbox_agree:focus {
    background: #fff4ea;
  }

  .long_button {
    font-size: 15px;
    font-family: "M PLUS 1c", sans-serif;
    height: 60px;
    width: 150px;
    padding: 3px;
    border: 1px solid #6C6C6C;
    border-radius: 0.1em;
    background: linear-gradient(#F7F7F7, #DFDFDF);
  }

  span.address {
    display: inline-block;
    width: 400px;
    font-weight: bold;
  }

  #agree_area {
    width: 100%;
    background: #efefff;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    border-radius: 0.2em;
    font-weight: bold;
    font-size: 15px;
  }

  #agree_area label {
    cursor: pointer;
  }

  #submit_confirm_btn {
    display: block;
    width: 300px;
    padding: 20px;
    margin: 20px auto;
    font-weight: bold;
    border-radius: 1em;
    background: #bdb76b;
    color: #fff;
    font-size: 20px;
    border: solid 1px #a9a9a9;
    cursor: pointer;
  }

  #submit_confirm_btn:hover {
    background: #808000;
  }

  .complete {
    margin: 0 0 100px 0;
  }

  /* -- 必須アイコン [.require_mark] --*/
  .require_mark {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: -3px 0 0 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 0.2em;
    background: linear-gradient(#ee82ee, #dda0dd);
  }
}

/* ---------*/
@media screen and (max-width: 912px) {
  html, body {
    margin: 0;
    font-size: 14px;
    font-family: "M PLUS 1c", sans-serif;
    background: #fff;
    color: #404040;
  }

  a {
    text-decoration: none;
    color: #0000cd;
  }

  .pl {
    padding-top: 70px;
    margin-top: -70px;
  }

  header {
    height: 50px;
    padding: 10px 10px;
    margin: 0;
    background: #ffffff;
    border-bottom: 5px solid #6495ed;
  }

  header .contents_header {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 50px;
  }

  header .contents_header img {
    width: 220px;

  }
  
  header .contents_header .header_pc {
	  display: none;
  }
  
/* ファースト画像pc */
#first_graphics {
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url('/common/lp_images/background1280.jpg');
	background-size: cover;
}
	
#first_graphics .first_area {
	width: 100%;
	margin: 0;
	padding: 15px 0 0 0;
}
	
#first_graphics .first_area .left50 {
	width: 100%;
	padding: 15px 0;
}
	
#first_graphics .first_area .left50 .balloon1 {
	position: relative;
	margin: 0 auto;
	padding: 15px 30px;
	width: 250px;
	color: #555;
	font-size: 18px;
	font-weight: 900;
	background: #fff;
	border-radius: 30px;
}

#first_graphics .first_area .left50 .balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}

#first_graphics .first_area .left50 .color_white32 {
	width: 80%;
	margin: 30px 0 0 0;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}
	
#first_graphics .first_area .left50 .color_white48 {
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
}
	
#first_graphics .first_area .left50 a.btn_radius50 {
	display: block;
	margin: 0 auto;
	width: 60%;
	padding: 15px 20px;
	border-radius: 10px;
	background: #ff69b4;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

#first_graphics .first_area .right50 {
	width: 90%;
	margin: 0 auto;
}
	
#first_graphics .first_area .right50 img {
	width: 100%;
	border-radius: 5px;
}

#center_btn {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
  }

  #center_btn a {
    display: block;
    margin: 10px 0;
    padding: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
  }

  #center_btn a.start_btn {
    background: #cd853f;
  }

  #center_btn a.contact_btn {
    background: #c0c0c0;
  }

  #center_btn a:hover {
    background: #ffa500;
  }

  .block_menu {
    display: none;
  }

  .block_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding-top: 60px;
    background-image: url('/img/index/image_index1000.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .block_title img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    margin: 0 10px 0 20px;
  }

  .block_title .contents_title_text {
    width: calc(100% - 120px);
    margin: 0 20px 0 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }

  .block_title .contents_title_text span {
    margin: 0 5px;
    color: pink;
    font-size: 30px;
  }

  .block {
    width: 100%;
    border-top: 1px solid #c0c0c0;
  }

  .background_white {
    background: #fff;
  }

  .background_blue {
    background: #eff7ff;
  }

  .background_green {
    background: #efffef;
  }

  .background_purple {
    background: #efefff;
  }

  .background_gray {
    background: #f5f5f5;
  }

  .block .contents {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
  }

  .block .contents_img {
    width: 100%;

    background: #fff;
  }

  .block .contents h1 {
    display: block;
    background: #fff;
    font-size: 16px;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    border-radius: 3px;
  }

  .block .contents h1.blue {
    border: 1px solid #7fbfff;
    border-left: 10px solid #7fbfff;
  }

  .block .contents h1.green {
    border: 1px solid #66cc99;
    border-left: 10px solid #66cc99;
  }

  .block .contents h1.purple {
    border: 1px solid #cc99ff;
    border-left: 10px solid #cc99ff;
  }

  .block .contents h1.gray {
    border: 1px solid #999999;
    border-left: 10px solid #999999;
  }

  .block .contents h2 {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    border-radius: 3px;
  }

  .block .contents h2.blue {
    background: #7fbfff;
    color: #fff;
  }

  .block .contents h2.gray {
    background: #999999;
    color: #fff;
  }

  .block .contents h2.green {
    background: #66cc99;
    color: #fff;
  }

  .block .contents h2.purple {
    background: cc99ff;
    color: #fff;
  }

  .contents_flex {
    width: 100%;
    margin: 0;
  }

  .w490px {
    width: 100%;
  }

  .link_btn {
    display: block;
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background: #2e8b57;
    color: #fff;
    border-radius: 3px;
  }

  .link_btn:hover {
    background: #2f4f4f;
  }

  footer {
	background: #727171;
  }
  
  footer a {
    display: block;
	width: 90%;
	margin: 10px;
	color: #fff;
  }
  
  footer .copyright {
    text-align: center;
	color: #fff;
  }

  img {
    max-width: 100%;
  }

  #container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  header a {
    margin: 0;
  }

  header .none_img {
    display: none;
  }

  header .title_img {
    width: 220px;
    padding: 10px 0 0 0;
  }
  
  #pagetoplink a {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 0px;
    padding: 15px 20px;
    font-size: 1.0em;
    color: #fff;
    text-align: center;
    background-color: #c71585;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    color: #fff;
    border-radius: 10px 0 0 10px;
  }

  #pagetoplink a:hover {
    opacity: 1.0;
    background-color: #dc143c;
  }

  #title_text {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
  }

  #title_text p {
    width: 80%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
  }

  #title_text p.maintext {
    font-size: 2.2em;
  }

  #title_text p.subtext {
    font-size: 1.2em;
  }

  a .link_button {
    width: 80%;
    font-size: 18px;
    text-align: center;
    color: #4169e1;
    padding: 10px;
    margin: 5px auto;
    border: 1px solid #4169e1;
    border-radius: 0.2em;
  }

  a .link_button:hover {
    color: #ffffff;
    background: #4169e1;
  }

  #area_pr {
    margin: 0;
    padding: 30px 0;
    background-color: #f8f8f8;
  }

  .main_pr {
    width: 95%;
    margin: -7px auto;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #777e41;
    border-top: 0px solid #2792c3;
  }

  .text_pr {
    width: 95%;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  nav.globalMenuSp ul {
    background: #e5f2ff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    border-bottom: 1px dotted #333;
  }

  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }

  .navToggle {
    display: block;
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 7px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
  }

  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }

  .navToggle span:nth-child(1) {
    top: 9px;
  }

  .navToggle span:nth-child(2) {
    top: 18px;
  }

  .navToggle span:nth-child(3) {
    top: 27px;
  }

  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }

  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #content {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }

  footer {
    width: 100%;
    padding: 0;
    margin-top: auto;
    background: #727171;
  }

  footer .text_pr a {
    display: block;
    margin: 20px 0 0 0;
  }

  footer .text_pr span {
    display: block;
    margin: 20px 0 0 0;
  }

  /* -- 画像エリア [#gra_guide] --*/
  .gra_guide {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
  }

  .index_gra_100 img {
    min-width: 768px;
    min-height: 450px;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }

  .gra_100 img {
    width: 100%;
    height: 200px;
	vertical-align: top;
    object-fit: cover;
    margin: 0;
    padding: 0;
  }

  h3.step_title {
    width: 35%;
    margin: 20px 0 5px 0;
    padding: 10px;
    font-size: 1.2em;
    background-color: #778899;
    border-radius: 3px;
    text-align: center;
    color: #fff;
  }

  /* -- テキストエリア [#text_] --*/
  .text_gray_right {
    color: gray;
    padding: 0 3px 0 10px;
    font-size: 0.7em;
    text-align: right;
  }

  .text_gray_left {
    color: gray;
    padding: 0 10px 0 10px;
    font-size: 14px;
    text-align: left;
  }

  .text_center {
    margin: 0;
    padding: 10px;
  }

  .text_center a {
    width: 100%;
    color: #fff;
  }

  .text_expain {
    margin: 5px 0 5px 0;
    padding: 20px;
    color: white;
    font-size: 16px;
    background-color: #2e8b57;
    border-radius: 3px;
  }

  .text_situation {
    margin: 5px 0 15px 0;
    padding: 20px;
    font-size: 16px;
    background-color: #d6e9ca;
    border-radius: 2px;
  }

  .text_midnightblue {
    color: midnightblue;
  }

  /* -- emタグ --*/
  em {
    font-weight: bold;
    font-style: normal;
    color: #2a83a2;
  }

  /* -- iタグ --*/
  i {
    font-style: normal;
    color: gray;
    font-size: 14px;
  }

  /* -- タイトルエリア [#gra] --*/
  .main_title {
    width: calc(100% - 30px);
    height: auto;
    margin: 30px 0 0 0;
    padding: 10px 0 10px 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #2c4f54;
    border-left: 20px solid #2792c3;
    border-bottom: 1px solid #2792c3;
  }

  h1.sub_title {
    height: auto;
    padding: 10px;
    margin: 20px 0;
    font-size: 1.1em;
    background-color: #bbdbf3;
	border: 1px solid #808080;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  /* -- todoエリア [#todo] --*/
  .todo_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .todo_row .todo_column {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .todo_row .todo_column h1.todo_title {
    width: 100%;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 5px 0;
    text-align: center;
  }

  .todo_row .todo_column img {
    width: 100%;
    margin: 0;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  }

  .todo_row .todo_column p {
    width: 100%;
    font-size: 15px;
    margin: 0;
    padding: 5px 0 15px 0;
  }

  /* -- caseエリア [#flex_case] --*/
  #flex_case {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #flex_case .case_box {
    width: 48%;
    margin: 0 0 30px 0;
    border: 1px solid #808080;
    background: #fff;
    border-radius: 5px;
  }

  #flex_case .case_box .case_photo img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }

  #flex_case .case_box .case_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  
  #flex_case .case_box .case_text {
    padding: 10px;
    font-size: 12px;
  }

  /* -- linkエリア [#flex_link] --*/
  #flex_link {
    width: 100%;
    margin: 15px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #flex_link .link_box {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #808080;
    background: #fff;
    color: #696969;
  }

  #flex_link a:hover .link_box {
    background: #ffd6ea;
  }

  #flex_link .link_box .link_photo img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
  }

  #flex_link a:hover .link_box .link_photo img {
    opacity: 0.5;
  }

  #flex_link .link_box .link_title {
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }

  #flex_link .link_box .link_text {
    padding: 10px;
    font-size: 16px;
  }

  /* -- newsエリア [.news] --*/
  .news {
    display: flex;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px dashed #85acde;
  }

  .news .news_date {
    width: 90px;
    padding: 5px;
    color: #808080;
  }

  .news .news_mark {
    width: 80px;
    height: 20px;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #85acde;
    color: #85acde;
    font-size: 14px;
    text-align: center;
    background: #fff;
  }

  .news .news_mark_error {
    width: 80px;
    height: 20px;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #ee82ee;
    color: #ee82ee;
    font-size: 14px;
    text-align: center;
    background: #fff;
  }

  .news .news_text {
    padding: 5px;
    width: calc(95% - 180px);
  }

  /* -- howtoエリア [.howto] --*/
  .flow_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flow_row .flow_column {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin: 0 0 10px 0;
    border: 1px solid #85acde;
  }

  .flow_row .flow_column h2.step_title {
    font-size: 1.2em;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #85acde;
  }

  .flow_row .flow_column p {
    margin: 0;
    padding: 10px;
  }

  /* -- hikaku_tableエリア [.plan_area] --*/
  .hikaku_table table {
    width: 98%;
    margin: 20px auto;
    border-spacing: 1px;
    color: #404040;
    background: #a0a0a0;
    font-size: 15px;
  }

  .hikaku_table table tr th {
    padding: 7px;
    background: #d4dcda;
  }

  .hikaku_table table tr td {
    text-align: center;
    padding: 7px;
    background: #fff;
  }

  /* -- plan_areaエリア [.plan_area] --*/
  .plan_row {
    display: flex;
    flex-direction: column;
  }

  .plan_area {
    width: 100%;
    border: 1px solid #84a2d4;
    margin: 10px 0 10px 0;
    padding: 0 0 20px 0;
    border-radius: 0.2em;
    background: #eaf4fc;
  }

  .plan_area h3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    font-size: 1.5em;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    background: #84a2d4;
  }

  .plan_area h5 {
    margin: 0;
    color: #404040;
    font-size: 2.0em;
    padding: 20px 0 20px 0;
    font-weight: normal;
    text-align: center;
  }

  .plan_area h5 em {
    margin: 0;
    color: #404040;
    font-size: 0.6em;
  }

  .plan_area table {
    width: 90%;
    margin: 0 auto 5px auto;
    border-spacing: 1px;
    color: #404040;
    background: #a0a0a0;
    font-size: 15px;
  }

  .plan_area table tr th {
    font-weight: normal;
    text-align: left;
    padding: 7px;
    background: #d4dcda;
  }

  .plan_area table tr td {
    padding: 7px;
    background: #fff;
  }

  a.plan_button {
    display: block;
    width: 100px;
    margin: 5px auto;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    background: #e6afcf;
    border-radius: 0.2em;
    text-decoration: none;
  }

  a.plan_button:hover {
    color: #ffffff;
    background: #941f57;
  }

  #plan_guide {
    clear: both;
    color: #404040;
  }

  #plan_guide p {
    font-size: 0.9em;
    margin: 5px;
  }

  #plan_guide p img {
    vertical-align: -0.5em;
    margin: 0 7px 0 0;
  }

  /* -- faqエリア [#faq_quest] --*/
  .faq_menu {
    width: 96%;
    margin: 20px 0 0 0;
    border: 3px dashed #b0c4de;
    background: #f0f8ff;
  }

  .faq_menu ol {
    color: #191970;
  }

  .faq_menu ol li {
    padding: 7px 0;
  }

  .faq_menu ol li a:hover {
    color: #ff7f50;
  }

  .faq_quest {
    display: flex;
    align-items: start;
    margin: 10px 0 0 0;
    font-size: 1em;
    color: #00008b;
    border-bottom: 1px dashed #6495ed;
  }

  .faq_quest .img {
    margin-right: 5px;
	width: 20px;
  }

  .faq_quest .q_text {
    width: calc(100% - 25px);
  }

  .faq_answer {
    width: 100%;
    font-size: 1.0em;
    margin: 15px 0 30px 0;
    padding: 5px 0;
  }
  
  /* -- topicsエリア [.topics] --*/
  .topics {
    width: calc(100% - 50px);
    margin: 20px 0;
	padding: 0 20px;
    border: 3px dashed #b0c4de;
    background: #f0f8ff;
  }
  
  .topics ul {
    color: #191970;
	margin: 5px 0;
	padding: 5px 15px;
  }

  .topics ul li {
	list-style-type: square;
    color: #191970;
	margin: 5px 0;
  }

  /* -- table_lowエリア [.table_low] --*/
  .table_low table {
    width: 100%;
    margin: 10px 0;
    border-spacing: 1px;
    font-size: 15px;
    background: #8c8c8c;
  }

  .table_low table tr th {
    padding: 5px;
    font-weight: normal;
    text-align: left;
    background: #f5f5f5;
  }

  .table_low table tr td {
    padding: 5px;
    font-weight: normal;
    text-align: left;
    background: #fff;
  }

  /* -- contactエリア --*/
  .step_bar {
    position: relative;
    list-style: none;
    margin: 30px 0;
    padding: 0;
    text-align: left;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }

  .step_bar .step {
    position: relative;
    width: 100%;
    display: block;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 0 10px 0;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .step_bar .step:first-child:before, .step_bar .step:first-child:after {
    content: none;
  }

  .step_bar .step.current {
    color: #FFF;
    background-color: #26bfa1;
  }

  .step_bar .step.current:before, .step_bar .step.current:after {
    background-color: #26bfa1;
  }

  .step_text {
    font-size: 18px;
    font-weight: bold;
  }

  .form_table {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
  }

  .title_area {
    width: 95%;
    height: 35px;
    margin: 30px 0 20px 0;
    padding: 10px 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 10px #6495ed;
  }

  .item_title {
    width: 100%;
    padding: 15px 0 15px 15px;
    font-size: 16px;
    font-weight: bold;
    background: #efefff;
  }

  .item_input {
    width: 100%;
    min-height: 60px;
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .item_title_bottom {
    width: 100%;
    padding: 15px 0 15px 15px;
    font-size: 16px;
    font-weight: bold;
    background: #efefff;
  }

  .item_input_bottom {
    width: 100%;
    min-height: 60px;
    padding: 0 15px;
  }

  .item_input .check-radio ul {
    list-style: none;
    padding: 0;
  }

  .item_input .check-radio ul li {
    margin: 5px 0;
  }

  .item_input .check-radio ul li label .event_div {
    margin: 0 15px 0 0;
  }

  table.money_plan {
    display: block;
    width: 100%;
    margin: 20px auto;
    color: #404040;
    font-size: 16px;
    border-spacing: 0;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  table.money_plan tr {
    background: #fff;
  }

  table.money_plan tr.big_font {
    font-size: 16px;
    background: #fff;
    font-weight: 900;
  }

  table.money_plan tr.gray {
    background: #f5f5f5;
  }

  table.money_plan tr.cell_title {
    height: 100px;
	width: 15%;
    font-size: 18px;
    font-weight: 900;
    background: #d3d3d3;
  }

  table.money_plan tr.cost {
    background: #fff;
    font-weight: 900;
  }

  table.money_plan tr th {
    padding: 7px;
    font-weight: normal;
    text-align: left;
  }

  table.money_plan tr td {
    text-align: center;
    padding: 7px;
  }

  table.money_plan tr td.recommend_title {
    text-align: center;
    background: #4169e1;
    font-size: 22px;
    color: #fff;
  }

  table.money_plan tr td.recommend {
    text-align: center;
    padding: 7px;
    background: #87cefa;
  }

  table.money_plan tr td span.recommend1 {
    font-size: 22px;
    font-weight: 900;
    color: #000080;
  }

  table.money_plan tr td span.recommend2 {
    font-size: 20px;
    font-weight: 900;
  }

  table.money_plan tr td.select_border {
    border-left: 2px solid #4169e1;
    border-right: 2px solid #4169e1;
  }

  table.money_plan tr td.select_border_bottom {
    border-bottom: 2px solid #4169e1;
  }
  
  table.annotation {
	  color: gray;
	  font-size: 15px;
  }
  
  table.annotation tr td {
	  vertical-align: top;
  }

  .form_textbox {
    max-width: 100%;
    height: 35px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 0 0 0 10px;
    font-size: 15px;
  }

  .form_select {
	max-width: 100%;
    font-size: 15px;
    margin: 1px;
    padding: 3px 3px 6px 0px;
    border: 1px solid #6C6C6C;
  }

  .form_textbox120 {
    width: 150px;
    height: 35px;
    margin-right: 5px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 0 0 0 5px;
    font-size: 15px;
  }

  .form_textbox400 {
    max-width: 100%;
    height: 35px;
    margin-right: 20px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 0 0 0 10px;
    font-size: 15px;
  }

  .form_textbox_long {
    max-width: 100%;
    height: 100px;
    margin-right: 20px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 10px;
    font-size: 15px;
  }

  .form_textbox_agree {
    max-width: 100%;
    height: 200px;
    border-radius: 0.2em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1)inset;
    border: solid 1px #a9a9a9;
    padding: 10px;
    font-size: 15px;
  }

  .form_textbox:focus, .form_textbox120:focus, .form_textbox400:focus, .form_textbox_long:focus, .form_textbox_agree:focus {
    background: #fff4ea;
  }

  .long_button {
    font-size: 20px;
    height: 70px;
    width: 90%;
    margin: 3px;
    padding: 3px;
    border: 1px solid #6C6C6C;
    border-radius: 0.2em;
    background: linear-gradient(#F7F7F7, #DFDFDF);
  }

  span.hissu {
    margin: 0 10px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    background: #ff6347;
  }

  span.address {
    display: inline-block;
    width: 100%;
    font-weight: bold;
  }

  #agree_area {
    width: 85%;
    background: #efefff;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    border-radius: 0.2em;
    font-weight: bold;
    font-size: 15px;
  }

  #agree_area label {
    cursor: pointer;
  }

  #submit_confirm_btn {
    display: block;
    width: 300px;
    padding: 20px;
    margin: 20px auto;
    font-weight: bold;
    border-radius: 1em;
    background: #bdb76b;
    color: #fff;
    font-size: 20px;
    border: solid 1px #a9a9a9;
    cursor: pointer;
  }

  #submit_confirm_btn:hover {
    background: #808000;
  }

  .complete {
    margin: 0 0 100px 0;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  a .link_button {
    width: 80%;
    font-size: 18px;
    text-align: center;
    color: #4169e1;
    padding: 10px;
    margin: 5px auto;
    border: 1px solid #4169e1;
    border-radius: 0.2em;
  }

  a .link_button:hover {
    color: #ffffff;
    background: #4169e1;
  }
  
}

@media screen and (max-width: 414px) {
  .news {
    flex-direction: column;
  }

  .news .news_text {
    width: 95%;
    padding-top: 10px;
  }
}

.sub_menu {
  display: none;
  border-top: 1px dotted #333;
}

.menu_list_item {
  position: relative;
  cursor: pointer;
}

.menu_list_item span {
  position: absolute;
  top: 5px;
  right: 1px;
  color: #ccc;
  text-align: center;
  font-size: 30px;
  width: 100px;
}

.index_gra_100 img {
  min-width: 300px;
}

.flex {
	display: flex;
}

#qrcode {
	padding: 30px;
	text-align: center;
	border: 1px solid #d3d3d3;
}