@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

:where(:not(.atlas-header *, .atlas-nav *, .atlas-sp-header *, .atlas-footer *, .atlas-sp-footer *, .sb-slidebar *)):is(html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video) {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #333;
}
/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

body{
	background:#FFF;
	line-height: 1.4;
	color: #333;
	font-family: 'Lato', 'Hiragino sans', 'Meiryo', sans-serif;
	font-size:18px;
	font-weight: 200;
}
body header{
	background: #FFF;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
body header .wrapper_header{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}
body header h1{
	display: inline-block;
	float: left;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.strong {
    font-weight: 600;
}
.pink {
    color: #D91676;
}
.navy {
    color: #000066;
}
.red {
    color: #CC1818;
}
.white {
    color: #FFFFFF;
}
.text-L {
    font-size: 18px;
}
.text-M {
    font-size: 16px;
}
.text-S {
    font-size: 12px;
    line-height: 150%;
}


/* センタリング テキストセット */
.centering {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
/* ボタン */
.accent-main {
    max-width: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
	font-size: 18px;
    gap: 10px;
    background: #BA1064;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	color: #fff;
	line-height: 180%;
}
.button-L {
  width: 450px;
  margin: 8px auto;
}
@media (max-width: 768px) {
.accent-main {
	font-size: 16px;
}	
}	
a.link-icon {
    color: #307CBA;
    text-decoration: underline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 24px;
    margin-top: 8px;
    background: url(../../../assets/img/welcome-img/fluent_open-32-filled.svg) 100%/18px auto no-repeat;
}
/* グリッドスタイル*/
.grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  width: 100%;
}
.grid-col-gap-S {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .grid-3col {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 560px) {
  .grid-3col {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.grid-4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .grid-4col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 560px) {
  .grid-4col {
    grid-template-columns: 1fr;
  }
}
body .wrapper .main_contents{
    max-width: 1000px;
	margin: 32px auto;
	width: 100%;
	font-size: 14px;
    flex-direction: column;
    display: flex;
	gap:64px;
}
@media (max-width: 768px) {
body .wrapper .main_contents {
    padding: 0 16px;
	gap:32px;
}
}

.wrapper .main_contents .menu_block{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.wrapper .main_contents .menu_block h2{
    border-left: solid 10px #D91676;
    font-size: 26px;
    padding: 0 16px;
    font-weight: bold;
    display: block;
    color: #666;
}
.wrapper .main_contents .menu_block ul{
	padding: 16px;
    background: #f6f6f6;
}
.wrapper .main_contents .menu_block ul li{
	line-height: 160%;
	padding: 4px 0;
	font-size: 14px;
}
.wrapper .main_contents .menu_block ul a{
	text-decoration: underline;
	color: #307CBA;
}

.step_sec{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.wrapper .main_contents .step_pr_box{
    display: flex;
    flex-direction: row;
    gap: 40px;
    border: 1px solid #006;
	border-radius:10px;
}
.wrapper .main_contents .step_pr_box_img {
	background: #f6f6f6;
	border-radius:0 10px 10px 0;
}
.wrapper .main_contents .step_pr_box_img img{
	width: 100%;
	border-radius:0 10px 10px 0;
	vertical-align: middle;
}
.wrapper .main_contents .step_pr_box_text{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
}
.wrapper .main_contents .step_pr_box_text span{
    color: #006;
	font-size: 20px;
	font-weight: 600;
	display: block;
	padding-top: 8px;
}
.wrapper .main_contents .step_block{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
	line-height: 160%;
    margin: 0 auto;
}
.wrapper .main_contents .step_block .step_block_img{
	margin: 32px 16px;
}
.wrapper .main_contents .step_block .step_block_img img{
	text-align: center;
	width: 100%;
}
.wrapper .main_contents .step_block .step_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
	padding: 0 16px;
    margin: 0 auto;
}
.wrapper .main_contents .step_block .step_box .dl_icon{
}
.wrapper .main_contents .step_block .step_box_boder{
    padding: 16px;
	background-color: #f4ebf0;
}	
.wrapper .main_contents .step_block .step_text{
    line-height: 180%;
    border-radius: 10px;
}
.wrapper .main_contents .step_block h3{
    font-size: 22px;
    font-weight: bold;
    color: #6a82b0;
	padding:8px;
	border-bottom: 2px solid #6a82b0;
}
.wrapper .main_contents .step_block h3 span{
	font-size: 14px;
	font-weight: normal;
    color: #6a82b0;
}
.wrapper .main_contents .step_block h5{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.wrapper .main_contents .step_img{
    text-align: center;
    vertical-align: top;
    display: flex;
    gap: 40px;
    padding: 16px 0;
	margin: 0 auto;
}
.wrapper .main_contents .step_img_set_detail {
    text-align: center;
    display: flex;
	gap: 16px;
	align-items:center;
}
.wrapper .main_contents .step_img_set_detail p {
	vertical-align: middle;
}
.wrapper .main_contents .step_img img {
    border:1px solid #ccc;
	max-height: 350px;
}
@media (max-width: 768px) {
.button-L {
  width: 100%;
  margin: 8px auto;
}
.wrapper .main_contents .step_img{
	flex-direction: column;
}
.wrapper .main_contents .step_img img {
	max-height: 300px;
}
.wrapper .main_contents .step_img_set_detail {
	flex-direction: column;
}
.wrapper .main_contents .menu_block h2{
    font-size: 24px;
}
.wrapper .main_contents .step_block{
    padding: 32px 0 0;
}
.wrapper .main_contents .step_block h3{
    font-size: 20px;
}
.wrapper .main_contents .step_block h3 span {
	font-size: 13px;
    display: block;
}
.wrapper .main_contents .step_block .step_block_img{
	margin: 16px 0;
}
.wrapper .main_contents .step_block h5{
    padding: 0;
    font-size: 18px;
}
.wrapper .main_contents .step_block .step_box{
	padding: 0;
}
.wrapper .main_contents .step_block .step_box h4 img{
    width: 100%;
}
.wrapper .main_contents .step_block .step_box .dl_icon{
	width: 100%;
}
.wrapper .main_contents .step_pr_box{
    flex-direction: column-reverse;
    gap: 0;
}
.wrapper .main_contents .step_pr_box_text span{
    font-size: 18px;
}
.wrapper .main_contents .step_pr_box_img {
	border-radius:10px 10px 0 0;
}
.wrapper .main_contents .step_pr_box_img img{
	border-radius:10px 10px 0 0;
}	
}
@media (max-width: 960px) {
	
.wrapper .main_contents .step_box h4 {
	width: 85vw;
}
.wrapper .main_contents .step_img {
    display: flex;
    gap: 16px;
}
.wrapper .main_contents .step_img img{
	max-height: 350px;
}
body .wrapper .main_contents {
    padding: 0 16px;
    gap: 32px;
}
}
.wrapper .main_contents .step_img span {
    font-size: 12px;
	color: #6F6F6F;
}
.wrapper .main_contents .pr-block {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    align-items: center;
	line-height: 170%;
}
.pr-block img {
    width: 100%;
}
.pc_view{
    display: block;
}
.sp_view{
    display: none;
}
@media (max-width: 768px) {
.pc_view{
    display: none;
}
.sp_view{
    display: block;
}

}